โˆซCalculus I

Antiderivative Formulas

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Antiderivatives are the foundation of integral calculus. Every definite integral you evaluate, every area problem you solve, and every differential equation you tackle depends on your ability to reverse the differentiation process. You're being tested not just on memorizing formulas, but on recognizing which formula applies when you see a function and understanding why each formula works.

These formulas fall into distinct families: power functions, exponential functions, trigonometric functions, and inverse trigonometric functions. Each family follows predictable patterns rooted in differentiation. Every antiderivative formula is just a derivative rule read backwards. If you know what differentiation rule each one reverses, you can reconstruct any formula you forget on exam day.


Power Functions: The Foundation

The power rule for derivatives reverses cleanly into the power rule for antiderivatives. Since ddx[xn]=nxnโˆ’1\frac{d}{dx}[x^n] = nx^{n-1}, we "undo" this by increasing the exponent and dividing.

Power Rule for Integration

  • โˆซxnโ€‰dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C where nโ‰ โˆ’1n \neq -1 โ€” this handles polynomials, roots (rewrite as fractional exponents), and negative powers
  • The restriction nโ‰ โˆ’1n \neq -1 exists because plugging in n=โˆ’1n = -1 creates division by zero; that case needs its own formula
  • Always add +C+ C to represent the constant of integration โ€” the family of all functions whose derivative equals xnx^n

Natural Logarithm Rule

  • โˆซ1xโ€‰dx=lnโกโˆฃxโˆฃ+C\int \frac{1}{x} \, dx = \ln|x| + C โ€” this fills the gap left by the power rule when n=โˆ’1n = -1
  • The absolute value bars are essential because lnโก(x)\ln(x) is only defined for positive xx, but 1x\frac{1}{x} exists for all xโ‰ 0x \neq 0
  • Recognize disguised forms like โˆซxโˆ’1โ€‰dx\int x^{-1} \, dx โ€” this is the same integral rewritten

Compare: Power Rule vs. Natural Log Rule โ€” both handle expressions of the form xnx^n, but the log rule is the special case when n=โˆ’1n = -1. If you see โˆซxโˆ’1โ€‰dx\int x^{-1} \, dx, don't mistakenly apply the power rule. That's a common error.


Exponential Functions: Self-Replicating Integrals

Exponential functions have the remarkable property that differentiation and integration preserve their form. The base determines the scaling factor.

Base ee Exponential

  • โˆซexโ€‰dx=ex+C\int e^x \, dx = e^x + C โ€” the function exe^x is its own antiderivative, making it unique among all functions
  • Watch for chain rule variants โ€” โˆซekxโ€‰dx=1kekx+C\int e^{kx} \, dx = \frac{1}{k}e^{kx} + C requires compensating for the inner derivative kk

General Exponential Base

  • โˆซaxโ€‰dx=axlnโก(a)+C\int a^x \, dx = \frac{a^x}{\ln(a)} + C where a>0a > 0 and aโ‰ 1a \neq 1 โ€” the natural log of the base appears as a scaling factor
  • This formula reverses the derivative rule ddx[ax]=axlnโก(a)\frac{d}{dx}[a^x] = a^x \ln(a), so you divide by lnโก(a)\ln(a) to compensate
  • When a=ea = e, note that lnโก(e)=1\ln(e) = 1, so this formula reduces to the simpler exe^x case

Compare: โˆซexโ€‰dx\int e^x \, dx vs. โˆซaxโ€‰dx\int a^x \, dx โ€” the exe^x formula is cleaner because lnโก(e)=1\ln(e) = 1 eliminates the denominator. On exams, you can convert to base ee when helpful using ax=exlnโก(a)a^x = e^{x \ln(a)}.


Basic Trigonometric Functions: Sine and Cosine Cycle

Trigonometric antiderivatives follow from the cyclic nature of trig derivatives. Since sine and cosine are derivatives of each other (with sign changes), their antiderivatives swap roles.

Sine Function

  • โˆซsinโก(x)โ€‰dx=โˆ’cosโก(x)+C\int \sin(x) \, dx = -\cos(x) + C โ€” the negative sign appears because ddx[cosโก(x)]=โˆ’sinโก(x)\frac{d}{dx}[\cos(x)] = -\sin(x), not +sinโก(x)+\sin(x)
  • To remember: integrating sine gives cosine with a sign flip

Cosine Function

  • โˆซcosโก(x)โ€‰dx=sinโก(x)+C\int \cos(x) \, dx = \sin(x) + C โ€” no sign change here since ddx[sinโก(x)]=cosโก(x)\frac{d}{dx}[\sin(x)] = \cos(x) directly
  • Verify by differentiating: ddx[sinโก(x)]=cosโก(x)\frac{d}{dx}[\sin(x)] = \cos(x) โœ“

Secant Squared Function

  • โˆซsecโก2(x)โ€‰dx=tanโก(x)+C\int \sec^2(x) \, dx = \tan(x) + C โ€” this reverses the derivative ddx[tanโก(x)]=secโก2(x)\frac{d}{dx}[\tan(x)] = \sec^2(x)
  • Recognize equivalent forms like โˆซ1cosโก2(x)โ€‰dx\int \frac{1}{\cos^2(x)} \, dx โ€” same integral, different notation

Cosecant Squared Function

  • โˆซcscโก2(x)โ€‰dx=โˆ’cotโก(x)+C\int \csc^2(x) \, dx = -\cot(x) + C โ€” this reverses ddx[cotโก(x)]=โˆ’cscโก2(x)\frac{d}{dx}[\cot(x)] = -\csc^2(x)
  • Note the negative sign, similar to the sine/cosine relationship

Secant-Tangent Product

  • โˆซsecโก(x)tanโก(x)โ€‰dx=secโก(x)+C\int \sec(x)\tan(x) \, dx = \sec(x) + C โ€” this reverses ddx[secโก(x)]=secโก(x)tanโก(x)\frac{d}{dx}[\sec(x)] = \sec(x)\tan(x)

Cosecant-Cotangent Product

  • โˆซcscโก(x)cotโก(x)โ€‰dx=โˆ’cscโก(x)+C\int \csc(x)\cot(x) \, dx = -\csc(x) + C โ€” this reverses ddx[cscโก(x)]=โˆ’cscโก(x)cotโก(x)\frac{d}{dx}[\csc(x)] = -\csc(x)\cot(x)

Compare: โˆซsinโก(x)โ€‰dx\int \sin(x) \, dx vs. โˆซcosโก(x)โ€‰dx\int \cos(x) \, dx โ€” both produce the other trig function, but only sine's antiderivative picks up a negative sign. Track signs carefully; this is a top source of errors on exams. A good pattern to notice: the "co-" functions (cosine, cosecant, cotangent) tend to carry negative signs in their derivative and antiderivative formulas.


Advanced Trigonometric Functions: Logarithmic Results

Some trigonometric integrals produce logarithmic results rather than other trig functions. These arise from rewriting the integrand and applying substitution.

Tangent Function

  • โˆซtanโก(x)โ€‰dx=โˆ’lnโกโˆฃcosโก(x)โˆฃ+C\int \tan(x) \, dx = -\ln|\cos(x)| + C โ€” equivalently written as lnโกโˆฃsecโก(x)โˆฃ+C\ln|\sec(x)| + C
  • Derived by rewriting tanโก(x)=sinโก(x)cosโก(x)\tan(x) = \frac{\sin(x)}{\cos(x)} and using uu-substitution with u=cosโก(x)u = \cos(x), so du=โˆ’sinโก(x)โ€‰dxdu = -\sin(x)\,dx
  • The negative sign reflects that ddx[cosโก(x)]=โˆ’sinโก(x)\frac{d}{dx}[\cos(x)] = -\sin(x)

Compare: โˆซtanโก(x)โ€‰dx\int \tan(x) \, dx vs. โˆซsecโก2(x)โ€‰dx\int \sec^2(x) \, dx โ€” both involve tangent and secant, but one yields a logarithm while the other yields tangent directly. The squared secant is the cleaner case.


Inverse Trigonometric Functions: Recognizing the Patterns

These formulas produce inverse trig functions and arise from specific algebraic forms. The key is pattern recognition โ€” spot the characteristic denominators.

Arctangent Pattern

  • โˆซ11+x2โ€‰dx=arctanโก(x)+C\int \frac{1}{1+x^2} \, dx = \arctan(x) + C โ€” this reverses ddx[arctanโก(x)]=11+x2\frac{d}{dx}[\arctan(x)] = \frac{1}{1+x^2}
  • The 1+x21 + x^2 denominator (sum with no square root) is your signal to use this formula
  • Generalizes to โˆซ1a2+x2โ€‰dx=1aarctanโก(xa)+C\int \frac{1}{a^2+x^2} \, dx = \frac{1}{a}\arctan\left(\frac{x}{a}\right) + C

Arcsine Pattern

  • โˆซ11โˆ’x2โ€‰dx=arcsinโก(x)+C\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin(x) + C โ€” this reverses ddx[arcsinโก(x)]=11โˆ’x2\frac{d}{dx}[\arcsin(x)] = \frac{1}{\sqrt{1-x^2}}
  • The 1โˆ’x2\sqrt{1-x^2} denominator (difference under a square root) signals this formula; note the domain restriction โˆฃxโˆฃ<1|x| < 1
  • Generalizes to โˆซ1a2โˆ’x2โ€‰dx=arcsinโก(xa)+C\int \frac{1}{\sqrt{a^2-x^2}} \, dx = \arcsin\left(\frac{x}{a}\right) + C

Compare: Arctangent vs. Arcsine patterns โ€” both have "11" and "x2x^2" in the denominator, but arctangent has addition (1+x21 + x^2) while arcsine has subtraction under a square root (1โˆ’x2\sqrt{1-x^2}). Memorize these signatures; they appear frequently on multiple choice.


Quick Reference Table

FamilyFormulaResult
Power (nโ‰ โˆ’1n \neq -1)โˆซxnโ€‰dx\int x^n \, dxxn+1n+1+C\frac{x^{n+1}}{n+1} + C
Power (n=โˆ’1n = -1)โˆซ1xโ€‰dx\int \frac{1}{x} \, dxlnโกโˆฅxโˆฅ+C\ln\|x\| + C
Exponential (base ee)โˆซexโ€‰dx\int e^x \, dxex+Ce^x + C
Exponential (general)โˆซaxโ€‰dx\int a^x \, dxaxlnโก(a)+C\frac{a^x}{\ln(a)} + C
Trigโˆซsinโก(x)โ€‰dx\int \sin(x) \, dxโˆ’cosโก(x)+C-\cos(x) + C
Trigโˆซcosโก(x)โ€‰dx\int \cos(x) \, dxsinโก(x)+C\sin(x) + C
Trigโˆซsecโก2(x)โ€‰dx\int \sec^2(x) \, dxtanโก(x)+C\tan(x) + C
Trigโˆซcscโก2(x)โ€‰dx\int \csc^2(x) \, dxโˆ’cotโก(x)+C-\cot(x) + C
Trigโˆซsecโก(x)tanโก(x)โ€‰dx\int \sec(x)\tan(x) \, dxsecโก(x)+C\sec(x) + C
Trigโˆซcscโก(x)cotโก(x)โ€‰dx\int \csc(x)\cot(x) \, dxโˆ’cscโก(x)+C-\csc(x) + C
Trig (log result)โˆซtanโก(x)โ€‰dx\int \tan(x) \, dxโˆ’lnโกโˆฅcosโก(x)โˆฅ+C-\ln\|\cos(x)\| + C
Inverse trigโˆซ11+x2โ€‰dx\int \frac{1}{1+x^2} \, dxarctanโก(x)+C\arctan(x) + C
Inverse trigโˆซ11โˆ’x2โ€‰dx\int \frac{1}{\sqrt{1-x^2}} \, dxarcsinโก(x)+C\arcsin(x) + C

Self-Check Questions

  1. Why does the power rule โˆซxnโ€‰dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C fail when n=โˆ’1n = -1, and which formula handles that case instead?

  2. Compare โˆซexโ€‰dx\int e^x \, dx and โˆซ2xโ€‰dx\int 2^x \, dx: what's the difference in their antiderivatives, and why does one have a simpler form?

  3. If you see โˆซ14+x2โ€‰dx\int \frac{1}{4 + x^2} \, dx on an exam, which antiderivative formula applies, and how would you adjust for the "4" instead of "1"?

  4. Both โˆซsinโก(x)โ€‰dx\int \sin(x) \, dx and โˆซcosโก(x)โ€‰dx\int \cos(x) \, dx produce the other function. Which one picks up a negative sign, and how can you verify your answer?

  5. Evaluate โˆซ19โˆ’x2โ€‰dx\int \frac{1}{\sqrt{9-x^2}} \, dx. Identify the pattern, state the formula, and explain what adjustment the "9" requires.