document.write( "Question 62453: Let P1 be the plane defined by the points:\r
\n" );
document.write( "\n" );
document.write( "(-1,-2,-3), (-3,1,-5) and (2,-5,-4)\r
\n" );
document.write( "\n" );
document.write( "Find the equation of the plane perpendicular to P1 and containing the line:\r
\n" );
document.write( "\n" );
document.write( "(x,y,z) = (2,-2,-3) + t (2,-3,0)\r
\n" );
document.write( "\n" );
document.write( "Your answer should be in the form Ax + By + Cz - D = 0.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43465 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Let P1 be the plane defined by the points: \n" ); document.write( "Q=(-1,-2,-3), R=(-3,1,-5) and S=(2,-5,-4) \n" ); document.write( "Find the equation of the plane perpendicular to P1 and containing the line: \n" ); document.write( "L1 SAY =(x,y,z) = (2,-2,-3) + t (2,-3,0) \n" ); document.write( "EQN. OF REQUIRED PLANE IS \n" ); document.write( "A(X-2)+B(Y+2)+C(Z+3)=0..............1..WITH DRS OF A,B,C. \n" ); document.write( "DRS OF L1 ARE 2,-3,0...IT IS PERPENDICULAR TO NORMAL O REQD.PLANE.HENCE \n" ); document.write( "2A-3B=0.......A=1.5B.........2 \n" ); document.write( "DRS OF NORMAL TO PLANE P1 IS GIVEN BY CROSS PRODUCT OF JOINS OF QR AND RS \n" ); document.write( "DRS OF QR = [-3+1,1+2,-5+3]= [-2,3,-2] \n" ); document.write( "DRS OF RS = [2+3,-5-1,-4+5]= [5,-6,1] \n" ); document.write( "QR X RS = [-2i+3j-2k]X[5i-6j+k]= 12k+2j-15k+3i-10j-12i=-9i-8j-3k \n" ); document.write( "THIS SHOULD BE PERPENDICULAR TO NORMAL OF REQD.PLAN.HENCE \n" ); document.write( "-9A-8B-3C=0......9A+8B+3C=0...........3 \n" ); document.write( "9*1.5B+8B+3C=0 \n" ); document.write( "21.5B=-3C \n" ); document.write( "C=-21.5B/3 \n" ); document.write( "TAKING B AS 6 , WE GET A = 9...C=-43 \n" ); document.write( "HENCE EQN.OF REQD PLANE IS \n" ); document.write( "9(X-2)+6(Y+2)-43(Z+3)=0 \n" ); document.write( "9X+6Y-43Z-135=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your answer should be in the form Ax + By + Cz - D = 0. \n" ); document.write( " |