ArticleslgStudy

science

Numerical integration

Numerical integration is a science 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 Numerical integration rather than just read about it. In short: In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integration", especially as applied to one-dimensional integrals.

Numerical integration — main illustration
Numerical integration — illustration

Key takeaways

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

Reference excerpt

In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integration", especially as applied to one-dimensional integrals. Some authors refer to numerical integration over more than one dimension as cubature; others take "quadrature" to include higher-dimensional integration. The basic problem in numerical integration is to compute an approximate solution to a definite integral

∫ a b f ( x ) d x {\displaystyle \int _{a}^{b}f(x)\,dx}

to a given degree of accuracy. If f(x) is a smooth function integrated over a small number of dimensions, and the domain of integration is bounded, there are many methods for approximating the integral to the desired precision. Numerical integration has roots in the geometrical problem of finding a square with the same area as a given plane figure (quadrature or squaring), as in the quadrature of the circle. The term is also sometimes used to describe the numerical solution of differential equations.

Motivation and need There are several reasons for carrying out numerical integration, as opposed to analytical integration by finding the antiderivative:

The integrand f (x) may be known only at certain points, such as obtained by sampling. Some embedded systems and other computer applications may need numerical integration for this reason. A formula for the integrand may be known, but it may be difficult or impossible to find an antiderivative that is an elementary function. An example of such an integrand is f (x) = exp(−x2), the antiderivative of which (the error function, times a constant) cannot be written in elementary form (see also: Nonelementary integral). It may be possible to find an antiderivative symbolically, but it may be easier to compute a numerical approximation than to compute the antiderivative. That may be the case if the antiderivative is given as an infinite series or product, or if its evaluation requires a special function that is not available.

History

The term "numerical integration" first appears in 1915 in the publication A Course in Interpolation and Numeric Integration for the Mathematical Laboratory by David Gibb. "Quadrature" is a historical mathematical term that means calculating area. Quadrature problems have served as one of the main sources of mathematical analysis. Mathematicians of Ancient Greece, according to the Pythagorean doctrine, understood calculation of area as the process of constructing geometrically a square having the same area (squaring) — that is why the process was named "quadrature". Examples include quadrature of the circle, Lune of Hippocrates, and the treatise Quadrature of the Parabola. This construction must be performed only by means of compass and straightedge. The ancient Babylonians used the trapezoidal rule to integrate the motion of Jupiter along the ecliptic.

For a quadrature of a rectangle with the sides a and b it is necessary to construct a square with the side x = a b {\displaystyle x={\sqrt {ab}}} (the geometric mean of a and b). For this purpose it is possible to use the following fact: if we draw the circle with the sum of a and b as the diameter, then the height BH (from a point of their connection to crossing with a circle) equals their geometric mean. The similar geometrical construction solves a problem of a quadrature for a parallelogram and a triangle.

Problems of quadrature for curvilinear figures are much more difficult. The quadrature of the circle with compass and straightedge had been proved in the 19th century to be impossible. Nevertheless, for some figures (for example the lune of Hippocrates) a quadrature can be performed. The quadratures of a sphere surface and a parabola segment done by Archimedes became the highest achievement of the antique analysis.

The area of the surface of a sphere is equal to quadruple the area of a great circle of this sphere. The area of a segment of the parabola cut from it by a straight line is 4/3 the area of the triangle inscribed in this segment. To prove the results, Archimedes used the method of exhaustion of Eudoxus. In medieval Europe the quadrature meant calculation of area by any method. More often the method of indivisibles was used; it was less rigorous, but more simple and powerful. With its help Galileo Galilei and Gilles de Roberval found the area of a cycloid arch, Grégoire de Saint-Vincent investigated the area under a hyperbola (Opus Geometricum, 1647), and Alphonse Antonio de Sarasa, de Saint-Vincent's pupil and commentator, noted the relation of this area to logarithms. John Wallis algebrised this method: he wrote in his Arithmetica Infinitorum (1656) series that we now call the definite integral, and he calculated their values. Isaac Barrow and James Gregory made further progress: quadratures for some algebraic curves and spirals. Christiaan Huygens successfully performed a quadrature of some solids of revolution. The quadrature of the hyperbola by Saint-Vincent and de Sarasa provided a new function, the natural logarithm, of critical importance. With the invention of integral calculus came a universal method for area calculation. In response, the term "quadrature" has become traditional, and instead the modern phrase "computation of a univariate definite integral" is more common.

… excerpt ends here. Continue reading the full article.

Illustrations

Numerical integration: Numerical integration is used to calculate a numerical approximation for the value 
  
    
      
        S
      
    
    {\displaystyle S}
  
, the area under the curve defined by 
  
    
      
        f
        (
        x
        )
      
    
    {\displaystyle f(x)}
  
.
Numerical integration is used to calculate a numerical approximation for the value S {\displaystyle S} , the area under the curve defined by f ( x ) {\displaystyle f(x)} .
Numerical integration: Antique method of finding the geometric mean
Antique method of finding the geometric mean
Numerical integration: The area of a segment of a parabola
The area of a segment of a parabola
Numerical integration: Illustration of the rectangle rule.
Illustration of the rectangle rule.
Numerical integration: Illustration of the trapezoidal rule.
Illustration of the trapezoidal rule.

Worked examples

Example 1 — a first encounter with Numerical integration

Start with the simplest possible case. Write down what Numerical integration claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, 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 Numerical integration 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 Numerical integration 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 Numerical integration

In research
Numerical integration appears in science 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 Numerical integration 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
Numerical integration is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical analysis, Numerical integration, so understanding it makes those chapters shorter.
In everyday life
Look for Numerical integration 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 Numerical integration in 20 minutes

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

Frequently asked questions

What is Numerical integration in simple terms?

In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integration", especially as applied to one-dimensional integ…

Why does Numerical integration matter?

Because it connects several science 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 Numerical integration?

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 Numerical integration.

Tags

  • Numerical analysis
  • Numerical integration

Keep exploring