Minimizing distance from point to intersection of two planes

Click For Summary

Homework Help Overview

The problem involves finding the point on the line of intersection of two planes that is closest to a given point not on that line. The planes are defined by the equations p1: x + 2y - z - 1 = 0 and p2: x + y + z - 3 = 0.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to find the line of intersection by using the cross product of the normal vectors of the planes and considers minimizing the distance using differentiation. Another participant suggests solving the equations simultaneously and proposes a geometric approach involving perpendicularity to find the shortest distance.

Discussion Status

Participants are exploring different methods to approach the problem. One participant has provided an alternative method involving simultaneous equations and geometric reasoning, while another has raised a question regarding a specific calculation in the proposed solution.

Contextual Notes

There is a noted discrepancy in the calculation of a constant term in one of the equations, which has prompted clarification from another participant.

icesalmon
Messages
270
Reaction score
13

Homework Statement


identify the point on the line of intersection of the two planes that is nearest to the point (2,1,1) not on this line
p1: x + 2y - z - 1 = 0
p2: x + y + z - 3 = 0


Homework Equations




The Attempt at a Solution


I think I can find the line of intersection by crossing the two normal vectors from p1 and p2
so N3 = <1,2,-1> x <1,1,1> and then trying to minimize the distance from the point (2,1,1) to N3 by differentiating the distance formula using the x,y,z parameters.
 
Physics news on Phys.org
I would NOT find the line of intersection that way. Instead, solve the two equations simultaneously: adding the two equations gives 2x+ 3y- 4= 0 so y= -(2/3)x- 4/3. Then we can write the second equation as x+ y+ z- 3= x- (2/3)x- 4/3+ z- 3= 0 so z= -(1/3)x+ 13/3. We could take "x" as the parameter or, to reduce the number of fractions, x= 3t, y= -2t- 4/3, z= -t+ 13/3. Now, you could minimize the distance by differentiating the distance formula but I think it would be simpler to use the geometric fact that the line giving the shortest distance to a line must be perpendicular to that line. And that means that the line giving the shortest distance form (2, 1, 1) to the line must line in the plane perpendicular to the line containing the point (2, 1, 1). A vector in the direction of this line is <3, -2, -1> and is perpendicular to that plane so that plane is 3(x- 2)- 2(y- 1)- (z- 1)= 0. Determine the point where the line x= 3t, y= -2t- 4/3, z= -t+ 13/3 crosses that plane and find the distance from that point to (2, 1, 1).
 
how did you get a negative 4/3 on the RHS after 2x + 3 y - 4 = 0 shouldn't it be y = 4/3 -(2x/3)
 
Yes, I wrote it wrong.
 

Similar threads

Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K