Rounding produces an interval, not a point, because the true value must have fallen close enough to the rounded value to justify the given digits. The half‑step rule ensures that the maximum rounding error does not exceed half the rounding unit.
Half-interval reasoning explains bounds: if a quantity is correct to the nearest units, the true value lies within . This principle follows from the structure of rounding thresholds, which lie halfway between representable rounded numbers.
Inequalities reflect measurement uncertainty. Using on the lower bound but on the upper bound avoids overlap between adjacent intervals, ensuring that each real value corresponds to one unique rounded form.
Propagation of uncertainty follows monotonic behaviour of operations. When we add two quantities, the largest possible result comes from taking both at their largest allowable values. This principle generalizes to all arithmetic operations.
Step 1: Identify the degree of accuracy. Determine whether the value was rounded to the nearest integer, nearest tenth, nearest hundred, etc. The rounding step determines how far the true value might lie from the rounded one.
Step 2: Compute the half-step. Divide the rounding unit by because rounding boundaries sit halfway between allowable values. This half-step defines the distance from the rounded number to each bound.
Step 3: Form the bounds. Subtract the half-step to obtain the lower bound, and add the half-step to obtain the upper bound. The correct notation is , which reflects interval consistency.
Step 4: Use bounds to evaluate expressions. To find an expression’s upper bound, choose the combination of operand bounds that maximizes the expression. For a lower bound, choose the combination that minimizes it. This requires understanding how each operation reacts to larger or smaller inputs.
Step 5: Combine multiple bounds carefully. When an expression contains several operations, you must determine which sub-quantities need upper or lower values first. Working systematically avoids mixing incompatible bounds.
Addition and multiplication increase when inputs increase. Thus the upper bound uses all upper inputs, while the lower bound uses all lower inputs. This grows from the fact that these operations are monotonic: larger inputs produce larger outputs.
Subtraction and division behave asymmetrically. Increasing the second term in subtraction decreases the result, and increasing the denominator in division shrinks the quotient. This means the combination of bounds must be chosen differently depending on the operation’s structure.
| Operation | Upper Bound Uses | Lower Bound Uses |
|---|---|---|
| UB + UB | LB + LB | |
| UB - LB | LB - UB | |
| UB × UB | LB × LB | |
| UB ÷ LB | LB ÷ UB |
Always interpret what the question wants. Exams commonly ask for a maximum or minimum possible value. Identify whether the context requires the result to be as large or as small as possible before you start computing.
Check units and convert early. Bounds become meaningless if the related values are not expressed in consistent units. Converting everything before forming bounds prevents structural errors.
Draw a number line when unsure. Visualizing the rounding step makes the bounds clear. This is especially useful when dealing with unusual accuracies such as nearest or nearest units.
State bounds using correct inequality symbols. Using on both sides or using incorrectly can lose marks. The standard convention is .
Use bounds to verify rounding accuracy. If both the lower and upper bounds round to the same value to a specific accuracy level, you know the answer is correct to that degree. This is a valuable exam technique for checking precision.
Error analysis relies fundamentally on bounds. In scientific work, uncertainty estimates are expressed similarly but often use symmetric intervals or standard deviations.
Inequalities and intervals are deeply related to bounds. Understanding how inequality direction behaves under different operations supports later work in algebra and calculus.
Measurement uncertainty in physics and engineering uses the same logic, though often expressed in absolute or percentage error. Upper and lower bounds provide a practical, rigorous method for reasoning about uncertainty.
Propagation of error in compound formulas builds directly on the principles of bounds, forming the basis of more advanced uncertainty calculations in higher mathematics.