
Andrew C. answered 09/16/21
Background in Applied Mathematics and Statistics
Step 1: Define your variables (consider drawing a chart):
Given:
(x1,y1) = (-5, 6)
(x2,y2) = (8, -5)
Find:
Vector Magnitude - |v|
Step 2: Relevant Formulas
|v| = Sqrt{ (x2-x1)2 + (y2-y1)2 }
Step 3: Plug in Variables!
|v| = sqrt{ [8 - (-5)]2 + [(-5)-6]2}
|v| = sqrt{ (13)2 + (-11)2 }
|v| = sqrt{ 169 + 121 }
|v| = sqrt{ 290 }
|v| = ~ 17.03