The closest point in the plane

In summary, the formula [d/[n]^2] * n gives us the closest point to the origin in a given plane. This is because the line from the origin to the closest point must be perpendicular to the plane, and any line perpendicular to the plane can be represented by x= t, y= t, z= 3t. By solving for t in the equation of the plane, we can find the coordinates of the closest point. This formula also works for planes with different equations, as long as the line perpendicular to the plane and passing through the origin is used.
  • #1
bezgin
22
0
Let x + y + 3 z = 7 represent a plane. (it does)

We find the closest point to origin in this plane by [d/[n]^2] * n. In this case n = (1,1,3); d = 7; [n]^2 = 1^2 + 1^2 + 3^2 = 11; then the vector that gives us the closest point is: (7/11, 7/11, 21/11)

I don't understand WHY this operation gives us the closest point and Strang's book doesn't really explain. I'd appreciate if you help.
 
Physics news on Phys.org
  • #2
The line from the origin to the "closest point" in the plane is perpendicular to the plane (to see that, remember that the hypotenuse of a right triangle is always longer than the two legs).

A vector perpendicular to the given plane is <1, 1, 3>. Any line perpendicular to the plane must be of the form x= t+ a, y= t+ b, z= 3t+ c. Take t= 0 to be the value when the line passes through the origin: x= 0+ a= 0 , y= 0+ b= 0, z= 0+ c= 0 so the line is x= t, y= t, z= 3t.

Where does that line intersect the given plane? Replacing x, y, z, by t, t, 3t, respectively in the equation of the plane, t+ t+ 3(3t)= 11t= 7 so t= 7/11. That gives
x= 7/5, y= 7/5, z= 21/5 or (7/5, 7/5, 21/5) as the nearest point just as the formula does.

More generally, suppose the equation of the plane is Ax+ By+ Cz= d. The line perpendicular to that plane AND passing through the origin is x= At, y= Bt, z= Ct. Putting those into the equation of the plane, we had A2t+ B2t+ C2t= d so t= d/(A2+ B2+ C2) or, using your notation,t= d/[n]2 for the value of t where that normal line intersects the plane. Putting that into the equations of the line gives x= [d/[n]2]A, y= [d/[n]2]B, z= [d/[n]2]C, once again, exactly the formula's [d/[n]2]*n.
 
  • #3


The operation of [d/[n]^2] * n allows us to find the point on the plane that is closest to the origin by using the normal vector (n) of the plane. This is because the normal vector is perpendicular to the plane and therefore, the shortest distance from the origin to the plane will be along this vector.

The value of d in this equation represents the signed distance from the origin to the plane. By dividing it by the squared length of the normal vector, we are essentially scaling the normal vector to a unit vector (with length 1). This allows us to easily move along the normal vector in the direction of the plane.

Multiplying this scaled normal vector by the normal vector itself gives us the coordinates of the point on the plane that is closest to the origin. In this case, the coordinates are (7/11, 7/11, 21/11).

I understand that this may seem like a mathematical formula without much explanation, but it is a common method used in linear algebra to find the closest point on a plane. If you are interested in learning more, I suggest looking into the concept of projection in vector spaces. This will give you a better understanding of why this operation works.
 

1. What is the closest point in the plane?

The closest point in the plane is the point on a given plane that is the shortest distance from a specific point outside the plane. This point is also known as the orthogonal projection or the nearest point.

2. How do you calculate the closest point in the plane?

To calculate the closest point in the plane, you need to use the formula for orthogonal projection. This involves finding the dot product of the vector from the point outside the plane to any point on the plane with the normal vector of the plane. The resulting value is then multiplied by the normal vector and added to the point on the plane to get the closest point.

3. Can the closest point in the plane be negative?

No, the closest point in the plane cannot be negative. It is a point on the plane that is the shortest distance from a specific point outside the plane. Since distance cannot be negative, the closest point cannot be negative either.

4. How is the closest point in the plane used in real-life applications?

The concept of the closest point in the plane is used in various real-life applications such as navigation systems, computer graphics, and machine learning algorithms. It helps in determining the most efficient path or the optimal solution for a given problem.

5. Can the closest point in the plane be found for any point and any plane?

Yes, the closest point in the plane can be found for any point and any plane. As long as the point is outside the plane and the plane is defined by an equation, the closest point can be calculated using the formula for orthogonal projection.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
697
  • Linear and Abstract Algebra
Replies
10
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
785
  • Linear and Abstract Algebra
Replies
3
Views
299
  • Linear and Abstract Algebra
Replies
17
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
Replies
1
Views
332
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
885
  • Quantum Physics
2
Replies
43
Views
2K
Back
Top