document.write( "Question 62451: Find the shortest distance between the two lines:\r
\n" );
document.write( "\n" );
document.write( "(x,y,z) = (2,-1,2) + t(-3,-2,-2)\r
\n" );
document.write( "\n" );
document.write( "(x,y,z) = (-3,4,1) + s(0,2,0)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks sooo much!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43520 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the shortest distance between the two lines: \n" ); document.write( "L1 SAY..(x,y,z) = P SAY(2,-1,2) + t(-3,-2,-2) \n" ); document.write( "L2 SAY (x,y,z) = Q SAY(-3,4,1) + s(0,2,0) \n" ); document.write( "IT IS PROJECTION OF PQ ON DIRECTION(L,M,N SAY) PERPENDICULAR TO L1 AND L2 \n" ); document.write( "-3L-2M-2N=0........1 \n" ); document.write( "2M=0 \n" ); document.write( "3L=-2N \n" ); document.write( "N=-1.5L \n" ); document.write( "LET L=2...M=0....N=-3 \n" ); document.write( "PQ IS (-3-2,4+1,1-2)=(-5,5,-1) \n" ); document.write( "S.D.= PROJECTION OF PQ ON (2,0,-3) DIRECTION \n" ); document.write( "[-5*2+1*3)/SQRT(2^2+3^2)=-7/SQRT(13) \n" ); document.write( " |