如何计算两个向量的叉积(calculate the cross product of two vectors)

叉积是一种向量乘法,只在三维和七维中定义,输出另一个向量。这种操作几乎只用于三维,在物理和工程应用中很有用。在本文中,我们将计算笛卡尔坐标系中定义的两个三维向量的叉积。...

备忘单

向量图的叉积

支持wikiHow并解锁所有示例。

方法1方法1/2:计算叉积

  1. 1考虑笛卡尔坐标中定义的两个通用三维向量。a=Ai+Bj+Ckb=Di+Ej+Fk{\displaystyle{\begin{aligned}\mathbf{a}&amp=A\mathbf{i}+B\mathbf{j}+C\mathbf{k}\\\mathbf{B}&amp=这里,i,j,k{\displaystyle\mathbf{i}、\mathbf{j}+F\mathbf{k}\end{aligned}}这里,i,j,k{\displaystyle\mathbf{i}、\mathbf{j}、\mathbf{k}是单位向量,A,B,C,D,E,F{\displaystyle A,B,C,D,E,F}。
  2. 2.设置矩阵。计算叉积最简单的方法之一是用矩阵中的两个向量建立单位向量。a×b=|ijkABCDEF |{\displaystyle\mathbf{a}\times\mathbf{b}={\begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\A&B&C\\D&E&F\end{vmatrix}}
  3. 3计算矩阵的行列式。下面,我们使用辅因子展开(通过子项展开)。a×b=(BF)−EC)我−(AF)−DC)j+(AE)−DB)k{\displaystyle\mathbf{a}\times\mathbf{b}=(BF-EC)\mathbf{i}-(AF-DC)\mathbf{j}+(AE-DB)\mathbf{k}这个向量与a{\displaystyle\mathbf{a}和b.{\displaystyle\mathbf{b}正交

方法2方法2/2:示例

  1. 1考虑以下两个向量。u=2i−j+3kv=5i+7j−4k{\displaystyle{\begin{aligned}\mathbf{u}&amp=2\mathbf{i}-\mathbf{j}+3\mathbf{k}\\\mathbf{v}&amp=5\mathbf{i}+7\mathbf{j}-4\mathbf{k}\end{aligned}
  2. 2.设置矩阵。u×v=|ijk2−1357−4 |{\displaystyle\mathbf{u}\times\mathbf{v}={\begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\2&amp-1&3\\5&7&amp-4\end{vmatrix}}
  3. 3计算矩阵的行列式。u×v=(4)−21)我−(−8.−15) j+(14+5)k=−17i+23j+19k{\displaystyle{\begin{aligned}\mathbf{u}\times\mathbf{v}&amp=(4-21)\mathbf{i}-(-8-15)\mathbf{j}+(14+5)\mathbf{k}\\\&amp=-17\mathbf{i}+23\mathbf{j}+19\mathbf{k}\end{aligned}
  • 向量与其自身任意倍数的叉积为0。这在设置矩阵时更容易显示。第二行和第三行是线性相关的,因为可以将一行作为另一行的倍数写入。那么,矩阵的行列式和叉积是0。
  • 可以证明,由两个向量a×b{\displaystyle\mathbf{a}\times\mathbf{b}的叉积产生的向量与a{\displaystyle\mathbf{a}和b.{\displaystyle\mathbf{b}都正交为此,计算点积。这些积被称为三重积——因为外部的操作是点积,所以它们是标量三重积。A.⋅(a×b)b⋅(a×b){\displaystyle{\begin{aligned}\mathbf{a}&\cdot(\mathbf{a}\times\mathbf{b})\\\mathbf{b}&\cdot(\mathbf{a}\times\mathbf{b})\end{aligned}})这些三重乘积遵循一种称为循环置换的方式——也就是说,如果你交换向量的位置而不重新排序,那么表达式是等价的。然后,我们可以重写它们,使向量与自身相交。A.⋅(b×b)b⋅(a×a){\displaystyle{\begin{aligned}\mathbf{a}&\cdot(\mathbf{b}\times\mathbf{b})\\\mathbf{b}&\cdot(\mathbf{a}\times\mathbf{a})\end{aligned}}然而,我们知道向量与自身的叉积是0。因为两个向量的点积也是0,所以它们是正交的。。
  • 发表于 2022-03-11 20:15
  • 阅读 ( 139 )
  • 分类:教育

你可能感兴趣的文章

平行四边形(parallelogram)和四边形的(quadrilateral)的区别

...边形的面积可以用一边的长度和到另一边的高度的乘积来计算。因此,平行四边形的面积可以表示为 平行四边形面积=底×高=AB×h 平行四边形的面积与单个平行四边形的形状无关。它只取决于底座的长度和垂直高度。 如果平行...

  • 发布于 2020-10-19 01:17
  • 阅读 ( 663 )

矩形(rectangle)和菱形(rhombus)的区别

...边形的面积可以用一边的长度和到另一边的高度的乘积来计算。因此,平行四边形的面积可以表示为 平行四边形面积=底×高=AB×h 平行四边形的面积与单个平行四边形的形状无关。它只取决于底座的长度和垂直高度。 如果平行...

  • 发布于 2020-10-20 00:12
  • 阅读 ( 466 )

平行四边形(parallelogram)和矩形(rectangle)的区别

...边形的面积可以用一边的长度和到另一边的高度的乘积来计算。因此,平行四边形的面积可以表示为 平行四边形面积=底×高=AB×h 平行四边形的面积与单个平行四边形的形状无关。它只取决于底座的长度和垂直高度。 如果平行...

  • 发布于 2020-11-03 03:06
  • 阅读 ( 412 )

平行四边形(parallelogram)和梯形(trapezoid)的区别

...边形的面积可以用一边的长度和到另一边的高度的乘积来计算。因此,平行四边形的面积可以表示为 平行四边形面积=底×高=AB×h 平行四边形的面积与单个平行四边形的形状无关。它只取决于基座的长度和垂直高度。 如果平行...

  • 发布于 2020-11-03 09:59
  • 阅读 ( 527 )

平行四边形(parallelogram)和菱形(rhombus)的区别

...边形的面积可以用一边的长度和到另一边的高度的乘积来计算。因此,平行四边形的面积可以表示为 平行四边形面积=底×高=AB×h 平行四边形的面积与单个平行四边形的形状无关。它只取决于底座的长度和垂直高度。 如果平行...

  • 发布于 2020-11-03 10:02
  • 阅读 ( 631 )

点积(dot product)和交叉积(cross product)的区别

点积与交叉积 点积和叉积在物理、工程和数学中有许多应用。叉积,或称为向量积,是对三维空间中两个向量的二元运算。叉积得到的向量垂直于相乘的向量和垂直于平面的向量。 在代数运算中,点积取两个等长的数字序列...

  • 发布于 2021-06-23 17:22
  • 阅读 ( 447 )

如何求叉积(find the cross product)

...号表示,但数学运算比简单的代数乘法更高级。 The cross product of vectors and is denoted as and produces another vector , which is perpendicular to both and . where θ is the angle measured from   to and η is the unit vector in the direction perpendicular to the plane cont...

  • 发布于 2021-06-27 01:26
  • 阅读 ( 419 )

如何计算位移(calculate displacement)

...之前,让我们先定义位移,然后学习什么是位置向量以及如何编写它。 位移的定义 位移是对粒子初始位置和最终位置之间差异的测量。它是运动学中使用的基本量之一,也用于导出速度和加速度。位移是一个向量量,它有一个...

  • 发布于 2021-06-27 02:58
  • 阅读 ( 309 )

什么是向量(a vector)

...向指向矢量的方向,线段的长度与矢量的大小成正比。 如何写向量 A vector can be written down in several ways. One method is to use bold characters e.g.  . You can also use an underline ( ) or an arrow drawn on top of a letter ( ). If the symbol for a vector is written with...

  • 发布于 2021-06-27 02:59
  • 阅读 ( 111 )

如何乘向量(multiply vectors)

... we have a vector  , that is to be multiplied by the scalar  . Then, the product between the vector and the scalar is written as  . If  , then the multiplication would increase the length of  by a factor  .  If  , then, in addition to increasing the magnitude of  by a factor  , the dire...

  • 发布于 2021-06-27 02:59
  • 阅读 ( 142 )
Qvqzxlcrv716
Qvqzxlcrv716

0 篇文章

相关推荐