Fiveable

Calculus II Unit 1 Review

QR code for Calculus II practice questions

1.7 Integrals Resulting in Inverse Trigonometric Functions

1.7 Integrals Resulting in Inverse Trigonometric Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

Integrals Resulting in Inverse Trigonometric Functions

Inverse trigonometric function integrals

Certain integrals produce inverse trig functions as their antiderivatives. Recognizing these forms quickly is the core skill here. Each formula has a constant a>0a > 0 that controls the domain and appears in the argument of the result.

The three formulas you need to know:

  • Arcsine: 1a2x2dx=sin1 ⁣(xa)+C\int \frac{1}{\sqrt{a^2 - x^2}}\, dx = \sin^{-1}\!\left(\frac{x}{a}\right) + C for x<a|x| < a
  • Arctangent: 1a2+x2dx=1atan1 ⁣(xa)+C\int \frac{1}{a^2 + x^2}\, dx = \frac{1}{a}\tan^{-1}\!\left(\frac{x}{a}\right) + C for all real xx
  • Arcsecant: 1xx2a2dx=1asec1 ⁣xa+C\int \frac{1}{x\sqrt{x^2 - a^2}}\, dx = \frac{1}{a}\sec^{-1}\!\left|\frac{x}{a}\right| + C for x>a|x| > a

These formulas come directly from differentiating the corresponding inverse trig functions. For example, since ddxsin1(x)=11x2\frac{d}{dx}\sin^{-1}(x) = \frac{1}{\sqrt{1-x^2}}, the arcsine integral formula is just the antiderivative version of that derivative (scaled by aa).

The key to using them: look at the structure of your integrand and match it to one of these three patterns. The constant aa is whatever value sits in the spot where aa appears in the formula. The argument of the resulting inverse trig function is always the ratio xa\frac{x}{a}.

Note: You may also encounter 1x2a2dx=lnx+x2a2+C\int \frac{1}{\sqrt{x^2 - a^2}}\, dx = \ln\left|x + \sqrt{x^2 - a^2}\right| + C for x>a|x| > a. This is not an inverse trig result. It's a logarithmic antiderivative, and it sometimes appears alongside these formulas. Don't confuse it with the arcsecant form, which has that extra xx in the denominator.

Inverse trigonometric function integrals, Inverse trigonometric functions - Wikipedia

Substitution for inverse trigonometric integrals

Many integrals won't match the standard forms exactly. You'll need to manipulate them first, usually through completing the square or uu-substitution, and sometimes through trig substitution.

Completing the square + uu-sub (most common technique):

When the integrand has a quadratic that doesn't obviously match a2x2a^2 - x^2 or a2+x2a^2 + x^2, complete the square first.

Example: Evaluate 1x2+6x+13dx\int \frac{1}{x^2 + 6x + 13}\, dx.

  1. Complete the square in the denominator: x2+6x+13=(x+3)2+4x^2 + 6x + 13 = (x+3)^2 + 4
  2. Substitute u=x+3u = x + 3, so du=dxdu = dx
  3. The integral becomes 1u2+4du\int \frac{1}{u^2 + 4}\, du
  4. This matches the arctangent form with a=2a = 2
  5. Result: 12tan1 ⁣(u2)+C=12tan1 ⁣(x+32)+C\frac{1}{2}\tan^{-1}\!\left(\frac{u}{2}\right) + C = \frac{1}{2}\tan^{-1}\!\left(\frac{x+3}{2}\right) + C

Trig substitution (for radicals):

When you have a square root that resists simpler methods, trig substitution transforms the integral into a trig form you can evaluate.

  • For a2x2\sqrt{a^2 - x^2}: let x=asinθx = a\sin\theta, dx=acosθdθdx = a\cos\theta\, d\theta
  • For x2+a2\sqrt{x^2 + a^2}: let x=atanθx = a\tan\theta, dx=asec2θdθdx = a\sec^2\theta\, d\theta
  • For x2a2\sqrt{x^2 - a^2}: let x=asecθx = a\sec\theta, dx=asecθtanθdθdx = a\sec\theta\tan\theta\, d\theta

After substituting, simplify using identities like 1sin2θ=cos2θ1 - \sin^2\theta = \cos^2\theta, evaluate the resulting trig integral, then substitute back to express the answer in terms of xx.

A common mistake: forgetting to check whether a simple uu-sub works before jumping to trig substitution. Always scan for a direct uu-sub first. For instance, x4x2dx\int \frac{x}{\sqrt{4 - x^2}}\, dx has an xx in the numerator, so u=4x2u = 4 - x^2 works cleanly. No trig sub needed.

Inverse trigonometric function integrals, Inverse Trigonometric Functions | Algebra and Trigonometry

Domain and geometry of inverse trigonometric integrals

Each formula has domain restrictions that come from the integrand itself:

  • Arcsine form (a2x2\sqrt{a^2 - x^2} in denominator): you need a2x2>0a^2 - x^2 > 0, so x<a|x| < a. The expression under the radical can't be zero or negative.
  • Arctangent form (a2+x2a^2 + x^2 in denominator): this is always positive, so xx can be any real number. No restrictions.
  • Arcsecant form (xx2a2x\sqrt{x^2 - a^2} in denominator): you need x2a2>0x^2 - a^2 > 0, so x>a|x| > a.

For definite integrals, make sure your limits of integration fall within the valid domain. If they don't, the integral doesn't exist (or needs to be treated as an improper integral).

Geometrically, 0t1a2x2dx=sin1 ⁣(ta)\int_0^t \frac{1}{\sqrt{a^2 - x^2}}\, dx = \sin^{-1}\!\left(\frac{t}{a}\right) gives the angle (in radians) of a sector on a circle of radius aa. The arctangent integral similarly measures an angle, but one associated with the curve y=1a2+x2y = \frac{1}{a^2 + x^2}, which is a bell-shaped curve centered at the origin with height 1a2\frac{1}{a^2}.

Advanced techniques for inverse trigonometric integrals

  • Integration by parts comes into play when the inverse trig function is itself part of the integrand (e.g., sin1(x)dx\int \sin^{-1}(x)\, dx). In that case, let u=sin1(x)u = \sin^{-1}(x) and dv=dxdv = dx.
  • Partial fractions may be needed to break a complex rational function into simpler pieces, some of which match the arctangent form. For example, a denominator like (x2+1)(x+2)(x^2+1)(x+2) would be decomposed before integrating.
  • Coefficient adjustments: if the coefficient of x2x^2 isn't 1, factor it out before matching to a standard form. For 19x2+4dx\int \frac{1}{9x^2 + 4}\, dx, rewrite the denominator as 9 ⁣(x2+49)9\!\left(x^2 + \frac{4}{9}\right), then apply the arctangent formula with a=23a = \frac{2}{3}.