Solving Partial Fractions with Polynomial Division

beaf123
Messages
40
Reaction score
0

Homework Statement



∫ (x^3)/(x^2+2x+1)

I think I could solve it if I knew how they did this operation:

From the solution:
'
(x^3)/(x^2+2x+1) = (x-2) + (3x+2)/(x+1)^2 ( After long division)

Did they use polynomialdivision?

x^3: x^2-2X+1=

If so, how?
 
Physics news on Phys.org
beaf123 said:

Homework Statement



∫ (x^3)/(x^2+2x+1) dx

I think I could solve it if I knew how they did this operation:

From the solution:
'
(x^3)/(x^2+2x+1) = (x-2) + (3x+2)/(x+1)^2 ( After long division)

Did they use polynomial division?

x^3: x^2-2X+1=

If so, how?

Yes, they used long division for polynomials.

Here's a link to Wikipedia's page on polynomial long division.

If you don't want to use long division, use the substitution u = x+1.
 
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