跳到主要内容

Systems of Linear Equations 题型分析


Question Type 1: 行列式条件

分值范围:2–5 分

考点:求参数使得方程组无唯一解(detA=0\det A = 0),或唯一解(detA0\det A \neq 0)。


Example 1: w20/21 Q3 — 三参数讨论

The system of equations

{x2y4z=1x2y+kz=1x+2y+2z=1\begin{cases} x - 2y - 4z = 1 \\ x - 2y + kz = 1 \\ -x + 2y + 2z = 1 \end{cases}

(a) Show that this system does not have a unique solution. [2]

解法

系数矩阵 A=(12412k122)A = \begin{pmatrix} 1 & -2 & -4 \\ 1 & -2 & k \\ -1 & 2 & 2 \end{pmatrix}

计算 detA\det A

detA=12k22(2)1k12+(4)1212\det A = 1\begin{vmatrix} -2 & k \\ 2 & 2 \end{vmatrix} - (-2)\begin{vmatrix} 1 & k \\ -1 & 2 \end{vmatrix} + (-4)\begin{vmatrix} 1 & -2 \\ -1 & 2 \end{vmatrix} =1(42k)+2(2+k)4(22)=42k+4+2k0=0= 1(-4-2k) + 2(2+k) - 4(2-2) = -4-2k+4+2k-0 = 0

detA=0\det A = 0,故无唯一解。

📝 MS 展开查看
  • M1 正确计算 detA\det A
  • A1 得出 detA=0\det A = 0 并说明无唯一解

Example 2: s20/21 Q8(a) — 参数 aa

The system

{3x+y+z=0x+y+2z=02x+y+az=0\begin{cases} 3x + y + z = 0 \\ x + y + 2z = 0 \\ 2x + y + az = 0 \end{cases}

(a) Find the values of aa for which the system does not have a unique solution. [3]

解法

系数矩阵 A=(31111221a)A = \begin{pmatrix} 3 & 1 & 1 \\ 1 & 1 & 2 \\ 2 & 1 & a \end{pmatrix}

detA=3121a1122a+11121\det A = 3\begin{vmatrix} 1 & 2 \\ 1 & a \end{vmatrix} - 1\begin{vmatrix} 1 & 2 \\ 2 & a \end{vmatrix} + 1\begin{vmatrix} 1 & 1 \\ 2 & 1 \end{vmatrix} =3(a2)(a4)+(12)=3a6a+41=2a3= 3(a-2) - (a-4) + (1-2) = 3a-6-a+4-1 = 2a-3

detA=02a3=0a=32\det A = 0 \Rightarrow 2a-3 = 0 \Rightarrow a = \frac{3}{2}

a=32a = \frac{3}{2} 时,方程组无唯一解。

📝 MS 展开查看
  • M1 正确写出行列式
  • M1 展开并化简
  • A1 a=32a = \frac{3}{2}

Example 3: s21/21 Q1 — 参数 aa 的方程组

The system

{x+yz=12x+y+az=1xy+2z=0\begin{cases} x + y - z = 1 \\ 2x + y + az = 1 \\ x - y + 2z = 0 \end{cases}

(a) Find the set of values of aa for which the system has a unique solution. [4] (b) For the case where the system does not have a unique solution, find the solution set. [1]

解法

(a) detA=11121a112=1(2+a)1(4a)+(1)(21)=2+a4+a+3=2a+1\det A = \begin{vmatrix} 1 & 1 & -1 \\ 2 & 1 & a \\ 1 & -1 & 2 \end{vmatrix} = 1(2+a) - 1(4-a) + (-1)(-2-1) = 2+a-4+a+3 = 2a+1

detA02a+10a12\det A \neq 0 \Rightarrow 2a+1 \neq 0 \Rightarrow a \neq -\frac{1}{2}

(b) a=12a = -\frac{1}{2} 时,用行变换求解。

📝 MS 展开查看
  • (a)
    • M1 正确写出 detA\det A
    • M1 展开行列式
    • A1 化简到 2a+12a+1
    • A1 a12a \neq -\frac{1}{2}
  • (b)
    • M1 代入 aa 并求解
    • A1 解集正确

Question Type 2: 相容性与不相容性

分值范围:3–4 分

考点:当 detA=0\det A = 0 时,判断方程组是矛盾(无解)还是相容(无穷多解)。

方法:用增广矩阵行变换(Gaussian elimination)检查是否有矛盾方程 0=c0 = cc0c \neq 0)。


Example 1: w20/21 Q3(b)(c) — k=4k = -4 相容,k=2k = -2 矛盾

(b) When k=4k = -4, the equations are consistent. Interpret this situation geometrically. [3] (c) When k=2k = -2, the equations are inconsistent. Interpret this situation geometrically. [2]

解法

(b) k=4k = -4 时方程组相容,有无穷多解。三个平面交于一条直线。

(c) k=2k = -2 时方程组矛盾(无解)。三个平面没有公共交点,形成三棱柱形态。

📝 MS 展开查看
  • (b)
    • B1 指出相容/无穷多解
    • B1 三个平面交于一条直线
    • B1 正确描述几何关系
  • (c)
    • B1 指出矛盾/无解
    • B1 三个平面形成三棱柱

Example 2: w23/21 Q1 — 参数 kk

The system

{x+y+z=22x+yz=32x+3y+kz=4\begin{cases} x + y + z = 2 \\ 2x + y - z = 3 \\ 2x + 3y + kz = 4 \end{cases}

(a) Find the value of kk for which the system is inconsistent. [4]

解法

增广矩阵行变换:

(1112211323k4)\left(\begin{array}{ccc|c} 1 & 1 & 1 & 2 \\ 2 & 1 & -1 & 3 \\ 2 & 3 & k & 4 \end{array}\right)

k=5k = 5 时出现矛盾方程。

📝 MS 展开查看
  • M1 写出增广矩阵
  • M1 正确行变换
  • M1 得到参数条件
  • A1 k=5k = 5

Question Type 3: 几何解释

分值范围:2–3 分

考点:将方程组的代数结果用几何语言描述。

常见情形

代数结果几何解释
detA0\det A \neq 0,唯一解三个平面交于一点
detA=0\det A = 0,相容(无穷多解)三个平面交于一条直线(或一个平面)
detA=0\det A = 0,矛盾(无解)三个平面没有公共交点(三棱柱或两平面平行)

Example 1: w20/21 Q3(d) — 三棱柱(triangular prism)

(d) When k2k \neq -2 and k4k \neq -4, the equations are inconsistent and the planes form a triangular prism. Explain what is meant by a triangular prism. [2]

解答:三个平面两两相交,交线互相平行。三条交线形成一个三棱柱状的形状,但没有三个平面共同的交点。

📝 MS 展开查看
  • B1 三个平面两两相交
  • B1 交线互相平行,形成三棱柱

Example 2: w22/22 Q1 — 三个方程

The system

{x+2yz=32xy+2z=13x+y+kz=2\begin{cases} x + 2y - z = 3 \\ 2x - y + 2z = 1 \\ 3x + y + kz = 2 \end{cases}

(a) Find the value of kk for which the system has no unique solution. [3] (b) For this value of kk, determine whether the system is consistent or inconsistent. [2]

解法

(a) detA=0k=3\det A = 0 \Rightarrow k = -3

(b) 代入 k=3k = -3 行变换,检查是否矛盾。

📝 MS 展开查看
  • M1 计算 detA\det A
  • A1 k=3k = -3
  • M1 增广矩阵行变换
  • A1 判断相容/矛盾