Tuesday, June 24, 2008

Exponential Absolute Values

Complex numbers are incredible, but in order to use them we have to remember some definitions. Here is a question involving both complex numbers and exponential inequalities. It's not hard, but it requires some thinking.

Solve for x (x is real):
abs(2 + 3x2 - x - 1 - 12i) > 13

To do that, here is a reminder for the definition of absolute value:
Let z be a complex number.
z = a + bi
abs(z) = √(a2 + b2)

In the question:
a = 2 + 3x2 - x - 1
b = -12

The absolute value is:
√((2 + 3x2 - x - 1)2 + 122)
√(4 + 4*3x2 - x - 1 + (3x2 - x - 1)2 + 144)

Now return to the inequality:
√(4 + 4*3x2 - x - 1 + (3x2 - x - 1)2 + 144) > 13

Since both sides are always positive, we can square both sides without changing the inequality sign:
4 + 4*3x2 - x - 1 + (3x2 - x - 1)2 + 144 > 169

Let t = 3x2 - x - 1. This gives:
4 + 4t + t2 + 144 > 169
t2 + 4t - 21 > 0
(t + 7)(t - 3) > 0
t > 3 or t < -7 Since t is an exponent of 3, it can't be negative, so we're left with only one solution: t > 3.

Switch t back:
3x2 - x - 1 > 3

The base is bigger than 1, so the inequality sign remains the same:
x2 - x - 1 > 1
x2 - x - 2 > 0
(x - 2)(x + 1) > 0
x > 2 or x < -1

And that's it.

Hope you liked it,
Nadav

nadavs

No comments: