IB Maths AI SLTopic 1 โ Number & AlgebraPaper 1 & 2Half-unit rule~7 min read
Upper & Lower Bounds
Bounds are rounding in reverse. If someone tells you a length is 5.7 cm (to 1 d.p.), what could the TRUE value have been? Anything from 5.65 cm up to (but not quite) 5.75 cm โ those are the lower bound (LB) and upper bound (UB). Same idea as rounding: just go HALF the rounding unit either side of the given value.
๐ What you need to know
The half-unit rule: if a value is given to a certain accuracy, the true value lies within ยฑ half that rounding unit. So 5.7 (1 d.p., unit = 0.1) has bounds 5.7 ยฑ 0.05.
Lower bound (LB) = given value โ half unit. The LB is included: the true value can equal the LB.
Upper bound (UB) = given value + half unit. The UB is NOT included: the true value can get arbitrarily close to it but not reach it (otherwise it would round UP to the next number). In AI SL exams we just write the UB number.
Inequality form: LB โค true value < UB. Sometimes written using the variable name, e.g. 5.65 โค L < 5.75.
For s.f. or “nearest unit”: identify the rounding unit first. 230 (2 s.f.) โ nearest 10, so unit = 10, half-unit = 5. 4500 (nearest 100) โ unit = 100, half-unit = 50.
Combining bounds โ sums: max sum = UBโ + UBโ; min sum = LBโ + LBโ. (Both extremes work in your favour.)
Combining bounds โ differences: max difference = UBโ โ LBโ; min difference = LBโ โ UBโ. (Bounds work AGAINST each other โ counterintuitive!)
Combining bounds โ products / quotients: for positive quantities โ max product = UBรUB, min product = LBรLB; max quotient = UB รท LB, min quotient = LB รท UB.
What are upper and lower bounds?
When a number has been rounded, you only know the rounded answer โ not the original. The original could have been any value that would round to what you were told. The full range of possible “originals” is the interval from the lower bound to the upper bound.
The half-unit rule
LB = value โ unit2 ยท UB = value + unit2
Any true value in the teal interval would round to 5.7. The LB (5.65) is included โ anything exactly 5.65 would round UP to 5.7. The UB (5.75) is NOT included โ anything 5.75 or above rounds UP to 5.8.
Same idea for any accuracy. Just identify the rounding unit first, then take half of it. A few quick examples:
3.14 to 2 d.p. โ unit = 0.01, half-unit = 0.005 โ bounds: 3.135 to 3.145
67 to nearest whole โ unit = 1, half-unit = 0.5 โ bounds: 66.5 to 67.5
2300 to 2 s.f. โ unit = 100, half-unit = 50 โ bounds: 2250 to 2350
Combining bounds โ sums, differences, products
When two rounded quantities are combined, the answer has its own bounds. The trick is figuring out which combination gives you the biggest possible answer and which gives the smallest. For sums and products it’s intuitive; for differences and quotients it’s not โ bounds work AGAINST each other.
Operation
Max possible
Min possible
Sum (a + b)
UBa + UBb
LBa + LBb
Difference (a โ b)
UBa โ LBb
LBa โ UBb
Product (a ร b)
UBa ร UBb
LBa ร LBb
Quotient (a รท b)
UBa รท LBb
LBa รท UBb
Why differences flip: to make a โ b as BIG as possible, you want a as big as it can be AND b as small as it can be. So max difference uses UBa and LBb. Same logic for quotient: to make a รท b biggest, make the top big AND the bottom small. (All assuming positive numbers โ which AI SL problems usually are.)
๐งญ Recipe โ finding bounds of any combined quantity
Find the rounding unit for each given value: look at the last accurate digit. 1 d.p. โ unit 0.1; 2 d.p. โ 0.01; “nearest 10” โ 10; 3 s.f. on 470 โ 1.
Calculate the LB and UB for each value: value ยฑ half-unit. Write them out clearly.
Identify the operation: is it a sum, difference, product, or quotient? This decides which bounds you combine.
Apply the right combination: from the table above. For max difference take UB โ LB; for min difference take LB โ UB.
Round only at the END: keep full precision in working, then round your final UB and LB to a sensible accuracy (often matching the given values’ accuracy).
Worked examples
WE 1
Basic bounds from 1 decimal place
The length of a pencil is measured as 5.7 cm to 1 decimal place. Find the lower and upper bounds, and write the bounds as an inequality.
Step 1 โ find the rounding unit1 d.p. โ unit = 0.1half-unit = 0.05Step 2 โ apply the half-unit ruleLB = 5.7 โ 0.05 = 5.65UB = 5.7 + 0.05 = 5.75LB = 5.65 cm, UB = 5.75 cminequality form: 5.65 โค L < 5.75. The lower bound IS included, the upper bound IS NOT (because 5.75 would round UP to 5.8).
WE 2
Bounds from significant figures
A mass is given as 230 g to 2 significant figures. Find the upper and lower bounds.
Step 1 โ find the rounding unit230 to 2 s.f. means rounded to the nearest 10(the last “significant” place is the tens column)unit = 10 โ half-unit = 5Step 2 โ apply the half-unit ruleLB = 230 โ 5 = 225UB = 230 + 5 = 235LB = 225 g, UB = 235 gthe trick for s.f. is identifying WHICH place the rounding happened to. For 230 (2 s.f.), the 3 is the last significant digit, in the tens column โ so the rounding is to the nearest 10. Not the nearest 1, not the nearest 100.
WE 3
Bounds from “to the nearest”
The population of a town is given as 4500 to the nearest 100. Find the lower and upper bounds.
Step 1 โ find the rounding unit (already stated)unit = 100 โ half-unit = 50Step 2 โ apply the half-unit ruleLB = 4500 โ 50 = 4450UB = 4500 + 50 = 4550LB = 4450, UB = 4550when the question says “to the nearest X”, you don’t have to figure out the unit โ they’ve told you. X is the unit. Just halve it and go.
WE 4
Sum bounds โ combined length
Two planks are measured as 24.6 cm and 18.3 cm, both to 1 decimal place. They are laid end to end. Find the maximum and minimum possible total length.
Step 1 โ find bounds for each plank (half-unit = 0.05)plank A: LB = 24.55, UB = 24.65plank B: LB = 18.25, UB = 18.35Step 2 โ combine for sum (max = UB + UB, min = LB + LB)MAX total = 24.65 + 18.35 = 43.00 cmMIN total = 24.55 + 18.25 = 42.80 cmmax = 43.00 cm, min = 42.80 cmfor sums, both bounds work the same way โ biggest + biggest = biggest, smallest + smallest = smallest. Easy to remember because it matches your intuition.
WE 5
Difference bounds โ race times
Mariam runs 100 m in 12.4 s. Daniyal runs 100 m in 13.1 s. Both times are recorded to 1 d.p. Find the maximum and minimum possible difference between their times (Daniyal โ Mariam).
Step 1 โ find bounds for each time (half-unit = 0.05)Mariam: LB = 12.35, UB = 12.45Daniyal: LB = 13.05, UB = 13.15Step 2 โ biggest difference: Daniyal as SLOW as possible, Mariam as FAST as possibleMAX diff = UB_Daniyal โ LB_Mariam = 13.15 โ 12.35 = 0.80 sStep 3 โ smallest difference: Daniyal as FAST as possible, Mariam as SLOW as possibleMIN diff = LB_Daniyal โ UB_Mariam = 13.05 โ 12.45 = 0.60 smax difference = 0.80 s, min difference = 0.60 sfor differences, the bounds FLIP โ biggest of A minus SMALLEST of B gives the largest gap. If you used UB โ UB by mistake, you’d get 0.70 โ which is the difference of the rounded values, not a bound. Always pair UB with LB and vice versa.
WE 6
Product bounds โ rectangle area
A rectangle has length 8 cm and width 5 cm, each measured to the nearest centimetre. Find the upper and lower bounds for the area of the rectangle.
Step 1 โ find bounds for each side (half-unit = 0.5)length: LB = 7.5, UB = 8.5width: LB = 4.5, UB = 5.5Step 2 โ for products (positive values), max = UB ร UB, min = LB ร LBMAX area = UB_L ร UB_W = 8.5 ร 5.5 = 46.75 cmยฒMIN area = LB_L ร LB_W = 7.5 ร 4.5 = 33.75 cmยฒUB of area = 46.75 cmยฒ, LB of area = 33.75 cmยฒnotice how wide the gap is โ the “true” area could be anywhere from 33.75 to 46.75 cmยฒ, a 13 cmยฒ range, even though the side lengths were only 1 cm uncertain each. Errors COMPOUND when you multiply: a small uncertainty in each side becomes a much bigger uncertainty in the area. This is why precise measurements matter.
๐ก Top tips
Identify the rounding unit FIRST: every bounds question hinges on this. 1 d.p. โ 0.1; 3 s.f. on 4.56 โ 0.01; “nearest 50 g” โ 50. Get the unit right and the rest is arithmetic.
Write LB and UB clearly for each quantity before you combine. It looks like extra work but eliminates errors โ especially for differences where you have to pair them carefully.
Test the “extreme cases” question: for the BIGGEST a โ b, you want a as big as possible AND b as small as possible. Always think: “what extremes of EACH variable make this thing biggest / smallest?”
For products and quotients, double-check signs: the simple rules (UBรUB, LBรLB) assume positive values. AI SL problems almost always involve positive lengths, masses, populations โ but if signs matter, the rules can flip.
Sanity-check: bounds should be SLIGHTLY either side of the calculated value using the given numbers. If you compute 5.7 ร 3.2 = 18.24 and your “max” bound comes out to 25, something’s wrong.
โ Common mistakes
Using the FULL unit instead of half: bounds are ยฑ HALF the rounding unit, not ยฑ the unit itself. 5.7 (1 d.p.) โ bounds 5.65 to 5.75, NOT 5.6 to 5.8.
Misidentifying the s.f. rounding unit: 230 to 2 s.f. means rounded to the nearest 10 (because the last sig fig is in the tens column), so bounds are ยฑ 5 โ NOT ยฑ 0.5 and NOT ยฑ 50.
Using UB + UB for max difference: differences flip. Max a โ b uses UBa โ LBb. If you used UB โ UB you’d get the difference of the rounded numbers โ not a valid bound.
Forgetting that UB is NOT inclusive: the true value can equal LB but cannot equal UB. So the inequality is LB โค x < UB (use โค on the LB side, < on the UB side). Some questions check this.
Rounding bounds incorrectly at the end: when you round your final bound, be careful โ LB should be rounded DOWN, UB should be rounded UP (so that the rounded bounds still safely contain the true range). For most AI SL problems, leaving the exact bound is fine.
Up next: Percentage Error. Once you know what the true value could be (bounds) and what the rounded answer actually is, the natural next question is “how far off is the rounded answer from the true value, as a percentage?” That’s percentage error โ a single number summarising the size of any rounding or measurement error.
Need help with AI SL Number & Algebra?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.