华东师范大学 2015年高等代数第4题

考研真题

📝 题目

4.(25 分)设 $\displaystyle f_{n}(x)=\left|\begin{array}{ccccccc}x & -1 & 0 & 0 & \ldots & 0 & 0 \\ -1 & x & -1 & 0 & \ldots & 0 & 0 \\ 0 & -1 & x & -1 & \ldots & 0 & 0 \\ 0 & 0 & -1 & x & \ldots & 0 & 0 \\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & 0 & 0 & \ldots & x & -1 \\ 0 & 0 & 0 & 0 & \ldots & -1 & x\end{array}\right|$ , (1)证明:$\displaystyle f_{1}(x)=x, f_{2}(x)=x^{2}-1, f_{n}(x)=x f_{n-1}(x)-f_{n-2}(x),(n>2)$ , (2)求 $\displaystyle f_{n}(2)$ 的值, (3)证明:$\displaystyle f_{n}(x)=0$ 的根是绝对值不超过 2 的实数.

💡 答案解析

暂无答案解析

📋 详细解题步骤

步骤 1/4
目标:证明递推关系
当 $n=1$ 时,$f_1(x)=x$。当 $n=2$ 时,$f_2(x)=\begin{vmatrix} x & -1 \\ -1 & x \end{vmatrix}=x^2-1$。对于 $n>2$,将 $f_n(x)$ 按第一行展开: $$f_n(x)=x\begin{vmatrix} x & -1 & 0 & \cdots & 0 & 0 \\ -1 & x & -1 & \cdots & 0 & 0 \\ 0 & -1 & x & \cdots & 0 & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & 0 & \cdots & x & -1 \\ 0 & 0 & 0 & \cdots & -1 & x \end{vmatrix}_{(n-1)\times(n-1)} -(-1)\begin{vmatrix} -1 & -1 & 0 & \cdots & 0 & 0 \\ 0 & x & -1 & \cdots & 0 & 0 \\ 0 & -1 & x & \cdots & 0 & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & 0 & \cdots & x & -1 \\ 0 & 0 & 0 & \cdots & -1 & x \end{vmatrix}_{(n-1)\times(n-1)}$$ 第一个行列式就是 $f_{n-1}(x)$。第二个行列式按第一列展开,得到 $(-1)\cdot f_{n-2}(x)$(注意符号),所以第二个行列式为 $(-1)\cdot f_{n-2}(x)$。因此 $$f_n(x)=x f_{n-1}(x) - f_{n-2}(x).$$
公式:行列式按第一行展开
提示:注意第二个行列式展开时,第一列只有一个非零元-1,且其代数余子式符号为$(-1)^{1+1}=1$,但原行列式前面有负号,所以整体为$-(-1)\cdot f_{n-2}(x)=f_{n-2}(x)$?实际上仔细计算:第二个行列式按第一列展开,第一列元素为-1,0,...,0,只有第一个元素非零,其代数余子式为$(-1)^{1+1}\times$去掉第一行第一列后的行列式,即$f_{n-2}(x)$,所以第二个行列式值为$(-1)\cdot f_{n-2}(x)$。而原展开式中第二个项是$-(-1)\times$第二个行列式,即$+1\times$第二个行列式?原式:$f_n(x)=x\cdot(第一个行列式) + (-1)^{1+2}\cdot(-1)\cdot(第二个行列式)$?实际上按第一行展开:$f_n(x)=a_{11}A_{11}+a_{12}A_{12}$,其中$a_{11}=x$,$a_{12}=-1$,$A_{11}=(-1)^{1+1}M_{11}=M_{11}=f_{n-1}(x)$,$A_{12}=(-1)^{1+2}M_{12}=-M_{12}$,而$M_{12}$是去掉第一行第二列后的行列式,即第二个行列式。所以$f_n(x)=x\cdot f_{n-1}(x) + (-1)\cdot(-M_{12}) = x f_{n-1}(x) + M_{12}$。而$M_{12}$按第一列展开得$(-1)\cdot f_{n-2}(x)$,所以$f_n(x)=x f_{n-1}(x) - f_{n-2}(x)$。
步骤 2/4
目标:求f_n(2)的值
由递推关系,$f_n(2)=2f_{n-1}(2)-f_{n-2}(2)$,且$f_1(2)=2$,$f_2(2)=2^2-1=3$。计算: $f_3(2)=2\times3-2=4$,$f_4(2)=2\times4-3=5$,猜想$f_n(2)=n+1$。用数学归纳法证明:假设$f_{k-1}(2)=k$,$f_{k-2}(2)=k-1$,则$f_k(2)=2k-(k-1)=k+1$,成立。所以$f_n(2)=n+1$。
公式:递推关系 $f_n(2)=2f_{n-1}(2)-f_{n-2}(2)$
提示:注意初始值$f_1(2)=2$,$f_2(2)=3$,不要算错。
步骤 3/4
目标:证明根是绝对值不超过2的实数
令$x=2\cos\theta$,则递推式化为$f_n(2\cos\theta)=2\cos\theta f_{n-1}(2\cos\theta)-f_{n-2}(2\cos\theta)$。这是切比雪夫多项式的递推式。易验证$f_1(2\cos\theta)=2\cos\theta$,$f_2(2\cos\theta)=4\cos^2\theta-1=2\cos2\theta+1$?实际上,标准切比雪夫多项式$U_n(\cos\theta)=\frac{\sin((n+1)\theta)}{\sin\theta}$满足$U_n(\cos\theta)=2\cos\theta U_{n-1}(\cos\theta)-U_{n-2}(\cos\theta)$,且$U_0=1$,$U_1=2\cos\theta$。但这里$f_1=2\cos\theta$,$f_2=4\cos^2\theta-1=2\cos2\theta+1$?实际上$2\cos2\theta=4\cos^2\theta-2$,所以$f_2=2\cos2\theta+1$。而$U_2(\cos\theta)=4\cos^2\theta-1$,所以$f_2=U_2(\cos\theta)$。但$f_1=U_1(\cos\theta)$,所以$f_n(2\cos\theta)=U_n(\cos\theta)$。因此$f_n(x)=0$即$U_n(\cos\theta)=0$,解得$\cos\theta=\cos\frac{k\pi}{n+1}$,$k=1,2,\ldots,n$,所以$x=2\cos\frac{k\pi}{n+1}$,这些根都在$[-2,2]$内,是实数。
公式:切比雪夫多项式递推 $U_n(\cos\theta)=2\cos\theta U_{n-1}(\cos\theta)-U_{n-2}(\cos\theta)$
提示:注意$f_n(2\cos\theta)$与切比雪夫多项式的关系,需要验证初始值一致。$f_2(2\cos\theta)=4\cos^2\theta-1$,而$U_2(\cos\theta)=4\cos^2\theta-1$,所以$f_2=U_2$;$f_1=2\cos\theta=U_1$,因此$f_n=U_n$。
步骤 4/4
目标:总结
通过以上步骤,我们完成了递推关系的证明,求出了$f_n(2)=n+1$,并证明了$f_n(x)=0$的根是$2\cos\frac{k\pi}{n+1}$,$k=1,2,\ldots,n$,这些根都是实数且绝对值不超过2。

📷 拍照上传批改

拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。