SOLUTION: 5+i and 1+4i Find a polynomial function f(x) of least degree having only real coefficients with zeros as given

Algebra ->  Functions -> SOLUTION: 5+i and 1+4i Find a polynomial function f(x) of least degree having only real coefficients with zeros as given      Log On


   



Question 1000695: 5+i and 1+4i
Find a polynomial function f(x) of least degree having only real coefficients with zeros as given

Found 2 solutions by ikleyn, MathLover1:
Answer by ikleyn(52794) About Me  (Show Source):
You can put this solution on YOUR website!
.
If a polynomial with real coefficients has the zero  5+i,  then it has  5-i  as a zero too.

If a polynomial with real coefficients has the zero  1+4i,  then it has  1-4i  as a zero too.

Thus the polynomial of the minimal degree with real coefficients is

p(x) = (x-(5+i))*(x-(5-i))*(x-(1+4i))*(x-(1-4i)).

Now,  (x-(5+i))*(x-(5-i)) = x%5E2+-+10x+%2B+26,

(x-(1+4i))*(x-(1-4i)) = x%5E2+-+2x+%2B+17.

Hence,

p(x) = %28x%5E2+-+10x+%2B+26%29 . %28x%5E2+-+2x+%2B+17%29.

You can open parentheses if you want/you need.


Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

x%5B1%5D=5%2Bi and x%5B2%5D=1%2B4i
since given zeros are complex solutions, they always come in pairs
have x%5B3%5D=5-i and x%5B4%5D=1-4i
then, f%28x%29=%28x-x%5B1%5D%29%28x-x%5B2%5D%29%28x-x%5B3%5D%29%28x-x%5B4%5D%29
f%28x%29=%28x-%285%2Bi%29%29%28x-%281%2B4i%29%29%28x-%285-i%29%29%28x-%281-4i%29%29
f%28x%29=%28x-5-i%29%28x-1-4i%29%28x-5%2Bi%29%28x-1%2B4i%29
f%28x%29=%28x%5E2%2B%28-6-5i%29x%2B21i%2B1%29%28x%5E2%2B%28-6%2B5i%29x-21i%2B1%29...multiplying each term by each, and knowing that i%2Ai=i%5E2=-1, we have
f%28x%29=x%5E4-12x%5E3%2B63x%5E2-222x%2B442