Chapter 8: Problem 6
Find an cigenbasis (a basis of eigenvectors) and diagonalize. (Show the details.) $$\left[\begin{array}{rr}2 & 7 \\\6 & -9\end{array}\right]$$
Short Answer
Expert verified
Eigenbasis: \([\begin{bmatrix} 7 \\ 3 \end{bmatrix}, \begin{bmatrix} -1 \\ 2 \end{bmatrix}]\); Diagonal matrix: \(\begin{bmatrix} 5 & 0 \\ 0 & -12 \end{bmatrix}\)
Step by step solution
01
Find the Eigenvalues
To find the eigenvalues, we use the characteristic equation |A - \( \lambda I \)| = 0. Given matrix \( A = \begin{bmatrix} 2 & 7 \ 6 & -9 \end{bmatrix} \), we subtract \( \lambda \) from the diagonal elements, resulting in \( \begin{bmatrix} 2-\lambda & 7 \ 6 & -9-\lambda \end{bmatrix} \). The determinant is \((2-\lambda)(-9-\lambda) - 42 = \lambda^2 + 7\lambda - 60\). Setting this polynomial equation to zero gives us the eigenvalues.
02
Solve Characteristic Equation
Solve the equation \( \lambda^2 + 7\lambda - 60 = 0 \) using the quadratic formula: \( \lambda = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \(a = 1\), \(b = 7\), \(c = -60\). Calculating the discriminant gives \( b^2 - 4ac = 49 + 240 = 289 \), so \( \lambda = \frac{-7 \pm 17}{2} \). Thus, the eigenvalues are \( \lambda_1 = 5 \) and \( \lambda_2 = -12 \).
03
Find Eigenvectors for \( \lambda_1 = 5 \)
Substitute \( \lambda_1 = 5 \) into \( A - \lambda I \) to find the corresponding eigenvectors: \( \begin{bmatrix} -3 & 7 \ 6 & -14 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix} = \begin{bmatrix} 0 \ 0 \end{bmatrix} \). Solving \(-3x + 7y = 0\), we get \(x = \frac{7}{3}y\), thus an eigenvector is \( \begin{bmatrix} 7 \ 3 \end{bmatrix} \) after simplifying.
04
Find Eigenvectors for \( \lambda_2 = -12 \)
Substitute \( \lambda_2 = -12 \) into \( A - \lambda I \) to find the corresponding eigenvectors: \( \begin{bmatrix} 14 & 7 \ 6 & 3 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix} = \begin{bmatrix} 0 \ 0 \end{bmatrix} \). Solving \(14x + 7y = 0\), we get \(x = -\frac{1}{2}y\), and an eigenvector is \( \begin{bmatrix} -1 \ 2 \end{bmatrix} \) after simplifying.
05
Form the Diagonal Matrix and Transformation Matrix
The diagonal matrix \( D \) is formed using the eigenvalues: \( D = \begin{bmatrix} 5 & 0 \ 0 & -12 \end{bmatrix} \). The transformation matrix \( P \) is formed by the eigenvectors \( P = \begin{bmatrix} 7 & -1 \ 3 & 2 \end{bmatrix} \). The inverse \( P^{-1} \) can be found to verify \( P^{-1}AP = D \).
06
Verify Diagonalization
Check the diagonalization by ensuring \( A = PDP^{-1} \). Calculating \( P^{-1} \) using the formula for 2x2 matrices, \( P^{-1} = \frac{1}{ad-bc} \begin{bmatrix} d & -b \ -c & a \end{bmatrix} \), we have \( P^{-1} = \begin{bmatrix} \frac{2}{23} & \frac{1}{23} \ \frac{3}{23} & -\frac{7}{23} \end{bmatrix} \). Multiplying out \( PDP^{-1} \) confirms the diagonalization.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Eigenvalues
To diagonalize a matrix, the first significant step is finding its eigenvalues. Eigenvalues are special scalars associated with a square matrix that provide insights into the matrix's behavior, especially concerning its transformations. For any square matrix \( A \), an eigenvalue \( \lambda \) satisfies the equation \( |A - \lambda I| = 0 \), known as the characteristic equation. Here, \( I \) is the identity matrix of the same dimension as \( A \).
- The characteristic equation often results in a polynomial that requires solving for \( \lambda \).
- In our given exercise, the resulting polynomial \( \lambda^2 + 7\lambda - 60 = 0 \) has solutions that we find using the quadratic formula.
- Solving the characteristic equation yields the eigenvalues, which were calculated to be \( \lambda_1 = 5 \) and \( \lambda_2 = -12 \).
Eigenvectors
Eigenvectors are non-zero vectors that, when multiplied by a matrix, yield a scalar multiple of themselves. This scalar is their corresponding eigenvalue. Given an eigenvalue \( \lambda \), we find its eigenvector \( \mathbf{v} \) by solving \( (A - \lambda I)\mathbf{v} = \mathbf{0} \).
- This equation reduces to a set of linear equations, whose solutions provide the components of the eigenvector.
- For \( \lambda_1 = 5 \), the matrix \( A \) minus \( 5I \) gives us a system that leads to the eigenvector \( \begin{bmatrix} 7 \ 3 \end{bmatrix} \).
- For \( \lambda_2 = -12 \), a similar process gives the eigenvector \( \begin{bmatrix} -1 \ 2 \end{bmatrix} \).
Characteristic Equation
The characteristic equation is central to finding the eigenvalues of a matrix. It arises from the determinant equation \( |A - \lambda I| = 0 \). By substituting \( A \) and subtracting \( \lambda \) from the diagonal elements, you create a new matrix whose determinant helps derive the characteristic polynomial. To solve:
- Form the matrix \( A - \lambda I \) by subtracting \( \lambda \) from each diagonal entry of \( A \).
- Calculate the determinant of this matrix, yielding a polynomial equation.
- For our matrix, solving \( (2-\lambda)(-9-\lambda) - 42 = \lambda^2 + 7\lambda - 60 = 0 \) led to the eigenvalues.
Transformation Matrix
In the context of diagonalization, the transformation matrix \( P \) plays a pivotal role in expressing the original matrix as the product \( PDP^{-1} \), where \( D \) is a diagonal matrix consisting of eigenvalues.
- Matrix \( P \) is constructed by stacking the eigenvectors as columns. For our example, \( P = \begin{bmatrix} 7 & -1 \ 3 & 2 \end{bmatrix} \).
- The diagonal matrix \( D \) places the eigenvalues along its diagonal: \( D = \begin{bmatrix} 5 & 0 \ 0 & -12 \end{bmatrix} \).