Introduction to Integration and Indefinite Integrals

From the Integration curriculum · Updated Jun 09, 2026

Introduction to Integration and Indefinite Integrals

TL;DR

Integration is like finding the original function when you only know its rate of change. It's essentially the reverse operation of differentiation. Indefinite integrals represent a family of functions that all have the same derivative.

1. The Mental Model

Imagine you know how fast a car is going at every moment, but you want to know how far it's traveled. Integration helps you go from the speed (rate of change) back to the distance (original quantity).

2. The Core Material

When we differentiated a function, we found its derivative, which tells us the slope of the tangent line at any point or the instantaneous rate of change. Integration is this process backwards. If you have a function that's the derivative of another, integration helps you find that original function.

Antiderivatives

A function $F(x)$ is an antiderivative of $f(x)$ if the derivative of $F(x)$ is $f(x)$. In other words, if $F'(x) = f(x)$.

For example, if $f(x) = 2x$, then $F(x) = x^2$ is an antiderivative because the derivative of $x^2$ is $2x$.

But wait, $F(x) = x^2 + 5$ is also an antiderivative, because $\frac{d}{dx}(x^2 + 5) = 2x$.
And $F(x) = x^2 - 100$ is another.
In fact, $F(x) = x^2 + C$ (where C is any constant) is an antiderivative for $f(x) = 2x$.

This constant $C$ is super important! When you differentiate a constant, it becomes zero. So, when you integrate, there's no way to know what that original constant was. We always include a "$+C$" in our answers for indefinite integrals. This $C$ is called the constant of integration.

Indefinite Integrals

The process of finding all antiderivatives of a function is called indefinite integration. We use a special symbol, $\int$, to denote integration.

So, $\int f(x) \,dx$ means "find all antiderivatives of $f(x)$ with respect to $x$."

The result will always be $F(x) + C$, where $F'(x) = f(x)$.

Basic Integration Rules

Here are some fundamental rules that are the reverse of differentiation rules:

  • Power Rule: If you know $\frac{d}{dx}(x^n) = nx^{n-1}$, then $\int x^n \,dx = \frac{x^{n+1}}{n+1} + C$, provided $n
    eq -1$.

    • Example: $\int x^3 \,dx = \frac{x^{3+1}}{3+1} + C = \frac{x^4}{4} + C$.
    • Check: $\frac{d}{dx}(\frac{x^4}{4} + C) = \frac{1}{4} \cdot 4x^3 + 0 = x^3$. It works!
  • Constant Multiple Rule: $\int k \cdot f(x) \,dx = k \cdot \int f(x) \,dx$, where $k$ is a constant.

    • Example: $\int 5x^2 \,dx = 5 \int x^2 \,dx = 5 \left(\frac{x^3}{3}\right) + C = \frac{5x^3}{3} + C$.
  • Sum/Difference Rule: $\int (f(x) \pm g(x)) \,dx = \int f(x) \,dx \pm \int g(x) \,dx$.

    • Example: $\int (3x^2 + 2x) \,dx = \int 3x^2 \,dx + \int 2x \,dx = 3\int x^2 \,dx + 2\int x \,dx = 3\left(\frac{x^3}{3}\right) + 2\left(\frac{x^2}{2}\right) + C = x^3 + x^2 + C$.
    • Note on C: You only need one "+ C" at the end, as the sum of multiple arbitrary constants is still just one arbitrary constant.
  • Integral of a Constant: $\int k \,dx = kx + C$.

    • Example: $\int 7 \,dx = 7x + C$.
  • Integral of $1/x$: $\int \frac{1}{x} \,dx = \ln|x| + C$.

    • Remember: The derivative of $\ln x$ is $1/x$. We use absolute values here because $\ln x$ is only defined for $x > 0$, but $1/x$ is defined for $x < 0$ as well.
  • Integral of $e^x$: $\int e^x \,dx = e^x + C$.

    • This one's easy to remember!

3. Worked Example

Let's find the indefinite integral of the function $f(x) = 4x^3 - \frac{1}{x} + 2e^x$.

We'll use the sum/difference and constant multiple rules, along with the power rule and rules for $1/x$ and $e^x$.

$\int (4x^3 - \frac{1}{x} + 2e^x) \,dx$

Using the sum/difference rule, we can break it down:
$= \int 4x^3 \,dx - \int \frac{1}{x} \,dx + \int 2e^x \,dx$

Now, use the constant multiple rule:
$= 4 \int x^3 \,dx - \int \frac{1}{x} \,dx + 2 \int e^x \,dx$

Apply the power rule for $x^3$, the rule for $1/x$, and the rule for $e^x$:
$= 4 \left(\frac{x^{3+1}}{3+1}\right) - \ln|x| + 2(e^x) + C$

Simplify:
$= 4 \left(\frac{x^4}{4}\right) - \ln|x| + 2e^x + C$
$= x^4 - \ln|x| + 2e^x + C$

To check our answer, we can differentiate it:
$\frac{d}{dx}(x^4 - \ln|x| + 2e^x + C) = 4x^3 - \frac{1}{x} + 2e^x + 0$, which matches our original $f(x)$.

4. Key Takeaways

  • Integration is the reverse process of differentiation, finding a function given its derivative.
  • An antiderivative is a function whose derivative is the original function.
  • An indefinite integral represents the family of all antiderivatives for a given function.
  • Always remember to add the " $+C$ " (constant of integration) when performing indefinite integration.
  • The power rule for integration is $\int x^n \,dx = \frac{x^{n+1}}{n+1} + C$ (for $n
    e -1$).
  • Special cases for integration include $\int \frac{1}{x} \,dx = \ln|x| + C$ and $\int e^x \,dx = e^x + C$.
  • Integration adheres to constant multiple and sum/difference rules, similar to differentiation.

Common Mistakes to Avoid:
- Forgetting the "+ C" is the most common and easily avoidable error.
- Applying the power rule when $n = -1$ (i.e., for $1/x$). Remember it's $\ln|x|$.
- Confusing differentiation rules with integration rules (e.g., bringing the power down and subtracting 1 vs. adding 1 to the power and dividing).
- Not distributing the constant multiple when checking your answer by differentiation.

5. Now Try It

Find the indefinite integral of $g(x) = 6x^5 + \frac{3}{x} - 4$. Spend about 15 minutes working through it.

Success looks like a correctly integrated function including the constant of integration, and being able to explain how each term was integrated using the rules you've learned.


Get the full Integration curriculum

Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.

Create Free Account