Brian P. answered 02/27/17
Tutor
5.0
(203)
8+ Years Writing Math Study Guides and Teaching Precalculus
The "magnitude" of a vector is basically the length of that vector. The length of the vector can be found using the nifty Pythagorean theorem. Let's call the first vector, vector A. Use this formula to find the magnitude.
|A| = √[(x2 - x1)2 + (y2 - y1)2]
|A| = √[(0 - 9)2 + (-4 - 9)2]
|A| = √[(-9)2 + (-13)2]
|A| = √(81 + 169)
|A| = √250
|A| = 5√10
Now do the same stuff with the Pythagorean theorem for the second vector, which we'll call vector B. This one goes from (0, 0) to (-1, 6).
|B| = √[(x2 - x1)2 + (y2 - y1)2]
|B| = √[(-1 - 0)2 + (6 - 0)2]
|B| = √[(-1)2 + (6)2]
|B| = √(1 + 36)
|B| = √37
The absolute difference can be found by subtracting the two magnitudes.
5√10 - √37 ≈ 9.7
I hope this helps, and good luck with your math class!