Question:medium

The vector with terminal point \( A(2, -3, 5) \) and initial point \( B(3, -4, 7) \) is:

Show Hint

To find the vector between two points, subtract the coordinates of the initial point from the corresponding coordinates of the terminal point: \[ \vec{v} = (x_2 - x_1)\hat{i} + (y_2 - y_1)\hat{j} + (z_2 - z_1)\hat{k}. \]
Updated On: Jan 13, 2026
  • \( \hat{i} - \hat{j} + 2\hat{k} \)
  • \( \hat{i} + \hat{j} + 2\hat{k} \)
  • \( -\hat{i} - \hat{j} - 2\hat{k} \)
  • \( -\hat{i} + \hat{j} - 2\hat{k} \)
Show Solution

The Correct Option is D

Solution and Explanation

The vector from \( B(3, -4, 7) \) to \( A(2, -3, 5) \) is computed as \( \vec{v} = \vec{A} - \vec{B} \). The components are \( \vec{v} = (2 - 3)\hat{i} + (-3 - (-4))\hat{j} + (5 - 7)\hat{k} \). Simplifying yields \( \vec{v} = (-1)\hat{i} + (1)\hat{j} + (-2)\hat{k} \), which is \( \vec{v} = -\hat{i} + \hat{j} - 2\hat{k} \). The vector is \( -\hat{i} + \hat{j} - 2\hat{k} \), corresponding to option (D).
Was this answer helpful?
0