AP Physics C: Mechanics · Unit 0: Calculus Primer · Lesson 0.5

Deep Dive: Definite Integrals and Area Under a Curve

🔬 Deep Dive
This is your textbook for this topic. Take your time. Read it more than once.
Unit 0 · 0.5Concept

From Indefinite to Definite

Lesson 0.4 left every integral one step short of a final answer — a family of functions, with an unresolved "+C." A definite integral closes that gap by evaluating an antiderivative at two specific bounds and subtracting. This result is called the Fundamental Theorem of Calculus:

∫ₐᵇ f(x) dx = F(b) − F(a)

where F is any antiderivative of f. It doesn't matter which one you pick — watch what happens to the "+C":

[F(b) + C] − [F(a) + C] = F(b) − F(a)

The C's cancel completely. That's why a definite integral produces a single, specific number instead of a family of functions — the constant that mattered so much in Lesson 0.4 simply doesn't survive the subtraction.

💡Quick example: ∫₁³ x² dx = [x³/3]₁³ = (27/3) − (1/3) = 26/3. One antiderivative, two bounds, one subtraction, one number.
Unit 0 · 0.5Math

Definite Integrals as Area Under a Curve

That number has a geometric meaning worth sitting with: for a function f(x) ≥ 0, ∫ₐᵇ f(x) dx is exactly the area of the region trapped between the curve and the x-axis, from x = a to x = b. One way to build that area from scratch is to slice the region into thin rectangles, add up their areas, and then let the rectangles get thinner and thinner — a process called a Riemann sum.

This is a velocity-time graph: v(t) = 3 + 2t (m/s). The shaded rectangles approximate displacement — the area under the curve from t = 0 to t = 4 s. Increase n and watch the rectangle-sum close in on the exact definite integral.

n = 4 rectangles
01234
left sum = 24.00 mexact value = 28 mdifference = 4.00 m

Because v(t) is increasing, using the left edge of each rectangle always underestimates the true area — but that gap shrinks toward zero as the rectangles get thinner.

🔑A Riemann sum with a finite number of rectangles is only an approximation. The definite integral is what that approximation approaches as the number of rectangles goes to infinity and their width goes to zero — the exact area, not just a close guess.

One more detail: area doesn't always mean a positive number. Where f(x) dips below the x-axis, that region counts as negative area. A definite integral reports the signed area — area above the axis minus area below it.

Unit 0 · 0.5Math

Evaluating and Checking a Definite Integral

For a simple enough function, you can check a definite integral's value against a geometric area calculation you already trust — the same "verify a new method against an old one" move from Lesson 0.3.

ExampleWorked Example — ∫₀⁴ 2x dx, Checked Against a Triangle

Evaluate ∫₀⁴ 2x dx using the Fundamental Theorem of Calculus, then verify the result geometrically.

Now try a case where the graph crosses the x-axis inside the interval — this is where signed area actually matters.

ExampleGuided Example — A Definite Integral with Signed Area

Evaluate ∫₁³ (x − 2) dx. Notice the graph of x − 2 crosses zero at x = 2, right in the middle of the interval.

Step 1Find an antiderivative
F(x) = x²/2 − 2x
Unit 0 · 0.5Math

Physics Applications — Area Under the Curve, Everywhere

The Riemann sum tool above wasn't really an abstract math example — it was already physics. v(t) was a velocity function, the horizontal axis was time, and the area under that curve was a displacement. That single relationship is worth stating directly:

Δx = ∫[t₁,t₂] v(t) dt

Displacement is the area under a velocity-time graph. This isn't a coincidence limited to kinematics — the exact same logic reappears twice more this year, just with different quantities on the axes:

W = ∫F dx   (work = area under a force-position graph)
J = ∫F dt   (impulse = area under a force-time graph)
ExampleWorked Example — Displacement from a Velocity Function

A car's velocity is v(t) = 4 + 3t (m/s). Find its displacement from t = 0 to t = 2 s.

🔑Work and impulse are computed with the exact same three steps — find an antiderivative of the force function, evaluate it at both bounds, subtract. Once you can find area under one kind of curve, you can find it under all three.
← Back to Lesson 0.5Ready for the bonus round? 0.6 — Separable Differential Equations covers the one gap left before Unit 2's resistive forces and Unit 7's oscillations.