"maybe break it up into f (x) = x +2 and g (x) = x - 2, find the derivatives of f(x) and g(x) using the definition, then solve f '(x) / g '(x)? "
the right formula in this case will be
f'(x).g(x) - f(x).g'(x) / g'(x) ^ 2.
for the example with x^2 = X^3 / X , it will be
3x^2. x -...