Examples of Vectors Joining Two Points

Example 1: Given the points P(1, 2, 3) and Q(4, 5, 6) now find this

  1. Find the vector PQ that joins point P to point Q.
  2. Calculate the magnitude of vector PQ.

Solution:

Let us consider two point P(x1,y1,z1) and Q(x2,y2,z2) in 3d space. After comparison we get the value of x1 = 1, y1 = 2, z1 = 3, x2 = 4, y2 = 5, z2 = 6

1. We know that the vectors joining two points P and Q is
[Tex]\overrightarrow{PQ}= (x_2-x_1)\hat{\imath} + (y_2-y_1)\hat{\jmath} + (z_2-z_1)\hat{k}[/Tex]
[Tex]\overrightarrow{PQ}= (4-1)\hat{\imath} + (5-2)\hat{\jmath} + (6-3)\hat{k}[/Tex]
[Tex]\overrightarrow{PQ}= 3\hat{\imath} + 3\hat{\jmath} + 3\hat{k}[/Tex]

2. We know that magnitude of the vector PQ is
[Tex]|PQ| =\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}[/Tex]
[Tex]|PQ| =\sqrt{(4-1)^2 + (5-2)^2 + (6-3)^2}[/Tex]
|[Tex]PQ| =\sqrt{27}[/Tex]
[Tex]|PQ| =3\sqrt{3}[/Tex]

Example 2: Given the points P(1, 2) and Q(4, 5) now find this

  1. Find the vector PQ that joins point P to point Q.
  2. Calculate the magnitude of the vector PQ.

Solution:

1. We know that the vectors joining two points P and Q is
[Tex]\overrightarrow{PQ}= (x_2-x_1)\hat{\imath} + (y_2-y_1)\hat{\jmath} + (z_2-z_1)\hat{k}[/Tex]
[Tex]\overrightarrow{PQ}= (4-1)\hat{\imath} + (5-2)\hat{\jmath} + (0-0)\hat{k}[/Tex]
[Tex]\overrightarrow{PQ}= 3\hat{\imath} + 3\hat{\jmath} +0\hat{k}[/Tex]

2. We know that magnitude of the vector PQ is
[Tex]|PQ| =\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}[/Tex]
[Tex]|PQ| =\sqrt{(4-1)^2 + (5-2)^2 + (0-0)^2}[/Tex]
[Tex]|PQ| =\sqrt{(3)^2 + (3)^2 + (0)^2}[/Tex]
[Tex]|PQ| =\sqrt{18}[/Tex]
[Tex]|PQ| =3\sqrt{2}[/Tex]

Example 3: Find the vector joining the points P(1, 0,0) and Q(0, 1, 0) directed to Q from P.

Solution:

Vector which is directed from the point P to Q can be written as
[Tex]\begin{array}{l}\vec{PQ}\end{array}[/Tex]
Therefore,,
[Tex]\begin{array}{l}\vec{PQ}=(0-1)\hat{i}+(1-0)\hat{j}+(0-0)\hat{k}\\=-1\hat{i}+1\hat{j}+0\hat{k}\end{array}[/Tex]

Vectors Joining Two Points

Vector quantities are the quantities that have both magnitude and direction. Vectors are key in physics, engineering, and computer science for describing magnitude and direction. Vectors can be easily represented in 2-D or 3-D spaces. Connecting two points with vectors is essential for understanding advanced topics like vector algebra and motion. They are subject to basic mathematical operations much like other mathematical elements.

In this article, we will understand about the Vectors Joining Two Points.

Table of Content

  • What is Vector?
  • Triangle Law of Vector Addition
  • Vector Joining Two Points
    • Equation of Vectors Joining Two Points
    • Articles Related to Vectors Joining Two Points:
  • Examples of Vectors Joining Two Points
  • FAQs on Vectors Joining Two Points

Similar Reads

What is Vector?

A vector quantity is a physical quantity that has both magnitude and direction. In other words, a vector quantity is described by a number, a unit, and a direction....

Triangle Law of Vector Addition

For the Triangle Law of Vector Addition, consider the vectors given in the figure above. The line AB represents the vector “a”, and BC represents the vector “b”. The line AC represents the resultant vector. The direction of AC is from A to C....

Vector Joining Two Points

Let us consider two point P(x1, y1, z1) and Q(x2, y2, z2) in 3d space. Then the vector joining two points is given as [Tex]\overrightarrow{PQ}[/Tex]....

Examples of Vectors Joining Two Points

Example 1: Given the points P(1, 2, 3) and Q(4, 5, 6) now find this...

FAQs on Vectors Joining Two Points

What is Magnitude of Vector Joining Two Points?...