Alright, so let's say you have to integrate the following expression.
(1)[tex]\int \frac{1}{x^2-1}dx[/tex]
It should first be noticed that this doesn't follow any of the standard integration rules, like the natural log one for example and that another method should be employed. So to break this up into partial fractions you should factor the denominator and split the expression into two fractions like so.
(2)[tex]\frac{1}{x^2-1}= \frac{A}{x-1}+\frac{B}{x+1}[/tex]
Now multiply through by (x-1)(x+1) to get this into something more workable. Doing this you'll get:
(3)[tex]1=A(x+1)+B(x-1)[/tex]
You can use this expression and your previous one to do a system of equations, but another method is much simpler. Let x=-1 so that the A term will be zero and you can solve for B. Now let x=1 so that the B term will be zero and you can solve for A.
I'll let you finish this one, but I hope the concept explanation helps!
Jameson