document.write( "Question 1048763: Find the general form of the equation of the plane with the given characteristics.
\n" );
document.write( "The plane passes through the points, (-4,-7,7) and (-2,-1,-6)
\n" );
document.write( "and is perpendicular to the plane x-3y+5z=-1.
\n" );
document.write( "*Please explain in detail!!!* \n" );
document.write( "
Algebra.Com's Answer #664349 by robertb(5830)![]() ![]() You can put this solution on YOUR website! A normal vector to the plane x-3y+5z=-1 is < 1,-3, 5 >.\r \n" ); document.write( "\n" ); document.write( "Since the points (-4,-7,7) and (-2,-1,-6) are on the desired plane, a vector parallel to the desired plane is < -2--4, -1--7, -6-7 > = < 2,6, -13 >.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let < a,b,c > be the normal vector of the desired plane.\r \n" ); document.write( "\n" ); document.write( "< 2,6, -13 >*< a,b,c > = 0, or \r \n" ); document.write( "\n" ); document.write( "2a + 6b - 13c = 0 <------Equation A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, < 1,-3,5 >*< a,b,c > = 0, or \r \n" ); document.write( "\n" ); document.write( "a - 3b + 5c = 0, <-------Equation B\r \n" ); document.write( "\n" ); document.write( "as per the given that the two planes are perpendicular.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiplying Equation B by 2 and adding with Equation A gives \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiplying Equation B by -2 and adding with Equation A gives \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===> The normal vector < a,b,c > = c < 3/4, 23/12,1 >.\r \n" ); document.write( "\n" ); document.write( "Choosing c = 12, let the normal be < 9, 23, 12 >.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the desired plane has the equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9(x+2)+23(y+1)+12(z+6) = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I leave the simplifying to you. \n" ); document.write( " \n" ); document.write( " |