While Riemann sums give us an approximation of the area under a curve, the definite integral gives us the exact area. It is defined as the limit of Riemann sums as the number of rectangles approaches infinity.

🎯 In this section you will learn

📌 Definition of the Definite Integral

$$ \int_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x $$
where $\Delta x = \frac{b-a}{n}$ and $x_i^*$ is any sample point in the $i$-th subinterval
💡 Geometric Interpretation

The definite integral represents the net area between the curve $y = f(x)$ and the x-axis from $x = a$ to $x = b$:

📐 Definite Integrals from Geometry

For simple shapes, we can evaluate definite integrals using area formulas:

Example 1Constant Function (Rectangle)

Find $\int_1^5 3 \, dx$.

Interpret geometrically
$f(x)=3$ is a horizontal line. From $x=1$ to $x=5$, the region is a rectangle.
Area = width × height
Width = $5-1 = 4$, height = $3$ → $4 \times 3 = 12$
Result
$\int_1^5 3 \, dx = 12$
Example 2Linear Function (Triangle)

Find $\int_0^2 x \, dx$.

Example 3Area Below the x-axis (Negative)

Find $\int_0^2 (-x) \, dx$.

Example 4Semicircle

Find $\int_{-2}^2 \sqrt{4 - x^2} \, dx$.

📋 Properties of Definite Integrals

PropertyFormula
Order of integration$\int_a^b f(x) dx = -\int_b^a f(x) dx$
Zero width$\int_a^a f(x) dx = 0$
Constant multiple$\int_a^b c f(x) dx = c \int_a^b f(x) dx$
Sum/Difference$\int_a^b [f(x) \pm g(x)] dx = \int_a^b f(x) dx \pm \int_a^b g(x) dx$
Additivity$\int_a^b f(x) dx + \int_b^c f(x) dx = \int_a^c f(x) dx$
ComparisonIf $f(x) \ge g(x)$ on $[a,b]$, then $\int_a^b f(x) dx \ge \int_a^b g(x) dx$
Example 5Using Properties

If $\int_0^2 f(x) dx = 5$ and $\int_0^2 g(x) dx = 3$, find $\int_0^2 [2f(x) - g(x)] dx$.

Example 6Additivity Property

If $\int_0^3 f(x) dx = 10$ and $\int_3^5 f(x) dx = 4$, find $\int_0^5 f(x) dx$.

⚠️ Important Notes
🔍 Key Takeaways
← Back to Module Page