Let . Use endpoint values to establish that brackets a zero of .
Numerical methods
Notes and three levels of exam-style practice for each registered specification leaf in this section.
Open the printable packLocate roots of f(x) = 0 by considering changes of sign of f(x) in an interval on which f(x) is sufficiently well behaved; understand how change of sign methods can fail.
- If a continuous function has values of opposite sign at the endpoints of an interval, the intermediate value theorem guarantees at least one root inside that interval.
- Evaluate and accurately, record their signs, and conclude that a root lies in only after checking that is continuous there.
- For example, and for a continuous , so the graph must cross the -axis at least once between and .
- A sign change across a discontinuity need not contain a root, while a repeated root can touch the axis without changing sign; a common error is to treat the sign test as an equivalence.
Tier 1 · Easy
Tier 2 · Standard
For , show that there is exactly one root in .
Tier 3 · Hard
Two sign tests are proposed. For , the values and have opposite signs. For , the values and have the same sign. Explain why neither test gives the correct conclusion about roots in the stated intervals.
Solve equations approximately using simple iterative methods; be able to draw associated cobweb and staircase diagrams.
- A fixed-point iteration rewrites an equation as and generates approximations using from a chosen starting value.
- Calculate successive values without premature rounding; on a graph of and , move vertically to and horizontally to to display each iteration.
- Near a fixed point , iterations usually converge when : a positive gradient gives a staircase pattern and a negative gradient gives a cobweb pattern.
- Different rearrangements of the same equation can converge at different rates or diverge; a common error is to assume that obtaining automatically produces a useful recurrence.
Tier 1 · Easy
The recurrence is used with . Find and .
Tier 2 · Standard
Use with to calculate , and to decimal places. State the equation satisfied by any limiting value.
Tier 3 · Hard
For with , find to . Determine the limiting value and state whether the graphical construction is a cobweb or a staircase, giving a reason.
Solve equations using the Newton-Raphson method and other recurrence relations of the form xₙ₊₁ = g(xₙ); understand how such methods can fail.
- Newton-Raphson replaces the curve locally by its tangent, giving for a root of .
- Differentiate first, substitute the current approximation into both and , and retain extra calculator digits until the requested final accuracy.
- For instance, applying Newton-Raphson to gives .
- The method can fail when , when a tangent sends the next value away from the desired root, or when the values enter a cycle; a common error is to continue without checking the iterates.
Tier 1 · Easy
Use one Newton-Raphson step on starting from . Find .
Tier 2 · Standard
Derive a Newton-Raphson recurrence for . Starting with , find and to decimal places.
Tier 3 · Hard
Newton-Raphson is applied to with . Calculate , and , then explain why the method fails from this starting value.
Understand and use numerical integration of functions, including the use of the trapezium rule and estimating the approximate area under a curve and limits that it must lie between.
- The trapezium rule approximates an integral by replacing the curve over each strip with a straight chord and adding the resulting trapezium areas.
- For ordinates at equal spacing , use and include each interior ordinate twice.
- A convex curve with lies below its chords, so the trapezium rule overestimates its integral; more, narrower strips usually improve the estimate.
- Numerical area is not automatically the signed integral: a common error is to leave contributions below the -axis negative when the question asks for total area.
Tier 1 · Easy
The values of a function are at respectively. Use two strips and the trapezium rule to estimate .
Tier 2 · Standard
Use four equal strips and the trapezium rule to estimate . State whether the estimate is an overestimate or an underestimate, with a reason.
Tier 3 · Hard
For on , use four equal strips to find a trapezium-rule estimate. By using left- and right-endpoint rectangles, also give lower and upper bounds for . Give decimals to decimal places.
Use numerical methods to solve problems in context.
- A contextual numerical model translates a physical condition, such as a target value or accumulated quantity, into a root, recurrence or numerical integral.
- Define the function and units before applying the method, choose an interval or starting value that is meaningful in the context, and state the requested accuracy.
- For a threshold , solve numerically; for a varying rate , approximate the accumulated change with .
- A calculator value is not a complete contextual answer: a common error is to omit units, ignore the model's domain or round in a way that makes a safety decision invalid.
Tier 1 · Easy
A greenhouse temperature is modelled by degrees Celsius, where is hours after noon. Show that the temperature returns to at a time between and hours after noon.
Tier 2 · Standard
A culture is modelled by , where is in hours. Use Newton-Raphson on with to find and . Hence estimate when the culture reaches cells.
Tier 3 · Hard
Water enters a tank at rates litres per minute at times minutes. The tank initially contains litres and has capacity litres. Use the trapezium rule to estimate whether the tank overflows during the minutes, and estimate any excess at the end.