Plane in 3-space not parallel to xy- zx- or zy- plane

  • Thread starter Thread starter Duderonimous
  • Start date Start date
  • Tags Tags
    Parallel Plane
AI Thread Summary
To find the equation of the set of all points equidistant from points A(-1,5,3) and B(6,2,-2), one can visualize this as a plane bisecting the line segment connecting A and B at its midpoint, which is (5/2, 7/2, 1/2). The distance formula can be applied, and using the condition that the distances from any point P to A and B are equal leads to the equation 14x - 6y - 10z = 9. This equation represents the desired plane in 3D space. The dot product approach can also be used to confirm that the vector connecting A and B is perpendicular to any vector in the plane. Understanding these concepts is crucial for solving similar geometric problems.
Duderonimous
Messages
63
Reaction score
1

Homework Statement


Find an equation of the set of all points equidistant from the points A(-1,5,3) and B(6,2,-2). Describe the set.

Homework Equations


##|A_2 B_1|/2## = ## \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}/2 ##
This would be the distance to the midpoint along the line connecting A and B
##(\frac{x_ 1+x_2}{2},\frac{y_1+y_2}{2},\frac{z_1+z_2}{2})##
Coordinate of midpoint between A and B

The Attempt at a Solution



For ##|A_2 B_1|/2## I got ##\frac{\sqrt{83}}{2}##
and the coordinates of the mid point are
##(\frac{5}{2},\frac{7}{2},\frac{1}{2})##
I can visualize that this set of points would be a plane bisecting a line connecting A and B at its mid point.

The books answer is ##14x-6y-10z=9##
Not sure how they got this. Any help appreciated thanks.
 
Physics news on Phys.org
Duderonimous said:

Homework Statement


Find an equation of the set of all points equidistant from the points A(-1,5,3) and B(6,2,-2). Describe the set.

Homework Equations


##|A_2 B_1|/2## = ## \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}/2 ##
This would be the distance to the midpoint along the line connecting A and B
##(\frac{x_ 1+x_2}{2},\frac{y_1+y_2}{2},\frac{z_1+z_2}{2})##
Coordinate of midpoint between A and B

The Attempt at a Solution



For ##|A_2 B_1|/2## I got ##\frac{\sqrt{83}}{2}##
and the coordinates of the mid point are
##(\frac{5}{2},\frac{7}{2},\frac{1}{2})##
I can visualize that this set of points would be a plane bisecting a line connecting A and B at its mid point.

The books answer is ##14x-6y-10z=9##
Not sure how they got this. Any help appreciated thanks.
Do you know about the dot product for vectors? If so, the vector that joins A and B is perpendicular to every vector that lies in the plane. That means that the dot product of these vectors will be zero.
 
Or another way, if you let ##P=(x,y)## you could try setting ##d^2(A,P) = d^2(B,P)##. Using the squares eliminates the square roots in the distance formulas.
 
Back
Top