Step 1: Lets Understand the question first
- Degree of 4 polynomial has 4 roots.
- One root is 2+4i. Its conjugate,2−4i, is also a root because complex roots come in pairs.
- Another root is x=−3, but we have to get two solutions. That means it has multiplicity 2.
Step 2: Factors
Each root corresponds to a factor:
- For 2+4i : (x−(2+4i))
- For 2−4i : (x−(2−4i))
- For x=−3 (repeated): (x + 3)2
So the polynomial is:
P(x)=(x−(2+4i))(x−(2−4i))(x+3)2
now lets simplify the above equation separatel
{ (x−(2+4i))(x−(2−4i)) }
so for now we are excluding and not multiplying (x+3)2
(x−(2+4i))(x−(2−4i)) = ((x−2)+4i)((x−2)+4i)
[ Applying(a−b)(a+b)=a2−b2 Here a= (x−2) b=4i ]
= (x−2)2−(4i)2
Expand (x−2)2 = x2−4x+4 based on formula (a-b)2=a2-2ab+b2
(4i)2=−16
= (x2−4x+4 )-(-16)
= (x2−4x+4 +16)
= x2−4x+20
So:
(x−(2+4i))(x−(2−4i))=x2−4x+20
Now the polynomial is:
P(x)=(x2−4x+20)(x+3)2
Expand (x+3)2=x2+6x+9 based on formula (a+b)2=a2+2ab+b2
P(x)=(x2−4x+20)(x2+6x+9)
P(x)= x2(x2+6x+9)−4x(x2+6x+9)+20(x2+6x+9)
= x4+6x3+9x2−4x3−24x2−36x+20x2+120x+180
Add now,
P(x)=x4+2x3+5x2+84x+180
Final Answer:
P(x)=x4+2x3+5x2+84x+180