Question
How to differentiate a function defined by a square root composition
Original question: 8. Find if .
Expert Verified Solution
Expert intro: Square roots inside a function are a classic chain rule setup. The key is to treat the inside as the inner variable and then evaluate at the point carefully.
Detailed walkthrough
We have
and need .
Step 1: Differentiate using the chain rule
Let the inside be . Then
Since
we get
Step 2: Evaluate at
Final answer
๐ก Pitfall guide
A frequent mistake is to write instead of . The derivative of the outer function is evaluated at the inner input, not at directly. Another slip is forgetting the derivative of itself.
๐ Real-world variant
If the function were for a constant , then the derivative would be
So with a square root, the extra factor is instead of a constant.
๐ Related terms
chain rule, square root derivative, composition
FAQ
How do you find u'(4) if u(x)=h(sqrt(x))?
Use the chain rule: u'(x)=h'(sqrt(x))ยท1/(2sqrt(x)). Then substitute x=4 to get u'(4)=h'(2)/4.
What is the derivative of sqrt(x)?
The derivative of sqrt(x) is 1/(2sqrt(x)), for x>0.