No history yet

Antiderivatives and FTC

The Reverse of Differentiation

You've spent a lot of time learning how to find the derivative of a function. The process, differentiation, finds the instantaneous rate of change. But what if we want to go in the other direction? Given a rate of change, can we find the original function?

This reverse process is called anti-differentiation. A function FF is an antiderivative of a function ff if F(x)=f(x)F'(x) = f(x).

For example, we know that the derivative of x2x^2 is 2x2x. So, an antiderivative of f(x)=2xf(x) = 2x is F(x)=x2F(x) = x^2.

But is x2x^2 the only antiderivative of 2x2x? Not quite. The derivative of x2+5x^2 + 5 is also 2x2x. So is the derivative of x2100x^2 - 100. Any constant added to x2x^2 will disappear during differentiation.

This leads to a crucial idea: a function doesn't have just one antiderivative, but a whole family of them. We account for this by adding a constant of integration, written as CC. The most general antiderivative of 2x2x is F(x)=x2+CF(x) = x^2 + C.

Geometrically, CC represents a vertical shift of the function's graph. Shifting a curve up or down doesn't change its shape, so the slope at any given x-value remains the same. All functions in the family F(x)+CF(x) + C have the same derivative.

This family of antiderivatives is also called the indefinite integral.

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

The Bridge Between Two Ideas

The connection between differentiation and integration is one of the most important discoveries in mathematics. It’s formalized in the Fundamental Theorem of Calculus (FTC). The theorem has two parts that beautifully illustrate how these operations are inverses of each other.

The Fundamental Theorem of Calculus (FTC) connects differentiation and integration, showing they are inverse operations.

Part 1 of the FTC shows that if you integrate a function and then differentiate the result, you get the original function back.

ddxaxf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t) \,dt = f(x)

Part 2 of the FTC is the workhorse. It gives us a practical method for calculating a definite integral, which measures the total accumulation of a quantity over an interval.

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \,dx = F(b) - F(a)

Notice the difference. An indefinite integral, f(x)dx\int f(x) \,dx, results in a family of functions, F(x)+CF(x) + C. A definite integral, abf(x)dx\int_{a}^{b} f(x) \,dx, results in a single number. The constant CC isn't needed for definite integrals because it would cancel out: (F(b)+C)(F(a)+C)=F(b)F(a)(F(b) + C) - (F(a) + C) = F(b) - F(a).

The Net Change Theorem

The definite integral has a powerful interpretation. Since F(x)=f(x)F'(x) = f(x), the function f(x)f(x) represents the rate of change of F(x)F(x). Integrating this rate of change from aa to bb gives the total change, or net change, in the original function F(x)F(x) over that interval.

Integral of a Rate of Change = Net Change

Let’s see this in action. Suppose a particle's velocity is given by the function v(t)=3t2+1v(t) = 3t^2 + 1 meters per second. We want to find its net displacement (change in position) between t=1t=1 and t=3t=3 seconds.

Velocity is the rate of change of position. So, to find the net change in position, we integrate the velocity function over the time interval.

Net Displacement=13(3t2+1)dt\text{Net Displacement} = \int_{1}^{3} (3t^2 + 1) \,dt
  1. Find the antiderivative: The antiderivative of 3t2+13t^2 + 1 is F(t)=t3+tF(t) = t^3 + t. (We can check this: the derivative of t3+tt^3 + t is indeed 3t2+13t^2 + 1.)

  2. Apply the FTC: We evaluate F(3)F(1)F(3) - F(1). F(3)=(3)3+3=27+3=30F(3) = (3)^3 + 3 = 27 + 3 = 30 F(1)=(1)3+1=1+1=2F(1) = (1)^3 + 1 = 1 + 1 = 2

  3. Calculate the result: 302=2830 - 2 = 28.

The particle's net displacement is 28 meters. It is 28 meters farther from its starting point at t=3t=3 than it was at t=1t=1. The integral has accumulated all the tiny changes in position over that two-second interval.

Time to check your understanding.

Quiz Questions 1/5

If F(x)F(x) is an antiderivative of f(x)f(x), what is the relationship between the two functions?

Quiz Questions 2/5

What is the primary reason for adding the constant of integration, CC, when finding the indefinite integral of a function?

Understanding antiderivatives and the Fundamental Theorem of Calculus is key to unlocking the full power of calculus. It allows you to move from rates of change back to total quantities, a process essential in physics, economics, and countless other fields.