Skip to content
Applications and Limitations of Numerical Methods
Mathematics · Year 13 · Numerical Methods · Summer Term

Applications and Limitations of Numerical Methods

Apply numerical methods to solve problems in various contexts and understand their limitations, including issues of accuracy, convergence, and computational efficiency.

TL;DR:This topic uncovers the powerful algorithms that drive modern computation, showing students how to solve problems that are impossible to tackle with traditional analytical methods.

National Curriculum Attainment TargetsDfE Subject Content for Mathematics: I5 - Use numerical methods to solve problems in context.

About This Topic

This topic delves into the practical application of numerical methods, a cornerstone of applied mathematics and computational science, situated within the A-Level Further Mathematics curriculum. While students have spent years learning analytical techniques to find exact solutions, this unit addresses the reality that most real-world problems do not yield to such methods. The focus is on understanding and applying iterative processes to find approximate solutions to problems such as root finding (e.g., Newton-Raphson, bisection method) and numerical integration (e.g., trapezium rule). A critical component of this topic is not just the 'how' but the 'why' and 'when'.

Students will explore the underlying principles of these algorithms, often visualising them graphically to build a strong conceptual foundation. The curriculum requires a shift in mindset from seeking a single 'correct' answer to appreciating the nature of approximation. This involves analysing the limitations inherent in each method, such as the rate of convergence, the conditions under which a method might fail (diverge), and the trade-off between the desired accuracy and the computational effort required. This provides a vital link between pure mathematics and its application in fields like engineering, physics, and finance, preparing students for university-level study and demonstrating the power of algorithmic problem-solving.

Key Questions

  1. Analyse a real-world problem that requires a numerical method for its solution.
  2. Compare the suitability of different numerical methods for solving a given problem.
  3. Evaluate the limitations of the numerical methods studied in this unit and discuss when an analytical solution would be preferable.

Learning Objectives

  • Apply iterative methods to find approximate roots of equations.
  • Use numerical methods to find approximate values for definite integrals.
  • Analyse the limitations of numerical methods, including conditions for convergence and divergence.
  • Evaluate the accuracy of an approximation and understand how it can be improved.
  • Compare the suitability of different numerical methods for solving a given problem.

Key Vocabulary

IterationThe process of repeating a sequence of operations in order to get successively closer to a desired result.
ConvergenceThe property of an iterative method whereby the sequence of approximations approaches the true solution as the number of iterations increases.
DivergenceThe property of an iterative method whereby the sequence of approximations moves away from the true solution as the number of iterations increases.
Error boundA value that provides an upper limit on the absolute difference between the numerical approximation and the exact value.
Trapezium RuleA numerical method for approximating a definite integral by dividing the area under the curve into a series of trapezia.
Newton-Raphson methodAn iterative root-finding algorithm that uses the tangent at the current approximation to calculate the next, typically providing fast convergence.

Watch Out for These Misconceptions

Common MisconceptionNumerical methods provide the exact answer, just in a different way.

What to Teach Instead

Numerical methods provide approximations, not exact solutions. The accuracy of the approximation depends on the method used, the number of steps or iterations, and the nature of the function itself.

Common MisconceptionMore iterations always lead to a more accurate answer.

What to Teach Instead

While often true for converging processes, it is not a guarantee. For some functions or poor starting values, a method may diverge, with successive iterations moving further from the true root. Furthermore, computational rounding errors can accumulate and limit the achievable accuracy.

Common MisconceptionThe Newton-Raphson method is always the best because it converges the fastest.

What to Teach Instead

The Newton-Raphson method can converge very quickly, but it is not always the best choice. It requires the derivative of the function, and it can fail to find a root if the initial guess is poor or if the derivative is close to zero near the root.

Active Learning Ideas

See all activities

Real-World Connections

  • Weather forecasting, which relies on solving complex systems of differential equations numerically to model the atmosphere.
  • Engineering design, where methods like the Finite Element Method are used to simulate stresses in structures like bridges and aircraft wings.
  • Financial modelling, used to price complex derivatives or assess risk by solving equations that have no analytical solution.
  • Computer graphics and game development, where numerical integration is used to calculate lighting, shadows, and physics simulations in real time.
  • Medical imaging, where algorithms reconstruct a 3D image from 2D scans (like in a CT scanner) using numerical techniques.

Assessment Ideas

Quick Check

Ask students to sketch a graph and, for a given starting value, draw the first two iterations of the Newton-Raphson method to demonstrate their geometric understanding.

Quick Check

A multi-part exam question requiring students to first show a root exists in an interval, then apply a specified numerical method for a number of iterations, and finally comment on the accuracy or limitations of their result.

Quick Check

Students use a spreadsheet or graphing software to implement an iterative method, allowing them to check their manual calculations and explore how changing the initial value affects the outcome.

Frequently Asked Questions

Why do we need to learn these methods when computers can solve equations for us?
The computers and calculators that solve these equations are actually running algorithms based on the very numerical methods you are learning. Understanding them allows you to know how these tools work, what their limitations are, and how to solve problems when a standard 'solve' function is not available or appropriate.
How do I choose which numerical method to use for a problem?
The choice depends on the problem's characteristics. Consider if the function's derivative is easy to calculate (for Newton-Raphson), if you need a guaranteed result (bisection method is slow but reliable), and the required accuracy versus the time you have.
What is the difference between an analytical and a numerical solution?
An analytical solution is an exact expression or formula for the answer, derived using algebraic manipulation and standard mathematical techniques. A numerical solution is an approximation, found by applying an algorithm that generates a sequence of numbers that get closer to the true value.

Planning templates for Mathematics

Edited by Adriana Perusin, Editor-in-Chief, Flip Education