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 [tex]\frac{x^2}{1- x^2}= -\frac{x^2}{x^2- 1}[/tex] and now see that both numerator and denominator have degree 2 so divide: [tex]x^2[/tex] goes into [tex]x^2[/tex] once and then there is a remainder of [tex]x^2- (x^2- 1)= 1[/tex]. That is, [tex]\frac{x^2}{1- x^2}= -\frac{x^2}{x^2- 1}= -1- \frac{1}{x^2- 1}[/tex].
Now, I see that [tex]x^2- 1= (x- 1)(x+ 1)[/tex] so, by "partial fractions" that I learned in Calculus, we can write [tex]\frac{1}{x^2- 1}= \frac{A}{x- 1}+ \frac{B}{x+ 1}[/tex] for some constants, A and B. Multiplying both sides by [tex]x^2- 1= (x- 1)(x+ 1)[/tex], [tex]1= \frac{A}{x- 1}(x- 1)(x+ 1)+ \frac{B}{x+ 1}(x- 1)(x+ 1)= A(x+ 1)+ B(x- 1)[/tex].
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 [tex]\frac{x^2}{1- x^2}= -1+ \frac{\frac{1}{2}}{x- 1}- \frac{\frac{1}{2}}{x+ 1}[/tex]