Equation of the plane EQUIDISTANT from two points

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
4 replies · 28K views
ko_kidd
Messages
21
Reaction score
0
I got two points that are

(2, -1, 1) and (3, 1, 5)

and I need to find the equation of the plane equidistant from those points.

Anyone?
 
Physics news on Phys.org
Since it's equidistant, finding the midpoint should allow you to calculate the direction ratios of the normal to the plane. Once you find that, you should be able to obtain the equation to the plane. ie, [tex](\vec{r} - \vec{a}) . \hat{n} = 0[/itex][/tex]
 
Midpoint between what though? Midpoint between the points maybe?

I'm confused. I was thinking the first thing was to create a vector parallel to the lines or vector equation of the line based on the two points (if I did that part correctly)

what I got was
<x,y,z> = <2,-1,1> + t<1,2,4> = <z+t,-1+2t,1+4t>
 
ko_kidd said:
I'm confused. I was thinking the first thing was to create a vector parallel to the lines or vector equation of the line based on the two points (if I did that part correctly)

what I got was
<x,y,z> = <2,-1,1> + t<1,2,4> = <z+t,-1+2t,1+4t>

Yes, and that gives you the direction ratios of the normal to the plane.

Midpoint between what though? Midpoint between the points maybe?

Yeah. Since it's equidistant, this midpoint lies on the required plane. Now that you've got a point lying on the plane, and the direction ratios of the normal to the plane, you should be able to find the equation of the plane.