The dot product (or scalar product) of two vectors,
and ,
is a scalar value calculated as .
It measures the alignment of vectors, with , and is zero if they are perpendicular.
Key Definitions and Formulas
- Algebraic Definition: The sum of the products of corresponding components: .
- Geometric Definition: The product of the magnitudes of the vectors and the cosine of the angle between them: .
- Vector Magnitude: A vector’s dot product with itself equals the square of its magnitude: .
Key Properties
- Scalar Result: The output is a number, not a vector.
- Commutative: .
- Distributive: .
- Orthogonal Vectors: If the dot product is 0, the vectors are perpendicular ( ).
- Parallel Vectors: The dot product is maximized when vectors point in the same direction ( ).
Common Uses
- Finding Angles: .
- Physics: Calculating work done by a force, .
- Projections: Finding the projection of one vector onto another.
Example Calculation
If and , then:
*****************************************************************************************
2つのベクトルのドット積(またはスカラー積)
2つのベクトル と、 のドット積(またはスカラー積)は、 として計算されるスカラー値です。
これはベクトルの配置を で測定し、ベクトルが直交する場合は 0 となります。
主要な定義と公式
代数的定義:対応する成分の積の和:
幾何学的定義:ベクトルの大きさとそれらの間の角度 θ の余弦の積:。
ベクトルの大きさ:ベクトルとそれ自身の内積は、その大きさの2乗に等しくなります。。
主な特性
スカラー結果:出力はベクトルではなく数値です。
交換法則:。
分配法則: 。
直交ベクトル: 内積 (dot product) が 0 の場合、ベクトルは直交します ()。
平行ベクトル: 内積は、ベクトルが同じ方向を向いているときに最大になります ()。
一般的な用途
角度の計算: 。
物理学: 力によってなされた仕事の計算 。
投影: あるベクトルから別のベクトルへの投影を求める。
計算例 : and のとき、
Post Views: 4