Grade 11 → Calculus → Integration ↓
Definite Integrals
Welcome to the discovery of the definite integral, an important concept in calculus. Definite integrals are used to find the total quantity accumulated, such as the area under a curve, the volume of a solid, or other quantities when functions are involved.
Understanding the basics
Integration is a fundamental concept of calculus that combines two different ideas: cumulation and area. Initially, we encounter differentiation, where we find rates of change. Integration is, in a sense, the opposite process. There are two primary types of integrals in calculus:
- Indefinite integrals, which represent families of antiderivative functions.
- Definite integrals, which provide a number representing the accumulated change over an interval.
When you perform a definite integral, you are essentially calculating the "total accumulation" of a function over a specific interval. The result of a definite integral is a number, not a function.
Integral symbol
The symbol for unification is an elongated S: ∫
, for "sum," reflecting its roots in addition and cumulation.
Definite integral notation
The definite integral of a function f(x)
from a
to b
is represented as:
∫ a b f(x) dx
Here:
a
andb
are the lower and upper limits of the integral, respectively.f(x)
is the function that is being integrated.dx
indicates that the integration is with respect to the variablex
.
The value of the definite integral from x = a
to x = b
represents the net area between the function f(x)
and x
axis.
Geometrical interpretation
Geometrically, the definite integral of a function corresponds to the areas under the curve of the function over some interval on the x-axis. The definite integral is the net area, with areas above the x-axis considered positive and areas below negative.
Let us consider a simple example:
The above diagram shows the curve of a continuous function f(x)
from a
to b
. The shaded region represents the definite integral of f(x)
from a
to b
.
Evaluating definite integrals
The definite integral is calculated using the fundamental theorem of calculus. This theorem connects differentiation and integration, showing that they are, in essence, inverse processes.
Fundamental theorem of calculus
This theorem can be stated as follows:
IfF(x)
is the antiderivative off(x)
on the interval[a, b]
, then
∫ a b f(x) dx = F(b) - F(a)
This tells us that we can find the definite integral of a function if we can find its antiderivative.
Example calculation
Let's calculate a simple definite integral: Find the definite integral of f(x) = x^2
from x = 1
to x = 3
.
First, find the antiderivative of f(x) = x^2
, which we denote by F(x)
.
Recall that the antiderivative ofx^n
is(1/(n+1))x^(n+1)
+ C.
The antiderivative of x^2
is:
F(x) = (1/3)x^3
Now, apply the fundamental theorem of calculus:
∫ 1 3 x^2 dx = F(3) - F(1) = (1/3)(3)^3 - (1/3)(1)^3
Calculate the value:
F(3) = (1/3)(27) = 9
F(1) = (1/3)(1) = 1/3
The definite integral is:
9 - 1/3 = 8.67
Thus, the area under the curve f(x) = x^2
from x=1
to x=3
is approximately 8.67
.
Properties of definite integrals
Like arithmetic operations, definite integrals have a number of useful properties:
1. Additivity
If c
is a point between a
and b
, then:
∫ a b f(x) dx = ∫ a c f(x) dx + ∫ c b f(x) dx
This property allows us to break down an integral into smaller, more manageable parts.
2. Linearity
Definite integrals respect the distributive property:
∫ a b [cf(x) + dg(x)] dx = c∫ a b f(x) dx + d∫ a b g(x) dx
where c
and d
are constants. This allows us to break down integrals involving sums or constant multiples.
3. Reversal of boundaries
If you change the limits of the integral, the sign of the integral changes:
∫ a b f(x) dx = -∫ b a f(x) dx
This property is helpful when you accidentally reverse your limits of integration.
4. Integration of zero
The integral of zero is always zero:
∫ a b 0 dx = 0
This reflects the idea that if there is no change, then the accumulated change should also be zero.
Practical applications of definite integrals
Definite integrals have many practical applications in various fields:
- Physics: Calculating work done by a force, area under velocity-time graph to find displacement.
- Economics: Finding consumer and producer surplus.
- Engineering: Designing systems that rely on understanding stored quantities or limitations, such as heat generation.
- Biology: Modelling population change and understanding growth rates over time.
Conclusion
The concept of the definite integral is not only a deep principle within mathematics, but also a valuable tool used across science and engineering disciplines. By understanding how to work with definite integrals, you will be able to solve practical problems involving cumulative processes or finding values belonging to specific intervals.
Through the lens of definite integrals, many real-world applications become understandable, making it an essential topic to fully understand.