Equation of a Plane with Three Points

  • Thread starter Thread starter nameVoid
  • Start date Start date
  • Tags Tags
    Lines Planes
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
nameVoid
Messages
238
Reaction score
0
Equation of plane containing points (a,0,0) (0,b,0) (0,0,c)

Vectors
<-a,b,0> <-a,0,c>
Normal vector
<bc,ac,ab>

Plane
Bc(x-a)+ac(y-b)+ab(z-c)=
Bcx+acy+Abz=3abc
Book is showing = abc
 
on Phys.org
nameVoid said:
Equation of plane containing points (a,0,0) (0,b,0) (0,0,c)

Vectors
<-a,b,0> <-a,0,c>
Normal vector
<bc,ac,ab>

Plane
Bc(x-a)+ac(y-b)+ab(z-c)=

(a,b,c) is not a point on the plane, but (a,0,0) is. And what should the right side =?