Locating roots: sign change
Two opposite-sign values + continuity ⇒ root in between.
Theorem (Intermediate Value). If is continuous on and and have opposite signs (i.e. ), then there exists with .
Standard exam exposition.
To show that has a root in :
- Compute and — show they are on opposite sides of zero.
- State that is continuous on .
- Conclude by the change-of-sign principle.
Worked example. Show has a root in .
- .
- . .
- is a polynomial, so continuous on .
- By the change-of-sign principle, has a root in .
Interval bisection (refinement). Once a root is bracketed in , bisect:
- Compute and .
- If , root lies in ; otherwise in .
- Repeat to narrow the interval.
This is reliable but SLOW — typically only used to set up a starting value for a faster method (fixed-point or Newton–Raphson).
Pitfalls.
- Continuity matters. Two opposite-sign values do NOT imply a root if has a discontinuity in between (e.g. a vertical asymptote).
- Number of roots. Sign change guarantees AT LEAST one root, not exactly one. Two or more roots in are consistent with one sign change at the endpoints.
- + continuous ⇒ root in .
- Always state continuity explicitly.
- Bisection refines the interval.
- Sign change guarantees at least one root, not exactly one.