This topic explores how definite integrals are used in real-world and geometric contexts — calculating area between curves, displacement from velocity, average values of functions, and accumulated change over time.
\int_a^b [f(x) - g(x)] dx
, where f(x)
is on top and g(x)
is below\int v(t) dt
\int_a^b v(t) dt
\int_a^b |v(t)| dt
f_{avg} = \frac{1}{b - a} \int_a^b f(x) dx
f(x) = x^2
and g(x) = x
from x = 0
to x = 1
Top curve: g(x) = x
; Bottom: f(x) = x^2
\int_0^1 (x - x^2) dx = \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_0^1
= (1/2 - 1/3) = 1/6
Final Answer: 1/6
v(t) = 3t^2 - 6
. Find displacement from t = 0
to t = 3
\int_0^3 (3t^2 - 6) dt = \left[ t^3 - 6t \right]_0^3
= (27 - 18) - (0 - 0) = 9
Final Answer: 9 units