PDA

View Full Version : Imaginary i


TKDKicker89
Aug4-05, 09:59 AM
I'm having some trouble figuring out how to simplify the following problem.
I know that i= the sq root of -1, and that i^2=-1, but i'm not sure how to approach this problem.
sq.rt.(-x^2-4x-3)

yourdadonapogostick
Aug4-05, 10:46 AM
i would start by factoring out the -1 and seeing if i can't factor the polynomial more.

HallsofIvy
Aug4-05, 11:06 AM
I'm having some trouble figuring out how to simplify the following problem.
I know that i= the sq root of -1, and that i^2=-1, but i'm not sure how to approach this problem.
sq.rt.(-x^2-4x-3)

Exactly what is the problem? To simplify \sqrt{-x^2- 4x- 3)}?

Any time you have something like this, involving a square root,even if it doesn't involve i, think about completing the square.

-x2- 4x- 3= -(x2+ 4x)- 3 and we can see that we need to add (4/2)2= 4 inside the parentheses to complete the square. This is -(x2+ 4x+ 4- 4)- 3= -(x2+ 4x+ 4)+ 1=
-(x+2)2+ 1. The square root can be written as
\sqrt{1-(x+2)^2}. I don't see much more that can be done and I don't see that it has directly to do with i. Even though the original -x2- 4x- 3 has all "negatives", this can be positive. If x lies between -3 and -1, -x2-4x- 3 will be positive and the square root will be real.

yourdadonapogostick
Aug4-05, 11:50 AM
\sqrt{1-(x+2)^2} can be simplified more

HallsofIvy
Aug4-05, 03:06 PM
Well, yes, of course, how foolish of me! \sqrt{1-(x+2)^2}= \sqrt{(1-(x+2))(1+(x+2))}= \sqrt{(1-x)(3+x)}

Delta
Aug4-05, 03:20 PM
or even \sqrt{(-1-x)(3+x)} :wink: