Combining Integrals with Equal and Contiguous Ranges

Updated July 2026

This lesson explains how to combine multiple definite integrals into a single expression. It covers cases where the limits of integration are identical or where the upper limit of one integral matches the lower limit of another. Mastering these properties is essential for simplifying complex calculus problems in the ESAT.

Core concept

Definite integrals can be combined either by summing functions over identical limits or by concatenating intervals when the upper limit of one integral matches the lower limit of another. These operations are justified by the linearity of integration and the Fundamental Theorem of Calculus.

Introduction to Combining Integrals

In definite integration, there are several ways to merge multiple integrals into a single, more manageable expression. This is particularly useful in the ESAT when evaluating the total area under a curve or simplifying complex algebraic strings of integrals. There are two primary situations where this is possible: when the ranges (the limits of integration) are identical, and when the ranges are contiguous.

Combining Integrals with Equal Ranges

When two or more integrals share the exact same lower and upper limits, they can be combined into a single integral of the sum or difference of the functions. This property arises because integration is a linear operation. You can integrate functions term by term or combine them first and then integrate the entire expression. The general rule is:

abf(x)dx+abg(x)dx=ab[f(x)+g(x)]dx\int_{a}^{b} f(x)dx + \int_{a}^{b} g(x)dx = \int_{a}^{b} [f(x) + g(x)]dx

For example, if you are given 25f(x)dx+25g(x)dx\int_{2}^{5} f(x)dx + \int_{2}^{5} g(x)dx, you can simplify this to 25[f(x)+g(x)]dx\int_{2}^{5}[f(x) + g(x)]dx. This is often much faster than evaluating two separate integrals, especially if the combined function f(x)+g(x)f(x) + g(x) simplifies algebraically before you begin the integration process.

Combining Integrals with Contiguous Ranges

Integrals can also be combined if the upper limit of one integral is the lower limit of the next. This allows you to join the ranges together into one continuous interval. The general rule is:

abf(x)dx+bcf(x)dx=acf(x)dx\int_{a}^{b} f(x)dx + \int_{b}^{c} f(x)dx = \int_{a}^{c} f(x)dx

Consider the following example: 24f(x)dx+45f(x)dx=25f(x)dx\int_{2}^{4} f(x)dx + \int_{4}^{5} f(x)dx = \int_{2}^{5} f(x)dx. Here, the first integral covers the interval from 2 to 4, and the second continues from 4 to 5. When added, they cover the entire interval from 2 to 5. This property is a direct application of the fact that the total area under a curve over a long interval is equal to the sum of the areas over its sub-intervals.

Using the Fundamental Theorem of Calculus to Simplify Expressions

The Fundamental Theorem of Calculus (FTC) provides the formal justification for these combinations. It states that if F(x)F(x) is the antiderivative of f(x)f(x), then abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)dx = F(b) - F(a). We can use this to unpack and verify complex expressions where limits might not be in numerical order. It is worth checking that you have both an intuitive grasp of how these areas combine and a formal understanding of the algebra involved.

Consider this specific case from the guide: 24f(x)dx+43f(x)dx=23f(x)dx\int_{2}^{4} f(x) dx + \int_{4}^{3} f(x) dx = \int_{2}^{3} f(x) dx. At first, this looks unusual because the second integral goes backwards from 4 to 3. However, we can use the FTC to see why this works by inserting an intermediate point, such as 3, into the first integral to show the following steps:

  1. Split the first integral at the point 3: 24f(x)dx=23f(x)dx+34f(x)dx\int_{2}^{4} f(x) dx = \int_{2}^{3} f(x) dx + \int_{3}^{4} f(x) dx.
  2. Recognise that 43f(x)dx\int_{4}^{3} f(x) dx is the negative of 34f(x)dx\int_{3}^{4} f(x) dx.
  3. Combine them: 24f(x)dx+43f(x)dx=23f(x)dx+34f(x)dx34f(x)dx=23f(x)dx\int_{2}^{4} f(x) dx + \int_{4}^{3} f(x) dx = \int_{2}^{3} f(x) dx + \int_{3}^{4} f(x) dx - \int_{3}^{4} f(x) dx = \int_{2}^{3} f(x) dx.

The middle terms cancel out perfectly, leaving only the integral from 2 to 3. Mastering this limit manipulation is a vital skill for solving advanced calculus problems efficiently.

Key takeaways

  • Integrals over identical ranges can be combined into a single integral of the sum or difference of the functions.
  • Integrals of the same function over contiguous ranges can be merged into a single integral spanning the combined range.
  • The property abf(x)dx+bcf(x)dx=acf(x)dx\int_{a}^{b} f(x) dx + \int_{b}^{c} f(x) dx = \int_{a}^{c} f(x) dx applies even if the limits are not in ascending order.
  • These rules are formal consequences of the Fundamental Theorem of Calculus and the linearity of integration.
Tips

When faced with a sum of multiple integrals in an ESAT question, look for matching limits first. Combining them often avoids the need to calculate the same antiderivative multiple times, which reduces arithmetic errors.

Cautions

A common error is trying to combine integrals where both the functions and the ranges differ. You must have either identical ranges (to combine functions) or identical functions (to combine ranges).

Insight

This property is the integral equivalent of the vector addition rule where AB+BC=AC\vec{AB} + \vec{BC} = \vec{AC}. It emphasises that the definite integral depends only on the starting and ending points of the total interval, irrespective of how many intermediate points you use to partition the range.

Frequently asked questions

Can I combine integrals if the functions are different but the ranges are contiguous?

No, to combine contiguous ranges into a single integral, the integrand must be the same function. If the functions are different, you cannot merge them into one integral over a larger range without more information.

Does this property work for subtraction as well as addition?

Yes. The linearity of integration allows for abf(x)dxabg(x)dx=ab[f(x)g(x)]dx\int_{a}^{b} f(x) dx - \int_{a}^{b} g(x) dx = \int_{a}^{b} [f(x) - g(x)] dx.

What should I do if the limits are contiguous but in the wrong order?

You can use the property abf(x)dx=baf(x)dx\int_{a}^{b} f(x) dx = -\int_{b}^{a} f(x) dx to flip the limits. Once the upper limit of one integral matches the lower limit of another, they can be combined regardless of their numerical values.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.