Question 129110
what is the derivative of the square root of x under the square root of x, all under a third square root 
-----------------------
If I read you correctly you have
f(x) = sqrt[sqrt[(x)sqrt(x)]]
f(x) = sqrt[sqrt[x^(3/2)]]
f(x) = sqrt[x^(3/4)]
f(x) = x^(3/8)
f'(x) = (3/8)x^(-5/8)
==========================
Cheers,
Stan H.