Bobosharif S. answered 02/08/18
Tutor
4.4
(32)
Mathematics/Statistics Tutor
Definition: Derivative of the function y=f(x) at the point x0 is defined as
f'(x0)=limh→0(f(x0+h)-f(x0))/h. This is general definitio and x0 is arbitrary point from D(f).
Now, in you question f(x)=1/√(9x)=1/(3√x). First find f(x+h)=1/(3√(x+h)).
According to the above defintion
f'(x)=limh→0[1/(3√(x+h))-1/(3√x)]/h. (LIM)
Only thing (most important) left is to find the limit in RHS (LIM)
limh→0[1/(3√(x+h))-1/(3√x)]/h=
=limh→0(1/(3h))(1/√(x+h)-1/√x)=
=(1/3)limh→0(1/h)(1/√(x+h)-1/√x)=
=(1/3)limh→0(1/h)(√x-√(x+h))/√(x(x+h))=
=(1/3)limh→0(1/h)(x-(x+h))/[√(x(x+h))*(√x+√(x+h)]=
=-(1/3)limh→01/[√(x(x+h))*(√x+√(x+h)]=
=-(1/3)1/[√(x2)(2√x)]=-1/(6x√x).
So,
f'(x)=-1/(6x√x)=1/(6x3/2)
Check it.