I with integration using partial fractions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
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
 
on Phys.org
I think you missed the quadratic part of your partial fraction decomposition, it should be

[tex]\frac{1-x^2}{x(1+x^2)}= \frac{A}{x}+\frac{B+Cx}{1+x^2}[/tex]