Finding the Second Root of a Complex Number Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Maatttt0
Messages
37
Reaction score
0

Homework Statement



One root of the equation x^2 + ax + b = 0 is 4 + 5i.

Write down the second root.

Homework Equations



N/a?

The Attempt at a Solution



My problem is it's a "write down" question which suggests no working required. This is probably so simple but I just don't know... I cannot do this even thought I know the later parts of the question. Thank you in advance ;)
 
Physics news on Phys.org
Write down the quadratic equation as you know it. The quadratic formula gives you two equations using one formula. What changes about the formula that gives you 2 separate solutions?
 
The plus or minus, so would it be 4 - 5i?
 
Yup! The quadratic formula gives solutions as

[tex]\[<br /> \frac{{ - b}}{{2a}} \pm \frac{{\sqrt {b^2 - 4ac} }}{{2a}}<br /> \][/tex]

However, you can rewrite the quadratic formula by pulling out a -1 from the term in the square root to get

[tex]\[<br /> \frac{{ - b}}{{2a}} \pm i\frac{{\sqrt {4ac - b^2 } }}{{2a}}[/tex]

So you can identify the 4 and the 5 with the real and imaginary parts of the equation.
 
Hehe, thank you so much :)

I know it was rather simple but my mind just wouldn't trigger.

Ty again ;)
 
By the way, that answer is correct only if [itex]a[/itex] and [itex]b[/itex] are both real. If the problem doesn't specify that they are, then the other root could be any complex number.