I was asked to express $$\frac{1}{4n^2-1}$$ as a partial fraction. I have no clue as to what I should break this into. For example I know :
$$\frac{1}{n(n-1)}= \frac {A}{n} + \frac {B}{n-1}$$
These are fractorisable. Whereas $4n-1$ isnt.
So how to do it when one can't factorize the denominator?
$$\frac{1}{4n^2-1}=\frac{1}{(2n)^2-1}=\frac{1}{(2n+1)(2n-1)}=\frac{A}{2n-1}+\frac{B}{2n+1}$$
$A=0.5$, $B=-0.5$