Question
How to compute the derivative of a square root composite at a point
Original question: 4. Find if
Expert Verified Solution
Key takeaway: A square root composition is a direct chain-rule job. Rewrite the root as a power first, then differentiate carefully.
Let
Step 1: Differentiate using the chain rule
So
Step 2: Evaluate at
Final answer
You still need the values of and to get a numerical result.
Pitfalls the pros know 👇 Be careful not to differentiate as though it were just . The square root does not split across addition like that. Also, the denominator must stay under the root: .
What if the problem changes? If the inside expression gives , then the derivative is undefined at that point because the denominator becomes zero. If , the function is not real-valued there. So the domain matters before you differentiate at a specific point.
Tags: chain rule, square root function, derivative at a point
FAQ
What is the derivative of $u(x)=\sqrt{h(x)+3}$?
Write $u(x)=(h(x)+3)^{1/2}$. By the chain rule, $u'(x)=rac{h'(x)}{2\sqrt{h(x)+3}}$.
How do you find $u'(1)$?
Substitute $x=1$ into the derivative: $u'(1)=rac{h'(1)}{2\sqrt{h(1)+3}}$. You need both $h(1)$ and $h'(1)$ to compute a number.