Integral - Fundamental Theory of Integration
Understand the definition and notation of integrals, their key properties (linearity, bounds), and the Fundamental Theorem of Calculus linking integration and differentiation.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What rigorous definition did Bernhard Riemann contribute to calculus in the mid-19th century?
1 of 22
Summary
Understanding Definite Integrals
What Is an Integral?
An integral is fundamentally a tool for adding up infinitely many infinitesimal quantities. More precisely, a definite integral computes the signed area between the graph of a function and the horizontal axis over a specified interval.
Here's the key idea: imagine a curve $f(x)$ plotted on a coordinate system. The region between this curve and the x-axis from point $a$ to point $b$ has an area. However, we define this area with a sign convention: regions above the x-axis count as positive area, while regions below the x-axis count as negative area. This allows us to handle functions that dip below the axis using a unified framework.
Beyond areas, integrals generalize to calculate volumes, lengths of curves, and many other quantities that arise from summing continuous quantities. This versatility makes integrals one of the most powerful tools in mathematics.
The deep connection: Integration and differentiation are inverse operations. Where differentiation measures instantaneous rates of change, integration accumulates those changes. This relationship is formalized by the Fundamental Theorem of Calculus, which we'll explore in detail later.
Notation and Terminology
Reading Integral Notation
When we write:
$$\int{a}^{b} f(x)\,dx$$
we are expressing "the definite integral of $f(x)$ with respect to $x$ from $a$ to $b$." Let's break down each component:
The integrand $f(x)$ is the function being integrated
The differential $dx$ indicates which variable we're integrating with respect to (in this case, $x$)
The limits of integration (or bounds) are $a$ and $b$, which define our interval
The interval of integration is the closed interval $[a,b]$ itself
The integral symbol $\int$ itself evolved from the elongated S used to represent sums—a historical reminder that integration is the continuous analog of summation.
Definite vs. Indefinite Integrals
There's an important distinction:
Definite integrals include limits of integration ($a$ and $b$). When you evaluate a definite integral, you get a single number representing the signed area.
Indefinite integrals omit the limits:
$$\int f(x)\,dx$$
An indefinite integral doesn't represent a single number; instead, it represents an entire family of functions called antiderivatives. An antiderivative of $f$ is any function $F$ whose derivative is $f$ (meaning $F'(x) = f(x)$). Every antiderivative differs from the others only by a constant, which is why we often write $\int f(x)\,dx = F(x) + C$.
Understanding the Definition: Riemann Sums
Before we can work with integrals, we need to understand what we mean by "the area under a curve" in a mathematically rigorous way. This is where the Riemann integral comes in.
Building Up to the Riemann Integral
Imagine we want to approximate the area under a curve $f(x)$ over the interval $[a,b]$. One straightforward approach: divide the interval into $n$ smaller subintervals and approximate the area over each subinterval with a rectangle.
More formally, a partition of $[a,b]$ is a set of points: $$a = x0 < x1 < x2 < \cdots < xn = b$$
This divides $[a,b]$ into $n$ subintervals. The width of the $i$-th subinterval is $\Delta xi = xi - x{i-1}$.
In each subinterval, we pick an arbitrary point $ti$ (called a sample point). The Riemann sum is then:
$$\sum{i=1}^{n} f(ti)\,\Delta xi$$
This sum represents the total area of all rectangles: the height $f(ti)$ times the width $\Delta xi$ for each rectangle.
The Riemann Integral
As we make the partition finer and finer (making each $\Delta xi$ smaller), these Riemann sums approach a limit. The Riemann integral of $f$ over $[a,b]$ is defined as this limit:
$$\int{a}^{b} f(x)\,dx = \lim{\text{mesh} \to 0} \sum{i=1}^{n} f(ti)\,\Delta xi$$
The "mesh" refers to the size of the largest subinterval—as it approaches zero, all subintervals become infinitesimally small.
Important detail: For the Riemann integral to exist, these Riemann sums must converge to the same value regardless of which partition we choose and which sample points we select. When they do converge to a finite value $S$, we say $f$ is integrable on $[a,b]$, and $S$ is the value of the integral.
A practical note: continuous functions are always integrable. Functions with only finitely many jump discontinuities are also integrable. However, functions with behavior that's too wild (like being discontinuous at infinitely many points densely packed together) may not be Riemann integrable.
Key Properties of Integrals
Once we know an integral exists, we can use several properties to compute or simplify integrals without going back to limits of Riemann sums.
Linearity
Integrals respect scalar multiplication and addition:
$$\int{a}^{b} (c\,f(x) + g(x))\,dx = c\int{a}^{b} f(x)\,dx + \int{a}^{b} g(x)\,dx$$
where $c$ is any constant and $f, g$ are integrable functions. This means you can factor out constants and split integrals of sums into separate integrals. This property is tremendously useful for breaking complex integrals into simpler pieces.
Inequalities and Bounds
Several inequalities help us estimate integrals or compare them:
Bounding property: If $f(x)$ is bounded—that is, $m \le f(x) \le M$ for all $x$ in $[a,b]$—then the integral is also bounded:
$$m(b-a) \le \int{a}^{b} f(x)\,dx \le M(b-a)$$
Intuitively, the integral cannot be smaller than the minimum value times the interval width, and cannot exceed the maximum value times the interval width.
Order preservation: If one function is always smaller than another, their integrals maintain that relationship:
$$\text{If } f(x) \le g(x) \text{ on } [a,b], \text{ then } \int{a}^{b} f(x)\,dx \le \int{a}^{b} g(x)\,dx$$
This lets us compare integrals without computing them exactly.
Absolute value inequality: If $f$ is integrable, then $|f|$ is integrable, and:
$$\left|\int{a}^{b} f(x)\,dx\right| \le \int{a}^{b} |f(x)|\,dx$$
This inequality tells us that the magnitude of a signed area is at most the total area of the absolute value of the function. This is important when dealing with functions that oscillate above and below the axis.
The Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus is perhaps the most important result in calculus. It reveals that differentiation and integration are, in a precise sense, inverse operations. There are two parts, and understanding both is critical.
Part 1: Differentiation of an Integral
Suppose $f$ is continuous on $[a,b]$. Define a new function:
$$F(x) = \int{a}^{x} f(t)\,dt$$
Notice that $F(x)$ represents the signed area under $f$ from the left endpoint $a$ to a variable right endpoint $x$.
The theorem states: $F$ is differentiable on $(a,b)$, and its derivative is:
$$F'(x) = f(x)$$
This is remarkable: if we accumulate area under a curve by integrating from a fixed point to a variable point, and then take the derivative of that accumulated area, we get back the original function!
This makes intuitive sense: $F(x + h) - F(x)$ represents the area between $x$ and $x + h$. For small $h$, this area is approximately $f(x) \cdot h$, so the difference quotient $\frac{F(x+h)-F(x)}{h}$ approaches $f(x)$.
Part 2: Evaluation Using Antiderivatives
This part gives us a practical way to compute definite integrals.
The theorem states: If $F$ is any antiderivative of $f$ on $[a,b]$ (meaning $F'(x) = f(x)$ throughout), then:
$$\int{a}^{b} f(x)\,dx = F(b) - F(a)$$
This is the formula you use when actually computing integrals. To integrate $f$, you find any antiderivative $F$, evaluate it at the upper and lower limits, and subtract.
The notation $F(b) - F(a)$ is often written as $F(x)\big|a^b$ for brevity.
Why this works: From Part 1, we know that $G(x) = \inta^x f(t)\,dt$ satisfies $G'(x) = f(x)$, so $G$ is an antiderivative of $f$. But any two antiderivatives differ by a constant: $F(x) = G(x) + C$ for some constant $C$. When we compute $F(b) - F(a)$, the constant $C$ cancels out, leaving us with $G(b) - G(a) = \inta^b f(t)\,dt$.
Important Conventions
Two conventions make integral notation work smoothly:
Reversing limits: If $a > b$ (the upper limit is smaller than the lower limit), the integral reverses sign:
$$\int{a}^{b} f(x)\,dx = -\int{b}^{a} f(x)\,dx$$
This convention maintains consistency. For example, if you traverse an interval from right to left instead of left to right, the accumulated area has the opposite sign.
Zero-width interval: When the limits are equal, $a = b$, the integral equals zero by definition:
$$\int{a}^{a} f(x)\,dx = 0$$
This makes sense: there's no interval over which to accumulate area.
These conventions allow us to write formulas like:
$$\inta^b f(x)\,dx + \intb^c f(x)\,dx = \inta^c f(x)\,dx$$
without worrying about the relative positions of $a$, $b$, and $c$.
<extrainfo>
Historical Context
The concept of integration developed gradually over centuries, but Bernhard Riemann in the mid-19th century provided the first rigorous mathematical definition using limits of Riemann sums. This formalization moved integration from an intuitive tool into the realm of rigorous mathematical analysis, allowing mathematicians to work with more exotic functions and understand exactly when integration is possible. Modern mathematics has developed other types of integrals (like the Lebesgue integral) that extend beyond Riemann integration, but the Riemann integral remains fundamental to introductory calculus.
</extrainfo>
Flashcards
What rigorous definition did Bernhard Riemann contribute to calculus in the mid-19th century?
The definition of the integral using limits of Riemann sums.
What is the general interpretation of an integral in terms of summation?
A continuous analogue of a sum.
What does an integral calculate in geometric terms?
Areas, volumes, and their generalizations.
What relationship exists between the operations of integration and differentiation?
They are inverse operations.
How is a definite integral interpreted geometrically between two points on the real line?
As the signed area bounded by the graph of a function.
In the context of signed area, how are areas above and below the horizontal axis treated?
Areas above are positive; areas below are negative.
What is the notation for a definite integral of a function $f(x)$ over the interval $[a, b]$?
$\int{a}^{b} f(x)\,dx$
In the expression $\int{a}^{b} f(x)\,dx$, what does the symbol $dx$ represent?
The differential of $x$ (indicating the variable of integration).
In the context of integration, what is the term for the function $f(x)$ being integrated?
Integrand
What are the components $a$ and $b$ called in the notation $\int{a}^{b} f(x)\,dx$?
Limits of integration
Bounds
What is the name for the closed interval $[a, b]$ in an integral?
Interval of integration
What does an indefinite integral $\int f(x)\,dx$ represent mathematically?
The family of antiderivatives of $f$.
What is the formula for a Riemann sum relative to a partition?
$\sum{i=1}^{n} f(ti)\,\Delta xi$ (where $\Delta xi = xi - x{i-1}$)
When does the Riemann integral of $f$ over $[a, b]$ equal a specific number $S$?
When all Riemann sums converge to $S$ as the mesh approaches zero.
What is the result of $\int{a}^{b} (c\,f(x) + g(x))\,dx$ given constant $c$ and integrable functions $f, g$?
$c\int{a}^{b} f(x)\,dx + \int{a}^{b} g(x)\,dx$
If $m \le f(x) \le M$ on $[a, b]$, what are the lower and upper bounds of the integral $\int{a}^{b} f(x)\,dx$?
$m(b-a) \le \int{a}^{b} f(x)\,dx \le M(b-a)$
What is the order preservation property of integrals if $f(x) \le g(x)$ on $[a, b]$?
$\int{a}^{b} f(x)\,dx \le \int{a}^{b} g(x)\,dx$
What is the absolute value inequality for an integrable function $f$ over $[a, b]$?
$|\int{a}^{b} f(x)\,dx| \le \int{a}^{b} |f(x)|\,dx$
According to the first part of the theorem, if $F(x)=\int{a}^{x} f(t)\,dt$, what is $F'(x)$?
$F'(x) = f(x)$
How is a definite integral $\int{a}^{b} f(x)\,dx$ evaluated using an antiderivative $F$?
$F(b) - F(a)$
How is the integral $\int{a}^{b} f(x)\,dx$ defined if the lower limit $a$ is greater than the upper limit $b$?
$-\int{b}^{a} f(x)\,dx$
What is the value of a definite integral when the lower and upper limits coincide ($a = b$)?
Zero
Quiz
Integral - Fundamental Theory of Integration Quiz Question 1: Who provided the first rigorous definition of the integral using limits of Riemann sums in the mid‑19th century?
- Bernhard Riemann (correct)
- Isaac Newton
- Gottfried Leibniz
- Henri Lebesgue
Integral - Fundamental Theory of Integration Quiz Question 2: In integral notation, the term “integrand” refers to which component?
- The function being integrated (correct)
- The variable of integration
- The limits of integration
- The antiderivative of the function
Integral - Fundamental Theory of Integration Quiz Question 3: According to the geometric interpretation, the definite integral equals the limit of what as the partition of [a,b] becomes infinitely fine?
- Weighted sums $\sum f(x_i^*)\Delta x_i$ (correct)
- Simple sums of function values $\sum f(x_i^*)$
- Products of function values and interval lengths $\prod f(x_i^*)\Delta x_i$
- Unweighted sums of widths $\sum \Delta x_i$
Integral - Fundamental Theory of Integration Quiz Question 4: If $F(x)=\displaystyle\int_{a}^{x}f(t)\,dt$, what is $F'(x)$?
- $f(x)$ (correct)
- $0$
- $\displaystyle\int_{a}^{x}f(t)\,dt$
- An antiderivative of $f$ plus a constant
Integral - Fundamental Theory of Integration Quiz Question 5: What is $\displaystyle\int_{5}^{2}f(x)\,dx$ equal to, assuming $5>2$?
- $-\displaystyle\int_{2}^{5}f(x)\,dx$ (correct)
- $\displaystyle\int_{2}^{5}f(x)\,dx$
- $0$
- $\displaystyle\int_{5}^{2}f(x)\,dx$ remains unchanged
Integral - Fundamental Theory of Integration Quiz Question 6: How is the definite integral of a function \(f(x)\) from \(a\) to \(b\) written?
- \(\displaystyle\int_{a}^{b} f(x)\,dx\) (correct)
- \(\displaystyle\int f(x)\,dx\)
- \(\displaystyle\int_{b}^{a} f(x)\,dx\)
- \(\displaystyle\int_{a}^{b} f\,dx\)
Integral - Fundamental Theory of Integration Quiz Question 7: In the Riemann sum \(\displaystyle\sum_{i=1}^{n} f(t_i)\,\Delta x_i\), what does \(\Delta x_i\) denote?
- The width of the i‑th subinterval (correct)
- The value of the function at \(t_i\)
- The total length of the interval \([a,b]\)
- The number of subintervals in the partition
Integral - Fundamental Theory of Integration Quiz Question 8: Which expression correctly illustrates the linearity property of the definite integral?
- \(\displaystyle\int_{a}^{b} c\,f(x)\,dx = c\int_{a}^{b} f(x)\,dx\) (correct)
- \(\displaystyle\int_{a}^{b} \bigl(f(x)+g(x)\bigr)\,dx = \int_{a}^{b} f(x)\,dx \cdot \int_{a}^{b} g(x)\,dx\)
- \(\displaystyle\int_{a}^{b} f(x)g(x)\,dx = \int_{a}^{b} f(x)\,dx + \int_{a}^{b} g(x)\,dx\)
- \(\displaystyle\int_{a}^{b} f(x)\,dx = f(b) - f(a)\)
Integral - Fundamental Theory of Integration Quiz Question 9: According to the second part of the Fundamental Theorem of Calculus, if \(F\) is an antiderivative of \(f\) on \([a,b]\), how is \(\displaystyle\int_{a}^{b} f(x)\,dx\) evaluated?
- \(F(b) - F(a)\) (correct)
- \(F(a) - F(b)\)
- \(F'(b) - F'(a)\)
- \(F(b) + F(a)\)
Integral - Fundamental Theory of Integration Quiz Question 10: According to the interpretation of a definite integral, what sign is assigned to the area of a region that lies below the horizontal axis?
- Negative (correct)
- Positive
- Zero
- Undefined
Integral - Fundamental Theory of Integration Quiz Question 11: In calculus, what does the indefinite integral $\displaystyle\int f(x)\,dx$ represent?
- The family of antiderivatives of $f$ (correct)
- The signed area under $f$ from $a$ to $b$
- The derivative of $f$
- The limit of Riemann sums
Integral - Fundamental Theory of Integration Quiz Question 12: If $f(x) \le g(x)$ for all $x$ in $[a,b]$, what relationship holds between their definite integrals over $[a,b]$?
- $\displaystyle\int_a^b f(x)\,dx \le \int_a^b g(x)\,dx$ (correct)
- $\displaystyle\int_a^b f(x)\,dx \ge \int_a^b g(x)\,dx$
- $\displaystyle\int_a^b f(x)\,dx = \int_a^b g(x)\,dx$
- No general relationship can be deduced
Who provided the first rigorous definition of the integral using limits of Riemann sums in the mid‑19th century?
1 of 12
Key Concepts
Types of Integrals
Riemann integral
Definite integral
Indefinite integral
Fundamental Concepts
Fundamental theorem of calculus
Integrand
Limits of integration
Riemann sum
Integrability
Properties of Integrals
Linearity of the integral
Integral inequality
Definitions
Riemann integral
A definition of the integral as the limit of Riemann sums for a function over a closed interval, introduced by Bernhard Riemann.
Definite integral
The signed area under a real‑valued function between two bounds, yielding a single numerical value.
Indefinite integral
The family of antiderivatives of a function, expressed without specified limits of integration.
Fundamental theorem of calculus
The theorem linking differentiation and integration, stating that an integral can be evaluated via antiderivatives and that the derivative of an integral returns the original function.
Integrand
The function being integrated in an integral expression.
Limits of integration
The lower and upper bounds that define the interval over which an integral is taken.
Riemann sum
A finite sum of function values multiplied by subinterval widths, used to approximate the value of an integral.
Integrability
The property of a function that guarantees its integral over a given interval exists and is finite.
Linearity of the integral
The property that the integral of a linear combination of functions equals the same linear combination of their integrals.
Integral inequality
Bounds and relationships such as the absolute‑value inequality that compare integrals of functions based on ordering or magnitude.