AP Calculus AB and BC

Integral of arcsin x / sqrt(1-x^2)

The integral of arcsin x over the square root of one minus x squared is one half of the square of arcsin x, plus C. One over that square root is exactly the derivative of arcsin x, so u equals arcsin x absorbs the whole denominator into du and turns the problem into the integral of u du.

arcsinx1x2dx=(arcsinx)22+C\int \frac{\arcsin x}{\sqrt{1-x^{2}}}\,dx = \frac{\left(\arcsin x\right)^{2}}{2} + C

Dividing by the root is multiplying by the derivative

The derivative of arcsinx\arcsin x is 11x2\frac{1}{\sqrt{1-x^{2}}}, and that factor is already sitting in the integrand. Set u=arcsinxu = \arcsin x, so du=dx1x2du = \frac{dx}{\sqrt{1-x^{2}}} and the whole denominator disappears into dudu.

arcsinx1x2dx=udu=u22+C\int \frac{\arcsin x}{\sqrt{1-x^{2}}}\,dx = \int u\,du = \frac{u^{2}}{2} + C
=(arcsinx)22+C= \frac{\left(\arcsin x\right)^{2}}{2} + C

Arcsine in the other role

Most students meet arcsine as an answer: it is the antiderivative of 1 over the square root of 1 minus x squared. Here it is the substitution instead. The same derivative fact does the work either way, and recognising it in both directions is the point of the problem.

Notation and domain

Write the result as (arcsinx)22\frac{\left(\arcsin x\right)^{2}}{2}. The compressed form arcsin2x2\frac{\arcsin^{2}x}{2} is acceptable in most classes, but arcsinx22\frac{\arcsin x^{2}}{2} is not: that reads as the arcsine of x2x^{2}, a different function with a different derivative.

The integrand exists only on 1<x<1-1 < x < 1, since 1x2\sqrt{1-x^{2}} is zero at both endpoints. A definite integral running to x=1x = 1 is improper and needs a limit, even though the antiderivative itself is perfectly well behaved there.

The mistakes students make

Two of these come from misreading the structure, and one from misplacing the square.

  • Substituting u=1x2u = 1-x^{2} out of habit. It matches the square root, but du=2xdxdu = -2x\,dx and there is no xx in the integrand to pay for it, so the substitution never closes.
  • Dropping the 12\frac{1}{2} and answering (arcsinx)2+C\left(\arcsin x\right)^{2} + C, whose derivative is twice the integrand.
  • Writing arcsin(x2)\arcsin\left(x^{2}\right) or arcsin(x22)\arcsin\left(\frac{x^{2}}{2}\right), both of which square the input rather than the output.

Every answer on this page is machine checked

An automated test differentiates the antiderivative above and confirms it returns the integrand. A wrong sign or a missing factor fails the build, so it cannot reach you.

Frequently asked questions

How do you integrate arcsin x over sqrt(1-x^2)?

It is (arcsinx)22+C\frac{\left(\arcsin x\right)^{2}}{2} + C, from the substitution u=arcsinxu = \arcsin x.

Why is u = arcsin x rather than u = 1 - x^2?

Because dudu has to account for everything left in the integrand. With u=arcsinxu = \arcsin x the entire factor dx1x2\frac{dx}{\sqrt{1-x^{2}}} becomes dudu and nothing in xx remains.

Does this integral need integration by parts?

No. It is a one line substitution. Parts is for products of unrelated functions, not for a function sitting next to its own derivative.