Fiveable

โˆซCalculus I Unit 4 Review

QR code for Calculus I practice questions

4.10 Antiderivatives

4.10 Antiderivatives

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

Antiderivatives and Indefinite Integrals

Antiderivatives reverse the process of differentiation. Instead of asking "what's the derivative of this function?", you're asking "what function has this as its derivative?" This concept bridges everything you've learned about derivatives with the integration techniques you'll use throughout the rest of calculus.

General Antiderivatives of Functions

A function F(x)F(x) is an antiderivative of f(x)f(x) if Fโ€ฒ(x)=f(x)F'(x) = f(x). You're working backwards from a derivative to recover the original function.

For example, if f(x)=3x2f(x) = 3x^2, then F(x)=x3F(x) = x^3 is an antiderivative because the derivative of x3x^3 is 3x23x^2.

But here's the catch: x3+5x^3 + 5 also has a derivative of 3x23x^2, and so does x3โˆ’17x^3 - 17. Since the derivative of any constant is zero, there are infinitely many antiderivatives for a given function. They all differ by a constant vertical shift.

The general antiderivative accounts for this by including an arbitrary constant CC:

F(x)=x3+CF(x) = x^3 + C

The value of CC can't be determined from the function alone. You need an additional piece of information, like an initial condition, to pin it down.

General antiderivatives of functions, CLM Antiderivatives

Indefinite Integrals and Notation

The indefinite integral is the notation used to represent the general antiderivative. It's written as:

โˆซf(x)โ€‰dx=F(x)+C\int f(x) \, dx = F(x) + C

Here's what each piece means:

  • โˆซ\int is the integral sign, indicating you're finding an antiderivative
  • f(x)f(x) is the integrand, the function you're integrating
  • dxdx tells you the variable of integration (you're integrating with respect to xx)
  • CC is the constant of integration, representing the entire family of antiderivatives

For example: โˆซ3x2โ€‰dx=x3+C\int 3x^2 \, dx = x^3 + C

An indefinite integral gives you a family of functions, not a single number. Don't forget the +C+ C. Leaving it off is one of the most common mistakes on exams.

General antiderivatives of functions, Antiderivatives ยท Calculus

Power Rule for Integration

The power rule for integration is the reverse of the power rule for derivatives. For f(x)=xnf(x) = x^n where nโ‰ โˆ’1n \neq -1:

โˆซxnโ€‰dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C

The steps are straightforward:

  1. Add 1 to the exponent
  2. Divide by the new exponent
  3. Add CC

Example: โˆซx4โ€‰dx=x55+C\int x^4 \, dx = \frac{x^5}{5} + C

You can verify this by differentiating: the derivative of x55\frac{x^5}{5} is 5x45=x4\frac{5x^4}{5} = x^4. Checking your answer by differentiating is a reliable way to catch errors.

For sums of terms, integrate each term separately:

โˆซ(3x2+2x)โ€‰dx=x3+x2+C\int (3x^2 + 2x) \, dx = x^3 + x^2 + C

Notice you only need one CC at the end, not one per term. The individual constants just combine into a single arbitrary constant.

The restriction nโ‰ โˆ’1n \neq -1 matters because plugging in n=โˆ’1n = -1 would give division by zero. The antiderivative of xโˆ’1=1xx^{-1} = \frac{1}{x} is lnโกโˆฃxโˆฃ+C\ln|x| + C, which you'll use more in Calculus II.

Initial-Value Problems via Antidifferentiation

An initial-value problem gives you a derivative and a specific point the original function must pass through. This lets you solve for the exact value of CC.

Steps:

  1. Find the general antiderivative (with CC)
  2. Plug in the given condition to solve for CC
  3. Write the specific antiderivative with that value of CC

Example: Find F(x)F(x) given that Fโ€ฒ(x)=4x3F'(x) = 4x^3 and F(1)=2F(1) = 2.

  1. General antiderivative: F(x)=โˆซ4x3โ€‰dx=x4+CF(x) = \int 4x^3 \, dx = x^4 + C
  2. Apply the condition: F(1)=2โ€…โ€ŠโŸนโ€…โ€Š14+C=2โ€…โ€ŠโŸนโ€…โ€ŠC=1F(1) = 2 \implies 1^4 + C = 2 \implies C = 1
  3. Specific solution: F(x)=x4+1F(x) = x^4 + 1

You can verify: Fโ€ฒ(x)=4x3F'(x) = 4x^3 โœ“ and F(1)=1+1=2F(1) = 1 + 1 = 2 โœ“

Relationship Between Derivatives and Antiderivatives

Differentiation and integration are inverse operations. If you differentiate a function and then integrate the result, you get back to the original function (up to a constant). If you integrate and then differentiate, you get back exactly where you started:

ddx[โˆซf(x)โ€‰dx]=f(x)\frac{d}{dx}\left[\int f(x)\,dx\right] = f(x)

This inverse relationship is formalized by the Fundamental Theorem of Calculus, which you'll encounter soon. It connects the indefinite integrals you're learning now with definite integrals that compute accumulated quantities like area.

2,589 studying โ†’