Find a polynomial function with real coefficients of degree
Find a polynomial function with real coefficients of degree 4 with zeros 1 + i and 2 - 3i. Factor x^4 + x over complex numbers.
Solution
1)given coefficients are real and 1+i , 2-3i are zeroes
as coefficients are real 1-i , 2+3i are also zeroes
polynomial is of form
f(x)=k(x-(1+i))(x-(2-3i))(x-(1-i))(x-(2+3i))
f(x)=k((x-1)+i)((x-2)-3i)((x-1)-i)((x-2)+3i)
f(x)=k((x-1)+i)((x-1)-i)((x-2)-3i)((x-2)+3i)
f(x)=k((x-1)2-i2)((x-2)2-(3i)2)
f(x)=k((x-1)2-(-1))((x-2)2-(-9))
f(x)=k((x-1)2+1)((x-2)2+9)
f(x)=k((x2-2x+1)+1)((x2-4x+4)+9)
f(x)=k(x2-2x+2)(x2-4x+13)
f(x)=k(x4-6x3+23x2-34x+26)
