Solveeit Logo

Question

Question: Using vectors show that the point A (-2, 3, 5), B (7, 0, -1), C (-3, -2, -5) and D (3, 4, 7) are suc...

Using vectors show that the point A (-2, 3, 5), B (7, 0, -1), C (-3, -2, -5) and D (3, 4, 7) are such that AB and CD intersect at the point P (1, 2, 3).

Explanation

Solution

Hint: Show that the point P lies on AB by showing that AB and AP are collinear. Then show that the point P lies on CD by showing that CP and CD are collinear. Since P lies on both AB and CD, it is the point of intersection of AB and CD.

Complete step-by-step answer:
From the given points we calculate the position vectors of each point from origin as follows:
OA=2i+3j+5k\overrightarrow {OA} = - 2i + 3j + 5k
OB=7i1k\overrightarrow {OB} = 7i - 1k
OC=3i2j5k\overrightarrow {OC} = - 3i - 2j - 5k
OD=3i+4j+7k\overrightarrow {OD} = 3i + 4j + 7k
OP=i+2j+3k\overrightarrow {OP} = i + 2j + 3k

We now find the vector AP\overrightarrow {AP} as follows:
AP=OPOA\overrightarrow {AP} = \overrightarrow {OP} - \overrightarrow {OA}
Substituting the vectors, we get:
AP=(i+2j+3k)(2i+3j+5k)\overrightarrow {AP} = (i + 2j + 3k) - ( - 2i + 3j + 5k)
Simplifying, we get:
AP=3ij2k........(1)\overrightarrow {AP} = 3i - j - 2k........(1)

Now, we find the vector AB\overrightarrow {AB} as follows:
AB=OBOA\overrightarrow {AB} = \overrightarrow {OB} - \overrightarrow {OA}
Substituting the vectors, we get:
AB=(7i1k)(2i+3j+5k)\overrightarrow {AB} = (7i - 1k) - ( - 2i + 3j + 5k)
Simplifying the expression, we get:
AB=9i3j6k.........(2)\overrightarrow {AB} = 9i - 3j - 6k.........(2)

Comparing equation (1) and equation (2), we observe:
AB=3AP\overrightarrow {AB} = 3\overrightarrow {AP}
Hence, the point P lies on the line AB.
We now find the vector CP\overrightarrow {CP} as follows:
CP=OPOC\overrightarrow {CP} = \overrightarrow {OP} - \overrightarrow {OC}
Substituting the vectors, we get:
CP=(i+2j+3k)(3i2j5k)\overrightarrow {CP} = (i + 2j + 3k) - ( - 3i - 2j - 5k)
Simplifying, we get:
CP=4i+4j+8k........(3)\overrightarrow {CP} = 4i + 4j + 8k........(3)

Now, we find the vector CD\overrightarrow {CD} as follows:
CD=ODOC\overrightarrow {CD} = \overrightarrow {OD} - \overrightarrow {OC}
Substituting the vectors, we get:
CD=(3i+4j+7k)(3i2j5k)\overrightarrow {CD} = (3i + 4j + 7k) - ( - 3i - 2j - 5k)
Simplifying the expression, we get:
CD=6i+6j+12k.........(4)\overrightarrow {CD} = 6i + 6j + 12k.........(4)
Comparing equation (3) and (4), we observe:
CD=32CP\overrightarrow {CD} = \dfrac{3}{2}\overrightarrow {CP}

Hence, the point P lies on the line CD.
Since, P lies on both the lines AB and CD, it is the point of intersection of the two lines.

Hence, we showed that AB and CD intersect at point P.

Note: The way we are asked to solve is clearly mentioned as using vectors, it is an error to solve using any other method other than vector method. Also, vector AP\overrightarrow {AP} is OPOA\overrightarrow {OP} - \overrightarrow {OA} and not OAOP\overrightarrow {OA} - \overrightarrow {OP} .