Quantcast
Loading [MathJax]/jax/output/CommonHTML/jax.js

Eigenvalues of a 2x2 Matrix

Last modified by
on
Sep 29, 2022, 12:52:03 AM
Created by
on
May 24, 2016, 5:09:15 PM
λ=T±T2-4D2
(A) 2x2 Matrix
Tags
UUID
3e452ebb-21d2-11e6-9770-bc764e2038f2

The Eigenvalues of a 2x2 Matrix calculator computes the eigenvalues associated with a 2x2 matrix.

INSTRUCTION: Enter the following:

  • (A)  This is the 2x2 matrix

Eigenvalues: The calculator returns the eigenvalues of the 2x2 matrix.

The Math: Computation of Eigenvalues

To find eigenvalues, we use the formula: A v = λ v     Note: v, bold v, indicates a vector.
where A=(abdc) and v =(xy)
(abdc)(xy)=λ(xy), which can be written in components as
ax+by=λx
cx+dy=λy
We want to solve for non-zero solution, such that the system becomes
(a-λ)x +                  by=0
                  cx +(d-λ)y=0
We can prove that given a matrix A whose determinant is not equal to zero, the only equilibrium point for the linear system is the origin, meaning that to solve the system above we take the determinant and set it equal to zero.
det(a-λbcd-λ)=0

Every time we compute eigenvalues and eigenvectors we use this format,  which can also be written as `det(A - lambdaI) =0`, where I is the Identity matrix I=(1001). Computation of `det(A - λ I) =0` leads to the Characteristic Polynomial, where the roots of this polynomial are the eigenvalues of the matrix A. 

det(A-λI)=det(a-λbcd-λ)=(a-λ)(d-λ)-bc=0, which expands to the quadratic polynomial
λ2-(a+d)λ+(ad-bc)=0.

This is referred to as the characteristic polynomial, where the characteristic polynomial always has two roots. These roots can be real or complex, and they do not have to be distinct. If the roots are complex we say that the matrix has complex eigenvalues. Otherwise, we say that the matrix has real eigenvalues. 

Examples

Here are examples of how to solve for both kinds of eigenvalues:

Let's begin with an example where we compute real eigenvalues:
Suppose we have the matrix:
A=((5,4)(3,2))
det(A-λI)=det((5-λ,4)(3,2-λ))=(5-λ)(2-λ)-43=0
(5-λ)(2-λ)-12=λ2-7λ+(-2)=0
The roots are:
λ=7±49-482
λ=4,3

Now we will compute complex eigenvalues:
Before we start we should review what it means to have a complex number. "Complex numbers are numbers of the form x + iy, where x and y are real numbers and I is the 'imaginary number' -1 " (Blanchard, Devaney, Hall, 291). 

Consider the system where A = (-2-33-2)
det(A-λI)=det(-2-λ-33-2-λ)=(-2-λ)(-2-λ)-(-33)=λ2+4λ+13=0.
The roots are:
λ=-4±-362
We see that the -36 is equal to 6i, such that the eigenvalues become:
λ=-4±6i2=-2±3i

 

2x2 Matrix Calculators :


This equation, Eigenvalues of a 2x2 Matrix, is used in 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.