如何乘向量(multiply vectors)

我们来看看向量相乘的三种方法。首先,我们来看看向量的标量乘法。然后,我们看两个向量相乘。我们将学习两种不同的乘向量的方法,使用标量积和叉积。...

我们来看看向量相乘的三种方法。首先,我们来看看向量的标量乘法。然后,我们看两个向量相乘。我们将学习两种不同的乘向量的方法,使用标量积和叉积。

如何用标量乘向量

当你将一个向量乘以一个标量时,向量的每个分量都会乘以这个标量。

Suppose 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 direction of the vector would also be reversed.

如何乘向量(multiply vectors)

With regards to vector components, each component gets multiplied by the scalar. For instance, if a vector  , then  .

例子

The momentum vector  of an object is given by  , where  is the mass of the object and  is the velocity vector. For an object with a mass of 2 kg having a velocity of  m s-1, find the momentum vector.

The momentum is kg m s-1.

如何求两个向量的标量积

The scalar product (also known as the dot product) between two vectors and is written as . This is defined as,

where  is the angle between the two vectors if they are placed tail-to-tail as shown below:

如何乘向量(multiply vectors)The scalar product between two vectors yields a scalar quantity. Geometrically, this quantity is equal to the product of the magnitude of one vector’s projection on the other and the magnitude of the “other” vector:如何乘向量(multiply vectors)

Using the components of vectors along the Cartesian plane, we could obtain the scalar product as follows. If the vector  and  , then the scalar product

例子

Vector  and  . Find  .

例子

The work done by a force , when it causes a displacement  for an object is given by, . Suppose a force of   N causes a body to move, whose displacement under the force is is  m. Find the work done by the force.

J.

例子

Find the angle between the two vectors  and .

From the definition of the scalar product, .  Here, we have  and  . 

那么,

.

If two vectors are perpendicular to each other, then the angle  between them is 90o. In this case,  and so the scalar product becomes 0. In particular, for unit vectors in the Cartesian coordinate system, we note that,

For parallel vectors, the angle  between them is 0o. In this case,  and the scalar product simply becomes the products of the magnitudes of the vectors. In particular,

The scalar product is commutative. i.e.  .

The scalar product is also distributive. i.e.  . 

如何求两个向量的叉积

The cross product (also known as the vector product) between two vectors and is written as . This is defined as,

与标量积不同,向量积或叉积给出了一个向量作为答案。上面的公式给出了向量的大小。为了得到这个向量的方向,想象一下把螺丝刀从第一个向量的方向转向第二个向量的方向。螺丝刀“进去”的方向是向量积的方向。

如何乘向量(multiply vectors)

For instance, in the above diagram, the vector product is  will point into the page, whereas  will point out of the page.

Clearly, then, vector product is not commutative. Rather,  .

The vector product between two parallel vectors is 0. This is because the angle  between them is 00, making the  .

关于单位向量,我们有

另外,我们还有

对于分量,向量积由下式给出:,

 

例子

Find the cross product between vectors  and  .

.

  • 发表于 2021-06-27 02:59
  • 阅读 ( 98 )
  • 分类:科学

你可能感兴趣的文章

插入(insertion)和替换向量(replacement vectors)的区别

...便于新的外源DNA**。 目录 1. 概述和主要区别 2. 什么是**向量 3. 什么是替换向量 4. **向量和替换向量的相似性 5. 并排比较-**向量与替换向量的表格形式 6. 摘要 什么是**向量(an insertion vector)? 首先,**载体是lambda克隆载体的最简...

  • 发布于 2020-10-18 16:52
  • 阅读 ( 322 )

克隆载体(cloning vector)和表达式向量(expression vector)的区别

...录 1. 概述和主要区别 2. 什么是克隆载体 3. 什么是表达式向量 4. 载体的克隆与表达 5. 并排比较-以表格形式克隆载体与表达载体 6. 摘要 什么是克隆载体(a cloning vector)? 克隆载体是可以用来**外源DNA分子的一部分DNA,并且能够**...

  • 发布于 2020-10-27 20:28
  • 阅读 ( 456 )

雅克(yac)和bac向量(bac vectors)的区别

雅克(yac)和bac向量(bac vectors)的区别 载体用于分子克隆。载体可以被定义为一种DNA分子,它作为一种载体将外来的遗传物质带入另一个细胞。含有外源DNA的载体称为重组DNA,它应具有在宿主体内复制和表达的能力。酵母人工染...

  • 发布于 2020-11-02 23:34
  • 阅读 ( 247 )

矢量(vector)和矩阵(matrix)的区别

向量与矩阵 数学被人们用在他感兴趣的不同领域。它用于工程、自然和社会科学、医学和其他学科。自从人类发现了数字并学会了数数以来,它就一直被人们所使用。它最初被人类用来记录时间、测量土地、**绘画和纺织图案...

  • 发布于 2021-06-23 16:26
  • 阅读 ( 852 )

数组表(arraylist)和矢量(vector)的区别

ArrayList与Vector 向量实现的数组可以在运行时在添加或删除某些元素时进行增长/收缩。使用整数索引访问其元素。两个字段–容量和容量增量,是矢量存储管理的特征。它实现了四个接口:*列表*随机访问*可克隆*可串行化接口 ...

  • 发布于 2021-06-23 18:41
  • 阅读 ( 235 )

矢量量(vector quantity)和标量(scalar quantity)的区别

...时间移动的方向。此组件完全丢失。另一方面,当你处理向量量时,你需要有能力用方向来表示它。 多年来,向量和标量一直是科学家们争论的话题。为了在这两个实体之间出现明显的区别,需要大量的研究和论文。现在,很...

  • 发布于 2021-06-23 20:32
  • 阅读 ( 661 )

矢量(vector)和列表(list)的区别

矢量与列表 经常混淆程序员,向量和列表是在C++和java中数组保存中使用的序列。这两个术语包含数组地址,但包含数组的方法不同。我们需要知道的基本点是,数组是一个“列表”,它包含部分或全部数据,即整数、浮点或...

  • 发布于 2021-06-23 23:28
  • 阅读 ( 321 )

如何求叉积(find the cross product)

...积是三维向量空间中两个向量之间的二元运算,因此知道如何求叉积是很有用的。两个向量的叉积导致另一个向量垂直于包含前两个向量的平面。一般情况下,叉积或向量积用乘法符号表示,但数学运算比简单的代数乘法更高级...

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

如何计算位移(calculate displacement)

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

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

什么是向量(a vector)

向量的定义 向量是一个量值(大小)和方向。几何学上,矢量可以用有向线段来表示,线段的方向指向矢量的方向,线段的长度与矢量的大小成正比。 如何写向量 A vector can be written down in several ways. One method is to use bold ch...

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

0 篇文章

相关推荐