ArticleslgStudy

mathematics

Runge's phenomenon

Runge's phenomenon 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 Runge's phenomenon rather than just read about it. In short: In the mathematical field of numerical analysis, Runge's phenomenon (German: [ˈʁʊŋə]) is a problem of oscillation at the edges of an interval that occurs when using polynomial interpolation with polynomials of high degree over a set of equispaced interpolation points. It was discovered by Carl Runge when exploring the behavior of errors when using polynomial interpolation to approximate certain functions.

Runge's phenomenon — main illustration
Runge's phenomenon — illustration

Key takeaways

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

Reference excerpt

In the mathematical field of numerical analysis, Runge's phenomenon (German: [ˈʁʊŋə]) is a problem of oscillation at the edges of an interval that occurs when using polynomial interpolation with polynomials of high degree over a set of equispaced interpolation points. It was discovered by Carl Runge when exploring the behavior of errors when using polynomial interpolation to approximate certain functions. The discovery shows that going to higher degrees does not always improve accuracy. The phenomenon is similar to the Gibbs phenomenon in Fourier series approximations. The Weierstrass approximation theorem states that for every continuous function f ( x ) {\displaystyle f(x)} defined on an interval [ a , b ] {\displaystyle [a,b]} , there exists a set of polynomial functions P n ( x ) {\displaystyle P_{n}(x)} for n = 0 , 1 , 2 , … {\displaystyle n=0,1,2,\ldots } , each of degree at most n {\displaystyle n} , that approximates f ( x ) {\displaystyle f(x)} with uniform convergence over [ a , b ] {\displaystyle [a,b]} as n {\displaystyle n} tends to infinity. This can be expressed as

lim n → ∞ ( sup a ≤ x ≤ b | f ( x ) − P n ( x ) | ) = 0. {\displaystyle \lim _{n\rightarrow \infty }{\Big (}\sup _{a\leq x\leq b}\left|f(x)-P_{n}(x)\right|{\Big )}=0.}

Consider the case where one desires to interpolate through n + 1 {\displaystyle n+1} equispaced points of a function f ( x ) {\displaystyle f(x)} using the n {\displaystyle n} -degree polynomial P n ( x ) {\displaystyle P_{n}(x)} that passes through those points. Naturally, one might expect from Weierstrass' theorem that using more points would lead to a more accurate reconstruction of f ( x ) {\displaystyle f(x)} . However, this particular set of polynomial functions P n ( x ) {\displaystyle P_{n}(x)} is not guaranteed to have the property of uniform convergence; the theorem only states that a set of polynomial functions exists, without providing a general method of finding one. The P n ( x ) {\displaystyle P_{n}(x)} produced in this manner may in fact diverge away from f ( x ) {\displaystyle f(x)} as n {\displaystyle n} increases; this typically occurs in an oscillating pattern that magnifies near the ends of the interpolation points. The discovery of this phenomenon is attributed to Runge.

Problem Consider the Runge function

f ( x ) = 1 1 + 25 x 2 {\displaystyle f(x)={\frac {1}{1+25x^{2}}}\,}

(a scaled version of the Witch of Agnesi). Runge found that if this function is interpolated at equidistant points x 0 , … , x n {\displaystyle x_{0},\dots ,x_{n}} between − 1 {\displaystyle -1} and 1 {\displaystyle 1} such that

x i = 2 i n − 1 {\displaystyle x_{i}={\frac {2i}{n}}-1}

with a polynomial P n ( x ) {\displaystyle P_{n}(x)} of degree less than or equal to n {\displaystyle n} , the resulting interpolation oscillates toward the end of the interval, i.e. close to − 1 {\displaystyle -1} and 1 {\displaystyle 1} . It can even be proven that the interpolation error increases (without bound) when the degree of the polynomial is increased:

… excerpt ends here. Continue reading the full article.

Illustrations

Runge's phenomenon: Demonstration of the Runge phenomenon in which the oscillations near the interval's boundaries increase with higher order polynomial interpolations
.mw-parser-output .legend{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .legend-color{display:inline-block;min-width:1.25em;height:1.25em;line-height:1.25;margin:1px 0;text-align:center;border:1px solid black;background-color:transparent;color:black}.mw-parser-output .legend-text{}  The function 
  
    
      
        
          
            1
            
              1
              +
              25
              
                x
                
                  2
                
              
            
          
        
        
      
    
    {\textstyle {\frac {1}{1+25x^{2}}}\,}
  
  A fifth order polynomial interpolation (exact replication of the red curve at 6 points)  A ninth order polynomial interpolation (exact replication of the red curve at 10 points)
Demonstration of the Runge phenomenon in which the oscillations near the interval's boundaries increase with higher order polynomial interpolations .mw-parser-output .legend{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .legend-color{display:inline-block;min-width:1.25em;height:1.25em;line-height:1.25;margin:1px 0;text-align:center;border:1px solid black;background-color:transparent;color:black}.mw-parser-output .legend-text{}  The function 1 1 + 25 x 2 {\textstyle {\frac {1}{1+25x^{2}}}\,}   A fifth order polynomial interpolation (exact replication of the red curve at 6 points)  A ninth order polynomial interpolation (exact replication of the red curve at 10 points)

Worked examples

Example 1 — a first encounter with Runge's phenomenon

Start with the simplest possible case. Write down what Runge's phenomenon 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 Runge's phenomenon 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 Runge's phenomenon 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 Runge's phenomenon

In research
Runge's phenomenon 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 Runge's phenomenon 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
Runge's phenomenon is common in secondary-school and first-year university syllabi. It links to neighbouring topics Interpolation, Numerical artifacts, Theory of continuous functions, so understanding it makes those chapters shorter.
In everyday life
Look for Runge's phenomenon 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.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Runge's phenomenon” →

Affiliate

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

How to study Runge's phenomenon in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Runge's phenomenon 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 Runge's phenomenon out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Runge's phenomenon in simple terms?

In the mathematical field of numerical analysis, Runge's phenomenon (German: [ˈʁʊŋə]) is a problem of oscillation at the edges of an interval that occurs when using polynomial interpolation with polynomials of high degree over a set of equispaced interpolation points. It was discovered by Carl Rung…

Why does Runge's phenomenon 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 Runge's phenomenon?

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 Runge's phenomenon.

Tags

  • Interpolation
  • Numerical artifacts
  • Theory of continuous functions

Keep exploring