document.write( "Question 62447: Find the shortest distance between the plane 2x+4y-2z=6 and the line (x,y,z) = (-1,-2,4) + t(-2,-1,-4).\r
\n" );
document.write( "\n" );
document.write( "Distance =????\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #43522 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the shortest distance between the plane(P SAY) 2x+4y-2z=6 \n" ); document.write( "and the line(L SAY) (x,y,z) = (Q SAY)(-1,-2,4) + t(-2,-1,-4). \n" ); document.write( "Distance =???? \n" ); document.write( "IF L IS NOT PARALLEL TO P THEN S.D=0 AS IT INTERSECTS THE PLANE. \n" ); document.write( "IF L||P NORMAL TO PLANE IS PERPENDICULAR TO LINE \n" ); document.write( "DRS OF NORMAL TO PLANE ...(2,4,-2) \n" ); document.write( "DRS OF LINE ....(-2,-1,-4) \n" ); document.write( "2*-2+4*-1+-2*-4=-4-4+8=0...HENCE L||P \n" ); document.write( "SO TAKE ANY POINT ON LINE AND FIND ITS \n" ); document.write( "PERPENDICULAR DISTANCE FROM THE PLANE. \n" ); document.write( "ANY POINT ON LINE IS (-1,-2,-4) \n" ); document.write( "S.D = [2*-1+4*-2+(-2)(-4)-6]/SQRT(2^2+4^2+2^2) \n" ); document.write( "= -8/SQRT(24)=-2SQRT(6)/3 \n" ); document.write( " \n" ); document.write( " |