Mathematics I / Scientific Computing in Practice
Practice question · Numerical answer

A second-order scheme has an error of 0.08 on the current grid. Refining the grid by a factor of 2 changes the error to what value?

Hints
  1. Second order means the error goes like the square of the spacing.
  2. Halving the spacing divides the error by 4.
Show the answer

0.02 (answers within ±0.001 count)

Why

0.08 / 4 = 0.02. Observing exactly this factor of 4 in practice is how you confirm the scheme is genuinely second order, a convergence check that catches implementation bugs no unit test would find.

Read the lesson: Scientific Computing in Practice →

Practise Scientific Computing in Practice

The app has 5 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Scientific Computing in Practice