I have that the solution of $\left(\frac{1}{x²(x-a)}-\frac{1}{a²(x-a)}\right)$ is $-\frac{x+a}{x²a²}$, but when I try to solve it I get (positive) $\frac{x+a}{x²a²}$.
The way I've been getting it is by making the denominators equals $\left(\frac{1}{x²(x-a)}\frac{a²}{a²}\right)-\left(\frac{1}{a²(x-a)}\frac{x²}{x²}\right)$ which gives $\frac{a²-x²}{x²a²(x-a)}$ that by factoring the nominator is $\frac{(a-x)(a+x)}{x²a²(x-a)}$, allowing me to cancel $\frac{(a-x)}{(a-x)}$, finishing as $\frac{x+a}{x²a²}$.
Where it should've become negative?
OBS: I don't know if matters but it's all part of a limits problem that goes like $\lim_{x\to a}\left(\frac{1}{x²(x-a)}-\frac{1}{a²(x-a)}\right)=-\frac{x+a}{x²a²} = \frac{-2}{a³}$, but my problem is just where it became negative as it's suppose to become.
The correct cancellation is $$ \frac{a-x}{x-a}=-1 $$ since $a-x=(-1)(x-a)$.