Max/Min f subject to g: Lagrange Multipliers

Click For Summary
SUMMARY

The forum discussion focuses on finding the maximum and minimum values of the function f(x,y,z) = 1/4*x^2 + 1/9*y^2 + z^2 under the constraint g(x,y,z) = x^2 + y^2 + z^2 - 1 using Lagrange multipliers. The critical points are determined by setting the partial derivatives Lx, Ly, and Lz to zero, leading to the equations 2x(1/4 - λ) = 0, 2y(1/9 - λ) = 0, and 2z(1 - λ) = 0. The discussion emphasizes the necessity of solving these equations to find the values of λ, x, y, and z that satisfy the constraint.

PREREQUISITES
  • Understanding of Lagrange multipliers
  • Knowledge of partial derivatives
  • Familiarity with optimization problems in multivariable calculus
  • Basic algebra for solving equations
NEXT STEPS
  • Study the method of Lagrange multipliers in detail
  • Practice solving optimization problems with multiple constraints
  • Learn how to analyze critical points in multivariable functions
  • Explore applications of Lagrange multipliers in real-world scenarios
USEFUL FOR

Students studying multivariable calculus, mathematicians focusing on optimization techniques, and educators teaching advanced calculus concepts.

terminal.velo
Messages
4
Reaction score
0

Homework Statement



Find max/min of f subject to constraint: x^2+y^2+z^1 = 1


Homework Equations




f(x,y,z) = 1/4*x^2 + 1/9*y^2 + z^2
g(x,y,z) = x^2 + y^2 + z^2 - 1

The Attempt at a Solution



L = 1/4*x^2 + 1/9*y^2 + z^2 - λ(x^2 + y^2 + z^2 - 1)
Lx = 2/4*x - λ*x*2
Ly = 2/9*y - λ*2*y
Lz = 2*z - λ*2*z
 
Physics news on Phys.org
terminal.velo said:

Homework Statement



Find max/min of f subject to constraint: x^2+y^2+z^1 = 1


Homework Equations




f(x,y,z) = 1/4*x^2 + 1/9*y^2 + z^2
g(x,y,z) = x^2 + y^2 + z^2 - 1

The Attempt at a Solution



L = 1/4*x^2 + 1/9*y^2 + z^2 - λ(x^2 + y^2 + z^2 - 1)
Lx = 2/4*x - λ*x*2
Ly = 2/9*y - λ*2*y
Lz = 2*z - λ*2*z

Correct so far. What should be the partial derivatives at a minimum/maximum?

ehild
 
I don't know, the lecturer told us to solve the rest of the problem at home.
 
Well, check your notes, what is the condition that a minimum or maximum exist?

ehild
 
All 3 derivates of L (Lx, Ly, Lz) have to equal zero, to find the λ, then the x/y/z for critical points of f(x,y,z)

Lx = 2/4*x - λ*x*2 = 0
Ly = 2/9*y - λ*2*y = 0
Lz = 2*z - λ*2*z = 0
 
OK, factorize the left hand sides.

ehild
 
2x(1/4 - λ) = 0
2y(1/9 - λ) = 0
2z(1 - λ) = 0

EDIT: I'm in a bit of a funk, apologies! (lectures from 8am 'til 3pm)
 
terminal.velo said:
2x(1/4 - λ) = 0
2y(1/9 - λ) = 0
2z(1 - λ) = 0

EDIT: I'm in a bit of a funk, apologies! (lectures from 8am 'til 3pm)

So you need some rest, without Maths... :smile:
Anyway: you can omit the factors 2. All your equations are products, equal to zero. That means, one of the two factors must be zero in each equation. More than one factor containing lambda can not be zero, it would mean contradiction. Can all x, y,z equal to zero? Remember, you have the condition that x2+y2+z2=1.

ehild
 

Similar threads

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