Find the vector equation of the plane determined by the points (-1,-2,1),(1,0,1) and (1,-1,1). Also check whether (1/2,1/2,1/2) lies on it.
Solution:-
points (-1,-2,1),(1,0,1) and (1,-1,1).
we will use this formula
"\\begin{vmatrix}\n x - x_A & y - y_A&z - z_A \\\\\nx_B - x_A & y_B - y_A & z_B - z_A\\\\ \nx_C - x_A &y_C - y_A & z_C - z_A\n\\end{vmatrix}=0"
on putting the values
"\\begin{vmatrix}\nx - (-1) & y - (-2)&z - 1 \\\\\n1 - (-1) & 0 - (-2) &1 - 1\\\\ \n1 - (-1) &(-1) - (-2) & 1 - 1\n\\end{vmatrix}=0"
"\\implies"
"[x - (-1)][2\u00b70-0\u00b71]-[y - (-2)][2\u00b70-0\u00b72]+[z - 1][2\u00b71-2\u00b72]=0"
"\\implies"
"\\boxed{- 2z + 2 = 0}"
this is the required equation
Now we check the points "(\\frac{1}{2},\\frac{1}{2},\\frac{1}{2})"
"=-2\\times\\frac{1}{2}+2\\\\\n=-1+2\\\\\n=1 \\ne0"
"\\implies" points does not lie on plane.
Comments
Leave a comment