ArticleslgStudy

science

Lebedev quadrature

Lebedev quadrature 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 Lebedev quadrature rather than just read about it. In short: In numerical analysis, Lebedev quadrature, named after Vyacheslav Ivanovich Lebedev, is an approximation to the surface integral of a function over a three-dimensional sphere. The grid is constructed so to have octahedral rotation and inversion symmetry.

Key takeaways

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

Reference excerpt

In numerical analysis, Lebedev quadrature, named after Vyacheslav Ivanovich Lebedev, is an approximation to the surface integral of a function over a three-dimensional sphere. The grid is constructed so to have octahedral rotation and inversion symmetry. The number and location of the grid points together with a corresponding set of integration weights are determined by enforcing the exact integration of polynomials (or equivalently, spherical harmonics) up to a given order, leading to a sequence of increasingly dense grids analogous to the one-dimensional Gauss–Legendre scheme. The Lebedev grid is often employed in the numerical evaluation of volume integrals in the spherical coordinate system, where it is combined with a one-dimensional integration scheme for the radial coordinate. Applications of the grid are found in fields such as computational chemistry and neutron transport.

Angular integrals The surface integral of a function over the unit sphere,

I [ f ] = ∫ d Ω f ( Ω ) = ∫ 0 π sin ⁡ ( θ ) d θ ∫ 0 2 π d φ f ( θ , φ ) , {\displaystyle I[f]=\int \mathrm {d} \Omega \,f(\Omega )=\int _{0}^{\pi }\sin(\theta )\,\mathrm {d} \theta \int _{0}^{2\pi }\mathrm {d} \varphi \,f(\theta ,\varphi ),}

is approximated in the Lebedev scheme as

I ~ [ f ] = 4 π ∑ i = 1 N w i f ( θ i , φ i ) , {\displaystyle {\tilde {I}}[f]=4\pi \sum _{i=1}^{N}w_{i}f(\theta _{i},\varphi _{i}),}

where the particular grid points and grid weights are to be determined. The use of a single sum, rather than two one-dimensional schemes from discretizing the θ and φ integrals individually, leads to more efficient procedure: fewer total grid points are required to obtain similar accuracy. A competing factor is the computational speedup available when using the direct product of two one-dimensional grids. Despite this, the Lebedev grid still outperforms product grids. However, the use of two one-dimensional integration better allows for fine tuning of the grids and simplifies the use of any symmetry of the integrand to remove symmetry-equivalent grid points.

Construction

The Lebedev grid points are constructed so as to lie on the surface of the three-dimensional unit sphere and to be invariant under the octahedral rotation group with inversion. For any point on the sphere, there are either five, seven, eleven, twenty-three, or forty-seven equivalent points with respect to the octahedral group, all of which are included in the grid. Further, all points equivalent under the rotational and inversion group share the same weights. The smallest such set of points is constructed from all six permutations of (±1, 0, 0) (collectively denoted as a1), leading to an integration scheme

I ~ 6 [ f ] = A 1 ∑ i = 1 6 f ( a i 1 ) , {\displaystyle {\tilde {I}}_{6}[f]=A_{1}\sum _{i=1}^{6}f(a_{i}^{1}),}

where the grid weight is A1. Geometrically these points correspond to the vertices of a regular octahedron when aligned with the Cartesian axes. Two more sets of points, corresponding to the centers and vertices of the octahedron, are all eight uncorrelated permutations of 1 / 3 ( ± 1 , ± 1 , ± 1 ) {\displaystyle 1/{\sqrt {3}}(\pm 1,\pm 1,\pm 1)} (denoted as a3), and all twelve permutations of 1 / 2 ( ± 1 , ± 1 , 0 ) {\displaystyle 1/{\sqrt {2}}(\pm 1,\pm 1,0)} (denoted as a2). This selection of grid points gives rise to the scheme

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Lebedev quadrature

Start with the simplest possible case. Write down what Lebedev quadrature 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 Lebedev quadrature 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 Lebedev quadrature 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 Lebedev quadrature

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

Affiliate

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

How to study Lebedev quadrature in 20 minutes

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

Frequently asked questions

What is Lebedev quadrature in simple terms?

In numerical analysis, Lebedev quadrature, named after Vyacheslav Ivanovich Lebedev, is an approximation to the surface integral of a function over a three-dimensional sphere. The grid is constructed so to have octahedral rotation and inversion symmetry.

Why does Lebedev quadrature 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 Lebedev quadrature?

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 Lebedev quadrature.

Tags

  • Numerical integration

Keep exploring