Help with Integration Problem: \int \frac{\ x^2}{1+x^2} dx

  • Thread starter Thread starter trap
  • Start date Start date
  • Tags Tags
    Integration
trap
Messages
51
Reaction score
0
can anyone help me with this,

\int \frac{\ x^2}{1+x^2} dx

thanks.

I've tried with integration by parts but does not work..
 
Physics news on Phys.org
Hmm... I don't quite remember how to use partial fractions for that... but I remember there was a way (at least with a similar problem). You could try

\int{\frac{x^2}{1+x^2}dx}=\int{\frac{x^2}{(x-i)(x+i)}dx}

and use partial fractions from there (but it gets a bit "hairy," as my math teacher always says).
 
trap said:
can anyone help me with this,

\int \frac{\ x^2}{1+x^2} dx

thanks.

I've tried with integration by parts but does not work..
Did you try partial fractions?

edit: nevermind read above :)
 
trap said:
can anyone help me with this,

\int \frac{\ x^2}{1+x^2} dx

thanks.

I've tried with integration by parts but does not work..

Partial fractions work only for proper fractions. This is not a proper fraction in the sense that the degree of the numerator is the same as the degree of the denominator. So to fix this little problem you need to use long division after which you get.

1-\frac{1}{x^2+1}

Which is now easy to integrate.

Regards
 
Last edited:
Use x^2/(1 + x^2) = (x^2 + 1 - 1)/(1 + x^2) = 1 - 1/(1 + x^2) and integrate that instead...
 
In this case partial fractions would lead indeed to a decomposition containing complex numbers.Therefore the method is not good.

Daniel.
 
I did this on my calculator and got a simple answer. I think you can do integration by parts. What have you tried?
 
Townsend said:
Partial fractions work only for proper fractions. This is not a proper fraction in the sense that the degree of the numerator is the same as the degree of the denominator. So to fix this little problem you need to use long division after which you get.

1-\frac{1}{x^2+1}

Which is now easy to integrate.

Regards

Integration by parts isn't necessary. Townsend clearly explains the best way to do this.

\int\frac{x^2}{x^2+1} dx = \int\frac{x^2+1}{x^2+1}-\frac{1}{x^2+1}dx

Hint for the second part: trig inverses.
 
thank you everyone for the help, i understand now :smile:
 
Back
Top