Find the point on the plane x − y + z = 8 that is closest to the point (1, 3, 6).

In summary, the closest point on the plane to the given point is found by finding the line perpendicular to the plane that goes through the given point, and then finding where it intersects the plane. The resulting point is the closest point on the plane.
  • #1
carl123
56
0
Find the point on the plane x − y + z = 8 that is closest to the point (1, 3, 6).

This what I have so far

Z = 8-x+y

d = Sqrt ((x-1)2 + (y-3)2 + (z-6)2)

f(x,y,z) = d2 = (x-1)2 + (y-3)2 + (z-6)2

Substitute for z

= (x-1)2 + (y-3)2 + (2-x+y)2

Not sure how to move forward from here
 
Physics news on Phys.org
  • #2
Expand \(\displaystyle f(x,y,z)=(x-1)^2+(y-3)^2+(2-x+y)^2\) then calculate \(\displaystyle \dfrac{\partial f}{\partial x}\) and \(\displaystyle \dfrac{\partial f}{\partial y}\), setting the results equal to \(\displaystyle 0\). Solve the resulting system of equations to find \(\displaystyle x\) and \(\displaystyle y\) then finish up.
 
  • #3
carl123 said:
Find the point on the plane x − y + z = 8 that is closest to the point (1, 3, 6).

This what I have so far

Z = 8-x+y

d = Sqrt ((x-1)2 + (y-3)2 + (z-6)2)

f(x,y,z) = d2 = (x-1)2 + (y-3)2 + (z-6)2

Substitute for z

= (x-1)2 + (y-3)2 + (2-x+y)2

Not sure how to move forward from here

The closest point on a plane to a point away from the plane is always when the point is perpendicular to the plane. So if we work out the equation of the line that goes through the point (1, 3, 6) which is perpendicular to the plane, then we can use it to find where it intersects the plane. Notice we already have the normal vector of the plane: (1, -1, 1), and so the line is l = (1, -1, 1)t + (1, 3, 6), where t takes on all real values.

So x = t + 1, y = -t + 3, z = t + 6. We can now find where it intersects the plane by substituting into the plane equation.

$\displaystyle \begin{align*} x - y + z &= 8 \\ t + 1 - \left( -t + 3 \right) + t + 6 &= 8 \\ 3t + 4 &= 8 \\ t &= \frac{4}{3} \end{align*}$

and thus $\displaystyle \begin{align*} x = \frac{4}{3} + 1 = \frac{7}{3}, \, y = -\frac{4}{3} + 3 = \frac{5}{3}, \, z = \frac{4}{3} + 6 = \frac{22}{3} \end{align*}$.

The point on the plane x - y + z = 8 that is closest to (1, 3, 6) is $\displaystyle \begin{align*} \left( \frac{7}{3}, \frac{5}{3}, \frac{22}{3} \right) \end{align*}$.
 

Related to Find the point on the plane x − y + z = 8 that is closest to the point (1, 3, 6).

1. "How do you find the point on a plane that is closest to a given point?"

In order to find the point on a plane that is closest to a given point, you must first determine the distance between the point and the plane. Then, you can use this distance to calculate the coordinates of the closest point on the plane.

2. "What is the equation for finding the distance between a point and a plane?"

The equation for finding the distance between a point and a plane is:
d = |ax + by + cz + d| / √(a^2 + b^2 + c^2)
Where (x, y, z) is the given point and (a, b, c) are the coefficients of the plane's equation.

3. "What does the equation x − y + z = 8 represent?"

The equation x − y + z = 8 represents a plane in three-dimensional space. It is in the form of ax + by + cz + d = 0, where a, b, and c represent the coefficients of the plane's normal vector and d is a constant.

4. "How do you calculate the coordinates of the closest point on a plane?"

To calculate the coordinates of the closest point on a plane, you can use the distance equation and set it equal to the given distance. Then, you can solve for one of the variables (x, y, or z) and use that value to find the other two coordinates.

5. "Can you find the closest point on a plane without knowing the distance?"

No, you cannot find the closest point on a plane without knowing the distance. The distance between the point and the plane is a crucial piece of information needed to calculate the coordinates of the closest point.

Similar threads

Replies
1
Views
2K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
3
Views
488
Replies
2
Views
1K
  • Calculus
Replies
3
Views
1K
Replies
4
Views
569
Replies
3
Views
984
  • Calculus
Replies
6
Views
1K
Back
Top