Calculus
Antiderivatives and Basic Integration

Overview

Integration is the reverse process of differentiation. Antiderivatives allow you to recover an original function from its derivative, and are key to calculating area under curves, motion from acceleration, and accumulated change.

Key Concepts and Structures

Quick Tip

Always double-check your result by differentiating it. If \frac{d}{dx}[\int f(x) dx] = f(x), you’re correct!

Practice Problems

  1. Find the general antiderivative of f(x) = 6x^2
    Show Solution

    \int 6x^2 dx = 6 \cdot \int x^2 dx = 6 \cdot \frac{x^3}{3} + C = 2x^3 + C

    Final Answer: 2x^3 + C

  2. Evaluate \int (2x)(x^2 + 1)^5 dx using substitution
    Show Solution

    Let u = x^2 + 1du = 2x dx

    So the integral becomes \int u^5 du = \frac{u^6}{6} + C

    Substitute back: \frac{(x^2 + 1)^6}{6} + C

    Final Answer: \frac{(x^2 + 1)^6}{6} + C