Showing a Solution Exists in an Interval
Grade 6Why we need to show a root exists
Before iterating, exam questions often ask you to justify that a solution lies in a given interval, say between x = 1 and x = 2. The method is the change of sign test: if f(x) is continuous and changes sign between two values, it must cross zero between them.
The method
Evaluate f(x) at both endpoints. If one is positive and the other is negative, the function has crossed the x-axis — meaning there is a root in that interval.
Worked example
Confirming a root to a given accuracy
To confirm that x = 2.79 is correct to 2 decimal places, test f at the bounds of the rounding interval: evaluate f(2.785) and f(2.795). If there is a change of sign between them, the root is between 2.785 and 2.795, and rounds to 2.79. This is the standard "trap it" method examiners expect.
Try this one
Show that the equation \( x^3 - 3x + 1 = 0 \) has a root between \( x = 1 \) and \( x = 2 \). [2]
This is a change of sign method question — you need to show the equation changes from positive to negative (or vice versa) in the given interval.
Ask yourself: 'What happens when I substitute both \( x = 1 \) and \( x = 2 \) into the expression — do I get one positive and one negative value?'
For example, to show a root between \( x = 0 \) and \( x = 1 \) for \( f(x) = x^2 - x - 0.5 \), calculate \( f(0) \) and \( f(1) \) and check the signs differ.