Solveeit Logo

Question

Mathematics Question on Coordinate Geometry

Suppose P is the point on the line joining (9,4,5)(-9,4,5) and (11,0,1)(11,0,-1) that lies closest to the origin O. Then OP2|OP|^2 equals to?

A

33

B

44

C

22

D

99

E

11

Answer

99

Explanation

Solution

To find the point on the line closest to the origin, we can use the concept of projection as mentioned before. The point on the line closest to the origin will be the point where the line intersects the line passing through the origin and perpendicular to the given line.

Let's first find the direction vector of the line passing through (9,4,5)(-9, 4, 5) and(11,0,1): (11, 0, -1):

Direction vector =(11,0,1)(9,4,5)= (11, 0, -1) - (-9, 4, 5)

=(11+9,04,15)= (11 + 9, 0 - 4, -1 - 5)

=(20,4,6)= (20, -4, -6)

Now, let's find the vector from the origin (0,0,0)(0, 0, 0) to any point (x,y,z)(x, y, z) on the line:

Vector OP=(x,y,z).OP = (x, y, z).

To find the point P OP=(x,y,z)OP = (x, y, z) on the line closest to the origin, the vector OP should be perpendicular to the direction vector of the line. Hence, their dot product should be zero:

(OP) · (Direction vector) = 00

(x,y,z)(20,4,6)=0(x, y, z) · (20, -4, -6) = 0

20x4y6z=0.20x - 4y - 6z = 0.

We need to find the value of (x,y,z)(x, y, z) that satisfy this equation and lie on the line passing through (9,4,5)(-9, 4, 5).

We can use the parametric equation for the line:

x=9+20t,y=44t,z=56t.x = -9 + 20t, y = 4 - 4t, z = 5 - 6t.

Substitute these expressions into the equation

20x4y6z=020x - 4y - 6z = 0

20(9+20t)4(44t)6(56t)=0.20(-9 + 20t) - 4(4 - 4t) - 6(5 - 6t) = 0.

Solve for t:

180+400t16+16t30+36t=0-180 + 400t - 16 + 16t - 30 + 36t = 0

180+400t16+16t30+36t=0⇒-180 + 400t - 16 + 16t - 30 + 36t = 0

400t+16t+36t=180+16+30⇒400t + 16t + 36t = 180 + 16 + 30

452t=226⇒452t = 226

t=226452⇒t = \dfrac{226}{452}

t=12⇒t = \dfrac{1}{2}

Now that we have the value of t, we can find the coordinates of point P:

x=9+20(12)=9+10=1,x = -9 + 20(\dfrac{1}{2}) = -9 + 10 = 1,

y=44(12)=42=2y = 4 - 4(\dfrac{1}{2}) = 4 - 2 = 2

z=56(12)=53=2z = 5 - 6(\dfrac{1}{2}) = 5 - 3 = 2

So, the coordinates of point P are (1,2,2)(1, 2, 2).

Now, to find the distance squared (OP2|OP|^2) from the origin to point P, we use the distance formula:

OP2=x2+y2+z2|OP|^{2} = x^2 + y^2 + z^2.

OP2=12+22+22=1+4+4=9|OP|^{2} = 1^2 + 2^2 + 2^2 = 1 + 4 + 4 = 9

Therefore, OP2|OP|^{2} =99 (_Ans).