ArticleslgStudy

mathematics

Power iteration

Power 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 Power iteration rather than just read about it. In short: In mathematics, power iteration (also known as the power method) is an eigenvalue algorithm: given a diagonalizable matrix A {\displaystyle A} , the algorithm will produce a number λ {\displaystyle \lambda } , which is the greatest (in absolute value) eigenvalue of A {\displaystyle A} , and a nonzero vector v {\displaystyle v} , which is a corresponding eigenvector of λ {\displaystyle \lambda } , that is, A v = λ v…

Power iteration — main illustration
Power iteration — illustration

Key takeaways

  • Power 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 Power iteration to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Power iteration from memory before moving on to harder problems.

Reference excerpt

In mathematics, power iteration (also known as the power method) is an eigenvalue algorithm: given a diagonalizable matrix A {\displaystyle A} , the algorithm will produce a number λ {\displaystyle \lambda } , which is the greatest (in absolute value) eigenvalue of A {\displaystyle A} , and a nonzero vector v {\displaystyle v} , which is a corresponding eigenvector of λ {\displaystyle \lambda } , that is, A v = λ v {\displaystyle Av=\lambda v} . The algorithm is also known as the Von Mises iteration. Power iteration is a very simple algorithm, but it may converge slowly. The most time-consuming operation of the algorithm is the multiplication of matrix A {\displaystyle A} by a vector, so it is effective for a very large sparse matrix with appropriate implementation. The speed of convergence is like ( λ 2 / λ 1 ) k {\displaystyle (\lambda _{2}/\lambda _{1})^{k}} where k {\displaystyle k} is the number of iterations, and λ 1 {\displaystyle \lambda _{1}} and λ 2 {\displaystyle \lambda _{2}} are, respectively, the eigenvalue of largest absolute value and an eigenvalue of second-largest absolute value (see a later section). In other words, convergence is exponential with base being the spectral gap.

The method

The power iteration algorithm starts with a vector b 0 {\displaystyle b_{0}} , which may be an approximation to the dominant eigenvector or a random vector. The method is described by the recurrence relation

b k + 1 = A b k ‖ A b k ‖ {\displaystyle b_{k+1}={\frac {Ab_{k}}{\lVert Ab_{k}\rVert }}}

So, at every iteration, the vector b k {\displaystyle b_{k}} is multiplied by the matrix A {\displaystyle A} and normalized. If we assume A {\displaystyle A} has an eigenvalue that is strictly greater in magnitude than its other eigenvalues, i.e.,

| λ 1 | > | λ 2 | ≥ … ≥ | λ n | ≥ 0 {\displaystyle \left\vert \lambda _{1}\right\vert >\left\vert \lambda _{2}\right\vert \geq \ldots \geq \left\vert \lambda _{n}\right\vert \geq 0}

and the starting vector b 0 {\displaystyle b_{0}} has a nonzero component in the direction of an eigenvector associated with the dominant eigenvalue, then a subsequence ( b k ) {\displaystyle \left(b_{k}\right)} converges to an eigenvector associated with the dominant eigenvalue. Without the two assumptions above, the sequence ( b k ) {\displaystyle \left(b_{k}\right)} does not necessarily converge. In this sequence,

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Power iteration

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

In research
Power 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 Power 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
Power 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 Power 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 “Power iteration” →

Affiliate

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

How to study Power iteration in 20 minutes

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

Frequently asked questions

What is Power iteration in simple terms?

In mathematics, power iteration (also known as the power method) is an eigenvalue algorithm: given a diagonalizable matrix A {\displaystyle A} , the algorithm will produce a number λ {\displaystyle \lambda } , which is the greatest (in absolute value) eigenvalue of A {\displaystyle A} , and a nonze…

Why does Power 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 Power 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 Power iteration.

Tags

  • Numerical linear algebra

Keep exploring