MHB What Is the Closest Point on the Plane x − y + z = 8 to (1, 3, 6)?

  • Thread starter Thread starter carl123
  • Start date Start date
  • Tags Tags
    Plane Point
Click For Summary
To find the closest point on the plane x − y + z = 8 to the point (1, 3, 6), the normal vector of the plane is identified as (1, -1, 1). A line is established through (1, 3, 6) that is perpendicular to the plane, represented by the parametric equations x = t + 1, y = -t + 3, z = t + 6. By substituting these equations into the plane's equation, the parameter t is solved, yielding t = 4/3. The closest point on the plane is determined to be (7/3, 5/3, 22/3).
carl123
Messages
55
Reaction score
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
Expand $$f(x,y,z)=(x-1)^2+(y-3)^2+(2-x+y)^2$$ then calculate $$\dfrac{\partial f}{\partial x}$$ and $$\dfrac{\partial f}{\partial y}$$, setting the results equal to $$0$$. Solve the resulting system of equations to find $$x$$ and $$y$$ then finish up.
 
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*}$.
 
Thread 'Problem with calculating projections of curl using rotation of contour'
Hello! I tried to calculate projections of curl using rotation of coordinate system but I encountered with following problem. Given: ##rot_xA=\frac{\partial A_z}{\partial y}-\frac{\partial A_y}{\partial z}=0## ##rot_yA=\frac{\partial A_x}{\partial z}-\frac{\partial A_z}{\partial x}=1## ##rot_zA=\frac{\partial A_y}{\partial x}-\frac{\partial A_x}{\partial y}=0## I rotated ##yz##-plane of this coordinate system by an angle ##45## degrees about ##x##-axis and used rotation matrix to...

Similar threads

  • · Replies 8 ·
Replies
8
Views
604
  • · Replies 1 ·
Replies
1
Views
3K
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K