Vector Representations and Addition (Polar, Unit Vectors, and Addition)
Polar form and vector notation
Vectors can be expressed in at least two common ways: polar form and Cartesian (component) form. It’s useful to be familiar with both and know how to move between them.
The polar approach emphasizes magnitude and direction, while Cartesian form emphasizes horizontal and vertical components.
Notation choice is flexible; you can adopt the convention that best fits the problem or the course.
Unit vectors and directionality
A unit vector carries direction but has unit magnitude. It serves as a directional indicator.
If you have a vector \vec{v}, the unit vector in its direction is v^=∣v∣v,
provided that ∣v∣=0.
Common unit vectors in 2D are i^ (x-direction) and j^ (y-direction). Any vector can be written as a linear combination of these: v=v<em>xi^+v</em>yj^.
In 3D, add k^ for the z-direction: v=v<em>xi^+v</em>yj^+vzk^.
Trigonometric foundations for vectors
Vectors relate to right triangles via the standard trigonometric relationships: cosine, sine, and their projections onto axes.
If a vector makes an angle θ with the positive x-axis, its Cartesian components are v<em>x=∣v∣cosθ,v</em>y=∣v∣sinθ.
Magnitude of the vector is ∣v∣=v<em>x2+v</em>y2.
These relationships underpin both polar and Cartesian representations.
Polar form of a vector in 2D
In polar form, a vector with magnitude $r$ and angle θ is written as v=r(cosθi^+sinθj^).
Equivalently, its Cartesian coordinates are x=rcosθ,y=rsinθ.
The magnitude-angle pair (r,θ) is not unique because adding 2π to the angle represents the same direction; be mindful of angle conventions.
Component form and magnitude-angle conversion
Given v=v<em>xi^+v</em>yj^, the magnitude and direction are ∣v∣=v<em>x2+v</em>y2,andtanθ=v</em>xv<em>y.
Conversely, if you know the magnitude and angle, you can recover components via v<em>x=∣v∣cosθ,v</em>y=∣v∣sinθ.
Vector addition: two vectors and multiple vectors
Graphical view: add vectors head-to-tail to obtain a resultant vector.
Algebraic view: add components componentwise:
For two vectors, a=a<em>xi^+a</em>yj^,b=b<em>xi^+b</em>yj^ a+b=(a<em>x+b</em>x)i^+(a<em>y+b</em>y)j^.
For multiple vectors, the resultant is R=∑<em>k=1nv</em>k=∑<em>k=1n(v</em>kxi^+v<em>kyj^)=(∑</em>k=1nv<em>kx)i^+(∑</em>k=1nvky)j^.
Magnitude of the sum of two vectors (using the angle between them, \theta): ∣a+b∣2=∣a∣2+∣b∣2+2∣a∣∣b∣cosθ,
where θ is the angle between the two vectors.
If you know components, you can also compute directly: ∣a+b∣=(a<em>x+b</em>x)2+(a<em>y+b</em>y)2.
Law of cosines and its role in vectors
Law of cosines (triangle form): for a triangle with sides $a$, $b$, and $c$ opposite angle γ between sides $a$ and $b$, c2=a2+b2−2abcosγ.
In vector addition, if you consider the two sides ∣a∣ and ∣b∣ with included angle θ between them, the resultant side (the magnitude of a+b) satisfies ∣a+b∣2=∣a∣2+∣b∣2+2∣a∣∣b∣cosθ.
The angle between vectors also relates to the dot product: cosθ=∣a∣∣b∣a⋅b,witha⋅b=a<em>xb</em>x+a<em>yb</em>y.
Triangle area relation (useful in some vector problems): Area=21∣a∣∣b∣sinθ.
Equality of vectors and what it means
Two vectors are equal if and only if they have the same magnitude and direction: a=b⟺∣a∣=∣b∣ and ∣a∣a=∣b∣b.
In component form, equality also means matching components: a<em>x=b</em>xanda<em>y=b</em>y.
If two Cartesian representations are equal, their polar representations are also consistent (and vice versa) after converting between forms.
Worked example (illustrative)
Given vectors in 2D:
\vec{a} with magnitude ∣a∣=5 and direction θa=30∘.
\vec{b} with magnitude ∣b∣=4 and direction θb=120∘.
This illustrates how polar and Cartesian forms connect and how the magnitude and direction of the sum are obtained from components.
Practical implications and connections
Graphical intuition (head-to-tail) complements algebraic methods; both are valid and often used together.
The polar form is convenient for problems with angles and rotations; Cartesian form is straightforward for addition and projections on axes.
These concepts underpin physics (forces, velocities), engineering (resultants, trajectories), and computer graphics (vector operations).
Be mindful of notation choices (units, directions, sign conventions) to avoid errors, especially when converting between forms.
Ethical and practical considerations: accurate vector modeling is essential in design, navigation, and safety-critical systems; misinterpretation of angles or units can lead to incorrect results or hazards.
Quick references: key formulas to memorize
Polar to Cartesian components: x=rcosθ,y=rsinθ,v=xi^+yj^=r(cosθi^+sinθj^).
Magnitude and direction from components: ∣v∣=v<em>x2+v</em>y2,θ=tan−1(v</em>xv<em>y).
Component form of a vector: v=v<em>xi^+v</em>yj^.
Equality of vectors (component form): a=b⟺a<em>x=b</em>x and a<em>y=b</em>y.
Sum of multiple vectors: R=∑<em>k=1nv</em>k=(∑<em>k=1nv</em>kx)i^+(∑<em>k=1nv</em>ky)j^.
Magnitude of sum (two vectors) with angle between them: ∣a+b∣2=∣a∣2+∣b∣2+2∣a∣∣b∣cosθ.
Dot product and angle between vectors: a⋅b=a<em>xb</em>x+a<em>yb</em>y,cosθ=∣a∣∣b∣a⋅b.