Loading...
Not every equation can be solved with a formula — has no nice factorisation. But you do not need an exact algebraic answer to be CONFIDENT a root exists somewhere in a given interval, and to narrow down exactly where.
The big picture
Numerical methods exist for exactly the equations algebra cannot crack. This first technique, the , relies on a simple, powerful idea: if a continuous function is negative at one point and positive at another, it must have crossed zero somewhere in between. This single observation is the starting point for every numerical method in the chapter — locating roots is always step one before refining them.
What you'll be able to do
For a continuous function , if and (or vice versa), the graph must cross the -axis at least once between and — so a root of lies somewhere in that interval.
Tip — State explicitly that is CONTINUOUS on the interval (true for any polynomial) — this is the condition that makes the sign-change argument valid.
Once a root is trapped in an interval, testing the MIDPOINT and checking its sign halves the interval size, trapping the root even more precisely. Repeating this process (interval bisection) can locate a root to any required degree of accuracy.
Repeating this halving process is exactly how a calculator (or computer) can find a root to as many decimal places as needed — each repetition roughly halves the size of the interval containing the true root.
The change-of-sign method can miss roots, or wrongly suggest one, in two situations: if the function has an EVEN number of roots within the interval (the sign returns to where it started, showing no NET change), or if the function is discontinuous (undefined) somewhere within the interval.
Tip — A sketch (or checking a few extra points within the interval) always strengthens a change-of-sign argument, especially over a wide interval where multiple roots could hide.
Think like an examiner
Common misconceptions
Change-of-sign method
Stretch yourself
Show that has a root between and , then narrow the interval to width 0.5.
Hint — Evaluate at and to confirm the sign change, then test the midpoint .
Questions students ask
Key takeaways
How this fits the course
Test yourself
Ready to lock in Locating Roots? Pick a mode and earn XP & Dobloons.