Finding the scalar equation of a plane

  • Thread starter Thread starter Calpalned
  • Start date Start date
  • Tags Tags
    Plane Scalar
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
2 replies · 2K views
Calpalned
Messages
297
Reaction score
6

Homework Statement


Find the equation of the plane that goes through points P, Q and R. P = (3, -1, 2), Q = (8, 2, 4) and R = (-1, -2, -3)

Homework Equations


Eq of plane
0 = a(x - x0) + b(y - y0) + c(z - z0)

The Attempt at a Solution


In order to find vector normal to the plane, my teacher took the cross product of PQ X PR. Would I still get the correct normal vector if I take the cross product of PQ X QR? Finally, when I plug in the numbers to the equation in "

Homework Equations

", does it matter which point I choose (P, Q or R) for x0, y0, or z0? Thank you.
 
on Phys.org
Calpalned said:

Homework Statement


Find the equation of the plane that goes through points P, Q and R. P = (3, -1, 2), Q = (8, 2, 4) and R = (-1, -2, -3)

Homework Equations


Eq of plane
0 = a(x - x0) + b(y - y0) + c(z - z0)

The Attempt at a Solution


In order to find vector normal to the plane, my teacher took the cross product of PQ X PR. Would I still get the correct normal vector if I take the cross product of PQ X QR? Finally, when I plug in the numbers to the equation in "

Homework Equations

", does it matter which point I choose (P, Q or R) for x0, y0, or z0? Thank you.
Yes, you can use PQ×QR or, for that matter, PR×QR . Each gives a vector which is normal to the plane.

No, it doesn't matter which point you use. Try more than one and compare results.
 
SammyS said:
Yes, you can use PQ×QR or, for that matter, PR×QR . Each gives a vector which is normal to the plane.

No, it doesn't matter which point you use. Try more than one and compare results.

Thank you