AP Calculus AB and BC

Derivative of sqrt(sin x): Answer, Proof, Mistakes

The derivative of sqrt(sin x) with respect to x is cos x divided by 2 sqrt(sin x). Writing the root as (sin x) to the power one half and applying the chain rule gives one half times (sin x) to the power negative one half times cos x. The formula needs sin x greater than 0, because the root sits in the denominator.

ddx[sinx]=cosx2sinx\frac{d}{dx}\left[\sqrt{\sin x}\right] = \frac{\cos x}{2\sqrt{\sin x}}

The proof: chain rule on (sin x) to the one half

Rewrite the root as a power before differentiating: sinx=(sinx)12\sqrt{\sin x} = (\sin x)^{\frac{1}{2}}. The outer function is u12u^{\frac{1}{2}} and the inner function is u=sinxu = \sin x.

ddx(sinx)12=12(sinx)12cosx=cosx2sinx\frac{d}{dx}(\sin x)^{\frac{1}{2}} = \frac{1}{2}(\sin x)^{-\frac{1}{2}}\cdot\cos x = \frac{\cos x}{2\sqrt{\sin x}}

The power rule drops the exponent to 12-\frac{1}{2}, which is what moves the root into the denominator. The trailing cosx\cos x is the inner derivative, and leaving it out is the single most common error on this problem.

Domain and the vertical tangents

The function needs sinx0\sin x \geq 0, so it exists on [0,π][0, \pi] and on every 2π2\pi shift of that interval. The derivative needs the strict inequality sinx>0\sin x > 0, since sinx\sqrt{\sin x} is underneath.

At x=0x = 0 the numerator approaches 1 while the denominator approaches 0, so the slope runs to ++\infty and the curve leaves the axis with a vertical tangent. The mirror image happens at x=πx = \pi, where the slope runs to -\infty.

In between, the derivative is zero once, at x=π2x = \frac{\pi}{2}, where cosx=0\cos x = 0. That is the maximum, and the value there is 1=1\sqrt{1} = 1.

Common mistakes

  • Answering 12sinx\frac{1}{2\sqrt{\sin x}}, which applies the power rule to the root but never multiplies by the inner derivative cosx\cos x.
  • Answering cosx2cosx\frac{\cos x}{2\sqrt{\cos x}}, differentiating the inside and then putting the result back under the root. The root keeps the original inner function sinx\sin x.
  • Writing cosx2sinx\frac{\cos x}{2}\sqrt{\sin x}. The exponent becomes negative, so the root belongs in the denominator, not the numerator.
  • Confusing sinx\sqrt{\sin x} with sinx\sin\sqrt{x}, whose derivative is cosx2x\frac{\cos\sqrt{x}}{2\sqrt{x}}.

Check yourself, not just the answer

Type derivatives and get graded on mathematical equivalence, with rule-level hints when you miss, in the Derivative Practice Checker.

Frequently asked questions

What is the derivative of sqrt(sin x)?

It is cosx2sinx\frac{\cos x}{2\sqrt{\sin x}}, by the chain rule on (sinx)12(\sin x)^{\frac{1}{2}}.

Where does the derivative of sqrt(sin x) fail to exist?

Wherever sinx0\sin x \leq 0, and in particular at the endpoints x=0x = 0 and x=πx = \pi, where the denominator is zero and the tangent line is vertical.

What is the derivative of sin(sqrt x)?

It is cosx2x\frac{\cos\sqrt{x}}{2\sqrt{x}}. The composition runs the other way there, so the root is the inner function and the sine is the outer one.