ベクトル $\mathbf{a} = \begin{bmatrix} 4 \\ -1 \\ 1 \end{bmatrix}$, $\mathbf{b} = \begin{bmatrix} 5 \\ -2 \\ 3 \end{bmatrix}$, $\mathbf{c} = \begin{bmatrix} 1 \\ 5 \\ 1 \end{bmatrix}$ が与えられたとき、以下の量を求める問題です。 (1) $\|3\mathbf{a} - 2\mathbf{b} + \mathbf{c}\|$ (2) $(\mathbf{a}, \mathbf{c})$ ($\mathbf{a} \cdot \mathbf{c}$) (3) $\mathbf{a}$ と $\mathbf{b}$ のなす角 $\theta$ に対する $\cos \theta$ (4) $\mathbf{c} \times \mathbf{a}$ (5) $\mathbf{a}$, $\mathbf{b}$, $\mathbf{c}$ を3辺とする平行六面体の体積

代数学ベクトルベクトルの演算内積外積ノルム平行六面体
2025/8/5

1. 問題の内容

ベクトル a=[411]\mathbf{a} = \begin{bmatrix} 4 \\ -1 \\ 1 \end{bmatrix}, b=[523]\mathbf{b} = \begin{bmatrix} 5 \\ -2 \\ 3 \end{bmatrix}, c=[151]\mathbf{c} = \begin{bmatrix} 1 \\ 5 \\ 1 \end{bmatrix} が与えられたとき、以下の量を求める問題です。
(1) 3a2b+c\|3\mathbf{a} - 2\mathbf{b} + \mathbf{c}\|
(2) (a,c)(\mathbf{a}, \mathbf{c})ac\mathbf{a} \cdot \mathbf{c}
(3) a\mathbf{a}b\mathbf{b} のなす角 θ\theta に対する cosθ\cos \theta
(4) c×a\mathbf{c} \times \mathbf{a}
(5) a\mathbf{a}, b\mathbf{b}, c\mathbf{c} を3辺とする平行六面体の体積

2. 解き方の手順

(1) 3a2b+c3\mathbf{a} - 2\mathbf{b} + \mathbf{c} を計算します。
3a=3[411]=[1233]3\mathbf{a} = 3\begin{bmatrix} 4 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 12 \\ -3 \\ 3 \end{bmatrix}
2b=2[523]=[1046]2\mathbf{b} = 2\begin{bmatrix} 5 \\ -2 \\ 3 \end{bmatrix} = \begin{bmatrix} 10 \\ -4 \\ 6 \end{bmatrix}
3a2b+c=[1233][1046]+[151]=[1210+13(4)+536+1]=[362]3\mathbf{a} - 2\mathbf{b} + \mathbf{c} = \begin{bmatrix} 12 \\ -3 \\ 3 \end{bmatrix} - \begin{bmatrix} 10 \\ -4 \\ 6 \end{bmatrix} + \begin{bmatrix} 1 \\ 5 \\ 1 \end{bmatrix} = \begin{bmatrix} 12 - 10 + 1 \\ -3 - (-4) + 5 \\ 3 - 6 + 1 \end{bmatrix} = \begin{bmatrix} 3 \\ 6 \\ -2 \end{bmatrix}
3a2b+c=32+62+(2)2=9+36+4=49=7\|3\mathbf{a} - 2\mathbf{b} + \mathbf{c}\| = \sqrt{3^2 + 6^2 + (-2)^2} = \sqrt{9 + 36 + 4} = \sqrt{49} = 7
(2) (a,c)(\mathbf{a}, \mathbf{c})ac\mathbf{a} \cdot \mathbf{c} を意味します。
ac=(4)(1)+(1)(5)+(1)(1)=45+1=0\mathbf{a} \cdot \mathbf{c} = (4)(1) + (-1)(5) + (1)(1) = 4 - 5 + 1 = 0
(3) cosθ=abab\cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{\|\mathbf{a}\| \|\mathbf{b}\|}
ab=(4)(5)+(1)(2)+(1)(3)=20+2+3=25\mathbf{a} \cdot \mathbf{b} = (4)(5) + (-1)(-2) + (1)(3) = 20 + 2 + 3 = 25
a=42+(1)2+12=16+1+1=18=32\|\mathbf{a}\| = \sqrt{4^2 + (-1)^2 + 1^2} = \sqrt{16 + 1 + 1} = \sqrt{18} = 3\sqrt{2}
b=52+(2)2+32=25+4+9=38\|\mathbf{b}\| = \sqrt{5^2 + (-2)^2 + 3^2} = \sqrt{25 + 4 + 9} = \sqrt{38}
cosθ=253238=25376=253419=253(219)=25619=25196(19)=2519114\cos \theta = \frac{25}{3\sqrt{2}\sqrt{38}} = \frac{25}{3\sqrt{76}} = \frac{25}{3\sqrt{4 \cdot 19}} = \frac{25}{3(2\sqrt{19})} = \frac{25}{6\sqrt{19}} = \frac{25\sqrt{19}}{6(19)} = \frac{25\sqrt{19}}{114}
(4) c×a=[151]×[411]=[(5)(1)(1)(1)(1)(4)(1)(1)(1)(1)(5)(4)]=[5+141120]=[6321]\mathbf{c} \times \mathbf{a} = \begin{bmatrix} 1 \\ 5 \\ 1 \end{bmatrix} \times \begin{bmatrix} 4 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} (5)(1) - (1)(-1) \\ (1)(4) - (1)(1) \\ (1)(-1) - (5)(4) \end{bmatrix} = \begin{bmatrix} 5 + 1 \\ 4 - 1 \\ -1 - 20 \end{bmatrix} = \begin{bmatrix} 6 \\ 3 \\ -21 \end{bmatrix}
(5) 平行六面体の体積 V=(a×b)c=a(b×c)V = |(\mathbf{a} \times \mathbf{b}) \cdot \mathbf{c}| = |\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})|.
b×c=[523]×[151]=[(2)(1)(3)(5)(3)(1)(5)(1)(5)(5)(2)(1)]=[2153525+2]=[17227]\mathbf{b} \times \mathbf{c} = \begin{bmatrix} 5 \\ -2 \\ 3 \end{bmatrix} \times \begin{bmatrix} 1 \\ 5 \\ 1 \end{bmatrix} = \begin{bmatrix} (-2)(1) - (3)(5) \\ (3)(1) - (5)(1) \\ (5)(5) - (-2)(1) \end{bmatrix} = \begin{bmatrix} -2 - 15 \\ 3 - 5 \\ 25 + 2 \end{bmatrix} = \begin{bmatrix} -17 \\ -2 \\ 27 \end{bmatrix}
V=a(b×c)=[411][17227]=(4)(17)+(1)(2)+(1)(27)=68+2+27=39=39V = |\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})| = |\begin{bmatrix} 4 \\ -1 \\ 1 \end{bmatrix} \cdot \begin{bmatrix} -17 \\ -2 \\ 27 \end{bmatrix}| = |(4)(-17) + (-1)(-2) + (1)(27)| = |-68 + 2 + 27| = |-39| = 39

3. 最終的な答え

(1) 7
(2) 0
(3) cosθ=2519114\cos \theta = \frac{25\sqrt{19}}{114}
(4) [6321]\begin{bmatrix} 6 \\ 3 \\ -21 \end{bmatrix}
(5) V=39V=39

「代数学」の関連問題

$\frac{\sqrt{3} - 1}{\sqrt{3} + 1}$ の分母を有理化しなさい。

分母の有理化平方根式の計算
2025/8/6

与えられた二つの数式をそれぞれ計算し、簡単にする問題です。一つ目の式は $(3a + 4) - (-a + 6)$ であり、二つ目の式は $(-\frac{1}{5}x + 3) + (\frac{4...

式の計算一次式分配法則文字式
2025/8/6

写真に写っている計算問題(1番と2番)を解く。

文字式の計算一次式同類項の計算分配法則
2025/8/6

$a > b$ のとき、以下の不等式の空欄に当てはまる不等号(< または >)を答える問題です。 (1) $a + 7 \square b + 7$ (2) $-\frac{2}{5}a \squar...

不等式不等号式の変形
2025/8/6

画像に写っている数学の問題を解く。問題は、式を計算する問題で、掛け算と割り算、分配法則を使った計算などが含まれる。

式の計算分配法則一次式計算
2025/8/6

与えられた行列 $A = \begin{bmatrix} -2 & 1 \\ 4 & 1 \end{bmatrix}$ を対角化する。

線形代数行列対角化固有値固有ベクトル
2025/8/6

縦12cm、横16cmの絵を台紙に貼ったところ、周りの余白の幅が同じになった。絵の面積が台紙の面積の3/5であるとき、余白の幅 $x$ cmを求めよ。

二次方程式面積因数分解文章問題
2025/8/6

行列 $A = \begin{bmatrix} -2 & 1 \\ 4 & 1 \end{bmatrix}$ を対角化する。

線形代数行列対角化固有値固有ベクトル
2025/8/6

与えられた複数の1次式の計算問題を解く問題です。

一次式式の計算同類項
2025/8/6

与えられた各組の数について、それらの大小関係を不等号を用いて表す問題です。 (1) $2^{\frac{3}{2}}$, $2^{-2}$, $2^5$, $1$ (2) $0.7^5$, $0.7^...

大小比較指数累乗根
2025/8/6