Lagrange Multiplier theory question

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
3 replies · 2K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement

I made this up, so I am not even sure if there is a solution

Let's say I have to find values for which these two inequality hold [tex]x^2 + y^5 + z = 6[/tex] and [tex]8xy + z^9 \sin(x) + 2yx \leq 200[/tex]And by Lagrange Multipliers that

[tex]\nabla f = \mu \nabla g[/tex]

So can I let [tex]f = 8xy + z^9 \sin(x) + 2yx - 200 \leq 0[/tex]?
 
Physics news on Phys.org
What question are you trying to answer? Normally, the Lagrange multiplier method is used to find a maximum or minimum to a given function with some additional constraints. Here, you don't seem to have any function to maximize or minimize
 
HallsofIvy said:
What question are you trying to answer? Normally, the Lagrange multiplier method is used to find a maximum or minimum to a given function with some additional constraints. Here, you don't seem to have any function to maximize or minimize

Yeah I made one by making f <= 0...?

Okay I got this idea from another problem from this video



go to 5:05...
 
Last edited by a moderator:
I guess you want to know if it is possible to find some x,y,x that give you f(x,y,z) <= 0 and g(x,y,x) = 0, where f and g are the two functions given in your post. One way would be to solve the problem
minimize f, subject to g = 0, then check if the min value of f is <= 0. This approach is pretty standard, for example, when checking if a set of linear equations and inequalities is feasible.

RGV