How to Factorize a Complex Polynomial with Roots of the Form z = ix?

metgt4
Messages
34
Reaction score
0

Homework Statement



The polynomial f(z) is defined by

f(z) = z5 - 6z4 + 15z3 - 34z2 + 36z - 48

Show that the equation f(z) = 0 has roots of the form z = ix where x is real, and hence factorize f(z)

The Attempt at a Solution



So I know that you begin by factoring out (z-ix) from the function, but I'm not quite sure how to work that out. I can only figure out how to get the first and last terms in the first step:

f(z) = (z-ix)(z4 + ... - 48i/x)

How would you go about finding everything in between those two terms?
 
Physics news on Phys.org
The next term should be A*z^3, you have to find a.
Now, we want a value A such that: when we expand the brackets, we get -6 for the coefficient of z^4.
(z-ix)(z^4 + Az^3...)
when you expand to get the z^4 term, we have: -ix*z^4 + A*z^4=-6*z^4.
that means A=ix-6
agree?
now that you have A,
can you do this for the rest of the terms?
so what will you get?
 
Evaluate f(ix) and then simplify all powers of i.
Rewrite f(ix) as a complex number: g(x) + h(x)*i.
Set f(ix) = 0. This implies that g(x) = 0 and h(x) = 0.
Factor g(x) and h(x). This gives you a number of values of x for which f(ix) = 0.
 
Thanks to both of you! I evaluated f(ix) and that simplified things quite a bit!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top