Solveeit Logo

Question

Question: The lines which intersect the skew lines $y = mx, z = c; y = -mx, z = -c$ and the X-axis lie on the ...

The lines which intersect the skew lines y=mx,z=c;y=mx,z=cy = mx, z = c; y = -mx, z = -c and the X-axis lie on the surface :

A

cz = mxy

B

cy = mxz

C

xy = cmz

D

cx = myz

Answer

cy = mxz

Explanation

Solution

The two given skew lines are L1:y=mx,z=cL_1: y = mx, z = c and L2:y=mx,z=cL_2: y = -mx, z = -c. The X-axis is given by y=0,z=0y = 0, z = 0. Let a transversal line intersect L1L_1 at P1(t1,mt1,c)P_1(t_1, mt_1, c), L2L_2 at P2(t2,mt2,c)P_2(t_2, -mt_2, -c), and the X-axis at PX(tX,0,0)P_X(t_X, 0, 0). For these three points to be collinear, the vectors P2P1P_2 - P_1 and PXP1P_X - P_1 must be parallel. P2P1=(t2t1,m(t1+t2),2c)P_2 - P_1 = (t_2 - t_1, -m(t_1+t_2), -2c) PXP1=(tXt1,mt1,c)P_X - P_1 = (t_X - t_1, -mt_1, -c) The condition for parallelism is: t2t1tXt1=m(t1+t2)mt1=2cc\frac{t_2 - t_1}{t_X - t_1} = \frac{-m(t_1+t_2)}{-mt_1} = \frac{-2c}{-c} From 2cc=2\frac{-2c}{-c} = 2 (assuming c0c \neq 0), and m(t1+t2)mt1=2\frac{-m(t_1+t_2)}{-mt_1} = 2 (assuming m0m \neq 0), we get t1+t2t1=2\frac{t_1+t_2}{t_1} = 2, which implies t2=t1t_2 = t_1. Then, t2t1tXt1=2\frac{t_2 - t_1}{t_X - t_1} = 2 becomes 0tXt1=2\frac{0}{t_X - t_1} = 2, so tXt1=0t_X - t_1 = 0, which means tX=t1t_X = t_1. Thus, t1=t2=tX=tt_1 = t_2 = t_X = t. The points of intersection are P1(t,mt,c)P_1(t, mt, c), P2(t,mt,c)P_2(t, -mt, -c), and PX(t,0,0)P_X(t, 0, 0). A general point (x,y,z)(x,y,z) on the transversal line passing through these points can be parameterized. For instance, the line through PX(t,0,0)P_X(t,0,0) and P1(t,mt,c)P_1(t,mt,c) has direction vector (0,mt,c)(0, mt, c). The parametric equation is (x,y,z)=(t,0,0)+λ(0,mt,c)=(t,λmt,λc)(x,y,z) = (t,0,0) + \lambda(0, mt, c) = (t, \lambda mt, \lambda c). This gives x=tx=t, y=λmty=\lambda mt, z=λcz=\lambda c. Substituting t=xt=x and λ=z/c\lambda = z/c (assuming c0c \neq 0) into y=λmty=\lambda mt, we get y=(z/c)mxy = (z/c)mx, which rearranges to cy=mxzcy = mxz. This is the equation of the surface.