A Levels / Maths
Numerical Methods
Learn A-Level numerical methods including root finding, iteration, the Newton Raphson method, cobweb and staircase diagrams, numerical integration and the trapezium rule.
Numerical methods are used to obtain approximate solutions when equations or integrals cannot be solved conveniently by exact algebraic methods.
A root of an equation may be located by finding an interval in which changes sign, provided the function is sufficiently well-behaved on that interval.
If and have opposite signs, a root may lie between and , and repeatedly narrowing the interval can improve the approximation.
A change-of-sign method can fail when a root touches the x-axis without crossing it or when assumptions about the behaviour of the function are not satisfied.
Iteration maths uses a recurrence relation of the form to generate increasingly accurate approximations to a solution.
For a simple iterative method, a starting value is substituted into repeatedly to obtain until the values converge.
Cobweb and staircase diagrams provide graphical ways of showing how an iterative sequence approaches, moves away from or cycles around a fixed point.
An iterative method may fail if the sequence diverges, oscillates or approaches a value that is not the required solution.
The Newton Raphson method is an iterative root-finding technique that uses the tangent to a curve to generate successive approximations to a root.
The Newton Raphson formula is , where is the current approximation and is the next approximation.
A Newton Raphson equation is applied repeatedly from a suitable starting value until successive approximations agree to the required degree of accuracy.
The Newton Raphson technique can fail when the starting value is unsuitable, when is zero or very small, or when the iteration does not converge to the required root.
Numerical integration estimates the value of a definite integral and therefore gives an approximate area under a curve.
The trapezium rule approximates the area under a curve by dividing the interval into trapezia and adding their areas; the trapezium rule formula is for equal-width intervals.
Numerical methods, including root finding, iteration, the Newton Raphson method and the trapezium rule, can be applied to contextual problems, and the accuracy and limitations of each approximation should be considered.