1
$\begingroup$

I want to integrate

\[\frac{x^2}{1-x^2},\]

what I have try is trigonometric substitution and partition function and integration by part

but still cannot solve it

Thx for your reading!

  • 0
    Use the substitution y=$1-x²$. Then one finds: $\frac{x^2}{1-x^2}dx=\frac{y'}{4y}dy$. Integration now becomes: $ln(y^{1/4})$. But this seems weird. Is there any error? Thanks for your attention.2012-11-04
  • 0
    @awllower: It would be $\frac14 \ln y$ if you were integrating with respect to $x$. Integrating $\frac{y'}{y}\ dy$ doesn't make a lot of sense in this context.2013-01-26
  • 0
    @JavierBadia I could not understand what you claimed here. I meant only to use the theorem of changes of variables in elementary calculus. Why does this make no sense here? Moreover, $(lny)/4=ln(y^{1/4})$, right?2013-01-30

2 Answers 2

8

$$\frac{x^2}{1-x^2} = -\frac{x^2}{x^2 - 1} = -\frac{x^2 - 1 + 1}{x^2 - 1} = -1 - \frac{1}{x^2 - 1}$$ Can you take it from here?

  • 0
    that tricky algebra can give students headaches. I always tell my students that if the integrand offers itself up to division then DO IT. Of course it yields the same result that you reached but experience has taught me that saying you are about to divide and then briefly do the long division (of polynomials) students get a quick review of the same and the integral gets easier as a prize.2013-01-26
  • 0
    @DaveUM: Agree. Students usually like algorithms, and rational functions and their relatives give one of the few opportunities.2013-01-26
3

And going a little further,

$$\frac{1}{x^2-1} = \frac{1}{(x-1)(x+1)} =\frac{1}{2}\left(\frac{1}{x-1}-\frac{1}{x+1}\right) $$

At this point, even I can integrate it.