Finding the Second Root of a Complex Number Equation

AI Thread Summary
The equation x^2 + ax + b = 0 has one known root, 4 + 5i. The second root can be determined using the property of complex conjugates, leading to the conclusion that the second root is 4 - 5i, assuming a and b are real numbers. If a and b are not specified as real, the second root could be any complex number. The discussion emphasizes the simplicity of the problem despite initial confusion. Understanding the quadratic formula and its implications for complex roots is crucial in this context.
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

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

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

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

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 a and b are both real. If the problem doesn't specify that they are, then the other root could be any complex number.
 
Back
Top