document.write( "Question 1201894: Find the general form of the equation of the plane passing through the points
\n" ); document.write( "A (3, 2, 2), B (1,5, 0), and C (1, -3, 1). Use point A as 21, Y, 21 in the equation of the plane.
\n" ); document.write( "

Algebra.Com's Answer #836458 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find the general form of the equation of the plane passing through the points
\n" ); document.write( "A (3,2,2), B (1,5,0), and C (1,-3,1).
\n" ); document.write( "Use point A as 21, Y, 21 in the equation of the plane.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        The instruction in the last line of your post is non-sensical,  so I ignore it.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "The solution is in two steps.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                   Step 1 - making equation of the plane parallel to the desired plane \r\n" );
document.write( "                            and passing through the origin of the coordinate system\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Form vector AB_hat from point A to point B\r\n" );
document.write( "\r\n" );
document.write( "     AB_hat = B-A = (1-3,5-2,0-2) = (-2,3,-2).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Form vector AC_hat from point A to point C\r\n" );
document.write( "\r\n" );
document.write( "     AC_hat = C-A = (1-3,-3-2,1-2) = (-2,-5,-1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Make 3x3-matrix\r\n" );
document.write( "\r\n" );
document.write( "     M = \"%28matrix%283%2C3%2C+x%2Cy%2Cz%2C+-2%2C3%2C-2%2C+-2%2C-5%2C-1%29%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In this matrix, x, y and z are variables representing coordinates along x-, y- and z-axis;\r\n" );
document.write( "the second row contains the components of vector AB_hat;\r\n" );
document.write( "the third  row contains the components of vector AC_hat.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Write the determinant of matrix M, expanding the determinant by standard rules\r\n" );
document.write( "\r\n" );
document.write( "    det (M) = x*(3*(-1)-(-5)*(-2)) - y*((-2)*(-1)-(-2)*(-2)) + z*((-2)*(-5)-(-2)*3) = -13x + 2y + 16z.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "This equation \r\n" );
document.write( "\r\n" );
document.write( "       -13x + 2y + 16z = 0     (1)\r\n" );
document.write( "\r\n" );
document.write( "determines the plane, parallel to the desired plane and passing  through the origin of the coordinate system.\r\n" );
document.write( "\r\n" );
document.write( "                               Step 1 is complete.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                   Step 2 - making equation of the desired plane\r\n" );
document.write( "                           \r\n" );
document.write( "\r\n" );
document.write( "The desired plane has an equation of the form\r\n" );
document.write( "\r\n" );
document.write( "       -13x + 2y + 16z = d.    (2)\r\n" );
document.write( "\r\n" );
document.write( "Its left side is the same as in equation (1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Right side \"d\" is a real value which we need to determine.\r\n" );
document.write( "This value of \"d\" is the value of the linear function in the left side of equation (2),\r\n" );
document.write( "calculated at any of the points A, or B, or C.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The interesting fact (actually, a key fact) is that the value of this function is THE SAME \r\n" );
document.write( "for all points A, B and C:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    for point A, it is  (-13)*3 + 2*2    + 16*2 = -3;\r\n" );
document.write( "\r\n" );
document.write( "    for point B, it is  (-13)*1 + 2*5    + 16*0 = -3;\r\n" );
document.write( "\r\n" );
document.write( "    for point C, it is  (-13)*1 + 2*(-3) + 16*1 = -3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus finally, the desired equation is \r\n" );
document.write( "\r\n" );
document.write( "    -13x + 2y + 16z = -3.     ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "----------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this post, I showed you the technique of calculations,
\n" ); document.write( "based on the standard algorithm for the given points.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Why the algorithm works this way, is described in any course of analytic geometry
\n" ); document.write( "or in relevant chapters of Calculus.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "They are the necessary pre-requisites for such problems, so, it is assumed
\n" ); document.write( "that you are familiar with these basic knowledge.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In my post, I only exposed how this algorithm works in shortest form,
\n" ); document.write( "in order for you have a working example in front of your eyes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Using this post, you can solve any other similar problem, simply following this TEMPLATE.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );