"points \\\\P(1, 0, \u22121),\n\nQ(0, 1, 1)\\ and\\ R(\u22121, 1, 0)"
The equation of a plane passing through three points
here are finding the cross product of "vector \\ QP \\&vector RP" which gives us the direction of the normal to the plane
"\\begin{vmatrix}\n x-x_1& y-y_1&z-z_1 \\\\\n x_2-x_1 & y_2-y_1&z_2-z_1\\\\x_3-x_1&y_3-y_1&z_3-z_1\n\\end{vmatrix}"
"\\begin{vmatrix}\n x-1 & y-0&z+1 \\\\\n 0-1 & 1-0\n&1-(-1)\\\\-1-1&1-0&0-(-1)\\end{vmatrix}"
"x\u22121\u2212z\u22121\u22124y+2z+2+y\u22122x+2=0\\\\\u2212x\u22123y+z+2=0"
Equation of plane is ":x+3y-z=2"
Comments
Leave a comment