Find the point on the curve y = x^2 that is closest to the point (0, b).

  • Thread starter Thread starter plexus0208
  • Start date Start date
  • Tags Tags
    Curve Point
Click For Summary
SUMMARY

The discussion focuses on finding the point on the curve y = x² that is closest to the point (0, b) using the method of Lagrange multipliers. The equations derived include L(x,y,λ) = x² + (y-b)² - λ(x²-y) and the resulting conditions Lx = 2x - 2λx = 0, Ly = 2y - 2b + λ = 0, and Lλ = x² - y = 0. The analysis reveals that depending on the value of b, there can be one or three critical points, necessitating further evaluation to determine which point minimizes the distance to (0, b). The final recommendation is to apply the distance formula to ascertain the closest point.

PREREQUISITES
  • Understanding of Lagrange multipliers
  • Familiarity with calculus concepts such as critical points and local maxima/minima
  • Knowledge of distance formulas in a Cartesian coordinate system
  • Basic algebra for solving equations
NEXT STEPS
  • Study the application of Lagrange multipliers in optimization problems
  • Learn how to derive and analyze critical points in multivariable calculus
  • Explore the distance formula and its applications in geometry
  • Investigate the implications of local maxima and minima in optimization contexts
USEFUL FOR

Students studying calculus, particularly those focusing on optimization techniques, as well as educators looking for examples of applying Lagrange multipliers in real-world problems.

plexus0208
Messages
49
Reaction score
0

Homework Statement


Find the point on the curve y = x2 that is closest to the point (0, b).

Homework Equations


Lagrange multipliers

The Attempt at a Solution


L(x,y,λ) = x2 + (y-b)2 - λ(x2-y)
Lx = 2x - 2λx = 0
Ly = 2y - 2b + λ = 0
Lλ = x2 - y = 0

Then solve for x and y? Is this right?
 
Last edited:
Physics news on Phys.org
It's ok so far. Keep going.
 
2x = 2λx -> λ = 1
2y = 2b + λ -> y = (2b+1)/2
x^2 = y -> x = ((2b+1)/2)^1/2
 
You've got a sign error in your y equation. And you've also ignored a possible solution of the first equation. How about x=0? And in the last equation there are two solutions for x.
 
Last edited:
So basically, there are three points on the curve that are equally closest to (0,b)?
 
plexus0208 said:
So basically, there are three points on the curve that are equally closest to (0,b)?

Depends on b. The lagrange multiplier method only gives you the critical points. There might be one or three of them depending on the value of b. You then have to check them to figure out which is closest.
 
Well, I was given the point (0, b), without any information about b, so I guess I should just put down all three points then...
 
No, whatever b is you should check to see which points are minimum. You have only shown that they are critical points. It is quite possible that one of the points is a local maximum for the distance.
 
Lxx = 2 - 2λ
Lyy = 2
Lxy = 0

if λ = 1, then discriminant = LxxLyy - Lxy2 = 0...
 
  • #10
Why don't you just plug the points you get into the distance formula and figure out which one is closest?
 

Similar threads

Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
2
Views
2K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K