38 total
By the end of this topic, you should be able to:
Locate approximately a root of an equation using graphical methods and/or by searching for a sign change (for example, finding a pair of consecutive integers between which a root lies)
Understand the idea of, and use the notation for, a sequence of approximations which converges to a root of an equation
Understand how a given simple iterative formula of the form x_{n+1} = F(x_n) relates to the equation being solved, and use a given iteration (or an iteration based on a given rearrangement of an equation) to determine a root to a prescribed degree of accuracy. You should also understand that an iteration may fail to converge.
A root of an equation is a value of x that makes the equation true (equal to zero).
For example, if we have the equation x² - 5x + 6 = 0, the roots are x = 2 and x = 3, because:
Some equations are easy to solve exactly (like the one above). But many equations are much harder or even impossible to solve exactly. For these, we use numerical methods to find approximate roots (roots that are very close to the true value).
There are two main ways to locate where a root is:
We can sketch the graph of a function and see where it crosses the x-axis. Each point where the graph crosses or touches the x-axis is a root.
Example: Consider the equation x³ - x - 1 = 0
We can think of this as the function f(x) = x³ - x - 1
By sketching the curve y = x³ - x - 1, we can see roughly where it crosses the x-axis. The x-coordinate of this crossing point is the root.
From a sketch, we might observe that the curve crosses the x-axis somewhere between x = 1 and x = 2.
This is a very powerful method. The key idea is:
If a continuous function changes sign between two values, then there must be a root between those values.
In other words:
Why does this work? Imagine you're walking along the graph of a function. If you start below the x-axis (negative y-value) and end up above the x-axis (positive y-value), you must have crossed the x-axis at some point. That crossing point is a root!
Example: Find a pair of consecutive integers between which a root of x³ - x - 1 = 0 lies.
Let f(x) = x³ - x - 1
Test integer values:
There is a sign change between x = 1 and x = 2 (from -1 to +5), so there must be a root between 1 and 2.
Step-by-step process:
Sign in to view full notes