跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2021年7月実施 数理基礎 問題D

Author

思齐塾, 祭音Myyura

Description

日本語

小問D1

RR を実数集合 (set of real numbers) とし、

A=[112211313210]A = \begin{bmatrix} 1 & 1 & 2 \\ 2 & -1 & 1 \\ 3 & 1 & 3 \\ 2 & -1 & 0 \end{bmatrix}

とし、線形写像 (linear transformation) f:R3R4f: R^3 \to R^4

f(x)=Ax,xR3f(\mathbf{x}) = A\mathbf{x}, \quad \mathbf{x} \in R^3

と表せるとする。このとき、 f(x)=f(y)f(\mathbf{x}) = f(\mathbf{y}) ならば x=y\mathbf{x} = \mathbf{y} であることを示せ。

小問D2

平面上の点のx座標がすべて異なるとき、2次曲線(quadratic curve) y=a0+a1x+a2x2y = a_0 + a_1x + a_2x^2 (ただし、 a0,a1,a2a_0, a_1, a_2 は定数)でこれらの3点を通るものが1つであることを示せ。

小問D3

AA を任意の nn 次正方行列 (n-dimension matrix) とし、 BBnn 次の正則行列 (non-singular matrix) とするとき、 AA の固有値 (eigenvalue) と B1ABB^{-1}AB の固有値は一致することを示せ。

题目描述

小问D1

记实数集为 R\mathbb R,令

A=[112211313210],A=\begin{bmatrix} 1&1&2\\ 2&-1&1\\ 3&1&3\\ 2&-1&0 \end{bmatrix},

并定义线性映射

f:R3R4,f(x)=Ax(xR3).f:\mathbb R^3\to\mathbb R^4,\qquad f(\mathbf x)=A\mathbf x\quad(\mathbf x\in\mathbb R^3).

证明:若 f(x)=f(y)f(\mathbf x)=f(\mathbf y),则 x=y\mathbf x=\mathbf y

小问D2

平面上给定三个点,且它们的 xx 坐标两两不同。证明存在唯一一条形如

y=a0+a1x+a2x2y=a_0+a_1x+a_2x^2

的二次曲线通过这三个点,其中 a0,a1,a2a_0,a_1,a_2 为常数。

小问D3

AA 为任意 nn 阶方阵,BBnn 阶可逆矩阵。证明 AA

B1ABB^{-1}AB

的特征值相同。

Kai

小問D1

We want to show that if f(x)=f(y)f(\mathbf{x}) = f(\mathbf{y}) , then x=y\mathbf{x} = \mathbf{y} . This is equivalent to showing that f(x)=Axf(\mathbf{x}) = A\mathbf{x} is injective (one-to-one).

If f(x)=f(y)f(\mathbf{x}) = f(\mathbf{y}) , then Ax=AyA\mathbf{x} = A\mathbf{y} . Thus, AxAy=0A\mathbf{x} - A\mathbf{y} = \mathbf{0} , which means A(xy)=0A(\mathbf{x} - \mathbf{y}) = \mathbf{0} . Let z=xy\mathbf{z} = \mathbf{x} - \mathbf{y} . We want to show that Az=0A\mathbf{z} = \mathbf{0} implies z=0\mathbf{z} = \mathbf{0} .

In other words, we want to show that the kernel (null space) of AA is only the zero vector. We can determine this by row reducing AA .

A=[112211313210][112033023034][112011023034][112011001001][112011001000][110010001000][100010001000]A = \begin{bmatrix} 1 & 1 & 2 \\ 2 & -1 & 1 \\ 3 & 1 & 3 \\ 2 & -1 & 0 \end{bmatrix} \sim \begin{bmatrix} 1 & 1 & 2 \\ 0 & -3 & -3 \\ 0 & -2 & -3 \\ 0 & -3 & -4 \end{bmatrix} \sim \begin{bmatrix} 1 & 1 & 2 \\ 0 & 1 & 1 \\ 0 & -2 & -3 \\ 0 & -3 & -4 \end{bmatrix} \sim \begin{bmatrix} 1 & 1 & 2 \\ 0 & 1 & 1 \\ 0 & 0 & -1 \\ 0 & 0 & -1 \end{bmatrix} \sim \begin{bmatrix} 1 & 1 & 2 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix} \sim \begin{bmatrix} 1 & 1 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix} \sim \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix}

Since the row reduced echelon form of AA has rank 3, which is the number of columns, the kernel of AA is {0}\{\mathbf{0}\} . Thus, Az=0A\mathbf{z} = \mathbf{0} implies z=0\mathbf{z} = \mathbf{0} . Since z=xy\mathbf{z} = \mathbf{x} - \mathbf{y} , we have xy=0\mathbf{x} - \mathbf{y} = \mathbf{0} , so x=y\mathbf{x} = \mathbf{y} .

小問D2

Let the three points be (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3) . Since x1,x2,x3x_1, x_2, x_3 are all distinct, we want to show that there exists a unique set of constants a0,a1,a2a_0, a_1, a_2 such that the quadratic curve y=a0+a1x+a2x2y = a_0 + a_1x + a_2x^2 passes through these three points. This means we have the following system of equations:

{y1=a0+a1x1+a2x12y2=a0+a1x2+a2x22y3=a0+a1x3+a2x32\begin{cases} y_1 = a_0 + a_1x_1 + a_2x_1^2 \\ y_2 = a_0 + a_1x_2 + a_2x_2^2 \\ y_3 = a_0 + a_1x_3 + a_2x_3^2 \end{cases}

This is a linear system of equations in the unknowns a0,a1,a2a_0, a_1, a_2 . We can represent this as a matrix equation Ax=bAx = b , where

A=(1x1x121x2x221x3x32),x=(a0a1a2),b=(y1y2y3)A = \begin{pmatrix} 1 & x_1 & x_1^2 \\ 1 & x_2 & x_2^2 \\ 1 & x_3 & x_3^2 \end{pmatrix}, \quad x = \begin{pmatrix} a_0 \\ a_1 \\ a_2 \end{pmatrix}, \quad b = \begin{pmatrix} y_1 \\ y_2 \\ y_3 \end{pmatrix}

The matrix AA is a Vandermonde matrix. The determinant of AA is given by

det(A)=(x2x1)(x3x1)(x3x2)\det(A) = (x_2 - x_1)(x_3 - x_1)(x_3 - x_2)

Since x1,x2,x3x_1, x_2, x_3 are all distinct, det(A)0\det(A) \neq 0 . Thus, the matrix AA is invertible, and there is a unique solution for x=A1bx = A^{-1}b . This means there is a unique set of constants a0,a1,a2a_0, a_1, a_2 such that the quadratic curve y=a0+a1x+a2x2y = a_0 + a_1x + a_2x^2 passes through the three points (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3) .

小問D3

Let λ\lambda be an eigenvalue of AA , and let vv be the corresponding eigenvector. Then Av=λvAv = \lambda v . We want to show that λ\lambda is also an eigenvalue of B1ABB^{-1}AB . Let w=B1vw = B^{-1}v . Since BB is invertible, B1v0B^{-1}v \neq 0 if v0v\neq 0 . Thus ww is a non-zero vector. Then

(B1AB)w=B1AB(B1v)=B1Av=λB1v=λw.(B^{-1}AB)w =B^{-1}AB(B^{-1}v) =B^{-1}Av =\lambda B^{-1}v =\lambda w.

This shows that λ\lambda is an eigenvalue of B1ABB^{-1}AB . Suppose λ\lambda is an eigenvalue of B1ABB^{-1}AB . Then there exists v0v \neq 0 such that B1ABv=λvB^{-1}ABv = \lambda v . Multiply both sides by BB from the left. B(B1ABv)=B(λv)B(B^{-1}ABv) = B(\lambda v) , so ABv=λBvABv = \lambda Bv . Let w=Bvw = Bv . Since BB is invertible and v0v \neq 0 , Bv0Bv \neq 0 . Thus, w0w \neq 0 . Therefore Aw=λwAw = \lambda w . This means λ\lambda is an eigenvalue of AA . Therefore, the eigenvalues of AA and B1ABB^{-1}AB are the same.