Equation of the plane EQUIDISTANT from two points

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, (\vec{r} - \vec{a}) . \hat{n} = 0[/itex]
 
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.
 
The plane equidistant from two points contains the midpoint of the line segment between them, and is perpendicular to that line. That's all you need.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top