Lagrange multipliers and partial derivatives

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
phrygian
Messages
77
Reaction score
0

Homework Statement



Find the point on 2x + 3y + z - 11 = 0 for which 4x^2 +y^2 +z^2 is a minimum

Homework Equations





The Attempt at a Solution



Using lagrange multipliers I find:

F = 4x^2 + y^2 + z^2 + l(2x + 3y + z)

Finding the partial derivatives I get the three equations:

df/dx = 8x + 2l
df/dy= 2y + 3l
df/dz= 2z + l

This is where I am stuck, what are the next steps for solving the system of equations?
 
Physics news on Phys.org
Well, first set them equal to 0! They are equivalent to [itex]x= -\lambda[/itex], [itex]2y/3-\lambda[/itex] and [itex]2z= -\lambda[/itex]. You can easily eliminate [itex]\lambda[/itex] by setting those equal to each other. And don't forget that you have 2x+ 3y+ z= 11 as a third equation.