Equivalently, because I am just not as sharp as Greg1313, and have to work it out step by step, I would rewrite the fraction as \frac{x^2}{1- x^2}= -\frac{x^2}{x^2- 1} and now see that both numerator and denominator have degree 2 so divide: x^2 goes into x^2 once and then there is a remainder of x^2- (x^2- 1)= 1. That is, \frac{x^2}{1- x^2}= -\frac{x^2}{x^2- 1}= -1- \frac{1}{x^2- 1}.
Now, I see that x^2- 1= (x- 1)(x+ 1) so, by "partial fractions" that I learned in Calculus, we can write \frac{1}{x^2- 1}= \frac{A}{x- 1}+ \frac{B}{x+ 1} for some constants, A and B. Multiplying both sides by x^2- 1= (x- 1)(x+ 1), 1= \frac{A}{x- 1}(x- 1)(x+ 1)+ \frac{B}{x+ 1}(x- 1)(x+ 1)= A(x+ 1)+ B(x- 1).
At this point, there are several ways to determine A and B. Since we want to find two unknown numbers, we need two equations:
1) Multiply on the right to get Ax+ A+ Bx- B= (A+ B)x+ (A- B)= 1= 0x+ 1. In order that two polynomials be the same for all x, the corresponding coefficients must be the same: A+ B= 0, A- B= 1. Adding the two equations, 2A= 1 so A= 1/2 and then 1/2+ B= 0 so B= -1/2.
2) Choose any two values for x to get two equation say x= 0 and x= 2: if x= 0, A(0+ 1)+ B(0- 1)= A- B= 1. If x= 2, A(2+ 1)+ B(2- 1)= 3A+ B= 1. Adding those two equations, 4A= 2 so A= 1/2 and then 1/2- B= 1 so B= 1/2- 1= -1/2.
3) In particular, choose x= 1 and x= -1 since they make the two denominators, x+ 1 and x- 1 equal to 0: if x= 1, A(1+ 1)+ B(1- 1)= 2A= 1 so A= 1/2. If x= -1, A(-1+1)+ B(-1- 1)= -2B= 1 so B= -1/2.
Whichever we use, A= 1/2 and B= -1/2 so \frac{x^2}{1- x^2}= -1+ \frac{\frac{1}{2}}{x- 1}- \frac{\frac{1}{2}}{x+ 1}