Definition and Representation of Vectors
中文:向量是有方向和大小的量,用有向线段表示。记作 ,或用黑体 。起点为 、终点为 的向量记 。 自由向量:只考虑大小和方向,与位置无关;位置向量:以原点为起点。 在平面/空间坐标系中,向量可表示为坐标形式: 或 。
English:A vector is a quantity with both magnitude and direction, represented by a directed line segment, denoted or . The vector from origin to point is . Free vectors depend only on magnitude and direction (position-independent); position vectors start at the origin. In coordinates: or .
Magnitude and Direction
向量的模与方向
中文:向量的模(长度) 或 ,非负实数。零向量 模为0,无方向。单位向量:模为1的向量,记 。方向:与 -轴夹角或用方向余弦表示。
English:The magnitude (length) is or , a non-negative real number. The zero vector has magnitude 0 and no direction. A unit vector has magnitude 1: . Direction can be given by the angle with the x-axis or direction cosines.
Equal and Opposite Vectors
相等向量与相反向量
中文:两个向量相等 当且仅当模相等且方向相同(平行且同向)。相反向量 与 模相等、方向相反。 English: if they have equal magnitude and the same direction (parallel and same sense). The opposite vector is (same magnitude, opposite direction).
Vector Addition and Subtraction
向量的加法与减法
中文:三角形法则或平行四边形法则: 从 终点作 ,或平行四边形对角线。 减法:。 坐标运算:若 ,,则 。
English:Triangle law or parallelogram law: is the diagonal. Subtraction: . In coordinates: component-wise addition.
Scalar Multiplication
数乘向量
中文:( 为实数):模变为 ,同向,反向,为零向量。 线性组合:。
English: scales magnitude by and keeps/reverses direction depending on the sign of . Linear combination: .
The first key operation is scalar multiplication, multiplying a scalar and a vector. If k is a scalar and $\vec{v}$ is a vector, their product k $\vec{v}$ is defined as follows:
- If k>0, then k $\vec{v}$ is the vector pointing in the same direction as $\vec{v}$ that’s k times as long as $\vec{v}$.
- If k=0, then k $\vec{v}$ is $\vec{0}$.
- If k<0, then k $\vec{v}$ is the vector pointing in the opposite direction from $\vec{v}$ that’s |k| times as long as $\vec{v}$.
For example, if →v is the vector shown at left below, here’s how you’d picture 2 $\vec{v}$ and −0.6 $\vec{v}$:
Note that the picture above could be happening in $\mathbb{R}^2$ or $\mathbb{R}^3$
Fundamental Properties
向量基本性质
交换律:
结合律:
零向量:
逆向量:
数乘分配律: ,
向量共线定理:(非零)存在唯一实数 使 。
English:Commutative, associative, identity (zero vector), inverse laws for addition; distributive laws for scalar multiplication. Collinear vectors: (non-zero) if for some unique real .
Leave a Reply
You must be logged in to post a comment.