ベクトル $x$ と $x'$ が与えられたとき、以下の量を求めます。 * 内積 $(x, x')$ * ベクトルの長さ $||x||$, $||x'||$ * $x$ と $x'$ のなす角 $\theta$ に対する $\cos \theta$ * $x$ と $x'$ が張る平行四辺形の面積 * 外積 $x \times x'$ 問題は2つあります。 (1) $x = \begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix}$, $x' = \begin{pmatrix} 4 \\ 5 \\ -6 \end{pmatrix}$ (2) $x = \begin{pmatrix} 2 \\ -2 \\ 1 \end{pmatrix}$, $x' = \begin{pmatrix} 2 \\ 3 \\ 2 \end{pmatrix}$

応用数学ベクトル内積外積ベクトルの長さ空間ベクトル
2025/7/21

1. 問題の内容

ベクトル xxxx' が与えられたとき、以下の量を求めます。
* 内積 (x,x)(x, x')
* ベクトルの長さ x||x||, x||x'||
* xxxx' のなす角 θ\theta に対する cosθ\cos \theta
* xxxx' が張る平行四辺形の面積
* 外積 x×xx \times x'
問題は2つあります。
(1) x=(321)x = \begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix}, x=(456)x' = \begin{pmatrix} 4 \\ 5 \\ -6 \end{pmatrix}
(2) x=(221)x = \begin{pmatrix} 2 \\ -2 \\ 1 \end{pmatrix}, x=(232)x' = \begin{pmatrix} 2 \\ 3 \\ 2 \end{pmatrix}

2. 解き方の手順

(1)
* 内積: (x,x)=(3)(4)+(2)(5)+(1)(6)=12+10+6=28(x, x') = (3)(4) + (2)(5) + (-1)(-6) = 12 + 10 + 6 = 28
* ベクトルの長さ:
x=32+22+(1)2=9+4+1=14||x|| = \sqrt{3^2 + 2^2 + (-1)^2} = \sqrt{9 + 4 + 1} = \sqrt{14}
x=42+52+(6)2=16+25+36=77||x'|| = \sqrt{4^2 + 5^2 + (-6)^2} = \sqrt{16 + 25 + 36} = \sqrt{77}
* cosθ\cos \theta:
cosθ=(x,x)xx=281477=281078=2814711=281477=28722=422=42222=22211\cos \theta = \frac{(x, x')}{||x|| \cdot ||x'||} = \frac{28}{\sqrt{14} \cdot \sqrt{77}} = \frac{28}{\sqrt{1078}} = \frac{28}{\sqrt{14 \cdot 7 \cdot 11}} = \frac{28}{\sqrt{14 \cdot 77}} = \frac{28}{7\sqrt{22}} = \frac{4}{\sqrt{22}} = \frac{4\sqrt{22}}{22} = \frac{2\sqrt{22}}{11}
* 平行四辺形の面積:
面積 =xxsinθ= ||x|| \cdot ||x'|| \cdot \sin \theta
sin2θ=1cos2θ=1(22211)2=1422121=188121=33121=311\sin^2 \theta = 1 - \cos^2 \theta = 1 - (\frac{2\sqrt{22}}{11})^2 = 1 - \frac{4 \cdot 22}{121} = 1 - \frac{88}{121} = \frac{33}{121} = \frac{3}{11}
sinθ=311=3311\sin \theta = \sqrt{\frac{3}{11}} = \frac{\sqrt{33}}{11}
面積 =14773311=10783311=7223311=721131111=711611=76= \sqrt{14} \cdot \sqrt{77} \cdot \frac{\sqrt{33}}{11} = \sqrt{1078} \cdot \frac{\sqrt{33}}{11} = 7 \sqrt{22} \cdot \frac{\sqrt{33}}{11} = 7\sqrt{2 \cdot 11} \cdot \frac{\sqrt{3 \cdot 11}}{11} = \frac{7 \cdot 11 \sqrt{6}}{11} = 7\sqrt{6}
もう一つの解法:
x×x=xxsinθ||x \times x'|| = ||x|| ||x'|| \sin \theta
x×x=((2)(6)(1)(5)(1)(4)(3)(6)(3)(5)(2)(4))=(12+54+18158)=(7147)x \times x' = \begin{pmatrix} (2)(-6) - (-1)(5) \\ (-1)(4) - (3)(-6) \\ (3)(5) - (2)(4) \end{pmatrix} = \begin{pmatrix} -12 + 5 \\ -4 + 18 \\ 15 - 8 \end{pmatrix} = \begin{pmatrix} -7 \\ 14 \\ 7 \end{pmatrix}
x×x=(7)2+142+72=49+196+49=294=496=76||x \times x'|| = \sqrt{(-7)^2 + 14^2 + 7^2} = \sqrt{49 + 196 + 49} = \sqrt{294} = \sqrt{49 \cdot 6} = 7\sqrt{6}
* 外積:
x×x=((2)(6)(1)(5)(1)(4)(3)(6)(3)(5)(2)(4))=(12+54+18158)=(7147)x \times x' = \begin{pmatrix} (2)(-6) - (-1)(5) \\ (-1)(4) - (3)(-6) \\ (3)(5) - (2)(4) \end{pmatrix} = \begin{pmatrix} -12 + 5 \\ -4 + 18 \\ 15 - 8 \end{pmatrix} = \begin{pmatrix} -7 \\ 14 \\ 7 \end{pmatrix}
(2)
* 内積: (x,x)=(2)(2)+(2)(3)+(1)(2)=46+2=0(x, x') = (2)(2) + (-2)(3) + (1)(2) = 4 - 6 + 2 = 0
* ベクトルの長さ:
x=22+(2)2+12=4+4+1=9=3||x|| = \sqrt{2^2 + (-2)^2 + 1^2} = \sqrt{4 + 4 + 1} = \sqrt{9} = 3
x=22+32+22=4+9+4=17||x'|| = \sqrt{2^2 + 3^2 + 2^2} = \sqrt{4 + 9 + 4} = \sqrt{17}
* cosθ\cos \theta:
cosθ=(x,x)xx=0317=0\cos \theta = \frac{(x, x')}{||x|| \cdot ||x'||} = \frac{0}{3 \cdot \sqrt{17}} = 0
* 平行四辺形の面積:
cosθ=0\cos \theta = 0 なので、 θ=π2\theta = \frac{\pi}{2}. よって sinθ=1\sin \theta = 1
面積 =xxsinθ=3171=317= ||x|| \cdot ||x'|| \cdot \sin \theta = 3 \cdot \sqrt{17} \cdot 1 = 3\sqrt{17}
* 外積:
x×x=((2)(2)(1)(3)(1)(2)(2)(2)(2)(3)(2)(2))=(43246+4)=(7210)x \times x' = \begin{pmatrix} (-2)(2) - (1)(3) \\ (1)(2) - (2)(2) \\ (2)(3) - (-2)(2) \end{pmatrix} = \begin{pmatrix} -4 - 3 \\ 2 - 4 \\ 6 + 4 \end{pmatrix} = \begin{pmatrix} -7 \\ -2 \\ 10 \end{pmatrix}
x×x=(7)2+(2)2+102=49+4+100=153=917=317||x \times x'|| = \sqrt{(-7)^2 + (-2)^2 + 10^2} = \sqrt{49 + 4 + 100} = \sqrt{153} = \sqrt{9 \cdot 17} = 3\sqrt{17}

3. 最終的な答え

(1)
内積: (x,x)=28(x, x') = 28
ベクトルの長さ: x=14||x|| = \sqrt{14}, x=77||x'|| = \sqrt{77}
cosθ=22211\cos \theta = \frac{2\sqrt{22}}{11}
平行四辺形の面積: 767\sqrt{6}
外積: x×x=(7147)x \times x' = \begin{pmatrix} -7 \\ 14 \\ 7 \end{pmatrix}
(2)
内積: (x,x)=0(x, x') = 0
ベクトルの長さ: x=3||x|| = 3, x=17||x'|| = \sqrt{17}
cosθ=0\cos \theta = 0
平行四辺形の面積: 3173\sqrt{17}
外積: x×x=(7210)x \times x' = \begin{pmatrix} -7 \\ -2 \\ 10 \end{pmatrix}

「応用数学」の関連問題

つるまきバネの下端に50gのおもりをつるすと全長が22cmになり、80gのおもりをつるすと全長が28cmになった。何もつるさないときのバネの長さと、このバネの弾性定数を求める。

フックの法則バネ線形方程式物理
2025/7/21

この問題は、与えられた消費関数、投資関数、実質貨幣需要関数、財市場の均衡条件、および実質貨幣量に基づいて、以下の3つの問いに答えるものです。 * (5-1) IS曲線とLM曲線を求める。 * ...

経済モデルIS-LMモデル均衡分析連立方程式
2025/7/21

以下の方程式で表されるマクロ経済について、IS曲線とLM曲線を求め、均衡GDPと均衡利子率を求め、実質貨幣量が変化した場合の均衡GDPの変化を求める問題です。 消費関数: $C = 0.85Y + 5...

マクロ経済学IS曲線LM曲線均衡連立方程式
2025/7/21

## 1. 問題の内容

マクロ経済学均衡GDP乗数効果消費関数財市場
2025/7/21

ベクトル $\vec{r} = xi + yj + zk$ と、その大きさ $|r| = \sqrt{x^2 + y^2 + z^2}$ が与えられたとき、$\text{rot}(|r|^n \vec...

ベクトル解析回転勾配
2025/7/21

質量 $m$ の質点の位置ベクトルを $\vec{r}$ 、速度ベクトルを $\vec{v}$ とする。質点には力 $\vec{F}$ が働いている。以下の問いに答える。 (1) 質点の運動方程式を ...

力学運動方程式角運動量ベクトルの外積極座標
2025/7/21

問1:$x$軸上のみを運動する質量$m$の質点に関する問題。 (1) 質点に一定の力$F$が加わったときの運動方程式と、その解$x(t)$を求める。初期条件は$t=0$で$x(0)=x_0$, $...

運動方程式力学積分エネルギー保存空気抵抗運動量弾性衝突
2025/7/21

この問題は、貨幣乗数、実質貨幣需要関数、および貨幣に関する記述の正誤を問うものです。具体的には以下の問いに答えます。 1-1: 現金・預金保有比率と預金準備率が与えられたときの貨幣乗数の計算と、ハイパ...

貨幣乗数実質貨幣需要貨幣供給均衡利子率金融
2025/7/21

ある企業のトービンのqが2、資本の再取得価格が1億円であるとき、以下の問いに答えます。 3-1. 企業価値(株式市場で評価された企業の価値+負債総額)を求めます。 3-2. 企業が4000万円の借入金...

ファイナンス企業価値トービンのq株式配当
2025/7/21

鉄塔の先端に設置された直径20mmの避雷針に風速30m/sの風が当たった際に発生するカルマン渦による音を解析して、風速を検知する方法を問う問題です。ストローハル数は0.2で一定とします。

流体力学音響学ストローハル数周波数物理
2025/7/21