Partial Fraction Integration Help =(

hellos
Messages
4
Reaction score
0
can anyone help me with this integration

integral (dx)/(x^3+x)

i tried solving it with partial integration and got stuck when i got find B and C...this was what i did

= integral (dx)/[x(x^2 + 1)]

= 1/[x(x^2 - 1)] = A/x + (Bx+C)/(x^2 + 1)

=> 1 = A(x^2 + 1) + (Bx+C)(x)

=> 1 = Ax^2 +A + Bx^2 + Cx

A = 1

then i got stuck here on how to get the B and C variable

Thanks in advance to those who can help
 
Last edited:
Physics news on Phys.org
The question says \int\frac{dx}{x^3+x} while your answer contains \int\frac{dx}{x(x^2-1)}. Which is right?
 
hellos said:
can anyone help me with this integration

integral (dx)/(x^3+x)

i tried solving it with partial integration and got stuck when i got find B and C...this was what i did

= integral (dx)/[x(x^2 - 1)]

= 1/[x(x^2 - 1)] = A/x + (Bx+C)/(x^2 - 1)

=> 1 = A(x^2 - 1) + (Bx+C)(x)

=> 1 = Ax^2 - A + Bx^2 + Cx

A = -1

then i got stuck here on how to get the B and C variable

Thanks in advance to those who can help

?Is your integrand \frac{1}{x^3+ x} or \frac{1}{x^3- x}? You give both.

If it is \frac{1}{x^3-x} then you need to factor more:
x3- x= x(x2-1)= x(x-1)(x+1) so
\frac{1}{x^3- x}= \frac{A}{x}+ \frac{B}{x-1}+ \frac{C}{x+1}
Then 1= A(x-1)(x+1)+ B(x)(x+1)+ C(x)(x-1) and you can determine A, B, C by letting x= -1, 0, 1 in turn.

If it is \frac{1}{x^3+ x} then it is a little harder:
x3+ x= x(x2+ 1) and x2+ 1 cannot be factored further (in terms of real numbers).
\frac{1}{x^3+x}= \frac{A}{x}+ \frac{Bx+C}{x^2+ 1}
then 1= A(x2+1)+ (Bx+ C)x.

Taking x= 0, A= 1. Now there are 3 different ways to determine B and C.

a) Subtract 1/x from the fraction:
\frac{1}{x^3+x}- \frac{1}{x}= \frac{1}{x^3+x}- \frac{x^2+1}{x^3+x}= -\frac{x}{x^2+1}
so that the Bx+ C in \frac{Bx+C}{x^2+1} is clearly B= -1, C= 0.

b) Compare like powers of x:
with 1= A(x2+1)+ (Bx+ C)x and A= 1, we have 1= x2+ 1+ (Bx+ C)x= (B+1)x^2+ Cx+ 1. We must have B+1= x and C= 0 giving, again, B= -1, C= 0.

c) Use some values of x other than 0:
1= 1(x2+1)+ (Bx+ C)x.
Taking x= 1, 1= 2+ B+C and taking x= -1, 1= 2+(-B+C)(-1)= 2+B-C
Now solve the two equation B+ C= -1 and B-C= -1 to get, once again,
B= -1, C= 0.
 
Last edited by a moderator:
Thanks for the input guys
 
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