Fiveable

Calculus I Unit 5 Review

QR code for Calculus I practice questions

5.7 Integrals Resulting in Inverse Trigonometric Functions

5.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 I
Unit & Topic Study Guides

Integrals Resulting in Inverse Trigonometric Functions

Inverse Trigonometric Function Integrals

Certain rational expressions and expressions involving square roots don't integrate into the usual polynomial, exponential, or logarithmic forms. Instead, they produce inverse trigonometric functions. Recognizing these patterns saves you from a lot of unnecessary work.

There are three standard forms you need to memorize:

  • 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
  • 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|

The way to identify which formula applies is to look at the denominator's structure:

  • See a2x2\sqrt{a^2 - x^2}? Think arcsine.
  • See a2+x2a^2 + x^2 (no square root)? Think arctangent.
  • See xx2a2x\sqrt{x^2 - a^2}? Think arcsecant.

Once you match the form, plug in the value of aa, evaluate, and don't forget +C+C.

Example: Evaluate 19x2dx\int \frac{1}{\sqrt{9 - x^2}}\, dx.

Here a2=9a^2 = 9, so a=3a = 3. This matches the arcsine form directly:

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

Inverse trigonometric function integrals, Inverse trigonometric functions - formulasearchengine

Substitution for Inverse Trigonometric Forms

Many integrals won't match the standard forms right away. You'll need to manipulate them first, usually with a uu-substitution or by completing the square.

Using uu-substitution:

When the variable expression inside the integrand isn't just xx, a simple uu-sub can bring it into standard form.

Example: Evaluate 14+(x3)2dx\int \frac{1}{4 + (x-3)^2}\, dx.

  1. Let u=x3u = x - 3, so du=dxdu = dx.

  2. The integral becomes 14+u2du\int \frac{1}{4 + u^2}\, du.

  3. Now a2=4a^2 = 4, so a=2a = 2. Apply the arctangent formula: 12tan1 ⁣(u2)+C\frac{1}{2}\tan^{-1}\!\left(\frac{u}{2}\right) + C

  4. Substitute back: 12tan1 ⁣(x32)+C\frac{1}{2}\tan^{-1}\!\left(\frac{x-3}{2}\right) + C

Completing the square:

If you see something like x2+6x+13x^2 + 6x + 13 in the denominator, complete the square to reveal the standard form: x2+6x+13=(x+3)2+4x^2 + 6x + 13 = (x+3)^2 + 4. Then use a uu-sub with u=x+3u = x + 3.

Trigonometric substitution is a more advanced technique where you replace xx itself with a trig expression. The three cases are:

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

After integrating in terms of θ\theta, you substitute back to express the answer in terms of xx. For most problems in this section, though, a uu-sub or completing the square will be enough. Trig substitution becomes more central in Calculus II.

Inverse trigonometric function integrals, Inverse trigonometric functions - Wikipedia

Domains and Ranges in Integration

The inverse trig functions have restricted domains and ranges by definition. When your answer involves one of these functions, the argument has to fall within the allowed domain, or the answer doesn't make sense.

FunctionDomainRange
sin1(x)\sin^{-1}(x)[1,1][-1, 1][π2,π2]\left[-\frac{\pi}{2},\, \frac{\pi}{2}\right]
tan1(x)\tan^{-1}(x)(,)(-\infty, \infty)(π2,π2)\left(-\frac{\pi}{2},\, \frac{\pi}{2}\right)
sec1(x)\sec^{-1}(x)(,1][1,)(-\infty, -1] \cup [1, \infty)[0,π]\left[0, \pi\right], excluding π2\frac{\pi}{2}
What this means in practice:
  • For sin1 ⁣(xa)\sin^{-1}\!\left(\frac{x}{a}\right), you need x<a|x| < |a| (the original integrand has a2x2\sqrt{a^2 - x^2}, which already enforces this).
  • For tan1 ⁣(xa)\tan^{-1}\!\left(\frac{x}{a}\right), there's no restriction on xx. Any real number works.
  • For sec1 ⁣(xa)\sec^{-1}\!\left(\frac{|x|}{a}\right), you need x>a|x| > |a| (again, the square root x2a2\sqrt{x^2 - a^2} enforces this).

These restrictions rarely cause trouble on their own because the integrand's domain naturally matches. But when you evaluate definite integrals, make sure your limits of integration stay within the valid domain.

Advanced Integration Techniques

Some problems layer inverse trig forms with other techniques. Here are the most common combinations you'll encounter:

  • Partial fractions first: If the integrand is a complex rational function, decompose it. Some of the resulting terms may produce inverse trig integrals.
  • Completing the square: As shown above, this is often the key step that reveals a hidden arctangent or arcsine form.
  • Chain rule awareness: If the integral has the form f(x)a2[f(x)]2dx\int \frac{f'(x)}{\sqrt{a^2 - [f(x)]^2}}\, dx, the f(x)f'(x) in the numerator acts as the "dudu" from a substitution with u=f(x)u = f(x), and the result is sin1 ⁣(f(x)a)+C\sin^{-1}\!\left(\frac{f(x)}{a}\right) + C. Always check whether a function and its derivative are both present before reaching for heavier techniques.
  • Coefficient adjustments: Sometimes you need to factor a constant out of the square root or denominator to match the standard form. For instance, 153x2dx\int \frac{1}{\sqrt{5 - 3x^2}}\, dx requires rewriting as 15135x2dx\int \frac{1}{\sqrt{5}\,\sqrt{1 - \frac{3}{5}x^2}}\, dx and then substituting to match the arcsine pattern.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →