Describing a Vector with Horizontal and Vertical Steps
In the Cartesian coordinate system, each point on a plane can be represented by a pair of numbers , where is the horizontal position and is the vertical position. The origin point is .
If we draw a directed line segment from the origin to another point, for example , we obtain a vector. This vector is written as . Its magnitude is the segment's length, and its direction runs from the initial point toward the arrowhead.
Two unit vectors describe the coordinate directions. Each has a length of .
- is the unit vector along the positive -axis (horizontal).
- is the unit vector along the positive -axis (vertical).
Vector can be expressed as a combination of horizontal movement of and vertical movement of . In unit vector form, we write:
Vector Components and Magnitude
The values and in vector are called the vector components.
- is the horizontal scalar component. The corresponding vector projection onto the -axis is .
- is the vertical scalar component. The corresponding vector projection onto the -axis is .
A vector with these two components is called a two-dimensional vector.
The length or magnitude of vector , written as , is the distance from the origin to the endpoint . If is the endpoint and is the projection of onto the -axis, the right triangle gives its magnitude through the Pythagorean theorem:
Two Dimensional Vector Visualization
The visualization below connects the vector, its components, and its magnitude in the Cartesian plane:
The diagram shows all three coordinate axes. The vector lies in the -plane, so its -component is .
In the visualization above:
- Vector (light green) has initial point and endpoint
- The -component (light blue) is the projection of vector on the -axis, which is
- The -component (yellow) is the projection of vector on the -axis, which is
- The magnitude of the vector