Re: Finding polnomials
amlee said:
I need help understanding how to find the polynomial functions of degree 3 from the zeros, 1+4i, 1-4i, -1.
Thanks
If you need help UNDERSTANDING, then make use of facts your teacher has presented, such as:
If you have a quadratic with real coefficients, complex roots occur as conjugate pairs.
In a quadratic ax^2 + bx + c = 0, the sum of the roots is -b/a and the product is c/a
To multiply COMPLEX conjugates, a +- bi, the product is just a^2 + b^2.
........................
Now put a couple of things together. (Yes, yes, you are producing a cubic, but you don't have to do it all at once.)
Get the quadratic factor:
1+4i, 1-4i are the roots.
Their sum is 2. If we assume a = 1, and we can, then b = -2.
Their product is 17. Then c = 17.
So the quadratic factor is x^2 - 2x + 17.
Now she also taught you that if x = r is a root, then (x - r) is a factor.
So x + 1 is a factor.
Your polynomial is the product of those two. And you don't have a ton of algebra to do when you use these facts.