1. Review and Basic Integration Techniques

Antiderivatives And The Fundamental Theorem Of Calculus

Antiderivatives and the Fundamental Theorem of Calculus

students, welcome to one of the most important ideas in Calculus 2 πŸ“˜. In this lesson, you will review antiderivatives and learn how they connect to the Fundamental Theorem of Calculus (FTC). These ideas are the bridge between differentiation and integration, and they explain why integration works as a reverse process to finding derivatives.

What you will learn

  • What an antiderivative is and how it is related to a derivative
  • How to use basic rules to find antiderivatives
  • What the Fundamental Theorem of Calculus says and why it matters
  • How to evaluate definite integrals using antiderivatives
  • How these ideas fit into the larger study of integration techniques πŸ”Ž

Think of this lesson as learning how to β€œundo” derivatives and how to use that power to measure accumulation, such as distance traveled, water collected in a tank, or total money earned over time πŸ’‘.

Antiderivatives: Working Backward from a Derivative

An antiderivative of a function $f(x)$ is a function $F(x)$ such that $F'(x)=f(x)$. In other words, if differentiating $F(x)$ gives you $f(x)$, then $F(x)$ is an antiderivative of $f(x)$.

For example, since $\frac{d}{dx}(x^2)=2x$, the function $x^2$ is an antiderivative of $2x$. But it is not the only one. Because the derivative of a constant is $0$, adding any constant still works. So the whole family of antiderivatives of $2x$ is $x^2+C$, where $C$ is any constant.

This leads to an important rule:

$$\int f(x)\,dx = F(x)+C$$

Here, $\int f(x)\,dx$ means β€œthe most general antiderivative of $f(x)$.” The symbol $\int$ is called an integral sign, and $dx$ tells us that $x$ is the variable.

Common antiderivative rules

A few basic patterns are used constantly:

  • $\int x^n\,dx = \frac{x^{n+1}}{n+1}+C$, for $n\neq -1$
  • $\int \cos x\,dx = \sin x + C$
  • $\int \sin x\,dx = -\cos x + C$
  • $\int e^x\,dx = e^x + C$
  • $\int \frac{1}{x}\,dx = \ln|x| + C$

Notice the absolute value in $\ln|x|$. That is required because the derivative of $\ln|x|$ is $\frac{1}{x}$ for both positive and negative $x$, where the function is defined.

Example 1

Find an antiderivative of $f(x)=6x^2$.

Using the power rule backward,

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

Check it by differentiating: $\frac{d}{dx}(2x^3+C)=6x^2$. That confirms the answer βœ….

Why constants matter

Suppose you found one antiderivative of $f(x)$, say $F(x)$. Then $F(x)+5$, $F(x)-100$, and $F(x)+\pi$ are also antiderivatives because constants disappear when differentiating. This is why indefinite integrals always include $+C$.

The Big Connection: The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects derivatives and integrals in a powerful way. It has two main parts, and both are essential.

Part 1: Accumulation creates a derivative

If $f$ is continuous, then

$$A(x)=\int_a^x f(t)\,dt$$

has derivative

$$A'(x)=f(x)$$

This means that the function built from accumulating area from $a$ to $x$ changes at a rate equal to the original function. In simple terms, integration and differentiation are inverse processes when the function is nice enough.

Part 2: Evaluating a definite integral

If $F$ is any antiderivative of a continuous function $f$, then

$$\int_a^b f(x)\,dx = F(b)-F(a)$$

This formula is one of the most useful results in all of calculus. It turns a hard area or accumulation problem into a subtraction problem.

Why the FTC Works

The FTC works because integration measures total accumulation, while differentiation measures instantaneous change. students, imagine filling a water tank at a variable rate of $r(t)$ liters per minute. If you want the total amount of water added from time $a$ to time $b$, you compute

$$\int_a^b r(t)\,dt$$

The FTC says you do not need to add up tiny pieces one by one if you can find an antiderivative $R(t)$ of $r(t)$. Then the total is

$$R(b)-R(a)$$

This is extremely useful in science, economics, and engineering πŸ“ˆ.

Example 2

Evaluate

$$\int_1^4 3x^2\,dx$$

First, find an antiderivative of $3x^2$, which is $x^3$. Then apply the FTC:

$$\int_1^4 3x^2\,dx = x^3\Big|_1^4 = 4^3-1^3 = 64-1=63$$

So the definite integral equals $63$.

Example 3

Evaluate

$$\int_0^{\pi} \sin x\,dx$$

An antiderivative of $\sin x$ is $-\cos x$. Therefore,

$$\int_0^{\pi} \sin x\,dx = -\cos x\Big|_0^{\pi} = -\cos(\pi)-\big(-\cos(0)\big)$$

Since $\cos(\pi)=-1$ and $\cos(0)=1$,

$$-(-1)-(-1)=1-(-1)=2$$

So the value is $2$.

Indefinite Integrals vs. Definite Integrals

It is important to know the difference between these two kinds of integrals.

Indefinite integral

An indefinite integral looks like

$$\int f(x)\,dx$$

It represents a family of antiderivatives and includes $+C$. It does not give a number. Instead, it gives a function.

Example:

$$\int 4x^3\,dx = x^4 + C$$

Definite integral

A definite integral looks like

$$\int_a^b f(x)\,dx$$

It gives a number, which represents net accumulation or signed area between the graph and the $x$-axis.

Example:

$$\int_1^2 4x^3\,dx = x^4\Big|_1^2 = 16-1=15$$

So indefinite integrals produce functions, while definite integrals produce numbers. That difference is one of the most important ideas in this lesson.

Signs, Area, and Net Change

A definite integral does not always mean β€œarea” in the everyday sense. Instead, it gives signed area or net change. If the graph of $f(x)$ is above the $x$-axis, the integral adds positive contribution. If it is below the $x$-axis, the integral subtracts contribution.

For example, if $f(x)=-2$ on the interval $[0,3]$, then

$$\int_0^3 -2\,dx = -6$$

The geometric area of the rectangle is $6$, but the signed area is $-6$ because the graph is below the axis.

This signed-area idea is useful when interpreting real-world quantities. If $v(t)$ is velocity, then

$$\int_a^b v(t)\,dt$$

gives displacement, not total distance. That is because velocity can be negative.

How to Use the FTC in Practice

When you are asked to evaluate a definite integral, the process is usually:

  1. Find an antiderivative $F(x)$ of $f(x)$
  2. Substitute the upper limit into $F(x)$
  3. Subtract the value at the lower limit
  4. Simplify

This is often written using the notation

$$F(x)\Big|_a^b = F(b)-F(a)$$

Example 4

Evaluate

$$\int_2^5 \left(\frac{1}{x}\right)\,dx$$

An antiderivative of $\frac{1}{x}$ is $\ln|x|$. So

$$\int_2^5 \frac{1}{x}\,dx = \ln|x|\Big|_2^5 = \ln 5 - \ln 2$$

Using logarithm rules, this can also be written as

$$\ln\left(\frac{5}{2}\right)$$

Common Mistakes to Avoid

Here are a few errors that students often make:

  • Forgetting the constant $+C$ for indefinite integrals
  • Using the FTC on a function without first finding an antiderivative
  • Mixing up definite and indefinite integrals
  • Forgetting that $\int_a^b f(x)\,dx = F(b)-F(a)$, not $F(a)-F(b)$
  • Ignoring signs when the graph is below the $x$-axis

A helpful check is to differentiate your antiderivative. If $F'(x)=f(x)$, then your antiderivative is correct.

Conclusion

students, antiderivatives and the Fundamental Theorem of Calculus are the foundation of integration in Calculus 2 🌟. An antiderivative is a function whose derivative gives the original function, and indefinite integrals represent families of those functions. The Fundamental Theorem of Calculus then shows how definite integrals can be evaluated using antiderivatives, turning accumulation problems into a simple subtraction of endpoint values.

These ideas are essential for solving integrals, interpreting net change, and building toward more advanced integration techniques later in the course. If you understand this lesson, you have a strong base for substitution, area problems, and many applications of calculus.

Study Notes

  • An antiderivative of $f(x)$ is a function $F(x)$ such that $F'(x)=f(x)$.
  • Indefinite integrals represent families of antiderivatives: $\int f(x)\,dx = F(x)+C$.
  • The constant $+C$ is required because derivatives of constants are $0$.
  • The Fundamental Theorem of Calculus has two parts:
  • If $A(x)=\int_a^x f(t)\,dt$, then $A'(x)=f(x)$.
  • If $F'(x)=f(x)$, then $\int_a^b f(x)\,dx = F(b)-F(a)$.
  • Definite integrals give numbers; indefinite integrals give functions.
  • Definite integrals measure signed area or net change, not always ordinary geometric area.
  • A good strategy is: find an antiderivative, then apply $F(b)-F(a)$.
  • Always check your work by differentiating the antiderivative.
  • The FTC is a major bridge between differentiation and integration in Calculus 2.

Practice Quiz

5 questions to test your understanding