ArticleslgStudy

mathematics

Numerov's method

Numerov's method is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Numerov's method rather than just read about it. In short: Numerov's method (also called Cowell's method) is a numerical method to solve ordinary differential equations of second order in which the first-order term does not appear. It is a fourth-order linear multistep method.

Key takeaways

  • Numerov's method belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Numerov's method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Numerov's method from memory before moving on to harder problems.

Reference excerpt

Numerov's method (also called Cowell's method) is a numerical method to solve ordinary differential equations of second order in which the first-order term does not appear. It is a fourth-order linear multistep method. The method is implicit, but can be made explicit if the differential equation is linear. Numerov's method was developed by the Russian astronomer Boris Vasil'evich Numerov.

The method The Numerov method can be used to solve differential equations of the form

d 2 y d x 2 = − g ( x ) y ( x ) + s ( x ) . {\displaystyle {\frac {d^{2}y}{dx^{2}}}=-g(x)y(x)+s(x).}

In it, three values of y n − 1 , y n , y n + 1 {\displaystyle y_{n-1},y_{n},y_{n+1}} taken at three equidistant points x n − 1 , x n , x n + 1 {\displaystyle x_{n-1},x_{n},x_{n+1}} are related as follows:

y n + 1 ( 1 + h 2 12 g n + 1 ) = 2 y n ( 1 − 5 h 2 12 g n ) − y n − 1 ( 1 + h 2 12 g n − 1 ) + h 2 12 ( s n + 1 + 10 s n + s n − 1 ) + O ( h 6 ) , {\displaystyle y_{n+1}\left(1+{\frac {h^{2}}{12}}g_{n+1}\right)=2y_{n}\left(1-{\frac {5h^{2}}{12}}g_{n}\right)-y_{n-1}\left(1+{\frac {h^{2}}{12}}g_{n-1}\right)+{\frac {h^{2}}{12}}(s_{n+1}+10s_{n}+s_{n-1})+{\mathcal {O}}(h^{6}),}

where y n = y ( x n ) {\displaystyle y_{n}=y(x_{n})} , g n = g ( x n ) {\displaystyle g_{n}=g(x_{n})} , s n = s ( x n ) {\displaystyle s_{n}=s(x_{n})} , and h = x n + 1 − x n {\displaystyle h=x_{n+1}-x_{n}} .

Nonlinear equations For nonlinear equations of the form

d 2 y d x 2 = f ( x , y ) , {\displaystyle {\frac {d^{2}y}{dx^{2}}}=f(x,y),}

the method gives

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Numerov's method

Start with the simplest possible case. Write down what Numerov's method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Numerov's method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Numerov's method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Numerov's method

In research
Numerov's method appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Numerov's method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Numerov's method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Numerov's method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Numerov's method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Numerov's method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Numerov's method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Numerov's method in simple terms?

Numerov's method (also called Cowell's method) is a numerical method to solve ordinary differential equations of second order in which the first-order term does not appear. It is a fourth-order linear multistep method.

Why does Numerov's method matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Numerov's method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Numerov's method.

Tags

  • Numerical differential equations

Keep exploring