ArticleslgStudy

mathematics

Rayleigh quotient iteration

Rayleigh quotient iteration 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 Rayleigh quotient iteration rather than just read about it. In short: Rayleigh quotient iteration is an eigenvalue algorithm which extends the idea of the inverse iteration by using the Rayleigh quotient to obtain increasingly accurate eigenvalue estimates. Rayleigh quotient iteration is an iterative method, that is, it delivers a sequence of approximate solutions that converges to a true solution in the limit.

Key takeaways

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

Reference excerpt

Rayleigh quotient iteration is an eigenvalue algorithm which extends the idea of the inverse iteration by using the Rayleigh quotient to obtain increasingly accurate eigenvalue estimates. Rayleigh quotient iteration is an iterative method, that is, it delivers a sequence of approximate solutions that converges to a true solution in the limit. Very rapid convergence is guaranteed and no more than a few iterations are needed in practice to obtain a reasonable approximation. The Rayleigh quotient iteration algorithm converges cubically for Hermitian or symmetric matrices, given an initial vector that is sufficiently close to an eigenvector of the matrix that is being analyzed.

Algorithm The algorithm is very similar to inverse iteration, but replaces the estimated eigenvalue at the end of each iteration with the Rayleigh quotient. Begin by choosing some value μ 0 {\displaystyle \mu _{0}} as an initial eigenvalue guess for the Hermitian matrix A {\displaystyle A} . An initial vector b 0 {\displaystyle b_{0}} must also be supplied as initial eigenvector guess. Calculate the next approximation of the eigenvector b i + 1 {\displaystyle b_{i+1}} by

b i + 1 = ( A − μ i I ) − 1 b i ‖ ( A − μ i I ) − 1 b i ‖ , {\displaystyle b_{i+1}={\frac {(A-\mu _{i}I)^{-1}b_{i}}{\|(A-\mu _{i}I)^{-1}b_{i}\|}},}

where I {\displaystyle I} is the identity matrix, and set the next approximation of the eigenvalue to the Rayleigh quotient of the current iteration equal to

μ i + 1 = b i + 1 ∗ A b i + 1 b i + 1 ∗ b i + 1 . {\displaystyle \mu _{i+1}={\frac {b_{i+1}^{*}Ab_{i+1}}{b_{i+1}^{*}b_{i+1}}}.}

To compute more than one eigenvalue, the algorithm can be combined with a deflation technique. Note that for very small problems it is beneficial to replace the matrix inverse with the adjugate, which will yield the same iteration because it is equal to the inverse up to an irrelevant scale (the inverse of the determinant, specifically). The adjugate is easier to compute explicitly than the inverse (though the inverse is easier to apply to a vector for problems that aren't small), and is more numerically sound because it remains well defined as the eigenvalue converges.

Example Consider the matrix

A = [ 1 2 3 1 2 1 3 2 1 ] {\displaystyle A=\left[{\begin{matrix}1&2&3\\1&2&1\\3&2&1\\\end{matrix}}\right]}

for which the exact eigenvalues are λ 1 = 3 + 5 {\displaystyle \lambda _{1}=3+{\sqrt {5}}} , λ 2 = 3 − 5 {\displaystyle \lambda _{2}=3-{\sqrt {5}}} and λ 3 = − 2 {\displaystyle \lambda _{3}=-2} , with corresponding eigenvectors

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Rayleigh quotient iteration

Start with the simplest possible case. Write down what Rayleigh quotient iteration 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 Rayleigh quotient iteration 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 Rayleigh quotient iteration 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 Rayleigh quotient iteration

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

Affiliate

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

How to study Rayleigh quotient iteration in 20 minutes

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

Frequently asked questions

What is Rayleigh quotient iteration in simple terms?

Rayleigh quotient iteration is an eigenvalue algorithm which extends the idea of the inverse iteration by using the Rayleigh quotient to obtain increasingly accurate eigenvalue estimates. Rayleigh quotient iteration is an iterative method, that is, it delivers a sequence of approximate solutions th…

Why does Rayleigh quotient iteration 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 Rayleigh quotient iteration?

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 Rayleigh quotient iteration.

Tags

  • Numerical linear algebra

Keep exploring