基礎問題集

数学C 空間ベクトル「空間ベクトル」の問題139 解説

数学Cの空間ベクトル「空間ベクトル」にある問題139の基礎問題と解説ページです。問題と保存済み解説を公開し、ログイン後はAI質問と学習履歴も利用できます。

MathGrAIl の基礎問題集にある公開問題ページです。ログイン前でも問題と保存済み解説を確認でき、ログイン後はAI質問と学習履歴の保存を利用できます。

数学C空間ベクトル空間ベクトル問題139
  • 基礎問題の問題画像と保存済み解説を公開
  • ログイン後にAI質問で復習
  • ログイン後に学習履歴を保存
数学C 空間ベクトル 空間ベクトル 問題139の問題画像
問題画像のプレビュー

解説

方針・初手

$\overrightarrow{OA},\overrightarrow{OB},\overrightarrow{OC},\overrightarrow{OD}$ をそれぞれ単位ベクトル $\mathbf a,\mathbf b,\mathbf c,\mathbf d$ とおく。

条件に対称性があり、特に $\mathbf a-\mathbf b$ が $\mathbf c,\mathbf d$ と直交することに注目する。これにより、$\mathbf a+\mathbf b,\mathbf c,\mathbf d$ が同一平面上にあることを用いて、$k$ を決定する。

解法1

$$ \mathbf a=\overrightarrow{OA},\quad \mathbf b=\overrightarrow{OB},\quad \mathbf c=\overrightarrow{OC},\quad \mathbf d=\overrightarrow{OD}

$$

とおく。4点は半径 $1$ の球面上にあるので、

$$ |\mathbf a|=|\mathbf b|=|\mathbf c|=|\mathbf d|=1

$$

である。

与えられた条件は

$$ \mathbf a\cdot \mathbf b=\frac12,\quad \mathbf c\cdot \mathbf d=\frac12,

$$

$$ \mathbf a\cdot \mathbf c=\mathbf b\cdot \mathbf c=-\frac{\sqrt6}{4}, \quad \mathbf a\cdot \mathbf d=\mathbf b\cdot \mathbf d=k

$$

である。

まず、

$$ (\mathbf a-\mathbf b)\cdot \mathbf c = \mathbf a\cdot \mathbf c-\mathbf b\cdot \mathbf c

-\frac{\sqrt6}{4}-\left(-\frac{\sqrt6}{4}\right) =0

$$

であり、同様に

$$ \begin{aligned} (\mathbf a-\mathbf b)\cdot \mathbf d &= \mathbf a\cdot \mathbf d-\mathbf b\cdot \mathbf d\\ &= k-k \end{aligned} =0

$$

である。また、

$$ \begin{aligned} (\mathbf a-\mathbf b)\cdot(\mathbf a+\mathbf b) &= |\mathbf a|^2-|\mathbf b|^2\\ &= 1-1 \end{aligned} =0

$$

である。

さらに

$$ \begin{aligned} |\mathbf a-\mathbf b|^2 &= |\mathbf a|^2+|\mathbf b|^2-2\mathbf a\cdot\mathbf b\\ &= 1+1-2\cdot\frac12 \end{aligned} =1

$$

より、$\mathbf a-\mathbf b$ は零ベクトルではない。

したがって、空間内で $\mathbf a+\mathbf b,\mathbf c,\mathbf d$ は、零でないベクトル $\mathbf a-\mathbf b$ にすべて直交する。よって、これら3つのベクトルは同一平面上にある。

そのため、$\mathbf a+\mathbf b,\mathbf c,\mathbf d$ のグラム行列の行列式は $0$ である。

各内積を求める。

$$ \begin{aligned} |\mathbf a+\mathbf b|^2 &= |\mathbf a|^2+|\mathbf b|^2+2\mathbf a\cdot\mathbf b\\ &= 1+1+2\cdot\frac12 \end{aligned} =3

$$

また、

$$ (\mathbf a+\mathbf b)\cdot \mathbf c = \mathbf a\cdot\mathbf c+\mathbf b\cdot\mathbf c

-\frac{\sqrt6}{4}-\frac{\sqrt6}{4}

-\frac{\sqrt6}{2}

$$

であり、

$$ \begin{aligned} (\mathbf a+\mathbf b)\cdot \mathbf d &= \mathbf a\cdot\mathbf d+\mathbf b\cdot\mathbf d\\ &= k+k\\ &= 2k \end{aligned} $$

である。

したがって、グラム行列は

$$ \begin{pmatrix} 3 & -\frac{\sqrt6}{2} & 2k \\ -\frac{\sqrt6}{2} & 1 & \frac12 \\ 2k & \frac12 & 1 \end{pmatrix}

$$

であり、その行列式が $0$ となる。

よって

$$ \begin{vmatrix} 3 & -\frac{\sqrt6}{2} & 2k \\ -\frac{\sqrt6}{2} & 1 & \frac12 \\ 2k & \frac12 & 1 \end{vmatrix} =0

$$

である。これを計算すると、

$$ 3\left(1-\frac14\right) +\frac{\sqrt6}{2}\left(-\frac{\sqrt6}{2}-k\right) +2k\left(-\frac{\sqrt6}{4}-2k\right) =0

$$

となる。

整理して

$$ \frac94-\frac32-\frac{\sqrt6}{2}k-\frac{\sqrt6}{2}k-4k^2=0

$$

すなわち

$$ \frac34-\sqrt6 k-4k^2=0

$$

である。

したがって

$$ 4k^2+\sqrt6 k-\frac34=0

$$

となる。解の公式より、

$$ k= \frac{-\sqrt6\pm\sqrt{6+12}}{8} = \frac{-\sqrt6\pm3\sqrt2}{8}

$$

である。

$k$ は正の実数であるから、

$$ k=\frac{3\sqrt2-\sqrt6}{8}

$$

である。

解説

この問題では、4点の位置を直接座標で置くよりも、内積条件の対称性を使うのが自然である。

特に

$$ \mathbf a\cdot\mathbf c=\mathbf b\cdot\mathbf c,\quad \mathbf a\cdot\mathbf d=\mathbf b\cdot\mathbf d

$$

から、$\mathbf a-\mathbf b$ が $\mathbf c,\mathbf d$ と直交する。また、$\mathbf a-\mathbf b$ は $\mathbf a+\mathbf b$ とも直交する。したがって、$\mathbf a+\mathbf b,\mathbf c,\mathbf d$ が同じ2次元平面内にあることが分かる。

この「同一平面上にある3ベクトルのグラム行列式は $0$」という処理が本問の中心である。空間ベクトルの問題では、直接座標化する前に、内積条件から直交関係や一次従属関係を探すと計算が大きく短くなる。

答え

$$ \boxed{\frac{3\sqrt2-\sqrt6}{8}}

$$

認証状態を確認しています...
MathGrAIl
使い方 マイページ

大学入試数学を、1問ずつ深く解く。

大学別演習と分野別基礎問題演習に対応。解説閲覧とAI質問で効率よく学べます。

今日の一問
基礎問題集から毎日1問を出題します
-
読み込み中...
今日の一問を準備しています...

読み込み中...

科目を選択してください

トピックを選ぶと問題一覧を表示します。

読み込み中...

演習条件を選択してください

大学・文理を選ぶと、年度ごとの問題一覧を表示します。

年度・問題を読み込み中...
- - - -
年度一覧から解きたい問題を選択してください。
答案画像を提出すると、AIが採点して改善点を返します。最大3枚まで追加できます。
クリックまたはドラッグ&ドロップで答案画像を選択(最大3枚)
この問題について質問してください。