题目
Problem
M=13a−1a14bb
where a and b are constants.
Given that i+2j+k is an eigenvector of M,
(a) determine the corresponding eigenvalue.
(b) Hence determine the value of a and the value of b.
(c) Determine
(i) the other eigenvalues of M,
(ii) eigenvectors which correspond to these eigenvalues.
(2)
(2)
(3)
(3)
题目中文翻译
M=13a−1a14bb
其中 a 和 b 为常数。
已知 i+2j+k 是矩阵 M 的一个特征向量,
(a) 求对应的特征值。
(b) 从而求 a 和 b 的值。
(c) 求
(i) M 的其他特征值,
(ii) 与这些特征值对应的特征向量。
解答
(a)
解法一
思路
展开
设给定特征向量为 v=(1,2,1)T。由 Mv=λv,只比较第一行即可求出 λ,因为第一行不含未知常数 a,b。
答题过程
展开
Let
v=121.
Since Mv=λv, comparison of the first components gives
1(1)+(−1)(2)+4(1)=λ(1).
Therefore,
λ=3.
(b)
解法一
思路
展开
承接 (a) 的 λ=3,分别比较 Mv=3v 的第二、第三个分量,得到关于 a,b 的两个一次方程并联立求解。
答题过程
展开
Using λ=3, comparison of the second components gives
3+2a+b=6.
Comparison of the third components gives
a+2+b=3.
Hence
2a+b=a+b=3,1.
Subtracting the second equation from the first,
a=2.
Then 2+b=1, so
a=2,b=−1.
(c)(i)
解法一
思路
展开
把 (b) 的 a,b 代回矩阵,再求特征方程。为使三次式首项为正,展开 det(λI−M);已知的特征值 3 应成为一个因子,余下二次因式给出另外两个特征值。
答题过程
展开
With a=2 and b=−1,
M=132−1214−1−1.
The characteristic equation is
det(λI−M)=0.
Expanding along the first row,
det(λI−M)=====λ−1−3−21λ−2−1−41λ+1(λ−1)((λ−2)(λ+1)+1)+(3λ+1)−4(2λ−1)λ3−2λ2−5λ+6(λ−3)(λ2+λ−2)(λ−3)(λ−1)(λ+2).
Therefore, besides the known eigenvalue 3, the other eigenvalues are
λ=1andλ=−2.
(c)(ii)
解法一
思路
展开
对 (c)(i) 的每个新特征值分别解 (M−λI)x=0。每组齐次方程都有一个自由变量,取便于计算的值即可得到对应特征向量;任意非零倍数都同样正确。
答题过程
展开
Let an eigenvector be
xyz.
For λ=1, the first two equations from (M−I)x=0 are
−y+4z=3x+y−z=0,0.
Thus y=4z and x=−z. Taking z=1 gives the eigenvector
−141(λ=1).
For λ=−2, the first two equations from (M+2I)x=0 are
3x−y+4z=3x+4y−z=0,0.
The first equation gives y=3x+4z. Substituting this into the second,
15x+15z=0,
so x=−z and y=z. Taking z=1 gives the eigenvector
−111(λ=−2).