MHB Nick's Calculus Problem: Find Closest Point on Plane

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Plane Point
AI Thread Summary
The calculus problem involves finding the closest point on the plane defined by the equation x - 2y + 3z = 6 to the point (0,1,1). The objective function is the square of the distance from any point (x,y,z) on the plane to (0,1,1). Using Lagrange multipliers, the system of equations derived leads to expressions for y and z in terms of x. Solving the resulting equations yields the closest point as (5/14, 2/7, 29/14) on the plane. This solution effectively addresses the optimization problem posed.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Need help with calculus problem? Optimization.?


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

I can't figure this out. Does anyone know how to do this? Thanks.

I have posted a link there to this thread so the OP can see my work.
 
Mathematics news on Phys.org
Hello Nick,

Let's let our objective function be the square of the distance from the point on the plane $(x,y,z)$ to the given point $(0,1,1)$:

$$f(x,y,z)=x^2+(y-1)^2+(z-1)^2$$

The point $(x,y,z)$ is constrained to be on the given plane, hence our constraint is:

$$g(x,y,z)=x-2y+3z-6=0$$

Using Lagrange multipliers, we obtain the system:

$$2x=\lambda$$

$$2(y-1)=-2\lambda$$

$$2(z-1)=3\lambda$$

This implies:

$$\lambda=2x=1-y=\frac{2}{3}(z-1)$$

From this, we obtain:

$$y=1-2x,\,z=3x+1$$

Substituting for $y$ and $z$ into the constraint, we find:

$$x-2(1-2x)+3(3x+1)-6=0$$

Solving for $x$ (and using the values for $y$ and $z$ in terms of $x$) we find:

$$x=\frac{5}{14}\implies y=\frac{2}{7},\,z=\frac{29}{14}$$

Thus, the point on the plane $x-2y+3z=6$ that is closest to the point $(0,1,1)$ is:

$$\left(\frac{5}{14},\frac{2}{7},\frac{29}{14} \right)$$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top