Question 286253
simplify this if possible. 
((1/(x+h)^2)-(1/x^2))/h
-------------------
lcd = x^2(x+h)^2
Rewrite each fraction with the lcd as its denominator:
------------------------
[(x^2/lcd - (x+h)^2/lcd]/h
Combiine the numerators over the lcd:
---------------------
[x^2 -x^2-2hx-h^2]/(lcd*h)
Simplify the numerator:
-------------------------
(2hx-h^2)/(lcd*h)
Divide by "h" to get:
---
= (2x-h)/(x^2(x+h)^2)
---------------------------
Cheers,
Stan H.