
Cathy Q. answered 08/04/21
College Freshman with Perfect on Math SAT
component form: the ordered pair that describes the changes in the x- and y-values
- if you want to add two vectors, you should add their respective components
- v⇀ + w⇀ = ⟨1, 6⟩ + ⟨0, -4⟩ = ⟨1 + 0, 6 + -4⟩ = ⟨1, 2⟩
magnitude: the distance between the initial point and the ending point of the summed vector
- initial point: implied to be (0, 0)
- ending point: ⟨1, 2⟩ (as shown above)
- distance formula: √((x₂ - x₁)² + (y₂ - y₁)²) = √((1 - 0)² + (2 - 0)²) = √(1 + 4) = √5 ≈ 2.2
direction: the counterclockwise angle of rotation θ that the vector points at with respect to the positive x-axis
- tan(θ) = y-component / x-component = 2 / 1 = 2
- θ = arctan(2) ≈ 63.4º