This is a free preview. For full access
Force Vectors
Cross Product Direction and Magnitude
Description
The cross product is a vector operation in vector algebra that creates a third vector from two input vectors. Unlike the scalar product, it does not give a single number. The result is a vector perpendicular to both original vectors.
The size, or magnitude, of the cross product depends on the mag...
Show More
Transcript
クロス積は、2 つの異なるベクトルの積であり、その結果が 3 番目のベクトルです。
クロス積の大きさは、両方のベクトルの大きさとそれらの間の角度の正弦を掛けることによって得られます。
ここで、クロス積の大きさは、結果のベクトルの方向を指定する単位ベクトルと乗算できます。
右手の法則は、結果のベクトルの方向を示します。カールした指がベクトル A からベクトル B への方向を表している場合、親指の方向は結果のベクトルの方向を表します。
結果のベクトルは、ベクトル A と B を含む平面に対して常に垂直になります。
ベクトルの外積は非可換です。ベクトル A とベクトル B の外積の結果は、大きさは等しくなりますが、ベクトル...
Show More