Vector Components and Scalar Components
In math and physics we often have to deal with vectors in component form.
This is a vector in component form.
Expressing a vector in component form basically means writing that vector in terms of some “base” vectors like
Let’s say vector u’s tail is at the origin. Starting from the origin, we travel two times the length of
So when a vector's tail is at the origin, the scalar components of the vector are the coordinates of the point where its head is located. This is a pretty common way to look at the components of a vector.
Another way is to think of them as parts of the main vector acting along the two axes. They tell us “how much of that vector is acting along that axis”. Let’s look at another example of a vector defined from a point with coordinates (-3, 1) to the point (-2, 4).
From the tip of its head and tail we drop perpendiculars onto the coordinate axes. The part of the vector acting along the x-axis(x-vector component) is of length (-2 - (-3) = 1), and in the positive x-direction. The y-vector component is of length (4 - 1 = 3) in the positive y-direction. So this vector can be written in component form as :
Generally, if
We are subtracting x-coordinate of tail from x-coordinate of head for the component along x-axis, and subtracting y-coordinate of tail from y-coordinate of head for the component along y-axis.
The two base vectors
However, these two aren’t the only pair of base vectors. Infact, any two non-parallel vectors in 2D can be chosen as base vectors! If
spans the entire 2-dimensional space! It means, for any
But in most earlier introductory courses on vectors we only ever see
Know more - Parametric equation of a plane in 3D
Comments
Post a Comment