在实际的考试中,我们没必要把矩阵化简得这么“彻底”再去求未知数

一、题目题目 - 荒原之梦

难度评级:

二、解析 解析 - 荒原之梦

由题目已知条件,我们可以令:

$$
\boldsymbol { A } = \left( \boldsymbol { \alpha } _ { 1 } , \boldsymbol { \alpha } _ { 2 } , \boldsymbol { \alpha } _ { 3 } \right) = \begin{bmatrix}
1 & 1 & – 2 \\ 1 & – 2 & 1 \\ a & b & c
\end{bmatrix}
$$

同时,根据对题目的等价转化往往就是解题的突破口的思想,我们知道:

*“$\boldsymbol { \beta }$ 可由 $\boldsymbol { \alpha } _ { 1 }$, $\boldsymbol { \alpha } _ { 2 }$, $\boldsymbol { \alpha } _ { 3 }$ 线性表示”,就是说方程组 $\boldsymbol { A } x = \boldsymbol { \beta }$ 有解,即 $r ( \boldsymbol { A } )$ $=$ $r ( \boldsymbol { A } , \boldsymbol { \beta } )$
**“且表示方法不唯一”,就是说方程组 $\boldsymbol { A } x = \boldsymbol { \beta }$ 有无穷多解。

因此:

$$
r ( \boldsymbol { A } ) = r ( \boldsymbol { A } , \boldsymbol { \beta } ) < 3
$$

又因为,在矩阵 $\boldsymbol { A }$ $=$ $\begin{bmatrix}
\textcolor{springgreen}{1} & \textcolor{springgreen}{1} & – 2 \\ \textcolor{springgreen}{1} & \textcolor{springgreen}{- 2} & 1 \\ a & b & c
\end{bmatrix}$ 中,我们可以找到二阶子式:

$$
\left| \begin{array} { c c } 1 & 1 \\ 1 & – 2 \end{array} \right| \neq 0
$$

因此:

$$
r ( \boldsymbol { A } ) \geqslant 2
$$

即:

$$
3 > r ( \boldsymbol { A } ) \geqslant 2
$$

于是:

$$
r ( \boldsymbol { A } ) = \textcolor{springgreen}{a = 2}
$$

接下来开始求解 $b$ 的取值。

对矩阵 $( \boldsymbol { A } , \boldsymbol { \beta } )$ 作初等行变换:

$$
\begin{aligned}
( \boldsymbol { A } , \boldsymbol { \beta } ) \\ \\
& = \begin{bmatrix}
1 & 1 & – 2 & \textcolor{yellow}{\vdots} & 1 \\ 1 & – 2 & 1 & \textcolor{yellow}{\vdots} & 2 \\ 2 & b & c & \textcolor{yellow}{\vdots} & 0
\end{bmatrix} \\ \\
& \rightarrow \begin{bmatrix}
\textcolor{orangered}{1} & \textcolor{orangered}{0} & – 1 & \textcolor{yellow}{\vdots} & \frac { 4 } { 3 } \\ \\ \textcolor{orangered}{0} & \textcolor{orangered}{1} & – 1 & \textcolor{yellow}{\vdots} & \frac { -1 } { 3 } \\ \\ 0 & 0 & b + c + 2 & \textcolor{yellow}{\vdots} & \frac { 1 } { 3 } b – \frac { 8 } { 3 }
\end{bmatrix} \\ \\
& \rightarrow
\end{aligned}
$$

由于 $r ( \boldsymbol { A } )$ $=$ $r ( \boldsymbol { A } , \boldsymbol { \beta } )$ $=$ $2$, 且 $\begin{vmatrix}
\textcolor{orangered}{1} & \textcolor{orangered}{0} \\ \textcolor{orangered}{0} & \textcolor{orangered}{1}
\end{vmatrix}$ $\neq$ $0$, 因此:

$$
\begin{cases}
b + c + 2 = 0 , \\
\frac { 1 } { 3 } b – \frac { 8 } { 3 } = 0
\end{cases}
$$

于是,得:

$$
\textcolor{springgreen}{
\begin{cases}
b = 8 \\
c = – 1 0
\end{cases}
}
$$

实战经验

当然,在实际的考试中,我们没必要像上面一样,把矩阵 $( \boldsymbol { A } , \boldsymbol { \beta } )$ 化简得那么“彻底”之后再去求其中的未知数。

例如,我们只需要化简成下面这样:

$$
\begin{aligned}
& ( \boldsymbol { A } , \boldsymbol { \beta } ) = \begin{bmatrix}
1 & 1 & – 2 & \textcolor{yellow}{\vdots} & 1 \\
1 & – 2 & 1 & \textcolor{yellow}{\vdots} & 2 \\
2 & b & c & \textcolor{yellow}{\vdots} & 0
\end{bmatrix} \\ \\
& \underrightarrow{\text{ 第2行减第1行 } \ } \begin{bmatrix}
1 & 1 & – 2 & \textcolor{yellow}{\vdots} & 1 \\
0 & – 3 & 3 & \textcolor{yellow}{\vdots} & 1 \\
2 & b & c & \textcolor{yellow}{\vdots} & 0
\end{bmatrix} \\ \\
& \underrightarrow{\text{ 第3行减第1行的二倍 } \ } \begin{bmatrix}
1 & 1 & – 2 & \textcolor{yellow}{\vdots} & 1 \\
0 & – 3 & 3 & \textcolor{yellow}{\vdots} & 1 \\
0 & b-2 & c+4 & \textcolor{yellow}{\vdots} & -2
\end{bmatrix}
\end{aligned}
$$

由于 $r ( \boldsymbol { A } , \boldsymbol { \beta } )$ $=$ $2$, 且矩阵 $( \boldsymbol { A } , \boldsymbol { \beta } )$ 的前两行中刚好存在一个不等于零的二阶子式 $\begin{vmatrix}
1 & 1 \\
0 & -3
\end{vmatrix}$, 因此,矩阵 $( \boldsymbol { A } , \boldsymbol { \beta } )$ 的第 $2$ 行与第 $3$ 行一定成比例,使得第 $3$ 行可以被消为元素全为 $0$ 的行, 即:

$$
\begin{cases}
\frac{b-2}{-3} = \frac{-2}{1} \\ \\
\frac{c+4}{3} = \frac{-2}{1}
\end{cases} \Rightarrow
$$

$$
\begin{cases}
b-2 = 6 \\
c+4 = -6
\end{cases} \Rightarrow
$$

$$
\textcolor{springgreen}{
\begin{cases}
b = 8 \\
c = -10
\end{cases}
}
$$

综上可知, B 荒原之梦考研数学 | 本文结束


荒原之梦考研数学思维导图
荒原之梦考研数学思维导图

高等数学箭头 - 荒原之梦

涵盖高等数学基础概念、解题技巧等内容,图文并茂,计算过程清晰严谨。

线性代数箭头 - 荒原之梦

以独特的视角解析线性代数,让繁复的知识变得直观明了。

特别专题箭头 - 荒原之梦

通过专题的形式对数学知识结构做必要的补充,使所学知识更加连贯坚实。

荒原之梦考研数学网 | 让考场上没有难做的数学题!

荒原之梦网全部内容均为原创,提供了涵盖考研数学基础知识、考研数学真题、考研数学练习题和计算机科学等方面,大量精心研发的学习资源。

豫 ICP 备 17023611 号-1 | 公网安备 - 荒原之梦 豫公网安备 41142502000132 号 | SiteMap
Copyright © 2017-2024 ZhaoKaifeng.com 版权所有 All Rights Reserved.

Copyright © 2024   zhaokaifeng.com   All Rights Reserved.
豫ICP备17023611号-1
 豫公网安备41142502000132号

荒原之梦 自豪地采用WordPress