2.3
矢量通常用坐标系中的各个分量来描述。 即使在日常生活中,我们也会自然而言地利用直角坐标系中正交投影的概念。 例如,当别人指引你到某个地点时,你会被告知向东西南北某个方向走几公里,还会同时告知你前进的具体角度。 在平面直角坐标系,也就是笛卡尔坐标系中,一个点由一对坐标 (x, y) 来表示。同样,平面…
笛卡尔坐标系由三个相互垂直的轴组成,这三个轴由在原点相交的单位向量定义。
单位向量具有单位长度,仅表示方向。
对于笛卡尔坐标系,î、ĵ 和 k̂ 分别是沿正 x、y 和 z 轴方向的单位矢量。
在此坐标系中,每个向量均为其在各个轴上的正交投影之和。这些投影称为向量分量。
我们将每个矢量分量表示为其大小和沿坐标轴的单位矢量。这些大小代表矢量的标量分量。
因此,任意向量都是其分量的矢量和。
利用标量分量,矢量的大小由其各分量平方和的平方根给出。
对于平面上的一个矢量,其方向是该矢量与正 x 轴在逆时针方向上所成的夹角,其值等于 y 分量与 x 分量之比的反正切。
相反,矢量的 x 分量是其大小乘以与 x 轴夹角的余弦值。
其 y 分量为该矢量的大小乘以矢量与 x 轴夹角的正弦值。
View the full transcript and gain access to JoVE Core videos
Q1: What are unit vectors in the Cartesian coordinate system?
Unit vectors are vectors with magnitude one that point along the coordinate axes. In Cartesian systems, î, ĵ, and k̂ represent unit vectors along the positive x, y, and z axes respectively. They serve as directional references for expressing vector components and allow any vector to be written as the sum of its scaled components along each axis.
Q2: How do you find the magnitude of a vector from its components?
The magnitude of a vector is calculated using the square root of the sum of the squares of its scalar components. For a vector with components Vx, Vy, and Vz, the magnitude equals √(Vx² + Vy² + Vz²). This relationship applies whether the vector exists in two or three dimensions.
Q3: What is the relationship between vector components and orthogonal projections?
Vector components are the orthogonal projections of a vector onto each coordinate axis. In a Cartesian system, the x-component is the projection onto the x-axis, and the y-component is the projection onto the y-axis. Each vector can be expressed as the vector sum of these perpendicular projections, making components fundamental to vector representation.
Q4: How do you calculate the direction angle of a vector?
The direction angle is the angle a vector makes with the positive x-axis, measured counterclockwise. It is calculated using the tangent function: direction angle = tan⁻¹(y-component/x-component). This angle uniquely defines the vector's orientation in the coordinate system and is essential for vector algebra method of components calculations.
Q5: How do you find vector components when magnitude and direction are known?
The x-component equals the magnitude multiplied by the cosine of the direction angle. The y-component equals the magnitude multiplied by the sine of the direction angle. These trigonometric relationships allow you to decompose a vector into its Cartesian components when only its magnitude and direction are given.
Q6: What is the difference between scalar and vector components?
Scalar components are the numerical magnitudes of a vector along each axis, representing only size without direction. Vector components combine these magnitudes with unit vectors to specify both magnitude and direction. For example, the vector component is 5î while the scalar component is simply 5.
Q7: Why are orthogonal axes important in the Cartesian coordinate system?
Orthogonal axes are mutually perpendicular, ensuring that vector components along each axis are independent and do not overlap. This perpendicularity simplifies calculations and allows any vector to be uniquely represented as the sum of its independent components. The orthogonal structure makes vector decomposition and reconstruction straightforward and unambiguous.