SOLUTION: Check that (2 + i) is a root of (z^4) + (2(z^3)) - (9(z^2)) - 10z + 50 = 0. What are the remaining 3 roots?

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson  -> Lesson -> SOLUTION: Check that (2 + i) is a root of (z^4) + (2(z^3)) - (9(z^2)) - 10z + 50 = 0. What are the remaining 3 roots?      Log On


   



Question 1181501: Check that (2 + i) is a root of (z^4) + (2(z^3)) - (9(z^2)) - 10z + 50 = 0. What are the remaining 3 roots?
Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52790) About Me  (Show Source):
You can put this solution on YOUR website!
.
Check that (2 + i) is a root of (z^4) + (2(z^3)) - (9(z^2)) - 10z + 50 = 0. What are the remaining 3 roots?
~~~~~~~~~~~~~~~~~


            Yes, from the first glance,  it is almost impregnable fortress.
            Let apply a military ruse.


Our polynomial is with real  ( even with integer (!) )  coefficients.

Hence, if (2+i) is a root, then (2-i) is a root, too (!)


If so, then our polynomial must be divisible by  (z-(2+i))*(z-(2-i)) = ((z-2)-i)*((z-2)-i) = (z-2)^2 + 1 = z^2 - 2z +5.


Lets make long division to check if it is TRUE:


    %28z%5E4+%2B+2z%5E3+-9z%5E2+-+10z+%2B+50%29%2F%28z%5E2+-+2z+%2B+5%29 = z%5E2+%2B+6z+%2B+10%29     with NO REMAINDER (!)


Thus we checked that the given polynomial is a multiple of the polynomial z^2 - 2z + 5.


It means that (2+i) REALLY is a root of the given polynomial (without direct calculations (!))


    +------------------------------------------------------------------------------------------------+
    |    So, we know now that                                                                        |
    |                                                                                                |
    |        (2+i) really is the root of the given polynomial;                                       |
    |        (2-i) is the other root;                                                                |
    |        one factor to the given polynomial is  z^2 - 2z + 5  with the roots  (2+i) and (2-i);   |
    |        the other factor is the polynomial  z^2 +6z + 10.                                       |
    +------------------------------------------------------------------------------------------------+


At this point, the last step to do is to find the roots of the quadratic polynomial  z^2 + 6z + 10.


Apply the quadratic formula to get


        z%5B1%2C2%5D = %28-6+%2B-+sqrt%286%5E2+-+4%2A10%29%29%2F2 = %28-6+%2B-+sqrt%28-4%29%29%2F2 = %28-6+%2B-+2i%29%2F2 = -3 +- i.


The problem is just solved in full.


We checked and proved that 2+i is the root.

From it, we concluded that 2-i is the root, too.

And finally, we found two remaining roots  -3+i  and  -3-i.

Solved, answered, carefully explained and totally completed.


            T R I U M P H     (!)



//////////////


In his post,  tutor @greenestamps writes  (cited)

    In the hopes of making the problem easier, we can, as the other tutor did, assume ("hope") that the polynomial has real coefficients.


I want to  HIGHLIGHT  that it is not an assumption:  the given polynomial  REALLY  has integer  (hence,  real)  coefficients.

It is not an assumption:  it is a  FACT.



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


In the hopes of making the problem easier, we can, as the other tutor did, assume ("hope") that the polynomial has real coefficients.

In that case, follow the solution given by the other tutor:
if (2+i) is a root then (2-i) is a root;
determine the quadratic factor that comes from those two roots;
divide the given function by that quadratic and observe that the result is another quadratic with no remainder -- confirming that our assumption of real coefficients was okay; and
use the quadratic formula to find the two roots corresponding to that second quadratic factor.

I would like to add a bit to her solution, showing different ways that parts of the work can be done.

She finds the quadratic corresponding to the two root (2+i) and (2-i) by doing the multiplication

%28z-%282%2Bi%29%29%28z-%282-i%29%29

Note that she makes that multiplication easier by writing it as

%28%28z-2%29-i%29%28%28z-2%29%2Bi%29

So that the product can be found as a difference of squares.

Here is another way to form the quadratic corresponding to those two roots.

The linear term of the quadratic is the opposite of the sum of the two roots: -((2+i)+(2-i)) = -4

The constant term of the quadratic is the product of the two roots: (2+i)(2-i)=4+5 = 5

So the quadratic factor having the roots (2+i) and (2-i) is z^2-4x+5.

In the next step, she shows dividing the given polynomial by z^2-4x+5 to get z^2+6x+10 with no remainder.

She doesn't show how she got that. Synthetic division only works for dividing by linear polynomials, and long division of polynomials is awkward.

So here is the process I like to use to divide a 4th degree polynomial by a quadratic.

We are looking for a quadratic polynomial az%5E2%2Bbz%2Bc for which

%28az%5E2%2Bbz%2Bc%29%28z%5E2-4z%2B5%29=z%5E4%2B2z%5E3-9z%5E2-10z%2B50

By looking at the leading coefficient and the constant term of the product, we can immediately determine that a=1 and c=10. So the multiplication of the two quadratics is

%28z%5E2%2Bbz%2B10%29%28z%5E2-4z%2B5%29=z%5E4%2B2z%5E3-9z%5E2-10z%2B50

We can now determine b by looking at where the z^3 term of the product comes from: bz times z^2, plus z^2 times (-4z)

%28b%29%281%29%2B%281%29%28-4%29+=+2
b-4=2
b=6

So our second quadratic factor is z%5E2%2B6z%2B10

That process for finding the second quadratic factor is easier for me than long division of polynomials.