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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top