AP Calculus AB and BC

Integral of 1/sqrt(1-x^2): Answer, Proof, Mistakes

The integral of 1/sqrt(1 - x^2) is arcsin x + C, valid on the open interval -1 < x < 1. It works because the derivative of arcsin x is exactly 1/sqrt(1 - x^2), so antidifferentiation just runs that rule backwards. The general version is the integral of 1/sqrt(a^2 - x^2) dx = arcsin(x/a) + C for a > 0.

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

Why the antiderivative is arcsin x

This integral is not solved by a technique. It is recognized. The whole justification is that some function already has 11x2\frac{1}{\sqrt{1-x^2}} as its derivative, and that function is arcsinx\arcsin x.

ddx[arcsinx]=11x2\frac{d}{dx}\left[\arcsin x\right] = \frac{1}{\sqrt{1-x^2}}

Antidifferentiation reverses that statement, and the constant of integration covers every other function with the same derivative.

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

If you want the derivative rule itself rather than taking it on faith, it comes from implicit differentiation. Write y=arcsinxy = \arcsin x, which says the same thing as siny=x\sin y = x with yy restricted to [π2,π2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right].

siny=xcosydydx=1\sin y = x \quad \Longrightarrow \quad \cos y \cdot \frac{dy}{dx} = 1

Solve for dydx\frac{dy}{dx} and rewrite cosy\cos y using sin2y+cos2y=1\sin^2 y + \cos^2 y = 1. Cosine is never negative on [π2,π2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right], so the positive root is the right one.

dydx=1cosy=11x2\frac{dy}{dx} = \frac{1}{\cos y} = \frac{1}{\sqrt{1-x^2}}

The domain is open, not closed

arcsinx\arcsin x is defined on [1,1][-1, 1], but the integrand 11x2\frac{1}{\sqrt{1-x^2}} needs 1x2>01 - x^2 > 0, so the antiderivative statement is valid only on 1<x<1-1 < x < 1. At x=±1x = \pm 1 the integrand blows up, which is why a definite integral reaching an endpoint is improper.

The general 1/sqrt(a^2 - x^2) form

AP problems almost never hand you a bare 1 under the root. The pattern to memorize is the version with a constant.

1a2x2dx=arcsin(xa)+C,a>0\int \frac{1}{\sqrt{a^2-x^2}}\,dx = \arcsin\left(\frac{x}{a}\right) + C, \qquad a > 0

To see where it comes from, factor a2a^2 out of the root. Since a>0a > 0, a2=a\sqrt{a^2} = a.

a2x2=a1(xa)2\sqrt{a^2 - x^2} = a\sqrt{1 - \left(\frac{x}{a}\right)^2}

Now substitute u=xau = \frac{x}{a}, so du=1adxdu = \frac{1}{a}\,dx and dx=adudx = a\,du. The aa in the numerator cancels the aa from the root, leaving the basic form.

adua1u2=11u2du=arcsinu+C=arcsin(xa)+C\int \frac{a\,du}{a\sqrt{1-u^2}} = \int \frac{1}{\sqrt{1-u^2}}\,du = \arcsin u + C = \arcsin\left(\frac{x}{a}\right) + C

Example 1. Evaluate 19x2dx\int \frac{1}{\sqrt{9-x^2}}\,dx. Here a2=9a^2 = 9, so a=3a = 3.

19x2dx=arcsin(x3)+C\int \frac{1}{\sqrt{9-x^2}}\,dx = \arcsin\left(\frac{x}{3}\right) + C

Example 2. Evaluate 114x2dx\int \frac{1}{\sqrt{1-4x^2}}\,dx. The inside is (2x)2(2x)^2, so let u=2xu = 2x and du=2dxdu = 2\,dx. That introduces a compensating factor of 12\frac{1}{2}.

114x2dx=12arcsin(2x)+C\int \frac{1}{\sqrt{1-4x^2}}\,dx = \frac{1}{2}\arcsin(2x) + C

Check every answer by differentiating

Differentiating arcsin(x3)\arcsin\left(\frac{x}{3}\right) gives 1/31x2/9=19x2\frac{1/3}{\sqrt{1 - x^2/9}} = \frac{1}{\sqrt{9-x^2}}, which is the integrand you started with. That five second check catches nearly every dropped or duplicated constant.

Where this integral shows up on the AP exam

This antiderivative belongs to Unit 6, Integration and Accumulation of Change, which carries 17 to 20 percent of the AB exam and 17 to 20 percent of the BC exam. Its home topic is 6.14, Selecting Techniques for Antidifferentiation, where the skill being tested is recognition rather than manipulation.

  • Topic 3.4, Differentiating Inverse Trigonometric Functions, supplies the derivative rule this integral reverses. Learn the two together and each one checks the other.
  • Topic 6.9, Integrating Using Substitution, handles the 1a2x2\frac{1}{\sqrt{a^2-x^2}} and 114x2\frac{1}{\sqrt{1-4x^2}} variants through u=xau = \frac{x}{a} or u=2xu = 2x.
  • Topic 6.14 is where it actually gets tested: a multiple choice item shows an integrand and asks which antiderivative matches, with arctan\arctan and logarithm answers sitting next to it as distractors.
  • Topic 8.1 and the area topics can wrap it in a definite integral, most often 01/211x2dx=π6\int_0^{1/2} \frac{1}{\sqrt{1-x^2}}\,dx = \frac{\pi}{6} or a similar exact value.

A definite version evaluates through the Fundamental Theorem exactly as usual, provided the interval stays inside (1,1)(-1, 1).

01/211x2dx=arcsin(12)arcsin(0)=π6\int_{0}^{1/2} \frac{1}{\sqrt{1-x^2}}\,dx = \arcsin\left(\frac{1}{2}\right) - \arcsin(0) = \frac{\pi}{6}

BC only: the endpoints make it improper

0111x2dx\int_0^1 \frac{1}{\sqrt{1-x^2}}\,dx has an infinite integrand at x=1x = 1, so on the BC exam it must be written as a limit. It converges: limb1arcsinb=π2\lim_{b \to 1^-} \arcsin b = \frac{\pi}{2}. AB students will not be asked to evaluate it.

Common mistakes with this integral

  • Confusing it with the arctan\arctan integral. A square root in the denominator means arcsin\arcsin; no square root means arctan\arctan. Compare 11x2dx=arcsinx+C\int \frac{1}{\sqrt{1-x^2}}\,dx = \arcsin x + C with 11+x2dx=arctanx+C\int \frac{1}{1+x^2}\,dx = \arctan x + C.
  • Adding a 1a\frac{1}{a} that does not belong. The arcsin form has no outside constant: 1a2x2dx=arcsin(xa)+C\int \frac{1}{\sqrt{a^2-x^2}}\,dx = \arcsin\left(\frac{x}{a}\right) + C. The 1a\frac{1}{a} belongs to the arctan form, 1a2+x2dx=1aarctan(xa)+C\int \frac{1}{a^2+x^2}\,dx = \frac{1}{a}\arctan\left(\frac{x}{a}\right) + C.
  • Reaching for a power rule. Rewriting the integrand as (1x2)1/2(1-x^2)^{-1/2} and trying to raise the exponent fails, because the power rule for integrals requires the base to be the variable itself, not a composite like 1x21 - x^2.
  • Attempting u=1x2u = 1 - x^2. That substitution gives du=2xdxdu = -2x\,dx, and there is no xx in the numerator to absorb, so it goes nowhere. Substitute on the inside of the square instead, u=xau = \frac{x}{a}.
  • Forgetting the compensating constant when the inside is not just xa\frac{x}{a}. For 114x2dx\int \frac{1}{\sqrt{1-4x^2}}\,dx the answer is 12arcsin(2x)+C\frac{1}{2}\arcsin(2x) + C; dropping the 12\frac{1}{2} makes the derivative twice too large.
  • Integrating straight through x=±1x = \pm 1. The integrand is undefined at the endpoints, so 2211x2dx\int_{-2}^{2} \frac{1}{\sqrt{1-x^2}}\,dx is not a legal definite integral at all, and the answer is not arcsin2arcsin(2)\arcsin 2 - \arcsin(-2).
  • Losing the +C+ C. On a free response question asking for the general antiderivative or solving a differential equation, the missing constant costs a point on its own.

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 1/sqrt(1-x^2)?

It is arcsinx+C\arcsin x + C, that is, 11x2dx=arcsinx+C\int \frac{1}{\sqrt{1-x^2}}\,dx = \arcsin x + C. The result holds on the open interval 1<x<1-1 < x < 1, where the integrand is defined. You can confirm it instantly by differentiating: ddx[arcsinx]=11x2\frac{d}{dx}[\arcsin x] = \frac{1}{\sqrt{1-x^2}}.

What is the integral of 1/sqrt(a^2 - x^2)?

For a>0a > 0 it is arcsin(xa)+C\arcsin\left(\frac{x}{a}\right) + C. Factor a2a^2 out of the root to get a1(x/a)2a\sqrt{1 - (x/a)^2}, then substitute u=xau = \frac{x}{a}; the aa from dx=adudx = a\,du cancels the aa from the root, so no constant survives out front. For example, 125x2dx=arcsin(x5)+C\int \frac{1}{\sqrt{25-x^2}}\,dx = \arcsin\left(\frac{x}{5}\right) + C.

Why is it arcsin and not arccos?

Both work, because ddx[arccosx]=11x2\frac{d}{dx}[\arccos x] = -\frac{1}{\sqrt{1-x^2}} means arccosx-\arccos x is also an antiderivative. Since arcsinx+arccosx=π2\arcsin x + \arccos x = \frac{\pi}{2}, the two answers differ only by a constant, which the +C+ C absorbs. Write arcsinx+C\arcsin x + C so your answer matches the AP scoring guidelines and the formula sheet convention.

How is this different from the integral giving arctan?

Look for the square root. A square root in the denominator, as in 11x2\frac{1}{\sqrt{1-x^2}}, points to arcsin\arcsin; no square root, as in 11+x2\frac{1}{1+x^2}, points to arctan\arctan. The signs also differ: arcsin comes from 1x21 - x^2 (a difference), arctan from 1+x21 + x^2 (a sum).

Can I evaluate this integral from 0 to 1?

Yes, but only as an improper integral, because the integrand is undefined at x=1x = 1. Write it as limb10b11x2dx=limb1arcsinb=π2\lim_{b \to 1^-} \int_0^b \frac{1}{\sqrt{1-x^2}}\,dx = \lim_{b \to 1^-} \arcsin b = \frac{\pi}{2}. Improper integrals are BC only; on AB the interval will stay strictly inside (1,1)(-1, 1).