This document discusses eigenvalues, eigenvectors, and quadratic forms. It provides examples of how to:
- Find the eigenvalues and eigenvectors of a matrix by solving the characteristic equation.
- Express a quadratic form in terms of a matrix and change variables using an invertible matrix to diagonalize the quadratic form.
- Use orthogonal diagonalization to transform a quadratic form with cross-product terms into one without cross-product terms. Step-by-step solutions and explanations are provided for examples involving 2x2 and 3x3 matrices.
2. What is EIGENVALUE
Definition
A scalar associated with a given linear transformation
of a vector space and having the property that there is
some nonzero vector which when multiplied by the
scalar is equal to the vector obtained by letting the
transformation operate on the vector; especially: a
root of the characteristic equation of a matrix.
German word Eigenwert, eigen means own; wert
means value.
3. EIGENVALUE and EIGENVECTOR
A scalar is called an eigenvalue of an
x Matrix if there is a nonzero
vector 勍
such that 勍
= 勍
. Such a
vector 勍
is called an eigenvector of
corresponding to .
5. SOLVING EIGENVALUE
Let be an x matrix. scalar (lambda)
is called an eigenvalue of if there is
nonzero vector 勍
such that 勍
= 勍
. Such a
vector 勍
is called an eigenvector to .
6. SOLVING EIGENVALUE
The Process
To solve for the eigenvalues, , and the corresponding
eigenvector, 勍
ヰ of an x matrix , do the following:
1. Multiply an x identity matrix by the scalar .
2. Subtract the identity matrix multiple from the matrix .
3. Find the determinants of the matrix and the difference.
4. Solve for the values of that satisfy the equation
det i = 犂
0.
5. Solve for the corresponding eigenvector to each .
7. FINDING THE EIGENVALUES
Example: Find the Eigenvalue of the Matrix A below
=
7 3
3 1
Multiply by (identity matrix)
=
1 0
0 1
=
0
0
Subtract the identity matrix multiple from the matrix
=
7 3
3 1
0
0
=
7 3
3 1
Get the determinants of the matrix and find the
difference.
d
7 3
3 1
then
= (7 )( 1 ) (3)(3)
= 7 7+ + 2
9
= 2
6 16
Solve for the values of that satisfy the equation
det i = 犂
0
So 2
6 16 = 0
Then by factoring
( 8)( + 2) = 0
ie:
= 8
= 2
Eigenvalues
8. FINDING THE EIGENVECTORS
Let us use the result in
7 3
3 1
At = 8
7 8 3
3 1 8
=
1 3
3 9
Solve: 勍
=犂
0
1 3
3 9
1
2
=
0
0
1 3
3 9
0
0
Then
1 + 32 = 0
32 = 1
Let 2 = 1
3(1) = 1
1 = 3
Let us call this
Matrix B
31 + 2 2
1 3
0 0
0
0
1 2
Eigenvector:
3
1
12. Another example
Show that 勍
=
2
1
is an eigenvector of =
3 2
3 2
corresponding to = 4.
勍
= 勍
3 2
3 2
2
1
= 4
2
1
3 2 + (2)(1)
3 2 + (2)(1)
=
8
4
8
4
=
8
4
Note: If is an eigenvalue of
, and 勍
is an eigenvector
belonging to , any nonzero
multiple of 勍
will be an
eigenvector
17. QUADRATIC FORMS
A quadratic form on is a function Q defined on whose value at a vector
x in
can be computed by an expression of the form = ヰ
基, where A
is an x symmetric matrix.
The matrix A is called the matrix of the quadratic form.
18. Quadratic Forms
Example 1: Let . Compute xTAx for the
following matrices.
a.
b.
1
2
x
x
x
4 0
0 3
A
3 2
2 7
A
19. QUADRATIC FORMS
Solution:
a. .
b. There are two -2 entries in A.
1 1 2 2
1 2 1 2 1 2
2 2
4
4 0
x x 4 3
3
0 3
T
x x
A x x x x x x
x x
1 1 2
1 2 1 2
2 1 2
1 1 2 2 1 2
2 2
1 1 2 2 1 2
2 2
1 1 2 2
3 2
3 2
x x
2 7
2 7
(3 2 ) ( 2 7 )
3 2 2 7
3 4 7
T
x x x
A x x x x
x x x
x x x x x x
x x x x x x
x x x x
20. QUADRATIC FORMS
The presence of in the quadratic form in
Example 1(b) is due to the -2 entries off the diagonal
in the matrix A.
In contrast, the quadratic form associated with the
diagonal matrix A in Example 1(a) has no x1x2 cross-
product term.
1 2
4x x
21. CHANGE OF VARIBALE IN A QUADRATIC FORM
If x represents a variable vector in
, then a change of variable is an
equation of the form
, or equivalently, ----(1)
where P is an invertible matrix and y is a new variable vector in .
Here y is the coordinate vector of x relative to the basis of determined by
the columns of P.
If the change of variable (1) is made in a quadratic form xTAx, then
----(2)
and the new matrix of the quadratic form is PTAP.
x y
P
1
y x
P
x x ( y) ( y) y y y ( )y
T T T T T T
A P A P P AP P AP
22. CHANGE OF VARIBALE IN A QUADRATIC FORM
Since A is symmetric, Theorem 2 guarantees that there is an orthogonal
matrix P such that PTAP is a diagonal matrix D, and the quadratic form in
(2) becomes yTDy.
Example 2: Make a change of variable that transforms the quadratic form
into a quadratic form with no cross-
product term.
Solution: The matrix of the given quadratic form is
2 2
1 1 2 2
(x) 8 5
Q x x x x
1 4
4 5
A
23. CHANGE OF VARIBALE IN A QUADRATIC FORM
The first step is to orthogonally diagonalize A.
Its eigenvalues turn out to be = 3 and = 7 .
Associated unit eigenvectors are
These vectors are automatically orthogonal (because they correspond to
distinct eigenvalues) and so provide an orthonormal basis for 2 .
2 / 5 1/ 5
了 3: ;了 7 :
1/ 5 2 / 5
24. CHANGE OF VARIBALE IN A QUADRATIC FORM
Let
Then and .
A suitable change of variable is
,where and .
2 / 5 1/ 5 3 0
,
0 7
1/ 5 2 / 5
P D
1
A PDP
1 T
D P AP P AP
x y
P
1
2
x
x
x
1
2
y
y
y
25. CHANGE OF VARIBALE IN A QUADRATIC FORM
Then
To illustrate the meaning of the equality of quadratic
forms in Example 2, we can compute Q (x) for
using the new quadratic form.
2 2
1 1 2 2
2 2
1 2
8 5 x x ( y) ( y)
y y y y
3y 7y
T T
T T T
x x x x A P A P
P AP D
x (2, 2)
26. CHANGE OF VARIABLE IN A QUADRATIC FORM
First, since , then
so
Hence
This is the value of Q (x) when .
x y
P
1
y x x
T
P P
2 / 5 1/ 5 2 6 / 5
2
1/ 5 2 / 5 2 / 5
y
2 2 2 2
1 2
3y 7y 3(6 / 5) 7( 2 / 5) 3(36 / 5) 7(4 / 5)
80 / 5 16
x (2, 2)