Respuesta :
Explanation:
First, recall that if α if a root of the polynomial, let's call it P, then (X - α) is a factor of P. If α and β are different roots, then both (X-α) and (X-β) are factors of P and the product, (X-α)*(X-β) = X² - (α+β)*X+ αβ is a factor of P.
I will assume that P has real coefficients. If that is the case, then if w = a + b*i is a root, then its conjugate [tex]\overline{w}[/tex] is also a root of P. Even more, [tex]\overline{w}[/tex] has the same multiplicity than w.
Take into account this two properties of comlex numbers:
- [tex] w * \overline{w} = |w|^2 [/tex]
- [tex] w + \overline{w} = 2*re(w) [/tex]
where re(w) represents the real part of w. Using this properties we have that the product of the factors
[tex] (X - w) * (X - \overline{w}) = X^2 - 2*re(w) + |w|^2 [/tex]
Which is a real coefficient polynomial, because re(w) and |w| are real numbers.
Example
Lets assume that out polynomial P has grade 4, P(0) = 5 and we know 2+i is a double root (root with multiplicity 2). Then its conjugate 2-i is also a root with double multiplicity. We also know that re(2+i) = 2 and |2+i| = √(2²+1²) = √5 Therefore the polynomial
(X- (2+i))² * (X-(2-i))² = X² -4 X + √5
is a factor of P.
Since P has grade four, we can conclude that X² -4 X + √5 differs from P by multiplying by a constant c such that P(X) = c*(X² -4 x + √5)
Note that for hypothesis P(0) = 5, so we have that P(0) = c*(0² - 4*0 +√5) = c*√5. We conclude that c = √5 and hence P(X) = √5*X² - 4*√5 X + 5
Multiplying the factor for its conjugate is the main trick to handle ploynomials with complex roots. After you did that, you can continue as you did with polynomial with real roots.
I hope this helped you!