I with integration using partial fractions

farisallil
Messages
1
Reaction score
0

Homework Statement



Compute the integral:
int ((1-x^2)/(x^3+x)) dx



Homework Equations


int ((1-x^2)/(x^3+x)) dx


The Attempt at a Solution


I think I should use the partial fraction method to simplify the fraction
so
(1-x^2)/(x^3+x)= A/x + B/ (1+x^2)
Therefore
A(1+x^2)+B(x)=1-x^2
putting it in a polynomial form:
x^2 (A)+x (B) + 1 (A)= 1- x^2
and by equating the coefficients,
A = -1
B = 0
However, A doesn't satisfy the constant on the LHS (+1)

So what is the thing that I did wrong??

Thanks in advance
 
Physics news on Phys.org
I think you missed the quadratic part of your partial fraction decomposition, it should be

\frac{1-x^2}{x(1+x^2)}= \frac{A}{x}+\frac{B+Cx}{1+x^2}
 
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