0

Given three points p=(2,1,3), q=(1,0,1) and r=(2,-1,1), find the Cartesian equation of the plane containing those points.

amWhy
  • 209,954

1 Answers1

1

Evaluate the direction vectors $\;\vec v:=\vec{pq}=q-p\;,\;\;\vec u=\vec{pr}=r-p\;$, then evaluate the vectorial product $\;(a,b,c)=\vec v\times\vec u\;$ , and this last is a normal vector to your plane, so your plane is $\;ax+by+cz+d=0\;\;$ . Finally, can you see how to evaluate $\;d\;$ ?

DonAntonio
  • 211,718
  • 17
  • 136
  • 287