Local Extrema of f(x,y) on x^2 + y^2 <= 1

  • Thread starter Thread starter Kuma
  • Start date Start date
  • Tags Tags
    Extrema
Click For Summary
SUMMARY

The discussion focuses on finding the local extrema of the function f(x,y) = 6x² - 8x + 2y² - 5 within the closed disk defined by x² + y² ≤ 1. The Lagrangian method is employed, where the correct formulation is F(x,y) = f(x,y) - λg(x,y) with g(x,y) = x² + y² - 1 for maximization problems. The critical points identified are (1, 1) and (1, -1), with a correction leading to additional extrema at (0.5, ±√0.75). The discussion emphasizes the importance of correctly applying the Lagrangian method to ensure accurate results.

PREREQUISITES
  • Understanding of Lagrange multipliers in optimization
  • Familiarity with partial derivatives
  • Knowledge of constrained optimization problems
  • Basic concepts of local extrema in multivariable calculus
NEXT STEPS
  • Study the application of Lagrange multipliers in various optimization scenarios
  • Learn about the implications of constraints in optimization problems
  • Explore the geometric interpretation of local extrema in multivariable functions
  • Investigate the differences between maximization and minimization using Lagrangian methods
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus and optimization techniques, as well as anyone involved in solving constrained optimization problems.

Kuma
Messages
129
Reaction score
0

Homework Statement



find the local extrema of

f(x,y) = 6x^2 -8x + 2y^2 - 5 around the closed disk x^2 +y^2 =< 1

Homework Equations


The Attempt at a Solution



I used the larangian way of doing this but not sure if its right. My solution:

F(x,y) = f(x,y) + lambda g(x,y)

where g(x,y) = x^2 + y^2 - 1

taking partials wrt to x y and lambda I get

Fx = 12x - 8 + 2x lamda

Fy = 4y + 2y lamda

Flamda = g(x,y)

setting each to 0 and solving I get

lamda = 2 from Fy

subbing into Fx I get x = 1

subbing into g(x,y) and solving I get y = ±1

so the extrema are

(1,1) (1,-1)

edit: I think I shouldve had my equation as

F(x,y) = f(x,y) - lamda g(x,y) rather than f(x,y) + lamda g(x,y)

with that equation I get

x = 0.5
y = ±sqrt 0.75
 
Last edited:
Physics news on Phys.org
Kuma said:

Homework Statement



find the local extrema of

f(x,y) = 6x^2 -8x + 2y^2 - 5 around the closed disk x^2 +y^2 =< 1


Homework Equations





The Attempt at a Solution



I used the larangian way of doing this but not sure if its right. My solution:

F(x,y) = f(x,y) + lambda g(x,y)

where g(x,y) = x^2 + y^2 - 1

taking partials wrt to x y and lambda I get

Fx = 12x - 8 + 2x lamda

Fy = 4y + 2y lamda

Flamda = g(x,y)

setting each to 0 and solving I get

lamda = 2 from Fy

subbing into Fx I get x = 1

subbing into g(x,y) and solving I get y = ±1

so the extrema are

(1,1) (1,-1)

edit: I think I shouldve had my equation as

F(x,y) = f(x,y) - lamda g(x,y) rather than f(x,y) + lamda g(x,y)

with that equation I get

x = 0.5
y = ±sqrt 0.75

When you have an inequality constraint g <= 0, your Lagrangian should be F - \lambda g (with \lambda \geq 0) for a _maximization_ problem and should be F + \lambda g (with \lambda \geq 0) for a _minimization_ problem. Alternatively, you could use the single form F - \lambda g for both max or min problems, but now \lambda \geq 0 for a max problem and \lambda \leq 0 for a min problem.

Basically, the way to remember this is to say that the Lagrangian should be *better than* the objective F for feasible points, so if feasible points have g <= 0 we get something bigger than F by subtracting a positive constant times g (and bigger is better when maximizing), and we get something smaller than F by adding a positive constant times g, and smaller is better when minimizing.

RGV
 
so in this case, where the critical points are supposed to fall within that disk, does that mean x and y will have to both be less than the radius of the disk (ie any points in the disk)?
 
The Lagrange multiplier method will help you find extrema on the circumference of the disk. To find extrema in the disk, simply set the partial dervatives of the object function to 0 and see if you find in critical points in the disk.
 
Kuma said:
so in this case, where the critical points are supposed to fall within that disk, does that mean x and y will have to both be less than the radius of the disk (ie any points in the disk)?

I don't understand your question. In your original post you said you were confused about whether you should write F + lambga*g or F - lambda*g, as these gave different solutions. All I did was answer _that_ question; I did not say anything about x and y being less than the radius of the disk or equal to the radius, or anything else like that.

RGV
 

Similar threads

Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K