A definite integral, denoted as `∫_a^b f(x) dx`, represents the signed area of the region in the xy-plane that is bounded by the graph of a function `f(x)`, the x-axis, and the vertical lines `x=a` and `x=b`. The value `a` is the lower limit of integration and `b` is the upper limit. It is a fundamental concept in calculus that represents accumulation, such as total distance traveled from a velocity function or total work done by a variable force.
It is formally defined as the limit of a Riemann sum, which approximates the area with a series of rectangles. The Fundamental Theorem of Calculus provides a practical method for evaluating definite integrals by using an antiderivative of the function.
| Symbol | Description |
|---|---|
| \[ \int_a^b \] | Definite Integral - Integration from lower limit a to upper limit b |
| \[ f(x) \] | Integrand - Function being integrated over the interval |
| \[ dx \] | Differential Element - Infinitesimal width of rectangular approximations |
| \[ a, b \] | Limits of Integration - Lower and upper bounds of the interval |
| \[ F(x) \] | Antiderivative - Function whose derivative is f(x) |
| \[ \Delta x \] | Subinterval Width - Width of each rectangle in Riemann sum |
| \[ x_i \] | Sample Point - Point where function is evaluated in each subinterval |
A diagram of a definite integral shows a function `y = f(x)` plotted on a Cartesian coordinate system. The area under the curve between two vertical lines at `x = a` and `x = b` is shaded. This shaded area represents the value of the integral. The region is bounded by the curve `y = f(x)` above, the x-axis below, and the lines `x = a` and `x = b` on the sides. The concept of the Riemann sum is often visualized by filling this area with many thin vertical rectangles, each with width `Δx` and height `f(x_i)`.
Comparison Property: If `f(x) ≤ g(x)` for all `x` in `[a, b]`, then `∫_a^b f(x) dx ≤ ∫_a^b g(x) dx`.
We want to prove that if `F'(x) = f(x)`, then `∫_a^b f(x) dx = F(b) - F(a)`. We start by defining an area accumulation function, `A(x)`, which calculates the area under `f(t)` from `a` to `x`.
By definition, the derivative of `A(x)` is the limit of the difference quotient. The term `A(x+h) - A(x)` represents the area of a thin strip under the curve from `x` to `x+h`.
For a very small `h`, the area of this strip is approximately the area of a rectangle with width `h` and height `f(x)`. Thus, `∫_x^{x+h} f(t) dt ≈ h \cdot f(x)`. Substituting this into the limit gives us Part 1 of the Fundamental Theorem.
This shows that `A(x)` is an antiderivative of `f(x)`. Since any two antiderivatives of `f(x)` can only differ by a constant, we can write `F(x) = A(x) + C`. Now we can evaluate `F(b) - F(a)`.
From our definition of `A(x)`, we know that `A(b) = ∫_a^b f(t) dt` and `A(a) = ∫_a^a f(t) dt = 0`. Therefore, we arrive at the conclusion.
Engineering & Physics: Definite integrals are essential for calculating quantities that involve variable rates or distributions. This includes finding the work done by a variable force, calculating the center of mass of an object with non-uniform density, determining the force exerted by fluid pressure on a submerged surface, and finding moments of inertia.
Economics & Business: In economics, definite integrals are used to calculate consumer surplus and producer surplus, which represent the total benefit to consumers and producers in a market. They can also determine the total revenue generated over a period from a varying rate of income or the total cost from a marginal cost function.
Probability & Statistics: The probability of a continuous random variable falling within a certain range is found by integrating its probability density function (PDF) over that range. The total area under the PDF curve must equal 1, which is verified using a definite integral from -∞ to +∞.
Biology & Medicine: Definite integrals can model population growth over time by integrating a growth rate function. In pharmacology, they are used to determine the total exposure to a drug (Area Under the Curve, or AUC) in a patient's bloodstream over time, which is a key metric for drug efficacy and safety.
Architecture and Construction: An architect designing a building with a curved roof needs to calculate the amount of material required. They can model the curve of the roof with a function and use a definite integral to find the exact surface area, ensuring they order the correct amount of roofing material.
Environmental Science: To assess the total impact of a pollutant spill in a river, scientists measure the concentration rate of the pollutant flowing past a certain point over time. By integrating this rate function over the duration of the spill, they can calculate the total mass of pollutant that has passed, which is crucial for environmental impact assessment and cleanup planning.
Space Exploration: When launching a rocket, the thrust is not constant as fuel is consumed and the rocket's mass changes. Mission planners use definite integrals to calculate the total change in velocity (delta-v) by integrating the variable acceleration function over the duration of a rocket burn, which determines if the spacecraft can reach its target orbit.
Definite integrals are classified based on the nature of their integration limits and the behavior of the integrand function within those limits.
| Type | Description | Example |
|---|---|---|
| Proper Integral | The interval of integration [a, b] is finite and the integrand f(x) is bounded and continuous on this interval. | \[ \int_0^1 x^2 \, dx \] |
| Improper Integral (Type 1) | The interval of integration is infinite, with one or both limits being ±∞. | \[ \int_1^\infty \frac{1}{x^2} \, dx \] |
| Improper Integral (Type 2) | The integrand f(x) has an infinite discontinuity (a vertical asymptote) at one or more points within the interval [a, b]. | \[ \int_0^1 \frac{1}{\sqrt{x}} \, dx \] |
Forgetting to change the limits of integration during u-substitution. When you substitute `u = g(x)`, the original limits `x=a` and `x=b` must be converted to new limits `u=g(a)` and `u=g(b)`. Evaluating with the original limits is a frequent error.
Confusing net area with total area. A standard definite integral `∫ f(x) dx` calculates net area, where regions below the x-axis are counted as negative. To find the total physical area, you must compute `∫ |f(x)| dx`, which may require splitting the integral where the function crosses the x-axis.
When applying the Fundamental Theorem, remember the order is F(upper limit) - F(lower limit). A common slip is to calculate F(a) - F(b) instead of F(b) - F(a). Always subtract the evaluation at the bottom limit from the evaluation at the top limit.