1.a) A plane $S_{1}$ contains the three points $(1,0,0),(0,1,0)$ and $(0,0,1) .$ Find an equation for $S_{1}$
1b) The perpendicular from the origin $\mathrm{O}$ to another plane, $\mathrm{S}_{2}$ meets it at $(1,1,0) .$ Find an equation for $\mathrm{S}_{2}$
My Answer
1.a)
Let plane be $a x+b y+c z=d$
$\left| \begin{array}{ccc}{x-x_{A}} & {y-y_{A}} & {z-z_{A}} \\ {x_{B}-x_{A}} & {y_{B}-y_{A}} & {z_{B}-z_{A}} \\ {x_{C}-x_{A}} & {y_{c}-y_{A}} & {z_{C}-z_{A}}\end{array}\right|=0$
$\left| \begin{array}{ccc}{x-1} & {y-0} & {z-0} \\ {0-1} & {1-0} & {0-0} \\ {0-1} & {0-0} & {1-0}\end{array}\right|=0$
$\left| \begin{array}{ccc}{x-1} & {y-0} & {z-0} \\ {-1} & {1} & {0} \\ {-1} & {0} & {1}\end{array}\right|=0$
$(x-1)(1 \cdot 1-0 \cdot 0)-(y-0)((-1) \cdot 1-0 \cdot(-1))+(z-0)((-1) \cdot 0-1 \cdot(-1))=0$
$1(x-1)+1(y-0)+1(z-0)=0$
$x+y+z-1=0$
1.b)
normal vector and coordinates of point lying on plane
I have my point A (1,1,0)
but how do I find $\overline{n}$ the normal to work it out
$n_{x}\left(x-x_{\mathrm{A}}\right)+n_{y}\left(y-y_{\mathrm{B}}\right)+n_{z}\left(z-z_{\mathrm{C}}\right)=0$
– Tariro Manyika Mar 03 '19 at 22:15