Solveeit Logo

Question

Question: Let $L_1: x = y = z$ and $L_2: x-1=y-2=z-3$ be two lines. The foot of perpendicular drawn from the o...

Let L1:x=y=zL_1: x = y = z and L2:x1=y2=z3L_2: x-1=y-2=z-3 be two lines. The foot of perpendicular drawn from the origin O(0,0,0)O(0,0,0) on L2L_2 is AA. If the equation of a plane containing the line L1L_1 and perpendicular to OAOA is 10x+by+cz=d10x + by + cz = d, then the value of b+c+db + c + d is equal to

Answer

-10

Explanation

Solution

The given lines are L1:x=y=zL_1: x = y = z and L2:x1=y2=z3L_2: x-1=y-2=z-3.

L1L_1 can be written as x1=y1=z1\frac{x}{1} = \frac{y}{1} = \frac{z}{1}. It passes through the origin O(0,0,0)O(0,0,0) and has direction vector v1=(1,1,1)\vec{v}_1 = (1,1,1).

L2L_2 can be written as x11=y21=z31\frac{x-1}{1} = \frac{y-2}{1} = \frac{z-3}{1}. It passes through the point P2(1,2,3)P_2(1,2,3) and has direction vector v2=(1,1,1)\vec{v}_2 = (1,1,1).

Note that L1L_1 and L2L_2 are parallel lines since their direction vectors are the same.

We need to find the foot of the perpendicular AA from the origin O(0,0,0)O(0,0,0) to the line L2L_2. Any point on L2L_2 can be represented as A(1+s,2+s,3+s)A(1+s, 2+s, 3+s) for some parameter ss. The vector OA\vec{OA} from O(0,0,0)O(0,0,0) to A(1+s,2+s,3+s)A(1+s, 2+s, 3+s) is OA=(1+s,2+s,3+s)\vec{OA} = (1+s, 2+s, 3+s). Since AA is the foot of the perpendicular from OO to L2L_2, the vector OA\vec{OA} must be perpendicular to the direction vector of L2L_2, v2=(1,1,1)\vec{v}_2 = (1,1,1). The dot product OAv2\vec{OA} \cdot \vec{v}_2 must be zero: (1+s)(1)+(2+s)(1)+(3+s)(1)=0(1+s)(1) + (2+s)(1) + (3+s)(1) = 0 1+s+2+s+3+s=01+s + 2+s + 3+s = 0 6+3s=06 + 3s = 0 3s=63s = -6 s=2s = -2.

Substitute s=2s=-2 into the coordinates of AA: A(1+(2),2+(2),3+(2))=A(1,0,1)A(1+(-2), 2+(-2), 3+(-2)) = A(-1, 0, 1). So, the foot of the perpendicular from the origin to L2L_2 is A(1,0,1)A(-1, 0, 1).

The vector OA\vec{OA} is OA=AO=(1,0,1)(0,0,0)=(1,0,1)\vec{OA} = A - O = (-1, 0, 1) - (0,0,0) = (-1, 0, 1).

We need to find the equation of a plane that contains the line L1L_1 and is perpendicular to OA\vec{OA}. The plane contains the line L1L_1. This means:

  • The plane passes through any point on L1L_1. Since L1L_1 passes through the origin O(0,0,0)O(0,0,0), the plane also passes through O(0,0,0)O(0,0,0).
  • The direction vector of L1L_1, v1=(1,1,1)\vec{v}_1 = (1,1,1), is parallel to the plane.

The plane is perpendicular to the vector OA=(1,0,1)\vec{OA} = (-1, 0, 1). This means OA\vec{OA} is a normal vector to the plane. Let the normal vector of the plane be n\vec{n}. We can choose n\vec{n} to be proportional to OA\vec{OA}. Let n=kOA=k(1,0,1)=(k,0,k)\vec{n} = k \vec{OA} = k(-1, 0, 1) = (-k, 0, k) for some non-zero scalar kk.

The equation of a plane passing through a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) with normal vector n=(A,B,C)\vec{n}=(A,B,C) is A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0. Here, the plane passes through O(0,0,0)O(0,0,0) and has normal vector n=(k,0,k)\vec{n}=(-k, 0, k). So the equation of the plane is: k(x0)+0(y0)+k(z0)=0-k(x-0) + 0(y-0) + k(z-0) = 0 kx+kz=0-kx + kz = 0. Assuming k0k \neq 0, we can divide by k-k: xz=0x - z = 0.

We are given that the equation of the plane is 10x+by+cz=d10x + by + cz = d. The equations xz=0x - z = 0 and 10x+by+cz=d10x + by + cz = d represent the same plane. We can multiply the first equation by 10 to match the coefficient of xx: 10(xz)=10(0)10(x - z) = 10(0) 10x10z=010x - 10z = 0.

Comparing this with 10x+by+cz=d10x + by + cz = d: The coefficient of xx is 10 in both equations. The coefficient of yy in 10x10z=010x - 10z = 0 is 0. So, b=0b=0. The coefficient of zz in 10x10z=010x - 10z = 0 is -10. So, c=10c=-10. The constant term in 10x10z=010x - 10z = 0 is 0. So, d=0d=0.

We need to find the value of b+c+db+c+d. b+c+d=0+(10)+0=10b+c+d = 0 + (-10) + 0 = -10.