Upper and Lower Bounds for the TMUA
Updated August 2025
Calculate the limits of accuracy for rounded measurements to determine the range of possible outcomes. For the TMUA, you must understand how to find Greatest Lower Bounds and Least Upper Bounds, and how to combine them correctly in complex calculations involving addition, subtraction, multiplication, and division.
When a value is rounded, the Greatest Lower Bound (GLB) is the smallest value that rounds to , and the Least Upper Bound (LUB) is the limit above which values round to the next increment.
Finding Upper and Lower Bounds
When a number is rounded to a specified level of accuracy, it represents a range of possible values. The limits of this range are known as the upper and lower bounds. These are often referred to as the Greatest Lower Bound (GLB) and the Least Upper Bound (LUB).
The Greatest Lower Bound is defined as the smallest number that would round up to the given value . The Least Upper Bound is defined as the smallest number that would round to a value larger than .
For example, if a measurement is recorded as correct to 2 decimal places:
- The lower bound is . This is the smallest value that rounds to .
- The upper bound is . This is the boundary at which a value would instead round to .
Calculating with Bounds: Addition and Multiplication
When performing calculations involving only addition or multiplication, you find the bounds by using the same bounds of the quantities involved. To find the maximum possible result, use the upper bounds: to find the minimum possible result, use the lower bounds.
For addition:
For multiplication:
Calculating with Bounds: Subtraction and Division
Calculations involving subtraction and division require a different approach. To find the largest possible result (LUB), you must start with the largest possible value and divide by or subtract the smallest possible value. Conversely, to find the smallest result (GLB), start with the smallest value and divide by or subtract the largest.
For division:
For subtraction:
Worked Examples in Context
Example 1: Standard Measurement
A quantity is recorded as 236 grams correct to the nearest gram. Find the upper and lower bounds.
The number above 236 to the nearest gram is 237, and the number below it is 235. The boundary between 235 and 236 is (the lower bound). The boundary between 236 and 237 is (the upper bound). Alternatively, the bounds are grams.
Example 2: Perimeter and Area of a Rectangle
A rectangle has a length of cm and a width of cm, both correct to one decimal place. Find the upper bounds of the perimeter and the area.
The upper bound of the length is cm and the upper bound of the width is cm.
cm. cm.
Example 3: Compound Measures (Density)
The volume of a piece of wood is cm correct to the nearest cm. The mass is g correct to the nearest g. Calculate the upper and lower bounds for the density in g/cm correct to 2 decimal places.
The bounds for the volume are 265 and 275. The bounds for the mass are 535 and 545. Using the rules for division:
g/cm. g/cm.
Example 4: Complex Formulae
Given , , and correct to the nearest whole number, find the bounds for the expression .
The bounds are: , , and .
To find the upper bound of , we need the largest possible value of the first term and the smallest possible value of the second term: .
To find the lower bound, we use the smallest possible value of the first term and the largest possible value of the second term: .
Key takeaways
- The Greatest Lower Bound (GLB) is the smallest value that rounds to the measurement, while the Least Upper Bound (LUB) is the boundary to the next value.
- For addition and multiplication, combine bounds directly (LUB with LUB, GLB with GLB).
- For subtraction and division, combine bounds inversely (start with LUB and subtract/divide by GLB for the maximum possible result).
- Contextual problems like density or pressure often involve division, requiring careful selection of bounds for the numerator and denominator.
Always write out the bounds for every individual variable before starting your main calculation. In the TMUA, marks are often lost by using the rounded value in an intermediate step rather than the bound itself.
Be extremely careful with subtraction. To find the lower bound of , you must calculate . A common mistake is to simply calculate , which does not represent the true minimum.
Bounds calculations illustrate why measurements in science and engineering are never absolute. When multiple measured quantities are combined, the 'uncertainty' can grow significantly, a concept known as propagation of error.
Worked Examples
Practice Questions
Frequently asked questions
Is the upper bound included in the range of possible values?
Technically, no. If a number reached the Least Upper Bound (LUB), it would usually round up to the next value. For example, rounds to , not . Therefore, the interval is often expressed as .
How do I find the bounds for the 'nearest 10'?
For any level of accuracy, the bound is half of that unit. For the nearest , the bound is . For the nearest , the bound is .
Why do we use the GLB of the divisor to find the LUB of a quotient?
Dividing by a smaller number results in a larger quotient. To find the maximum possible value (LUB) of a fraction, you must make the numerator as large as possible and the denominator as small as possible.