Question

How to differentiate a function defined by a square root composition

Original question: 8. Find uโ€ฒ(4)u'(4) if u(x)=h(x)u(x) = h(\sqrt{x}).

Expert Verified Solution

thumb_up100%(1 rated)

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

u(x)=h(x)u(x)=h(\sqrt{x})

and need uโ€ฒ(4)u'(4).

Step 1: Differentiate using the chain rule

Let the inside be x\sqrt{x}. Then

uโ€ฒ(x)=hโ€ฒ(x)โ‹…ddx(x)u'(x)=h'(\sqrt{x})\cdot \frac{d}{dx}(\sqrt{x})

Since

ddx(x)=12x\frac{d}{dx}(\sqrt{x})=\frac{1}{2\sqrt{x}}

we get

uโ€ฒ(x)=hโ€ฒ(x)โ‹…12xu'(x)=h'(\sqrt{x})\cdot \frac{1}{2\sqrt{x}}

Step 2: Evaluate at x=4x=4

uโ€ฒ(4)=hโ€ฒ(4)โ‹…124u'(4)=h'(\sqrt{4})\cdot \frac{1}{2\sqrt{4}}

uโ€ฒ(4)=hโ€ฒ(2)โ‹…14u'(4)=h'(2)\cdot \frac{1}{4}

Final answer

uโ€ฒ(4)=14hโ€ฒ(2)\boxed{u'(4)=\frac{1}{4}h'(2)}

๐Ÿ’ก Pitfall guide

A frequent mistake is to write hโ€ฒ(x)h'(x) instead of hโ€ฒ(x)h'(\sqrt{x}). The derivative of the outer function is evaluated at the inner input, not at xx directly. Another slip is forgetting the derivative of x\sqrt{x} itself.

๐Ÿ”„ Real-world variant

If the function were u(x)=h(ax)u(x)=h(ax) for a constant aa, then the derivative would be

uโ€ฒ(x)=ahโ€ฒ(ax)u'(x)=ah'(ax)

So with a square root, the extra factor is 12x\frac{1}{2\sqrt{x}} 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.

chat