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

IAL 2021 Oct FP1 Q1

A Level / Edexcel / FP1

IAL 2021 Oct Paper · Question 1

题目

Problem

  1. A=(3a22)A = \begin{pmatrix} 3 & a \\ -2 & -2 \end{pmatrix}

where aa is a non-zero constant and a3a \neq 3

(a) Determine A1A^{-1} giving your answer in terms of aa.

(2)

Given that A+A1=IA + A^{-1} = I where II is the 2×22 \times 2 identity matrix,

(b) determine the value of aa.

(3)
题目中文翻译
  1. A=(3a22)A = \begin{pmatrix} 3 & a \\ -2 & -2 \end{pmatrix}

其中 aa 是非零常数且 a3a \neq 3

(a) 求 A1A^{-1},答案用 aa 表示。

已知 A+A1=IA + A^{-1} = I,其中 II2×22 \times 2 单位矩阵,

(b) 求 aa 的值。

解答

(a)

解法一

思路

展开

使用二阶矩阵的逆矩阵公式:交换主对角线元素,改变副对角线元素的符号,再除以行列式。

答题过程

展开

The determinant of AA is

detA=3(2)a(2)=2a6.\det A=3(-2)-a(-2)=2a-6.

Since a3a\ne3, the determinant is non-zero. Therefore,

A1=12a6(2a23).\boxed{ A^{-1}=\frac{1}{2a-6} \begin{pmatrix} -2 & -a \\ 2 & 3 \end{pmatrix} }.

(b)

解法一

思路

展开

把 (a) 的逆矩阵代入 A+A1=IA+A^{-1}=I。比较矩阵右上角元素,并利用题设 a0a\ne0,即可直接求出 aa

答题过程

展开

Substituting the result from part (a),

A+A1=(3a22)+12a6(2a23).\begin{align*} A+A^{-1} =&\, \begin{pmatrix} 3 & a \\ -2 & -2 \end{pmatrix} +&\,\frac{1}{2a-6} \begin{pmatrix} -2 & -a \\ 2 & 3 \end{pmatrix}. \end{align*}

Since A+A1=IA+A^{-1}=I, comparing the top-right elements gives

aa2a6=0.a-\frac{a}{2a-6}=0.

Since a0a\ne0,

112a6=0.1-\frac{1}{2a-6}=0.

Hence

2a6=1,2a-6=1,

so

a=72.\boxed{a=\frac{7}{2}}.