Q. Given the vector v has an initial point at (−1,3) and a terminal point at (−2,4), find the exact value of ∥v∥.Answer:
Use Distance Formula: To find the magnitude (∥v∥) of the vector v, we need to use the distance formula, which is derived from the Pythagorean theorem. The distance formula for a vector with initial point (x1,y1) and terminal point (x2,y2) is:∥v∥=((x2−x1)2+(y2−y1)2)
Substitute Given Points: Substitute the given points into the distance formula:Initial point: (−1,3)Terminal point: (−2,4)∣∣v∣∣=((−2−(−1))2+(4−3)2)