
Doug C. answered 09/28/23
Math Tutor with Reputation to make difficult concepts understandable
Kevin, since you are asking about f(x) = 1/(3x) using definition of derivative, here you go.
f'(x) = limh->0 {1/[3(x+h)] - 1/(3x)} / h
This is a complex fraction and is best simplified by multiplying numerator and denominator of the "big" fraction by the LCD of all the "little" denominators. The LCD is 3x(x + h).
If you multiply the 1st term in the numerator by that LCD, the 3 and (x + h) factors cancel and you are left with x. Multiplying the 2nd term of the numerator by the LCD results in the 3 and x canceling and you are left the the (x + h) factor. Taking the LCD times the h in the denominator of the big fraction results in:
h (3x) (x + h).
So here is what we have:
f'(x) = limh->0[x - (x + h)]/ [h (3)(x)(x+h)]
The numerator becomes -h and the denominator can be rewritten as 3hx(x+h). As h->0 the factor of h in the numerator and denominator cancel.
f'(x) = limh->0 -1/[3x(x+h)] = -1/3x2

Doug C.
Note that I used h instead of delta x. And I included parentheses for factors in the denominator so that 1/3x was not viewed as (1/3)x, i.e. the x actually is in the denominator.09/28/23