🎯⭐ INTERACTIVE LESSON

Definite Integrals

Learn step-by-step with interactive practice!

Loading lesson...

Definite Integrals - Complete Interactive Lesson

Part 1: Riemann Sums

∫ Riemann Sums

Part 1 of 7 — Riemann Sums

The Area Problem

How do we find the exact area under a curve? We approximate it using rectangles, then take the limit as the number of rectangles approaches infinity.

Left, Right, and Midpoint Sums

For f(x)f(x) on [a,b][a, b] with nn subintervals of width Δx=ban\Delta x = \frac{b-a}{n}:

Ln=i=0n1f(xi)Δx(Left Riemann Sum)L_n = \sum_{i=0}^{n-1} f(x_i) \Delta x \quad \text{(Left Riemann Sum)}

Rn=i=1nf(xi)Δx(Right Riemann Sum)R_n = \sum_{i=1}^{n} f(x_i) \Delta x \quad \text{(Right Riemann Sum)}

Mn=i=1nf(xi1+xi2)Δx(Midpoint Sum)M_n = \sum_{i=1}^{n} f\left(\frac{x_{i-1}+x_i}{2}\right) \Delta x \quad \text{(Midpoint Sum)}

Worked Example

Approximate 04x2dx\int_0^4 x^2\,dx using a Left Riemann Sum with n=4n = 4.

Δx=404=1\Delta x = \frac{4-0}{4} = 1. Left endpoints: x=0,1,2,3x = 0, 1, 2, 3.

L4=f(0)(1)+f(1)(1)+f(2)(1)+f(3)(1)=0+1+4+9=14L_4 = f(0)(1) + f(1)(1) + f(2)(1) + f(3)(1) = 0 + 1 + 4 + 9 = 14

(The exact answer is 64321.33\frac{64}{3} \approx 21.33, so L4=14L_4 = 14 is an underestimate since ff is increasing.)

Compute Riemann Sums 🎯

Trapezoidal Rule

The trapezoidal rule averages the left and right sums:

Tn=Ln+Rn2=Δx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)]T_n = \frac{L_n + R_n}{2} = \frac{\Delta x}{2}[f(x_0) + 2f(x_1) + 2f(x_2) + \cdots + 2f(x_{n-1}) + f(x_n)]

Worked Example

Trapezoidal approximation of 04x2dx\int_0^4 x^2\,dx with n=4n = 4:

T4=14+302=22T_4 = \frac{14 + 30}{2} = 22

This is much closer to the exact value of 64321.33\frac{64}{3} \approx 21.33.

AP Tip: The trapezoidal rule with data from a table is one of the most common AP free-response questions.

Trapezoidal Rule from a Table 🎯

Given the table:

xx025810
f(x)f(x)371164

Key Takeaways — Part 1

  1. Riemann Sums approximate the area under a curve using rectangles
  2. Left/Right/Midpoint use different sample points within each subinterval
  3. For increasing functions: Left underestimates, Right overestimates
  4. Trapezoidal Rule averages Left and Right sums for better accuracy
  5. More rectangles (nn \to \infty) means the sum approaches the exact integral

Part 2: Definite Integral Definition

∫ The Definite Integral

Part 2 of 7 — Definite Integral Definition

From Riemann Sums to the Definite Integral

The definite integral is the limit of a Riemann sum as nn \to \infty:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x

Geometric Interpretation

  • abf(x)dx\int_a^b f(x)\,dx = signed area between f(x)f(x) and the xx-axis
  • Area above the xx-axis is positive
  • Area below the xx-axis is negative

Worked Example

Evaluate 03(2x+1)dx\int_0^3 (2x + 1)\,dx geometrically.

This is a trapezoid with:

  • Left height: f(0)=1f(0) = 1
  • Right height: f(3)=7f(3) = 7
  • Width: 33

Area =12(1+7)(3)=12= \frac{1}{2}(1 + 7)(3) = 12

So 03(2x+1)dx=12\int_0^3 (2x+1)\,dx = 12, which we can verify: [x2+x]03=(9+3)0=12\left[x^2 + x\right]_0^3 = (9+3) - 0 = 12

Definite Integral Concepts 🎯

Important Properties

For odd functions (f(x)=f(x)f(-x) = -f(x)) on symmetric intervals: aaf(x)dx=0\int_{-a}^{a} f(x)\,dx = 0

For even functions (f(x)=f(x)f(-x) = f(x)) on symmetric intervals: aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx

Evaluation via Antiderivatives

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

where FF is any antiderivative of ff.

Evaluate Definite Integrals 🎯

Key Takeaways — Part 2

  1. The definite integral is the limit of Riemann sums
  2. It represents signed area (above axis positive, below negative)
  3. Odd functions integrate to 0 over symmetric intervals
  4. Evaluate using the antiderivative: abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

Part 3: Properties of Integrals

∫ Properties of Integrals

Part 3 of 7 — Properties of Integrals

Essential Properties

PropertyFormula
Constant Multipleabcf(x)dx=cabf(x)dx\int_a^b cf(x)\,dx = c\int_a^b f(x)\,dx
Sum/Differenceab[f(x)±g(x)]dx=abf(x)dx±abg(x)dx\int_a^b [f(x) \pm g(x)]\,dx = \int_a^b f(x)\,dx \pm \int_a^b g(x)\,dx
Additivityabf(x)dx+bcf(x)dx=acf(x)dx\int_a^b f(x)\,dx + \int_b^c f(x)\,dx = \int_a^c f(x)\,dx
Reversalabf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx
Zero Widthaaf(x)dx=0\int_a^a f(x)\,dx = 0
ComparisonIf f(x)g(x)f(x) \geq g(x) on [a,b][a,b], then abfdxabgdx\int_a^b f\,dx \geq \int_a^b g\,dx

Apply Integral Properties 🎯

Given: 05f(x)dx=10\int_0^5 f(x)\,dx = 10 and 05g(x)dx=3\int_0^5 g(x)\,dx = 3.

Key Takeaways — Part 3

  1. Integrals are linear: constants factor out, sums split
  2. Additivity lets you break integrals into pieces over subintervals
  3. Reversing limits flips the sign
  4. These properties are essential for AP free-response questions with tables and given integral values

Part 4: FTC Part 1

∫ Fundamental Theorem of Calculus — Part 1

Part 4 of 7 — FTC Part 1

The Big Idea

FTC Part 1 connects integration and differentiation as inverse operations:

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

In words: if you integrate a function and then differentiate, you get the original function back.

With Chain Rule

If the upper limit is a function g(x)g(x) instead of just xx:

ddxag(x)f(t)dt=f(g(x))g(x)\frac{d}{dx}\int_a^{g(x)} f(t)\,dt = f(g(x)) \cdot g'(x)

Worked Example 1

Find ddx2xt3dt\frac{d}{dx}\int_2^x t^3\,dt

By FTC Part 1: the answer is simply x3x^3.

Worked Example 2

Find ddx0x2sin(t)dt\frac{d}{dx}\int_0^{x^2} \sin(t)\,dt

Upper limit is g(x)=x2g(x) = x^2, so apply Chain Rule:

ddx0x2sin(t)dt=sin(x2)2x=2xsin(x2)\frac{d}{dx}\int_0^{x^2} \sin(t)\,dt = \sin(x^2) \cdot 2x = 2x\sin(x^2)

Worked Example 3

Find ddxx5et2dt\frac{d}{dx}\int_x^5 e^{t^2}\,dt

Reverse limits first: x5=5x\int_x^5 = -\int_5^x. Then:

=ex21=ex2= -e^{x^2} \cdot 1 = -e^{x^2}

FTC Part 1 🎯

Accumulation Functions

F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is called an accumulation function. It represents "how much has accumulated from aa to xx."

Key facts:

  • F(a)=0F(a) = 0 (nothing accumulated yet)
  • F(x)=f(x)F'(x) = f(x) (by FTC Part 1)
  • FF is increasing where f>0f > 0 and decreasing where f<0f < 0
  • FF has a local max where ff changes from positive to negative

AP Tip: FTC Part 1 with the Chain Rule is tested almost every year on the AP exam.

Accumulation Functions 🎯

Let F(x)=0xf(t)dtF(x) = \int_0^x f(t)\,dt where ff is continuous.

Key Takeaways — Part 4

  1. FTC Part 1: ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x)
  2. With Chain Rule: ddxag(x)f(t)dt=f(g(x))g(x)\frac{d}{dx}\int_a^{g(x)} f(t)\,dt = f(g(x)) \cdot g'(x)
  3. Variable in lower limit: reverse limits first (adds a negative sign)
  4. Accumulation functions connect the graph of ff to the behavior of FF

Part 5: FTC Part 2

∫ Fundamental Theorem of Calculus — Part 2

Part 5 of 7 — FTC Part 2 (Evaluation Theorem)

The Evaluation Theorem

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

where FF is any antiderivative of ff (i.e., F=fF' = f).

This is the practical computation tool: find an antiderivative, evaluate at the endpoints, subtract.

Notation

We write F(x)abF(x)\Big|_a^b or [F(x)]ab\left[F(x)\right]_a^b to mean F(b)F(a)F(b) - F(a).

Worked Examples

IntegralAntiderivativeEvaluation
023x2dx\int_0^2 3x^2\,dxx3x^380=88 - 0 = 8
1e1xdx\int_1^e \frac{1}{x}\,dxlnx\ln xlneln1=10=1\ln e - \ln 1 = 1 - 0 = 1
01exdx\int_0^1 e^x\,dxexe^xe1e - 1
0π/2cosxdx\int_0^{\pi/2} \cos x\,dxsinx\sin x10=11 - 0 = 1

Evaluate Using FTC Part 2 🎯

Net Change Theorem

FTC Part 2 gives us the Net Change Theorem:

abf(x)dx=f(b)f(a)\int_a^b f'(x)\,dx = f(b) - f(a)

The integral of a rate of change gives the net change in the quantity.

Applications

ContextRateIntegral gives...
Position s(t)s(t)Velocity v(t)=s(t)v(t) = s'(t)abv(t)dt=s(b)s(a)\int_a^b v(t)\,dt = s(b) - s(a) = displacement
Population P(t)P(t)Growth rate P(t)P'(t)abP(t)dt=P(b)P(a)\int_a^b P'(t)\,dt = P(b) - P(a) = net population change
Water in tankFlow rateNet change in water volume

Important: The integral of velocity gives displacement (net change), NOT total distance. For total distance, use abv(t)dt\int_a^b |v(t)|\,dt.

Net Change Theorem 🎯

Key Takeaways — Part 5

  1. FTC Part 2: abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a) where F=fF' = f
  2. Net Change: the integral of a rate gives the net change in the quantity
  3. Displacement vs Distance: vdt\int v\,dt = displacement; vdt\int |v|\,dt = total distance
  4. Always check that your antiderivative is correct by mentally differentiating it

Part 6: Problem-Solving Workshop

∫ Problem-Solving Workshop

Part 6 of 7 — Mixed Integration Problems

This workshop combines Riemann sums, FTC, properties of integrals, and applications.

AP-Style Mixed Problems 🎯

More Practice 🎯

Workshop Complete!

You combined all definite integral tools: Riemann sums, FTC, properties, symmetry, and applications.

Part 7: Review & Applications

∫ Review & Applications

Part 7 of 7 — Comprehensive Review

Complete Integration Summary

ConceptKey Formula
Riemann Sumf(xi)Δx\sum f(x_i^*) \Delta x
Definite Integrallimnf(xi)Δx\lim_{n\to\infty} \sum f(x_i^*) \Delta x
FTC Part 1ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x)
FTC Part 2abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)
Net Changeabf(x)dx=f(b)f(a)\int_a^b f'(x)\,dx = f(b) - f(a)

Final Assessment 🎯

Definite Integrals — Complete! ✅

You have mastered:

  • ✅ Riemann Sums (left, right, midpoint, trapezoidal)
  • ✅ Definite integral as a limit
  • ✅ Properties of definite integrals
  • ✅ FTC Part 1 (with and without Chain Rule)
  • ✅ FTC Part 2 (evaluation)
  • ✅ Net Change Theorem and applications