Understanding Lagrange Multipliers: Solving for Max and Min Values

AI Thread Summary
To solve for the maximum and minimum values of the function f(x, y, z) = 3x + 2y + z under the constraint g(x, y, z) = x² + y² + z² = 1, one must use Lagrange multipliers. The first step involves finding the gradients of both functions, setting them equal with a multiplier λ, and solving the resulting system of equations. The gradient of f is expressed as ∇f(x, y, z) = <∂f/∂x, ∂f/∂y, ∂f/∂z>, which must equal λ times the gradient of g. After determining the values of x, y, z, and λ, evaluate f at these points to find the maximum and minimum values. Understanding the procedure and the gradients is crucial for applying Lagrange multipliers effectively.
Dx
Find max and min value…f(x,y,z) =3x+2y+z; x2 + y2+z2 = 1

If g(x,y,z) = x2 + y2+z2 = 1 then what do I do next?

I need help to further solve for this please? I am horrible at math and don't understand lagrange multipiers so can anyone better explain it to me and help me solve for difficult problem.

Dx
 
Mathematics news on Phys.org
Well, my text has the following box for lagrange multipliers (interesting theorems / procedures are placed in boxes in the text):

To find the maximum and minimum values of f(x, y, z) subject to the constraint g(x, y, z) = k (assuming these extreme values exist):

(a) Find all values of x, y, z, and &lambda; such that:

[nab]f(x, y, z) = &lambda; [nab]g(x, y, z)

and g(x, y, z) = k

(b) Evaluate f at all the points (x, y, z) that arise from step (a). The largest of these values is the maximum value of f; the smallest is the minimum value of f.

I imagine your text has something similar. Do you understand how to start step (a)?
 
Originally posted by Hurkyl
Well, my text has the following box for lagrange multipliers (interesting theorems / procedures are placed in boxes in the text):



I imagine your text has something similar. Do you understand how to start step (a)?

No, I don't understand this what-so-ever. I see one example in my book that wants to find the points of a rectangular hyperbola and its using partial Dx but I don't know how to perform step a could you please help me.

Dx
 
&nabla;f(x, y, z) means the gradient of f with respect to its three variables. The gradient is defined as the row vector:

&nabla;f(x, y, z) = < &part;f(x, y, z)/&part;x, &part;f(x, y, z)/&part;y, &part;f(x, y, z)/&part;z >
I.E. the first coordinate is the partial derivative with respect to (WRT) the first variable, the second coordinate is the partial derivative WRT the second variable, and so on for as many variabes as the function has.


The equation in step (a) is, then, a vector equation, which we solve by setting corresponding coordinates equal:

&nabla;f(x, y, z) = &lambda; &nabla;g(x, y, z)

is

< &part;f(x, y, z)/&part;x, &part;f(x, y, z)/&part;y, &part;f(x, y, z)/&part;z > = &lambda; < &part;g(x, y, z)/&part;x, &part;g(x, y, z)/&part;y, &part;g(x, y, z)/&part;z >

is

&part;f(x, y, z)/&part;x = &lambda; &part;g(x, y, z)/&part;x
&part;f(x, y, z)/&part;y = &lambda; &part;g(x, y, z)/&part;y
&part;f(x, y, z)/&part;z = &lambda; &part;g(x, y, z)/&part;z



(BTW, if you also want me to explain the "why" behind this method, ask and I'll do so... but the "why" may be quite difficult to understand)
 
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