Sum of Absolute Squares of Polynomial Roots with Real Coefficients
Let f(x)=x4+ax3+bx2+c be a polynomial with real coefficients such that f(1)=−9. Suppose that i3 is a root of the equation 4x3+3ax2+2bx=0, where i=−1. If α1,α2,α3, and α4 are all the roots of the equation f(x)=0, then ∣α1∣2+∣α2∣2+∣α3∣2+∣α4∣2 is equal to ________.
To find the value of ∣α1∣2+∣α2∣2+∣α3∣2+∣α4∣2, we start by using the given conditions to determine the real coefficients a, b, and c of the polynomial
f(x)=x4+ax3+bx2+c
Step 1: Evaluate f(1)=−9
Substitute x=1 into f(x):
f(1)=14+a(1)3+b(1)2+c=−91+a+b+c=−9⟹a+b+c=−10— (1)
Step 2: Use the root condition for the auxiliary equation
We are given that i3 is a root of the equation 4x3+3ax2+2bx=0, where i=−1. Substituting x=i3:
4(i3)3+3a(i3)2+2b(i3)=0
Using i2=−1 and i3=−i:
(i3)2=−3(i3)3=−33i
Substituting these values back into the equation:
4(−33i)+3a(−3)+2b(3i)=0−123i−9a+2b3i=0−9a+i3(2b−12)=0
Since a and b are real numbers, the real and imaginary parts must independently equal zero:
Real part: −9a=0⟹a=0
Imaginary part: 3(2b−12)=0⟹2b=12⟹b=6
Step 3: Determine c and write f(x)
Substitute a=0 and b=6 into equation (1):
0+6+c=−10⟹c=−16
Thus, the polynomial f(x) is:
f(x)=x4+6x2−16
Step 4: Find the roots of f(x)=0
Set f(x)=0:
x4+6x2−16=0