Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2025 June FP3 Q3

A Level / Edexcel / FP3

IAL 2025 June Paper · Question 3

题目

Problem

M=(1143aba1b)M = \begin{pmatrix} 1 & -1 & 4 \\ 3 & a & b \\ a & 1 & b \end{pmatrix}

where aa and bb are constants.

Given that i+2j+k\mathbf{i} + 2\mathbf{j} + \mathbf{k} is an eigenvector of MM,

(a) determine the corresponding eigenvalue.

(b) Hence determine the value of aa and the value of bb.

(c) Determine

(i) the other eigenvalues of MM,

(ii) eigenvectors which correspond to these eigenvalues.

(2)
(2)
(3)
(3)
题目中文翻译 M=(1143aba1b)M = \begin{pmatrix} 1 & -1 & 4 \\ 3 & a & b \\ a & 1 & b \end{pmatrix}

其中 aabb 为常数。

已知 i+2j+k\mathbf{i} + 2\mathbf{j} + \mathbf{k} 是矩阵 MM 的一个特征向量,

(a) 求对应的特征值。

(b) 从而求 aabb 的值。

(c) 求

(i) MM 的其他特征值,

(ii) 与这些特征值对应的特征向量。

解答

(a)

解法一

思路

展开

设给定特征向量为 v=(1,2,1)T\mathbf v=(1,2,1)^T。由 Mv=λvM\mathbf v=\lambda\mathbf v,只比较第一行即可求出 λ\lambda,因为第一行不含未知常数 a,ba,b

答题过程

展开

Let

v=(121).\mathbf v= \begin{pmatrix} 1\\ 2\\ 1 \end{pmatrix}.

Since Mv=λvM\mathbf v=\lambda\mathbf v, comparison of the first components gives

1(1)+(1)(2)+4(1)=λ(1).1(1)+(-1)(2)+4(1)=\lambda(1).

Therefore,

λ=3.\boxed{\lambda=3}.

(b)

解法一

思路

展开

承接 (a) 的 λ=3\lambda=3,分别比较 Mv=3vM\mathbf v=3\mathbf v 的第二、第三个分量,得到关于 a,ba,b 的两个一次方程并联立求解。

答题过程

展开

Using λ=3\lambda=3, comparison of the second components gives

3+2a+b=6.3+2a+b=6.

Comparison of the third components gives

a+2+b=3.a+2+b=3.

Hence

2a+b=3,a+b=1.\begin{align*} 2a+b=&\,3,\\ a+b=&\,1. \end{align*}

Subtracting the second equation from the first,

a=2.a=2.

Then 2+b=12+b=1, so

a=2,b=1.\boxed{a=2,\qquad b=-1}.

(c)(i)

解法一

思路

展开

把 (b) 的 a,ba,b 代回矩阵,再求特征方程。为使三次式首项为正,展开 det(λIM)\det(\lambda I-M);已知的特征值 33 应成为一个因子,余下二次因式给出另外两个特征值。

答题过程

展开

With a=2a=2 and b=1b=-1,

M=(114321211).M= \begin{pmatrix} 1&-1&4\\ 3&2&-1\\ 2&1&-1 \end{pmatrix}.

The characteristic equation is

det(λIM)=0.\det(\lambda I-M)=0.

Expanding along the first row,

det(λIM)=λ1143λ2121λ+1=(λ1)((λ2)(λ+1)+1)+(3λ+1)4(2λ1)=λ32λ25λ+6=(λ3)(λ2+λ2)=(λ3)(λ1)(λ+2).\begin{align*} \det(\lambda I-M) =&\, \begin{vmatrix} \lambda-1&1&-4\\ -3&\lambda-2&1\\ -2&-1&\lambda+1 \end{vmatrix}\\ =&\,(\lambda-1) \big((\lambda-2)(\lambda+1)+1\big)\\ &\,\hspace{2pt}+(3\lambda+1)-4(2\lambda-1)\\ =&\,\lambda^3-2\lambda^2-5\lambda+6\\ =&\,(\lambda-3)(\lambda^2+\lambda-2)\\ =&\,(\lambda-3)(\lambda-1)(\lambda+2). \end{align*}

Therefore, besides the known eigenvalue 33, the other eigenvalues are

λ=1andλ=2.\boxed{\lambda=1\quad\text{and}\quad\lambda=-2}.

(c)(ii)

解法一

思路

展开

对 (c)(i) 的每个新特征值分别解 (MλI)x=0(M-\lambda I)\mathbf x=\mathbf0。每组齐次方程都有一个自由变量,取便于计算的值即可得到对应特征向量;任意非零倍数都同样正确。

答题过程

展开

Let an eigenvector be

(xyz).\begin{pmatrix} x\\ y\\ z \end{pmatrix}.

For λ=1\lambda=1, the first two equations from (MI)x=0(M-I)\mathbf x=\mathbf0 are

y+4z=0,3x+yz=0.\begin{align*} -y+4z=&\,0,\\ 3x+y-z=&\,0. \end{align*}

Thus y=4zy=4z and x=zx=-z. Taking z=1z=1 gives the eigenvector

(141)(λ=1).\boxed{ \begin{pmatrix} -1\\ 4\\ 1 \end{pmatrix}} \qquad(\lambda=1).

For λ=2\lambda=-2, the first two equations from (M+2I)x=0(M+2I)\mathbf x=\mathbf0 are

3xy+4z=0,3x+4yz=0.\begin{align*} 3x-y+4z=&\,0,\\ 3x+4y-z=&\,0. \end{align*}

The first equation gives y=3x+4zy=3x+4z. Substituting this into the second,

15x+15z=0,15x+15z=0,

so x=zx=-z and y=zy=z. Taking z=1z=1 gives the eigenvector

(111)(λ=2).\boxed{ \begin{pmatrix} -1\\ 1\\ 1 \end{pmatrix}} \qquad(\lambda=-2).