Optimize x² + y² + z² - 2x subject to x² + y² + z² = 25

  • Level: Undergrad 
  • Thread starter Thread starter squenshl
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
squenshl
Messages
468
Reaction score
4
Optimize f(x,y,z) = x2 + y2 + z2 - 2x subject to the constraint g(x,y,z) = x2 + y2 + z2 - 25 = 0

Step 1:
L = f - [tex]\lambda[/tex]g = x2 + y2 + z2 - 2x - [tex]\lambda[/tex](x2 + y2 + z2 - 25).

Step 2:
Lx = 2x - 2 - 2[tex]\lambda[/tex]x = 0
Ly = 2y - 2[tex]\lambda[/tex]y = 0
Lz = 2z - 2[tex]\lambda[/tex]z = 0

What do I do now? Please help.
 
Physics news on Phys.org


I see four equations and four unknowns (don't forget that g(x,y,z)=0 gives you another equation!). Have you tried solving for those unknowns?