Animated Solution for Mathematics - Three Dimensional Geometry: The plane which bisects the line joining, the points (4,−2,3) and (2,4,−1) at right angles also passes through the point:
To find the perpendicular bisecting plane of the segment connecting points A(4,−2,3) and B(2,4,−1), we require two specific components: a point on the plane and a normal vector.
The plane passes through the midpoint M of the segment AB. Furthermore, because the plane is perpendicular to the line segment AB, the vector AB acts as the normal vector n for the plane.
The Algebra of the Plane
First, we calculate the midpoint M using the formula:
M=(2x1+x2,2y1+y2,2z1+z2)
Substituting the coordinates of A and B:
M=(24+2,2−2+4,23−1)=(3,1,1)
Next, we determine the normal vector n=AB:
n=⟨2−4,4−(−2),−1−3⟩=⟨−2,6,−4⟩
To simplify our calculations, we can scale this vector by dividing by −2, yielding the simplified normal vector n=⟨1,−3,2⟩.
Constructing the Equation
We use the standard point-normal form of a plane equation, a(x−x0)+b(y−y0)+c(z−z0)=0. Substituting our anchor point M(3,1,1) and normal vector ⟨1,−3,2⟩:
1(x−3)−3(y−1)+2(z−1)=0
Expanding the terms, we obtain:
x−3−3y+3+2z−2=0
This simplifies to the final plane equation:
x−3y+2z=2
The Verification
To verify if a point such as (4,0,−1) lies on this plane, we substitute the coordinates into the left-hand side of our derived equation:
4−3(0)+2(−1)=4−0−2=2
Since the result matches the right-hand side of the equation, we confirm that the point (4,0,−1) lies on the plane. The geometry of the 3D space is thus satisfied.