SOLUTION: Find the number of times r is a root of P(x)=0.
P(x)= x^4+4x^3-16x-16; r=-2
i found the depressed eruation twice but the numbers were all messed up. please help and explain.
You can put this solution on YOUR website! Find the number of times r is a root of P(x)=0.
P(x)= x^4+4x^3-16x-16; r=-2
i found the depressed eruation twice but the
numbers were all messed up. please help and
explain.
You have to insert a place holder
and start with
-2 | 1 4 0 -16 -16
| -2 -4 8 16
----------------
1 2 -4 -8 0
-2 | 1 2 -4 -8
| -2 0 8
------------
1 0 -4 0
-2 | 1 0 -4
| -2 4
--------
1 -2 0
-2 | 1 -2
| -2
-----
1 -4
We get a 0 remainder 3 times, but
not the 4th time, so -2 is a root
3 times.
Edwin
You can put this solution on YOUR website! First, perform synthetic division where -2 is the test zero (let me know if you need help with synthetic division)
If you found the depressed equation twice, you should be at an easy to solve quadratic.
Check your work based on the following results when I performed the polynomial long division:
And
, hence the roots are
-2 (with a multiplicity of 3) and 2.
I used polynomial long division, but synthetic division would work just as well. A common error when performing these division operations is failing to explictly specify all orders of the variable in the dividend. In other words, you have to divide into:
or if you are using synthetic division, your first line of coefficients must look like:
Another possible source of error would be if you were dividing by x - 2. Remember, if the root is -2, then the factor is x + 2, and that should have been your divisor.