Synthetic division (small part of a bigger problem)

  • Thread starter Thread starter graycolor
  • Start date Start date
  • Tags Tags
    Division
graycolor
Messages
34
Reaction score
0
(x^3-2)/(x^2+11x+24) can't seem to simplify this I get x+(-11x^2-24x-2)/(x^2+11x+24) that doesn't seem right.
 
Physics news on Phys.org
It's right but why do you still have a quadratic term in the numerator and denominator of the remainder? That's not really a proper remainder, is it? Don't you want x-11+remainder?
 
I've thought about doing synthetic division again with the remainder... would that be right. If I did I would get -11 that would cross out with my +11 and add a remainder.
 
graycolor said:
I've thought about doing synthetic division again with the remainder... would that be right. If I did I would get -11 that would cross out with my +11 and add a remainder.

"Cross out with +11"? What +11? Yes, the quotient should be x-11 and the remainder a linear polynomial over x^2+11x+24.
 
First of all, you aren't doing "synthetic division". Synthetic division is used to divide a polynomial by a first order term of the form x- a only. What you are doing is just division with polynomials.

It's hard to comment since you didn't show your work. Did you handle the "0x2" and "0x" in the dividend properly?
 
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