Navigation: Wiki Home > Skills > Integrals Yielding Inverse Trigonometric Functions
You've learned that $\frac{d}{dx}[\arcsin x] = \frac{1}{\sqrt{1-x^2}}$. Reading this backwards: $$\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin x + C$$
This is remarkable: an algebraic integrand produces a transcendental antiderivative!
The key to this skill is recognizing when an integral has the right form, then using substitution to match it exactly.
| Property | Value |
|---|---|
| Concept | Inverse Functions |
| Week | Week 2 |
| Difficulty | Intermediate |
| Time | ~25 minutes |
Basic Integration Formulas
$$\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin(x) + C$$
$$\int \frac{1}{1+x^2} \, dx = \arctan(x) + C$$
When the integrand has the form $\frac{1}{\sqrt{a^2-x^2}}$ or $\frac{1}{a^2+x^2}$, use these:
Generalized Formulas (with parameter $a > 0$)
$$\int \frac{1}{\sqrt{a^2-x^2}} \, dx = \arcsin\left(\frac{x}{a}\right) + C$$
$$\int \frac{1}{a^2+x^2} \, dx = \frac{1}{a}\arctan\left(\frac{x}{a}\right) + C$$
Let's derive $\int \frac{1}{x^2+a^2} \, dx$ using substitution.
Step 1: Factor out $a^2$ to create the standard form: $$\int \frac{dx}{x^2+a^2} = \int \frac{dx}{a^2\left(\frac{x^2}{a^2}+1\right)} = \frac{1}{a^2} \int \frac{dx}{\left(\frac{x}{a}\right)^2+1}$$
Step 2: Substitute $u = x/a$, so $du = dx/a$ and $dx = a \, du$: $$\frac{1}{a^2} \int \frac{a \, du}{u^2+1} = \frac{1}{a} \int \frac{du}{u^2+1} = \frac{1}{a} \arctan(u) + C$$
Step 3: Substitute back: $$\int \frac{1}{x^2+a^2} \, dx = \frac{1}{a} \arctan\left(\frac{x}{a}\right) + C$$
| Integrand Form | Antiderivative | Key Recognition |
|---|---|---|
| $\frac{1}{\sqrt{1-u^2}}$ | $\arcsin(u) + C$ | Square root of $(1 - \text{something}^2)$ |
| $\frac{1}{\sqrt{a^2-u^2}}$ | $\arcsin(u/a) + C$ | Square root of $(a^2 - \text{something}^2)$ |
| $\frac{1}{1+u^2}$ | $\arctan(u) + C$ | $(1 + \text{something}^2)$ in denominator |
| $\frac{1}{a^2+u^2}$ | $\frac{1}{a}\arctan(u/a) + C$ | $(a^2 + \text{something}^2)$ in denominator |
Not every integral with $\sqrt{1-x^2}$ or $1+x^2$ produces inverse trig!
| Integral | Method | Result |
|---|---|---|
| $\int \frac{x}{\sqrt{1-x^2}} \, dx$ | Sub $u=1-x^2$ | $-\sqrt{1-x^2}+C$ |
| $\int \frac{x}{1+x^2} \, dx$ | Sub $u=1+x^2$ | $\frac{1}{2}\ln(1+x^2)+C$ |
| $\int \frac{1}{\sqrt{1-x^2}} \, dx$ | Inverse trig | $\arcsin(x)+C$ |
| $\int \frac{1}{1+x^2} \, dx$ | Inverse trig | $\arctan(x)+C$ |
The difference: If there's an $x$ in the numerator, try u-substitution first!
Evaluate $\displaystyle\int \frac{1}{1+x^2} \, dx$.
Evaluate $\displaystyle\int \frac{3}{\sqrt{1-9x^2}} \, dx$.
Evaluate $\displaystyle\int \frac{1}{x^2+9} \, dx$.
Evaluate $\displaystyle\int_0^{1/3} \frac{1}{\sqrt{1-9x^2}} \, dx$.
Prove that for $a > 0$: $$\int \frac{1}{\sqrt{a^2-x^2}} \, dx = \arcsin\left(\frac{x}{a}\right) + C$$
Question: A student evaluates $\int \frac{x}{1+x^2} \, dx$ and gets $\arctan(x) + C$. Is this correct?
(A) Yes, this is correct (B) No; the answer should be $\frac{1}{2}\ln(1+x^2) + C$ (C) No; the answer should be $\frac{1}{2}\arctan(x^2) + C$ (D) No; this integral cannot be evaluated with elementary functions
(B) When there's an $x$ in the numerator, use u-substitution with $u = 1+x^2$: $$\int \frac{x}{1+x^2} \, dx = \frac{1}{2}\int \frac{du}{u} = \frac{1}{2}\ln\vert u\vert + C = \frac{1}{2}\ln(1+x^2) + C$$
The arctangent formula only applies when the numerator is a constant (or can be made into one after substitution).
| Mistake | Correction |
|---|---|
| Using $\arctan$ for $\int \frac{x}{1+x^2} dx$ | Check for $x$ in numerator → use ln |
| Forgetting the $\frac{1}{a}$ factor in $\int \frac{1}{x^2+a^2} dx$ | Formula gives $\frac{1}{a}\arctan(x/a)$, not $\arctan(x/a)$ |
| Confusing $\int \frac{1}{\sqrt{1-x^2}} dx$ with $\int \frac{1}{\sqrt{x^2-1}} dx$ | First is $\arcsin$; second requires $\text{arcsec}$ or hyperbolic |
| Writing $\arcsin(x^2) + C$ for $\int \frac{2x}{\sqrt{1-x^4}} dx$ | This IS correct! (Let $u = x^2$) |
Pattern Matching: Think of these formulas as "templates" to match:
The "stuff" becomes the argument of the inverse trig function, and substitution handles the chain rule.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Derivatives of Inverse Trig | Skills Index | Hyperbolic Functions |
Last updated: 2026-01-22