The fundamental logic of the method relies on the Sign Change Rule: if a continuous function yields a negative result for and a positive result for , at least one root must exist between and .
To apply this effectively, equations should first be rearranged into the form so that the goal is to find where the expression equals zero.
By identifying an interval where the output switches from 'too low' (negative) to 'too high' (positive), the solver 'traps' the root within a known range.
| Feature | Algebraic Solving | Trial & Improvement |
|---|---|---|
| Precision | Provides exact values (e.g., ) | Provides approximate values (e.g., ) |
| Applicability | Limited to specific equation types | Can be used for almost any continuous function |
| Process | Logical manipulation of terms | Iterative testing and narrowing |
| Verification | Substitution of the final answer | Midpoint test to confirm rounding |
Always show the midpoint test: Examiners require proof that you checked the halfway point to justify your rounding; simply picking the value that gave a 'smaller' result is insufficient.
Organize with a table: Using columns for the 'Input ()', 'Function Value ()', and 'Comment (Too high/low)' ensures clarity and prevents calculation errors.
Check the question's precision: If asked for 1 decimal place, your final table must include the two 1dp values and the 2dp midpoint.
Reasonableness check: If your function values are not getting closer to zero as you refine , you may have made a calculation error or are moving in the wrong direction.
The 'Closest Value' Fallacy: A common mistake is assuming the value that produces a result closer to zero is the answer. This is not always true; only the midpoint test provides a mathematically sound proof for rounding.
Incorrect Rearrangement: Forgetting to move all terms to one side () can lead to confusion when interpreting whether a result is 'too high' or 'too low'.
Rounding too early: Keep full calculator displays for intermediate steps to ensure the sign of the midpoint is determined accurately.