AP Calculus BC

Integral of arcsin x: Answer, Parts Setup, Mistakes

The integral of arcsin x with respect to x is x arcsin x + sqrt(1 - x^2) + C. Integration by parts with u = arcsin x and dv = dx turns it into x arcsin x minus the integral of x over sqrt(1 - x^2), and that leftover integral is a substitution with u = 1 - x^2.

arcsinxdx=xarcsinx+1x2+C\int \arcsin x\,dx = x\arcsin x + \sqrt{1 - x^{2}} + C

How to integrate arcsin x by parts

The integrand arcsinx\arcsin x looks like a single function with nothing to substitute, which is exactly the signal for integration by parts. There is a second factor hiding in plain sight: the dxdx. Write the integrand as arcsinx1\arcsin x \cdot 1 and let that 11 be the part you antidifferentiate.

udv=uvvdu\int u\,dv = uv - \int v\,du

Take u=arcsinxu = \arcsin x, because differentiating it removes the inverse trig function entirely and leaves an algebraic expression. Take dv=dxdv = dx, so v=xv = x.

u=arcsinx,du=11x2dx,dv=dx,v=xu = \arcsin x, \quad du = \frac{1}{\sqrt{1 - x^{2}}}\,dx, \quad dv = dx, \quad v = x

Substituting gives a new integral that is algebraic rather than inverse trigonometric, which is the whole point of the choice.

arcsinxdx=xarcsinxx1x2dx\int \arcsin x\,dx = x\arcsin x - \int \frac{x}{\sqrt{1 - x^{2}}}\,dx

The leftover integral is a substitution. Let w=1x2w = 1 - x^{2}, so dw=2xdxdw = -2x\,dx and xdx=12dwx\,dx = -\tfrac{1}{2}\,dw.

x1x2dx=12w1/2dw=w1/2=1x2\int \frac{x}{\sqrt{1 - x^{2}}}\,dx = -\frac{1}{2}\int w^{-1/2}\,dw = -w^{1/2} = -\sqrt{1 - x^{2}}

Putting the two pieces together, the minus sign in front of the leftover integral meets the minus sign the substitution produced, and the result is a plus.

arcsinxdx=xarcsinx+1x2+C\int \arcsin x\,dx = x\arcsin x + \sqrt{1 - x^{2}} + C

Check it by differentiating

Differentiate xarcsinx+1x2x\arcsin x + \sqrt{1 - x^{2}}. The product rule gives arcsinx+x1x2\arcsin x + \frac{x}{\sqrt{1 - x^{2}}}, and the chain rule on the square root gives x1x2\frac{-x}{\sqrt{1 - x^{2}}}. The two fractions cancel exactly, leaving arcsinx\arcsin x.

Why dv = dx is the right choice

Integration by parts is usually taught on products of two visible factors, so a lone arcsinx\arcsin x looks like the wrong tool. The reason it is the right tool is that parts does not need two factors, it needs a uu whose derivative is simpler and a dvdv you can antidifferentiate. Here dv=dxdv = dx is trivially antidifferentiable and arcsinx\arcsin x becomes algebraic the moment you differentiate it.

The reverse choice does not work. There is no way to take u=1u = 1, because then du=0du = 0 and the formula collapses to nothing useful, and dv=arcsinxdxdv = \arcsin x\,dx requires the very antiderivative you are trying to find.

The same trick handles the other single inverse functions on the course, which is worth recognizing as one pattern rather than three separate results.

  • lnxdx=xlnxx+C\int \ln x\,dx = x\ln x - x + C, with u=lnxu = \ln x and dv=dxdv = dx
  • arctanxdx=xarctanx12ln(1+x2)+C\int \arctan x\,dx = x\arctan x - \frac{1}{2}\ln\left(1 + x^{2}\right) + C, same setup
  • arcsinxdx=xarcsinx+1x2+C\int \arcsin x\,dx = x\arcsin x + \sqrt{1 - x^{2}} + C, same setup

In the LIATE ordering, Inverse trigonometric sits second, behind only Logarithmic. When an inverse trig function appears at all, it is almost always uu.

Where the integral of arcsin x shows up on the AP exam

Integration by parts is Topic 6.11 in Unit 6 (Integration and Accumulation of Change), and the CED marks it BC only, so this integral can be asked on BC but not on AB. Unit 6 carries a weighting of 15 to 20 percent on both exams.

Be careful not to confuse this with the much more commonly tested integral that produces arcsinx\arcsin x rather than consuming it. That one is a basic antiderivative on both AB and BC.

11x2dx=arcsinx+C\int \frac{1}{\sqrt{1 - x^{2}}}\,dx = \arcsin x + C

A definite version is the usual exam form. The endpoints 00 and 11 are convenient because arcsin1=π2\arcsin 1 = \frac{\pi}{2} and the square root vanishes there.

01arcsinxdx=[xarcsinx+1x2]01=π21\int_{0}^{1} \arcsin x\,dx = \left[x\arcsin x + \sqrt{1 - x^{2}}\right]_{0}^{1} = \frac{\pi}{2} - 1

At x=1x = 1 the bracket is 1π2+01 \cdot \frac{\pi}{2} + 0, and at x=0x = 0 it is 0+10 + 1, so the difference is π21\frac{\pi}{2} - 1, roughly 0.5710.571.

Common mistakes with the integral of arcsin x

  • Confusing the two directions. arcsinxdx\int \arcsin x\,dx is not 11x2\frac{1}{\sqrt{1 - x^{2}}}. That expression is the DERIVATIVE of arcsinx\arcsin x, not its antiderivative.
  • Writing (arcsinx)22\frac{\left(\arcsin x\right)^{2}}{2}. The power rule for antiderivatives applies to xnx^{n}, not to an arbitrary function, so this is only correct when the integrand also contains the derivative 11x2\frac{1}{\sqrt{1 - x^{2}}}.
  • Getting the sign of the square root wrong. The substitution contributes a minus, and it meets the minus already in front of vdu\int v\,du, so the term is +1x2+\sqrt{1 - x^{2}}, not 1x2-\sqrt{1 - x^{2}}.
  • Forgetting the domain. arcsinx\arcsin x is only defined for 1x1-1 \le x \le 1, so a definite integral outside that interval is meaningless, not merely hard.
  • Trying substitution first. Nothing inside arcsinxdx\arcsin x\,dx is the derivative of anything else in it, so there is no substitution to make.

One differentiation settles every sign question

If you are unsure whether the square root term should be positive or negative, differentiate your candidate answer. Only one of the two signs makes the leftover fractions cancel, and the check takes about fifteen seconds.

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

What is the integral of arcsin x?

It is xarcsinx+1x2+Cx\arcsin x + \sqrt{1 - x^{2}} + C. Integration by parts with u=arcsinxu = \arcsin x and dv=dxdv = dx gives xarcsinxx1x2dxx\arcsin x - \int \frac{x}{\sqrt{1 - x^{2}}}\,dx, and the substitution w=1x2w = 1 - x^{2} finishes it.

Is the integral of arcsin x on the AP Calculus AB exam?

No. It needs integration by parts, which is Topic 6.11 and marked BC only in the CED. AB students do integrate 11x2\frac{1}{\sqrt{1 - x^{2}}} to get arcsinx\arcsin x, which is the other direction and is on both exams.

Why is the answer plus the square root and not minus?

Two minus signs meet. The parts formula subtracts vdu\int v\,du, and the substitution w=1x2w = 1 - x^{2} evaluates that integral to 1x2-\sqrt{1 - x^{2}}. Subtracting a negative gives +1x2+\sqrt{1 - x^{2}}.

How do I integrate arcsin of a multiple, like arcsin(2x)?

Substitute first. With w=2xw = 2x and dx=dw2dx = \frac{dw}{2}, arcsin(2x)dx=12arcsinwdw=12(warcsinw+1w2)+C\int \arcsin(2x)\,dx = \frac{1}{2}\int \arcsin w\,dw = \frac{1}{2}\left(w\arcsin w + \sqrt{1 - w^{2}}\right) + C, then put w=2xw = 2x back.

What is the definite integral of arcsin x from 0 to 1?

It equals π21\frac{\pi}{2} - 1, about 0.5710.571. At x=1x = 1 the antiderivative is π2\frac{\pi}{2} and at x=0x = 0 it is 11.