12. Riemann Integration II

Properties Of The Integral

Properties of the Integral

students, imagine measuring the area under a curve the way an engineer measures material for a bridge or a scientist totals a changing quantity over time 📈. In Real Analysis, the Riemann integral is not just a formula; it is a tool with powerful properties that make it useful and trustworthy. In this lesson, you will learn what the integral can do, why these properties matter, and how they connect to later ideas like the Fundamental Theorem of Calculus.

What the Properties of the Integral Mean

The Riemann integral of a function $f$ on an interval $[a,b]$ is written as $\int_a^b f(x)\,dx$. It represents accumulated quantity, such as area, total distance, or total mass, depending on the situation. The properties of the integral describe how this quantity behaves when we change the function, split the interval, or combine functions.

These properties are not just rules to memorize. They follow from the definition of the integral using upper and lower sums, and they help us compute integrals more efficiently. They also let us reason clearly about functions that are positive, negative, bounded, or related to each other.

A key idea is that the integral respects order and addition. If one function is always larger than another, its integral is larger too. If you add two functions first and integrate, that is the same as integrating each one and adding the results. These ideas mirror real-life accumulation: if one tank fills faster than another, it collects more water over the same time; if two water sources flow together, their total flow is the sum of the two flows 💧.

Linearity: Adding and Scaling Functions

One of the most important properties is linearity. If $f$ and $g$ are integrable on $[a,b]$, and $c$ is a constant, then

$$

$\int_a^b (f(x)+g(x))\,dx=\int_a^b f(x)\,dx+\int_a^b g(x)\,dx$

$$

and

$$

$\int_a^b c f(x)\,dx=c\int_a^b f(x)\,dx.$

$$

This means the integral is compatible with addition and constant multiplication. If a function is built from simpler pieces, its integral can often be found by separating those pieces.

For example, suppose $f(x)=x^2+3x$ on $[0,1]$. Then

$$

$\int_0^1 (x^2+3x)\,dx=\int_0^1 x^2\,dx+3\int_0^1 x\,dx.$

$$

This is easier than treating the whole expression as one complicated object. Linearity is one reason integrals are so useful in physics and economics, where totals often come from combining many independent contributions.

A real-world interpretation: if one company’s profit rate is $f(x)$ dollars per day and another project adds $g(x)$ dollars per day, then the total profit rate is $f(x)+g(x)$. The total profit over time is the sum of the separate totals.

Order Properties and Positivity

Another major property is that the integral preserves order. If $f(x)\le g(x)$ for all $x\in[a,b]$, and both functions are integrable, then

$$

$\int_a^b f(x)\,dx\le\int_a^b g(x)\,dx.$

$$

A special case is positivity: if $f(x)\ge 0$ for all $x\in[a,b]$, then

$$

$\int_a^b f(x)\,dx\ge 0.$

$$

This makes sense because a nonnegative function represents a quantity that never goes below zero, such as density, speed, or temperature above a baseline. The accumulated total should also be nonnegative.

These properties are useful for estimating integrals. For instance, if $0\le f(x)\le 5$ on $[2,7]$, then

$$

$0\le\int_2^7 f(x)\,dx\le\int_2^7 5\,dx=25.$

$$

So without computing the exact integral, students can still get useful bounds. This is common in Real Analysis, where proving existence and estimating size are often more important than getting a decimal answer.

Additivity Over Intervals

The integral also behaves nicely when we split an interval. If $a<c<b$ and $f$ is integrable on $[a,b]$, then

$$

$\int_a^b f(x)\,dx=\int_a^c f(x)\,dx+\int_c^b f(x)\,dx.$

$$

This is called additivity over subintervals. It matches the idea that total accumulation over a whole time period is the sum of the accumulation during the first part and the second part.

For example, if a car’s velocity is $v(t)$ from time $t=0$ to $t=6$, then the total displacement from $0$ to $6$ hours equals displacement from $0$ to $2$ hours plus displacement from $2$ to $6$ hours:

$$

$\int_0^6 v(t)\,dt=\int_0^2 v(t)\,dt+\int_2^6 v(t)\,dt.$

$$

This property is especially useful when a function changes behavior at one point, such as a piecewise function. Instead of struggling with the whole interval at once, students can split the problem into manageable parts.

Absolute Value and Estimation

A very useful estimate says that if $f$ is integrable on $[a,b]$, then $|f|$ is also integrable, and

$$

$\left|\int_a^b f(x)\,dx\right|\le\int_a^b |f(x)|\,dx.$

$$

This inequality is important because positive and negative parts of a function can cancel out inside the integral. The left side measures the magnitude of the final total, while the right side measures the total accumulated size without cancellation.

For example, if a force alternates direction, the net work may be small even though the force is large for much of the time. The inequality says that the net effect cannot exceed the total size of the effect.

Another common estimate is this: if $|f(x)|\le M$ on $[a,b]$, then

$$

$\left|\int_a^b f(x)\,dx\right|\le M(b-a).$

$$

This follows from $|f(x)|\le M$ and the previous inequality. It gives a simple way to control an integral using a constant bound.

Integrability and Why These Properties Matter

The properties of the integral are meaningful only when the function is integrable. A bounded function on $[a,b]$ is Riemann integrable if the upper and lower sums can be made arbitrarily close. Many of the functions studied in introductory Real Analysis are continuous, and every continuous function on a closed interval is Riemann integrable.

These properties help show that integrals are stable under common operations. If $f$ and $g$ are integrable, then $f+g$ is integrable, and $cf$ is integrable. If $f\le g$ and both are integrable, then their integrals obey the same order. If $f$ is integrable, then $|f|$ is integrable too. These closure properties are powerful because they let us build new integrable functions from old ones.

For example, suppose $f(x)=\sin x$ and $g(x)=x^2$ on $[0,\pi]$. Both are continuous, so both are integrable. Then $h(x)=\sin x+x^2$ is also integrable. The integral of $h$ is just the sum of the integrals of $f$ and $g$.

This is one reason the integral is central in Riemann Integration II. Once you know the main properties, you can prove estimates, simplify computations, and prepare for the Fundamental Theorem of Calculus, which links integration to differentiation.

Connections to the Broader Topic

The properties of the integral are the bridge between definition and application. They let students move from the abstract definition using sums to practical reasoning about functions. They also support later results in the course.

The Fundamental Theorem of Calculus relies on the fact that integrals behave well when you change limits and combine functions. For example, defining

$$

$F(x)=\int_a^x f(t)\,dt$

$$

becomes meaningful because the integral has good order, additivity, and linearity properties. Without those, the idea of a cumulative function would be much harder to analyze.

The properties also appear in integrability criteria. For instance, when proving that a function is integrable by comparing it with a simpler one, the order property and estimate

$$

$\left|\int_a^b f(x)\,dx\right|\le\int_a^b |f(x)|\,dx$

$$

are often used. In proofs, these facts help control error and show that sums converge to the correct value.

In short, the properties of the integral are the “rules of the game” that make Riemann integration work. They explain why the integral is consistent, useful, and powerful across many contexts in mathematics and science.

Conclusion

The properties of the integral describe how integration behaves with respect to addition, scaling, order, splitting intervals, and absolute values. These rules turn the integral from a definition into a flexible mathematical tool. students, if you remember one big idea, let it be this: the integral is an accumulation process that behaves predictably when functions are combined or compared. That predictability is what makes it possible to estimate integrals, prove deeper theorems, and apply Real Analysis to real-world problems 🌟.

Study Notes

  • The integral is linear:

$$

$ \int_a^b (f(x)+g(x))\,dx=\int_a^b f(x)\,dx+\int_a^b g(x)\,dx$

$$

and

$$

$ \int_a^b cf(x)\,dx=c\int_a^b f(x)\,dx.$

$$

  • If $f(x)\le g(x)$ on $[a,b]$, then

$$

$ \int_a^b f(x)\,dx\le\int_a^b g(x)\,dx.$

$$

  • If $f(x)\ge 0$ on $[a,b]$, then

$$

$ \int_a^b f(x)\,dx\ge 0.$

$$

  • The integral is additive over intervals:

$$

$ \int_a^b f(x)\,dx=\int_a^c f(x)\,dx+\int_c^b f(x)\,dx.$

$$

  • Useful estimate:

$$

$ \left|\int_a^b f(x)\,dx\right|\le\int_a^b |f(x)|\,dx.$

$$

  • If $|f(x)|\le M$, then

$$

$ \left|\int_a^b f(x)\,dx\right|\le M(b-a).$

$$

  • Continuous functions on closed intervals are Riemann integrable.
  • These properties support later topics like the Fundamental Theorem of Calculus and integrability criteria.

Practice Quiz

5 questions to test your understanding