Saturday, December 31, 2016

algebra precalculus - Given roots (real and complex), find the polynomial



This is not a duplicate of theory of equations finding roots from given polynomial.



Given that the roots (both real and complex) of a polynomial are 23, 1, 3+2i, and 3+2i, find the polynomial. All coefficients of the polynomial are real integer values.




What I have so far: (3x2)(x+1)(x2×i)=0 If I were solving other similar problems with two complex roots, I would probably be able to cancel them out, but I'm confused about how to do the (x2i) part. Is this actually two complex roots that meet? Also, what degree is this polynomial? I would like an algebraic explanation please.


Answer



The conjugate factor theorem states that for a polynomial p(x) with real coefficients, the complex roots come in conjugate pairs, or if a+bi is a root, then abi is also a root. From this we see that your polynomial has the roots 23,1,3+2i,32i. Therefore, (x23)(x+1)(x32i)(x3+2i)=0. (x2+x323)(x32i)(x3+2i)=0 (x2+x323)(x26x+11)=0. Continuing the expansion results in the polynomial p(x)=13(3x417x3+25x2+23x22).


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...