How do you find f'(x) using the definition of a derivative for f(x)=(x-6)^(2/3)?
1 Answer
Short answer: use
Explanation:
We know that
As in:
For the crucial step in this problem, we use the fact that
This allows us to "rationalize" a difference of cube roots.
In this case we have cube roots of squares, but the idea is the same.
From the identity above, we get:
= (x+h-6)^2-(x-6)^2
= ((x-6)+h)^2 - (x-6)^2
= (x-6)^2+2(x-6)h +h^2 - (x-6)^2
= 2h(x-6)
Using the above algebra, we can find:
= lim_(hrarr0)(2h(x-6))/(h((x+h-6)^(4/3)+((x+h-6)(x-6))^(2/3)+(x-6)^(4/3)))
= (2(x-6))/(3(x-6)^(4/3)) = 2/(3(x-6)^(1/3))