I'm trying to understand the process that is taken to achieve the answer for the following: $$\lim_{h\to 0}\frac{\dfrac 2{a+h}-\dfrac 2a}{h}$$
I know that the answer is $-\dfrac{2}{a^2}$ , but whenever I make the denominators common and simplify everything, I end up with $\dfrac{2h^2+2ah}{2a^2+2ah}$ or $\dfrac{2h^2(a+h)}{2a^2(a+h)}$ , and I don't know where I'm going wrong at. If I simplify further, and cancel out further, then I'm left with $\dfrac {2h}{2a}$, which equals 0 as $h$ approaches 0. But that answer isn't correct.