Find polynomial when given a complex root

AI Thread Summary
The discussion centers on finding a polynomial given a complex root, specifically 2-3i. The correct polynomial for this root pair is identified as x^2 - 4x + 13, which should yield a zero remainder when performing long division with the correct polynomial function. A simpler verification method involves substituting the complex root into the polynomial to check if it equals zero. The solution was ultimately found to be f(x) = x^3 - 5x^2 + 17x - 13, and it was noted that complex roots come in conjugate pairs when the polynomial has real coefficients. The user expresses gratitude for the assistance and indicates a willingness to return with further questions.
jkristia
Messages
54
Reaction score
0
Hi there,

I have over the last couple of month worked my way through Algebra Demystified and College Algebra Demystified (well almost), and I just completed the chapter on polynomial functions and I’m stuck at one of the questions in the chapter review where I’m given a complex root and the asked to match it to one of four functions.

The complex root given is 2-3i, so I know the polynomial for the complex root pair is x^2-4x+13 (I hope I got that right – if not that might be emy problem).
I have then tried to do a long division of this to all of the functions as I expected the remainder to be zero for the correct function, but ..hmm .. that didn’t happen.

Isn’t it correct that I should end up with a zero remainder when I do a long division of x^2-4x+14| polynomial from answer ?

I refuse to look at the answer until I at least have come up with an answer, so I appreciate if someone can point me at what I might be doing wrong.

Thanks
Jesper
 
Physics news on Phys.org
Yes you should end up with no remainder. What were the four functions?
 
jkristia said:
Isn’t it correct that I should end up with a zero remainder when I do a long division of x^2-4x+14| polynomial from answer ?

Assuming that you mean x^2-4x+13, yes it should. A simpler way to check would be to take the function and compute f(2-3i), which will be zero if 2-3i is a root. When you find the right function, you can go back and check your long division for errors.
 
ha - found it.. a bit embarrassing, but I had flipped the sign in one of the divisions and just didn’t notice it.
The solution is f(x) = x^3 - 5x^2 + 17x – 13.
 
Since the quadratic has all real coefficients, then if one of its roots is complex, there must be another root that is the complex conjugate. So if you have one root of a+ib then there must be another root of a-ib IFF the coefficients of the polynomial are real.

So another way to check would be to expand (x-(2-3i))(x-(2+3i)) and check to see if it is equivalent to x2-4x+13
 
>>So another way to check would be to expand (x-(2-3i))(x-(2+3i)) and check to see if it is equivalent to x2-4x+13

That is kind of what I did I think, I found x^2-4x+13 and then used that with a long division of the answer polynomial until I found the one with a remainder of zero.

Thankts to all of you for your help. I will most likely come back with more questions :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top