Skip to main content
Physics LibreTexts

2.14: Eigenvectors and Eigenvalues

  • Page ID
    8364
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In Sections 11-13, we have been considering some aspects of the moments of inertia of plane laminas, and we have discussed such matters as rotation of axes, and such concepts as product moments of inertia, principal axes, principal moments of inertia and the momental ellipse. We next need to develop the same concepts with respect to three-dimensional solid bodies. In doing so, we shall need to make use of the algebraic concepts of eigenvectors and eigenvalues. If you are already familiar with such matters, you may want to skip this section and move on to the next. If the ideas of eigenvalues and eigenvectors are new to you, or if you are a bit rusty with them, this section may be helpful. I do assume that the reader is at least familiar with the elementary rules of matrix multiplication.

    Example \(\PageIndex{1}\)

    Consider what happens when you multiply a vector, for example the vector \( \left(\begin{array}{c}0\\ 1\end{array}\right) \),

    by a square matrix, for example the matrix \( \left(\begin{array}{c}4 - 1 \\ 2 \quad 1\end{array}\right) \) we obtain:

    \( \left(\begin{array}{c}4 - 1 \\ 2 \quad 1\end{array}\right)\left(\begin{array}{c}0\\ 1\end{array}\right) = \left(\begin{array}{c}-1\\ 1\end{array}\right) \)

    The result of the operation is another vector that is in quite a different direction from the original one.

    However, now let us multiply the vector \( \left(\begin{array}{c}1\\ 1\end{array}\right) \) by the same matrix. The result is \( \left(\begin{array}{c}3\\ 3\end{array}\right) \). The result of the multiplication is merely to multiply the vector by 3 without changing its direction. The vector \( \left(\begin{array}{c}1\\ 1\end{array}\right) \) is a very special one, and it is called an eigenvector of the matrix, and the multiplier 3 is called the corresponding eigenvalue. "Eigen" is German for "own" in the sense of "my own book". There is one other eigenvector of the matrix; it is the vector \( \left(\begin{array}{c}1\\ 2\end{array}\right) \). Try it; you should that the corresponding eigenvalue is 2.

    In short, given a square matrix A, if you can find a vector a such that Aa = \( \lambda \) a, where \( \lambda \) is merely a scalar multiplier that does not change the direction of the vector a, then a is an eigenvector and \( \lambda \) is the corresponding eigenvalue.

    In the above, I told you what the two eigenvectors were, and you were able to verify that they were indeed eigenvectors and you were able to find their eigenvalues by straightforward arithmetic. But, what if I hadn't told you the eigenvectors? How would you find them?

    Let \( {\bf A } = \left(\begin{array}{c}A_{11} \quad A_{12}\\ A_{21} \quad A_{22}\end{array}\right) \) and let \( {\bf x } = \left(\begin{array}{c}x_{1}\\ x_{2}\end{array}\right)\) be an eigenvector with corresponding eigenvalue \( \lambda \). Then we must have

    \( \left(\begin{array}{c}A_{11} \quad A_{12}\\ A_{21} \quad A_{22}\end{array}\right)\left(\begin{array}{c}x_{1}\\ x_{2}\end{array}\right) = \left(\begin{array}{c}\lambda x_{1}\\ \lambda x_{2}\end{array}\right). \)

    That is,

    \( (A_{11} - \lambda)x_{1} + A_{12}x_{2} = 0 \)

    and

    \( A_{21} x_{1} + (A_{22}- \lambda )x_{2} = 0. \)

    These two equations are consistent only if the determinant of the coefficients is zero. That is,

    \( \begin{bmatrix}A_{11} - \lambda & A_{12} \\A_{21} & A_{22}-\lambda \end{bmatrix} \) = 0

    This equation is a quadratic equation in \( \lambda \), known as the characteristic equation, and its two roots, the characteristic or latent roots are the eigenvalues of the matrix. Once the eigenvalues are found the ratio of \( x_{1} \) to \( x_{2} \) is easily found, and hence the eigenvectors.

    Similarly, if A is a 3 × 3 matrix, the characteristic equation is

    \( \begin{bmatrix}A_{11} - \lambda & A_{12} & A_{13}\\A_{21} & A_{22} -\lambda & A_{23} \\A_{31} & A_{32} & A_{33}- \lambda \end{bmatrix} \) = 0

    This is a cubic equation in \( \lambda \), the three roots being the eigenvalues. For each eigenvalue, the ratio \( x_{1} : x_{2} : x_{3} \) can easily be found and hence the eigenvectors. The characteristic equation is a cubic equation, and is best solved numerically, not by algebraic formula. The cubic equation can be written in the form

    \( \lambda ^3 + a_{2} \lambda^2+ a_{1}\lambda + a_{0} = 0, \)

    and the solutions can be checked from the following results from the theory of equations:

    \( \lambda_{1} + \lambda_{2} + \lambda_{3} = -a_{2}, \)

    \( \lambda_{2}\lambda_{3} + \lambda_{3}\lambda_{1} + \lambda_{1}\lambda_{2} = a_{1}, \)

    \( \lambda_{1}\lambda_{2} \lambda_{3} = -a_{0}. \)


    This page titled 2.14: Eigenvectors and Eigenvalues is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Jeremy Tatum via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?