40% off

Early-bird ends 15 Aug, 9am

Lock in £90

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.

Core concept

When a value xx is rounded, the Greatest Lower Bound (GLB) is the smallest value that rounds to xx, 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 xx. The Least Upper Bound is defined as the smallest number that would round to a value larger than xx.

For example, if a measurement is recorded as 3.843.84 correct to 2 decimal places:

  1. The lower bound is 3.8353.835. This is the smallest value that rounds to 3.843.84.
  2. The upper bound is 3.8453.845. This is the boundary at which a value would instead round to 3.853.85.

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: LUB(A+B)=LUB(A)+LUB(B)\text{LUB}(A + B) = \text{LUB}(A) + \text{LUB}(B) GLB(A+B)=GLB(A)+GLB(B)\text{GLB}(A + B) = \text{GLB}(A) + \text{GLB}(B)

For multiplication: LUB(A×B)=LUB(A)×LUB(B)\text{LUB}(A \times B) = \text{LUB}(A) \times \text{LUB}(B) GLB(A×B)=GLB(A)×GLB(B)\text{GLB}(A \times B) = \text{GLB}(A) \times \text{GLB}(B)

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: LUB(AB)=LUB(A)GLB(B)\text{LUB}\left(\frac{A}{B}\right) = \frac{\text{LUB}(A)}{\text{GLB}(B)}

GLB(AB)=GLB(A)LUB(B)\text{GLB}\left(\frac{A}{B}\right) = \frac{\text{GLB}(A)}{\text{LUB}(B)}

For subtraction: LUB(AB)=LUB(A)GLB(B)\text{LUB}(A - B) = \text{LUB}(A) - \text{GLB}(B)

GLB(AB)=GLB(A)LUB(B)\text{GLB}(A - B) = \text{GLB}(A) - \text{LUB}(B)

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 235.5235.5 (the lower bound). The boundary between 236 and 237 is 236.5236.5 (the upper bound). Alternatively, the bounds are 236±0.5236 \pm 0.5 grams.

Example 2: Perimeter and Area of a Rectangle

A rectangle has a length of 23.623.6 cm and a width of 14.714.7 cm, both correct to one decimal place. Find the upper bounds of the perimeter and the area.

The upper bound of the length is 23.6523.65 cm and the upper bound of the width is 14.7514.75 cm.

LUB of Perimeter=2×23.65+2×14.75=76.8\text{LUB of Perimeter} = 2 \times 23.65 + 2 \times 14.75 = 76.8 cm. LUB of Area=23.65×14.75=348.8375\text{LUB of Area} = 23.65 \times 14.75 = 348.8375 cm2^2.

Example 3: Compound Measures (Density)

The volume of a piece of wood is 270270 cm3^3 correct to the nearest 1010 cm3^3. The mass is 540540 g correct to the nearest 1010 g. Calculate the upper and lower bounds for the density in g/cm3^3 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:

LUB of Density=275535=0.51\text{LUB of Density} = \frac{275}{535} = 0.51 g/cm3^3. GLB of Density=265545=0.49\text{GLB of Density} = \frac{265}{545} = 0.49 g/cm3^3.

Example 4: Complex Formulae

Given a=6a = 6, b=3b = 3, and c=2c = 2 correct to the nearest whole number, find the bounds for the expression b24acb^2 - 4ac.

The bounds are: a[5.5,6.5)a \in [5.5, 6.5), b[2.5,3.5)b \in [2.5, 3.5), and c[1.5,2.5)c \in [1.5, 2.5).

To find the upper bound of b24acb^2 - 4ac, we need the largest possible value of the first term and the smallest possible value of the second term: Upper Bound=6.52(4×2.5×1.5)=27.25\text{Upper Bound} = 6.5^2 - (4 \times 2.5 \times 1.5) = 27.25.

To find the lower bound, we use the smallest possible value of the first term and the largest possible value of the second term: Lower Bound=5.52(4×3.5×2.5)=4.75\text{Lower Bound} = 5.5^2 - (4 \times 3.5 \times 2.5) = -4.75.

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.
Tips

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.

Cautions

Be extremely careful with subtraction. To find the lower bound of ABA - B, you must calculate GLB(A)LUB(B)\text{GLB}(A) - \text{LUB}(B). A common mistake is to simply calculate GLB(A)GLB(B)\text{GLB}(A) - \text{GLB}(B), which does not represent the true minimum.

Insight

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

Example 1
The area of a rectangle is measured to be 5600 cm25600\text{ cm}^2 correct to 2 significant figures.
The width of the rectangle is measured to be
80 cm80\text{ cm} correct to the nearest centimetre.
Which one of the following expressions gives the greatest possible height of the rectangle?
A:70.5 cm70.5\text{ cm}
B:75 cm75\text{ cm}
C:565085 cm\frac{5650}{85}\text{ cm}
D:565080.5 cm\frac{5650}{80.5}\text{ cm}
E:565075 cm\frac{5650}{75}\text{ cm}
F:565079.5 cm\frac{5650}{79.5}\text{ cm}

Practice Questions

Practice Question 1
The triangle PQR has a right angle at R.

The length of PQ is 4 cm, correct to the nearest centimetre.

The length of PR is 2 cm, correct to the nearest centimetre.

Find the minimum possible length, in centimetres, of QR.
A:612\sqrt{6} - \frac{1}{2}
B:23122\sqrt{3} - \frac{1}{2}
C:25122\sqrt{5} - \frac{1}{2}
D:252\sqrt{5}
E:232\sqrt{3}
F:6\sqrt{6}

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, 3.653.65 rounds to 3.73.7, not 3.63.6. Therefore, the interval is often expressed as GLBx<LUB\text{GLB} \leq x < \text{LUB}.

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 1010, the bound is ±5\pm 5. For the nearest 0.10.1, the bound is ±0.05\pm 0.05.

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.

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.