AP Calculus AB and BC

Derivative of arcsin(x^2): Chain Rule Proof, Mistakes

arcsin(x^2) differentiates to 2x divided by the square root of 1 - x^4. The chain rule decides everything here: the inner function x^2 gets substituted into the arcsine formula, so the radicand becomes 1 minus (x^2)^2, which is 1 - x^4 and not 1 - x^2.

ddx[arcsin(x2)]=2x1x4\frac{d}{dx}\left[\arcsin\left(x^{2}\right)\right] = \frac{2x}{\sqrt{1-x^{4}}}

Substituting the inner function into the formula

The base rule is dduarcsinu=11u2\frac{d}{du}\arcsin u = \frac{1}{\sqrt{1-u^{2}}}. With u=x2u = x^{2}, every uu in that formula becomes x2x^{2}, including the one being squared inside the radical, and then the inner derivative u=2xu' = 2x multiplies the result.

ddxarcsin(x2)=11(x2)22x=2x1x4\frac{d}{dx}\arcsin\left(x^{2}\right) = \frac{1}{\sqrt{1-\left(x^{2}\right)^{2}}}\cdot 2x = \frac{2x}{\sqrt{1-x^{4}}}

The step that decides the whole problem is (x2)2=x4\left(x^{2}\right)^{2} = x^{4}. Exponents multiply under a power of a power, so the radicand is 1x41-x^{4}. Getting this wrong changes the domain, the graph, and every value the derivative takes.

Domain and the vertical tangents at the ends

Arcsine accepts inputs between 1-1 and 11, so arcsin(x2)\arcsin\left(x^{2}\right) needs x21x^{2}\le 1, giving 1x1-1\le x\le 1. Since x20x^{2}\ge 0, the outputs only ever run from 00 up to π2\frac{\pi}{2}.

At x=±1x = \pm 1 the radicand 1x41-x^{4} is 00, so the derivative is undefined and the graph has vertical tangents at both endpoints. At values like x=0.2,0.5,0.8x = 0.2, 0.5, 0.8 the derivative is finite and rising (0.4000.400, 1.0331.033, 2.0822.082), steepening as xx approaches 11.

The factor 2x2x also makes the derivative negative for x<0x<0 and positive for x>0x>0, so the function dips to a minimum of 00 at the origin. That matches arcsin(x2)\arcsin\left(x^{2}\right) being an even function.

The mistakes students make

Graders see the same three answers on this one every year, and all three come from mishandling the inner function x2x^{2}.

  • Giving 2x1x2\frac{2x}{\sqrt{1-x^{2}}}. The inner function must be substituted inside the radical too, which turns 1u21-u^{2} into 1x41-x^{4}.
  • Losing the factor 2x2x and handing in 11x4\frac{1}{\sqrt{1-x^{4}}}, which handles the substitution correctly but drops the inner derivative the chain rule requires.
  • Treating arcsin(x2)\arcsin\left(x^{2}\right) as (arcsinx)2\left(\arcsin x\right)^{2}. That different function has derivative 2arcsinx1x2\frac{2\arcsin x}{\sqrt{1-x^{2}}}, and the two are not interchangeable.

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 arcsin(x2x^2)?

It is 2x1x4\frac{2x}{\sqrt{1-x^{4}}}, valid for 1<x<1-1<x<1. The chain rule puts x2x^{2} inside the arcsine formula and multiplies by 2x2x.

Why is it 1x41-x^4 and not 1x21-x^2 under the root?

Because the formula squares the inner function. With u=x2u = x^{2} you get u2=(x2)2=x4u^{2} = \left(x^{2}\right)^{2} = x^{4}, so the radicand is 1x41-x^{4}.

What is the domain of the derivative of arcsin(x2x^2)?

The open interval 1<x<1-1<x<1. At x=±1x = \pm 1 the radical is 00, so the derivative is undefined and the curve has vertical tangents there.