Explanation
If you know:
-
Magnitude r
-
Direction θ
You can find components using trig:
x = r cos θ
y = r sin θ
Vector = ⟨r cos θ, r sin θ⟩
Example:
Magnitude = 10
Angle = 30°
⟨10cos30°, 10sin30°⟩ = ⟨5√3, 5⟩
Quiz
-
What formula gives the x-component?
-
What formula gives the y-component?
-
Which trig function uses cosine?
-
Which uses sine?
-
Does direction matter?
Answer Key
-
r cos θ
-
r sin θ
-
x-component
-
y-component
-
Yes