Vector Components and Addition – Quick Notes
Vector components: magnitude and direction
A vector is described by magnitude and direction: magnitude f and angle θ from a reference axis.
Decompose a vector into components:
Reconstruct: f=⟨fx,fy⟩=fxi^+fyj^
From magnitude and direction to components
Given f and θ: the components are fx=fcosθ,fy=fsinθ
From components to magnitude and direction
Magnitude: f=fx2+fy2
Direction: θ=tan−1(fxfy)
Alternative relationships: cosθ=ffx,sinθ=ffy
Vector addition by components (tip-to-tail)
For vectors a and b, resultant r=a+b.
Component-wise addition:
Subtraction as addition of negative:
Magnitude/angle of the result: use r=rx2+ry2,θr=tan−1(rxry)
Example (numbers from transcript)
Quick reference formulas (summary)
Components from vector: fx=fcosθ,fy=fsinθ
Vector from components: f=fx2+fy2,θ=tan−1(fxfy)
Subtraction via components: Dx=Ax−Bx,Dy=Ay−By
Addition via components: Rx=Ax+Bx,Ry=Ay+By