AP Calculus AB and BC

Derivative of arctan(sqrt x): Chain Rule

The derivative of arctan of the square root of x is 1 over 2 times the square root of x times 1 plus x. The arctangent derivative supplies 1 over 1 plus x, since the inner function squared is just x, and the chain rule multiplies by the square root derivative.

ddx[arctanx]=12x(1+x)\frac{d}{dx}\left[\arctan\sqrt{x}\right] = \frac{1}{2\sqrt{x}\left(1+x\right)}

Why the denominator simplifies

ddxarctanu=u1+u2,u=x,u2=x\frac{d}{dx}\arctan u = \frac{u'}{1+u^{2}}, \quad u = \sqrt{x}, \quad u^{2} = x

Squaring the inner function removes the radical from that part entirely, which is why only one square root survives, in the chain rule factor.

ddxarctanx=12x1+x=12x(1+x)\frac{d}{dx}\arctan\sqrt{x} = \frac{\frac{1}{2\sqrt{x}}}{1+x} = \frac{1}{2\sqrt{x}\left(1+x\right)}

Domain

The function needs x0x \ge 0, and the derivative excludes x=0x = 0 as well, where the tangent line is vertical.

Common mistakes

  • Writing 1+x21 + x^{2} in the denominator. The inner function is x\sqrt{x}, so its square is xx.
  • Forgetting the chain rule factor 12x\frac{1}{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 arctan(sqrt x)?

It is 12x(1+x)\frac{1}{2\sqrt{x}\left(1+x\right)}.

Why is it 1 + x and not 1 + x^2?

Because the arctangent rule squares the INNER function, and (x)2=x\left(\sqrt{x}\right)^{2} = x.