Lagrange Multipliers and Shadow Prices

In summary, the homework problem is to find the price and advertising budget that will maximize profits for a manufacturer of PCs. The company currently sells 10,000 units per month at a cost of $700/unit and a wholesale price of $950. During a test market, a $100 price reduction resulted in a 50% increase in sales. The company is currently spending $50,000 per month on advertising and is considering increasing the budget by $10,000, which is predicted to lead to a sales increase of 200 units per month. The main goal is to determine the optimal price and advertising budget that will maximize profits, using mathematical modeling and optimization techniques such as Lagrange multipliers and shadow prices. However, there is some
  • #1
GFauxPas
48
3
This is a homework in mathematical modeling and optimization; we're up to Lagrange multipliers and shadow prices.

1. Homework Statement

A manufacturer of PCs currently sells 10,000 units per month of a basic model. The cost of manufacture is 700$/unit, and the wholesale price is $950. The cost of manufacture is $700/unit, and the wholesale price is $950. During the last quarter the manufacturer lowered the price $100 dollars in a few test markets, and the result was a 50% increase in sales. The company has been advertising its product nationwide at a cost of $50000 per month. The advertising agency claims that increasing the advertising budget by $10000 a month would result in a sales increase of 200 units a month. Managemeny has agreed to consider an increase in the advertising budget to no more than $100000 a month.

I have to find the price and advertising budget that will maximize profits, among other analyses.

Homework Equations


A main part of the exercise is to set up the relevant equations.

The Attempt at a Solution


Time is in months, money in dollars.
Let u be the units sold and produced.
I have that u starts at 10000. then I add 200a, where a is how much I'm increasing the advertising budget in 10000's of dollars.
u = 10000 + 200a + ?
where the "?" is how much more revenue edit: how many more units sold I'm getting by reducing the price.
Also, the expenses are going to be equal to:
c = 700u + (50000 + 10000a)
where the quantity in parenthesis is the budget put to advertising.
I don't know how to deal with the price variable and everything connected to it; what is it I'm increasing by 50%? The relation between pricing and everything else has me confused.

Also, I have that the constraint is [itex]a \in [0..5][/itex], but that's an interval, not a curve, and don't I need the constraint to be a curve to use Lagrange multipliers?
 
Last edited:
Physics news on Phys.org
  • #2
GFauxPas said:
This is a homework in mathematical modeling and optimization; we're up to Lagrange multipliers and shadow prices.

1. Homework Statement

A manufacturer of PCs currently sells 10,000 units per month of a basic model. The cost of manufacture is 700$/unit, and the wholesale price is $950. The cost of manufacture is $700/unit, and the wholesale price is $950. During the last quarter the manufacturer lowered the price $100 dollars in a few test markets, and the result was a 50% increase in sales. The company has been advertising its product nationwide at a cost of $50000 per month. The advertising agency claims that increasing the advertising budget by $10000 a month would result in a sales increase of 200 units a month. Managemeny has agreed to consider an increase in the advertising budget to no more than $100000 a month.

I have to find the price and advertising budget that will maximize profits, among other analyses.

Homework Equations


A main part of the exercise is to set up the relevant equations.

The Attempt at a Solution

\[/B]
Time is in months, money in dollars.
Let u be the units sold and produced.
I have that u starts at 10000. then I add 200a, where a is how much I'm increasing the advertising budget in 10000's of dollars.
u = 10000 + 200a + ?
where the "?" is how much more revenue I'm getting by reducing the price.
Also, the expenses are going to be equal to:
c = 700u + (50000 + 10000a)
where the quantity in parenthesis is the budget put to advertising.
I don't know how to deal with the price variable and everything connected to it; what is it I'm increasing by 50%? The relation between pricing and everything else has me confused.

Also, I have that the constraint is a = 0..5, but that's a region, not a curve, and don't I need the constraint to be a curve to use Lagrange multipliers?

No, it is not a good idea to try to write "u = 10000 + 200a + ?" You should not try to add revenue to u; you should just increase u itself, by some relevant amount that depends on selling price s. Then revenue will be s*u---that is, selling price times all of u (due to whatever infuences and factors).

I agree that some aspects of the problem are not well explained/documented. Presumably the basic 10,000 units per month are total (national or international) sales. Surely, a "few test markets" would not be the whole market, so we are not given information about the size of the test markets to which that 50% increase applies after the $100 sales price cut. Is that your problem? If so, I agree with you. Anyway, an issue is how the market changes when the prices changes by less or more than $100. Absent other information, all you can assume is "linearity", at least over a limited range. Again, though, the issue of the test market size rears its ugly head, and if I were doing this problem I would go to my instructor and ask for clarification. Barring that, I would just assume that the "test market" was the total market, and so assume the 50% applies to the whole 10,000. I wouldn't like it, but I would have no choice.

BTW: do not start a new thread for the same problem; that is considered bad form and is against PF rules, I believe.
 
  • #3
Sorry for that Ray, it's ok, I had asked him to start a new thread using the template for clarity, I linked the old thread with your response to this thread.
 
Last edited:
  • #4
I mistyped what I had u was, I edited it, I meant to say:

u = 10000 + 200a + ?
where the "?" is how many more units sold I'm getting by reducing the price.
Let's then make the assumption that the test market behaves the same as the real market, i.e., assume the 50% would just scale to the whole market. So now what? Thanks.
 
  • #5
GFauxPas said:
I mistyped what I had u was, I edited it, I meant to say:

u = 10000 + 200a + ?
where the "?" is how many more units sold I'm getting by reducing the price.
Let's then make the assumption that the test market behaves the same as the real market, i.e., assume the 50% would just scale to the whole market. So now what? Thanks.

You tell me. If a $100 price reduction increases sales by 5,000 units, how much of an increase would you get for a $1 price cut? A $7 price cut? A price cut of c dollars?

It is always a good idea to be careful about choice of units in variable definitions. Using ##u## for (in 000s of) units sold per month instead of units per month makes things a bit neater. Using ##a## for advertising budget increase (in $000s/month) gives a more manageable final model than if it was in straight $. So, in these units ##a = 10## stands for a $10000 budget increase and leads to a sales increase of ##\Delta u = 0.2## (000s). Assuming linearity, you can figure out ##\Delta u## for a symbolic amount ##a##, with ##0 \leq a \leq 100##.
 
  • #6
Ray Vickson said:
You tell me. If a $100 price reduction increases sales by 5,000 units
Where did you get that from? Are we saying that "increase by half" always means "increase by 5000"?
Also, the choice of variables will make things more complicated for me in Maple, I can play with it later but right now I don't know how to set up Maple to assign variables like that.
I also don't have an answer as to my interval instead of a curve problem.
 
  • #7
GFauxPas said:
Where did you get that from? Are we saying that "increase by half" always means "increase by 5000"?
Also, the choice of variables will make things more complicated for me in Maple, I can play with it later but right now I don't know how to set up Maple to assign variables like that.
I also don't have an answer as to my interval instead of a curve problem.

What is 50% of 10,000?
 
  • #8
Well I know that, but I assumed "increase by half" means "increase whatever we would sell otherwise", which is going to be more than 10000 after we put more money in advertising.
Maybe I'm missing something fundamental? I'm trying to find u as a function of 2 variables, right? It's a function of the money put into advertising and also a function of the unit price?
Let p be the unit price. Then I have both p being a function of u and u being a function both of p and a? Is that correct?
So u = 10000 + 200a + (some function of p)?
 
Last edited:
  • #9
GFauxPas said:
Well I know that, but I assumed "increase by half" means "increase whatever we would sell otherwise", which is going to be more than 10000 after we put more money in advertising.
Maybe I'm missing something fundamental? I'm trying to find u as a function of 2 variables, right? It's a function of the money put into advertising and also a function of the unit price?
Let p be the unit price. Then I have both p being a function of u and u being a function both of p and a? Is that correct?
So u = 10000 + 200a + (some function of p)?

Assuming the price-cut experiment involved the fixed $50,000 ad budget, the percentage increase can be converted right away to a number of units. If you wanted to make the increase in sales come as a percentage of sales that include the effects of a variable ad budget, you will get a much more complicated model and which is much more "nonlinear". Try it and see!

There is a final issue: must the advertising budget stay the same or increase, or can we allow it to decrease? Must the selling price remain at its current value or less, or can we allow it to increase as well?
 
  • #10
Putting up my current work on the problem in case anyone is curious. I realize checking the corner points was unnecessary, so I'l remove that part for the next draft.
 

Attachments

  • p52prob6.pdf
    214.8 KB · Views: 251
Last edited:
  • #11
GFauxPas said:
Putting up my current work on the problem in case anyone is curious. I realize checking the corner points was unnecessary, so I'l remove that part for the next draft.
I avoid using ##d## as a variable name, since that is already reserved for the differentiation operation. So, you convert to an unconstrained problem in the two variables ##a,p##:
[tex] \max F(a,p) \\
0 \leq a \leq 5, \; p \geq 0[/tex]

In such a problem you cannot necessarily set derivatives to zero; instead, the necessary conditions for an optimum at ##(a^*,p^*)## are as follows. In the notation ##F_a = \partial F / \partial a## and ##F_p = \partial F/\partial p## we have
[tex] F_a \begin{cases} \leq 0 & \text{if }\; a^* = 0\\
= 0 & \text{if }\; 0 < a^* < 5\\
\geq 0 & \text{if } \; a^* = 5\end{cases}\\
\text{and}\\
F_p \begin{cases} \leq 0 & \text{if } \: p^* = 0 \\
= 0 & \text{if } \; p^* > 0 \end{cases}
[/tex]

In a minimization problem the directions of the inequalities would be the reverse of the above.

Since you are using Maple, you can always check your results using the "NLPSolve" routine in the "Optimization" package (invoked by 'with(Optimization)').

If, instead, you want to use Lagrange multipliers, you can have the objective to be maximized just equal to (950-p)*u - C, and introduce the two defining equations for u = u(a,p) and C = C(a,p) as constraints. Then the necessary conditions for an optimum would be as above, but with derivatives of the Lagrangian instead of F.
 
  • #12
What's wrong with the way I did it?
 
  • #13
GFauxPas said:
What's wrong with the way I did it?

The formulation looks wrong to me. You seem to be applying the "cost" effect onto the "advertising" effect, leading to extra nonlinearities. OK, I guess that is one valid interpretation, but it is not the one I would choose. I used an additive model with U = 10000 + (2/100)(A-50000) - 50(S - 950) [units sold per month] and C = 700 U + A [cost ($/mo)], Profit = SU-C and S >= 0, 0 <= A <= 100,000 (so we can increase or cut the price, and decrease or increase the advertising budget) and got a slightly different answer from yours. (When using software such as Maple---which I do, always---one need not bother re-scaling, etc., because roundoff errors and numerical instability will not be an issue; it only matters---sometimes a lot--- when using other types of software. That is why I recommended using different units, but if you use Maple it does not make much difference.)

The way you deal with the bound constraint condition is needlessly complicated---not wrong, just harder than it needs to be. I know what you are doing (viz., introducing the bound as a constraint and then applying Lagrange multipliers) but you have left out some important information when doing that: when you are at the boundary of an inequality constraint, the sign of the Lagrange multiplier is determined (by some rules I will skip here). In fact, one can tell the "solution" ##a=0, d = 0.25, \lambda = 40625## is wrong because the sign of ##\lambda## is wrong. In other words, ##a=0## is the wrong boundary. For similar reasons we can tell that ##a = 5## is the correct boundary because ##\lambda## now has the correct sign. Of course, you were able to eliminate the incorrect solution by just computing the profit at the two points and throwing out the lower one. That certainly works, and is maybe all you can do at this stage if you have not yet studied the Karush-Kuhn-Tucker conditions, but it is definitely not the best way.
 
  • #14
He says he doesn't care what model we use as long as we explain what we're doing. The problem is vaguely worded and allows for any number of interpretations.
And we didn't deal with the Karush-whatever equations at all, so this is the way I know how. Granted you have to use the (3d) graph or the Hessian or test points around the solution to make sure that it is indeed a maximum, etc. We need to use Lagrange multipliers because we're analyzing λ as the shadow price, which is later on in the problem.

What do you mean by defining custom units, can you please explain what you mean by that suggestion?
 
  • #15
GFauxPas said:
He says he doesn't care what model we use as long as we explain what we're doing. The problem is vaguely worded and allows for any number of interpretations.
And we didn't deal with the Karush-whatever equations at all, so this is the way I know how. Granted you have to use the (3d) graph or the Hessian or test points around the solution to make sure that it is indeed a maximum, etc. We need to use Lagrange multipliers because we're analyzing λ as the shadow price, which is later on in the problem.

What do you mean by defining custom units, can you please explain what you mean by that suggestion?

I meant that when I did it in Maple I did not bother to use $000s for costs, $00s for price, 000s for units produced, etc. I just used numbers like 50,000, 950, 10,000 etc. without bothering to try making them smaller. Had I been using different software that would (possibly) not have been the best way to go.

Note: in the problem ##\max f(x,y)\; a \leq x \leq b, \; y \geq c## the simple conditions like
[tex] f_x \leq 0, f_x = 0, \text{ or }\: f_x \geq 0 [/tex]
(according as ##x^* = a##, ##x^* \in (a,b)## or ##x^*= b##) already give you the shadow prices directly: the shadow price of the constraint ##x \geq a## is ##-f_x## (or, maybe ##+ f_x##, depending on how you define/use it) and the shadow price of ##x = b## is ##f_x##. These are, of course, just the Lagrange multiplier values themselves!

BTW: I would be very careful about using Hessians to check for max or min in constrained problems. The actual optimality test in these cases needs the Hessian of the Lagrangian (not the objective you are optimizing!), and furthermore, that Hessian needs to be projected down into the tangent subspaces of the active constraints. Ouch!
 
  • #16
Okay, I am very confused as to what the book wants me to do next. It says:
"Determine the sensitivity of the decision variables (price and advertising) to price elasticity (the 50% number)"
Then,
"Determine the sensitivity of the decision variables to the advertising agency's estimate of 200 new sales each time the advertising budget is increased by $10 000"

But the book never defines what decision variables are. In one place they seem to be the arguments of the objective function. I'm not getting useful answers on Google. I suppose the decision variables are a and d, but those aren't the same as advertising and price variables! In fact, I don't even know what the advertising variable is.
The book defines the sentivity of x to y as ##S(x,y) = \frac{\mathrm dx}{\mathrm dy}\frac y x##

edit: for now I'll just assume it's the derivative of the objective function WRT that variable.
 
Last edited:
  • #17
GFauxPas said:
Okay, I am very confused as to what the book wants me to do next. It says:
"Determine the sensitivity of the decision variables (price and advertising) to price elasticity (the 50% number)"
Then,
"Determine the sensitivity of the decision variables to the advertising agency's estimate of 200 new sales each time the advertising budget is increased by $10 000"

But the book never defines what decision variables are. In one place they seem to be the arguments of the objective function. I'm not getting useful answers on Google. I suppose the decision variables are a and d, but those aren't the same as advertising and price variables! In fact, I don't even know what the advertising variable is.
The book defines the sentivity of x to y as ##S(x,y) = \frac{\mathrm dx}{\mathrm dy}\frac y x##

Decision variables are just that---they are the quantities under managerial/engineering control and whose values need to be decided. In this case there are two things that need deciding: the selling price p and the advertising budget a (= advertising variable).

The 50% figure is a 'parameter' (part of the input problem data---not a decision variable, since we have no control over it), and the book is now asking you to see what happens to the optimal profit if you vary it a bit.

BTW: when a book does not define some terms, an internet search works instead. Google 'decision variable' to see numerous articles that deal with this issue.
 
  • #18
I suppose I should have looked harder on Google. Thanks for the suggestion.
Since the price set isn't a function of the parameter, am I right that the sensitivity of the price of the unit to the parameter given is 0?
 
  • Like
Likes epenguin
  • #19
GFauxPas said:
I suppose I should have looked harder on Google. Thanks for the suggestion.
Since the price set isn't a function of the parameter, am I right that the sensitivity of the price of the unit to the parameter given is 0?

No. You can look at sensitivity
[tex] \frac{dF^*}{da}\; \text{ or } \; \frac{dF^*}{F^*} \cdot \frac{ a}{da} [/tex]
where ##F^*= ## optimal profit and ##a## is some input parameter, initially given as ##a = a_0##. In fact, I would say that this is the only definition of sensitivity that makes sense: if ##x## is a decision variable with optimum ##x^*##, what meaning could we attach to a quantity such as
[tex] \frac{dF^*}{dx} = \left. \frac{dF(x)}{dx} \right|_{x = x^*} ? [/tex]

This would answer the question "how much would the optimal profit vary if we go away from the optimal solution?" I suppose from one point of view that is not a bad question, since a 'nearby' value ##x_0## may be easier to use than the exact value ##x^*## (if, for example, ##x## is a machine setting and oddball settings are hard to achieve with accuracy). However, that is normally not what we mean when we speak of sensitivity---which, typically, refers to sensitivity with respect to input parameters.
 
  • #20
I'm sorry Ray, are you saying that even according to the book's definition of sensitivity, the sensitivity of the price variable WRT the 1/2 value is non-zero? Or are you saying that the book's definition isn't a good one? I don't know whether you're explaining the textbook or saying something different. The definition I have to work with is "the sensitivity of x to y" is S(x,y) = dy/dx x/y. When the book asks me what the sensitivity of the cost is to the 1/2 value, what else could it mean other than (dcost/dv) (1/2/cost*) (where the cost parameter is v) and cost* is the cost at the optimum that I found above? In which case dcost/dv = 0...
 
Last edited:
  • #21
GFauxPas said:
I'm sorry Ray, are you saying that even according to the book's definition of sensitivity, the sensitivity of the price variable WRT the 1/2 value is non-zero? Or are you saying that the book's definition isn't a good one? I don't know whether you're explaining the textbook or saying something different. The definition I have to work with is "the sensitivity of x to y" is S(x,y) = dy/dx x/y. When the book asks me what the sensitivity of the cost is to the 1/2 value, what else could it mean other than (dcost/dv) (1/2/cost*) (where the cost parameter is v) and cost* is the cost at the optimum that I found above? In which case dcost/dv = 0...

I don't know either, since I do not know what book you are using and probably do not have a copy of it anyway. In your paraphrase of how the book defines sensitivity of y wrt x, you did not say what x and y represent. So, I don't know whether the book's definition is a good one because I don't know exactly what it IS.

You said "Determine the sensitivity of the decision variables (price and advertising) to price elasticity (the 50% number)". To me that says "Determine how the OPTIMAL values of price and advertising budget would change if we change the price elasticity of advertising". Answering that would not be straightforward, since it would, essentially, be asking for a re-solve of the problem with a price elasticy slightly different from 50%. There are ways of doing it without a full re-solve, using information about the original solution and Lagrange multlipliers, etc, but it can be tricky.

Anyway, go with your own gut instinct about what is involved; it just happens to be different from mine.
 
  • #22
Unfortunately the book doesn't say what x and y represent either, just that it's the limiting ratio of the relative change in x to the relative change in y, i.e. ##\frac {\frac {\Delta x}{x}} {\frac {\Delta y}{y}} \ \text{as} \ \Delta y \to 0##

Thanks for all your help. What are the ways of doing it without a full re-solve?
 
Last edited:
  • #23
GFauxPas said:
Unfortunately the book doesn't say what x and y represent either, just that it's the limiting ratio of the relative change in x to the relative change in y, i.e. ##\frac {\frac {\Delta x}{x}} {\frac {\Delta y}{y}} \ \text{as} \ \Delta y \to 0##

Thanks for all your help. What are the ways of doing it without a full re-solve?

If A and S are the advertising budget and selling price, we have a model of the form
[tex] \text{Profit } = S U(S,A,f_a,f_s) - C(S,A,f_a,f_s)[/tex]
where ##f_s## is the "elasticity" of selling price (intially given as ##f_s = 50##, in percentage terms) and ##f_a## is (something like) the elasticity of advertising (initially given as ##f_a = 200##). Here, ##U## = units sold and ##C##= total cost. You can work out formulas for ##U## and ##C## in terms of ##S,A,f_a, f_s)##

So, the problem is of the form
[tex] \max F(S,U,f_a,f_s) \equiv S U(S,A,f_a,f_s) - C(S,A,f_a,f_s) \\
\text{subject to }\\
(1) \;\;10^5 - A \geq 0 \\
(2) \;\; f_s = 50 \\
(3) \; \; f_a = 200
[/tex]
Let ##v_1 \geq 0## be the Lagrange multiplier for constraint (1), ##v_2## for constraint (2) and ##v_3## for constraint (3).
The Lagrangian is
[tex] L = S U - C + v_1(10^5 - A) + v_2(50 - f_s) + v_3 (200 - f_a) [/tex]
Denoting partial derivatives of ##L## as subscripts, the Lagrangian conditions are
[tex] L_S = 0, \;\text{ or } \; F_S = 0\\
L_A =0, \; \text{ or } \; F_A = v_1 \\
L_{f_s} = 0 \; \text{or} \; F_{f_s} = v_2\\
L_{f_a} = 0 \; \text{or} \; F_{f_a} = v_3
[/tex]
Plugging in the optimal solution you already have for ##S## and ##A## and the initial values ##f_s = 50, f_a = 200## , you can use the conditions above to get ##v_1, v_2, v_3##.

The optimal point ##(S,A)= (S^*,A^*)## will depend on ##f_a,f_s##, and their sensitivities are given (essentially) by ##S_s \equiv \partial S^*/partial f_s## and ## S_a =\equiv \partial S^* /\partial f_a## (and similarly for ##A_s, A_a## = sensitivities of ##A^*##). The chain rule for derivatives gives
[tex] F_{f_s} = F_S S_s + F_A A_s = v_2\\
F_{f_a} = F_S S_a + F_A A_a = v_3
[tex]
Since we know ##F_S, F_A, v_2, v_3## at the current solution point, we can solve the linear system of two equations to get ##S_
GFauxPas said:
Unfortunately the book doesn't say what x and y represent either, just that it's the limiting ratio of the relative change in x to the relative change in y, i.e. ##\frac {\frac {\Delta x}{x}} {\frac {\Delta y}{y}} \ \text{as} \ \Delta y \to 0##

Thanks for all your help. What are the ways of doing it without a full re-solve?

Let's take a simple example: we have a problem of the form ##\max f(x_1,x_2)##, where ##f(x_1,x_2) = \left. F(x_1,x_2,a)\right|_{a=0}##. The optimal solution ##x^*_1,x^*_2## is known for the problem with ##a=0##, and we want to know the sensitivity of these with respect to ##a## around the initial point ##a = 0##. The general problem
[tex] \max_{x_1, x_2} F(x_1,x_2,a) [/tex]
has a solution ##x_1 = v_1(a), x_2 = v_2(a)##, with ##v_1(0) = x_1^*, v_2(0) = x_2^*##. We want to know
[tex] \delta_1 \equiv v_1'(0) = \left. \frac{dv_1(a)}{da} \right|_{a=0}, \; \delta_2 = v_2'(0) [/tex]At the maximum we set the x-derivatives ##F_i = \partial F/\partial x_i## to zero, so we have
[tex] (1) \;\;G_1(a) \equiv F_1(v_1(a),v_2(a),a) = 0 \\
(2) \; \; G_2(a) \equiv F_2(v_1(a),v_2(a),a) = 0
[/tex]
These hold for all ##a##, so we must have ##dG_1(a)/da = 0## and ##dG_2(a)/da = 0##. Let us evaluate these at ##a = 0##. By the chain rule, we have
[tex] G_1'(a) = \frac{\partial}{\partial x_1}\left. F_1 (x_1,x_2,a)\right|_{x_i = v_i(a)}\, v'_1(a)
\\\;\;\;+ \frac{\partial}{\partial x_2}\left. F_1 (x_1,x_2,a)\right|_{x_i = v_i(a)}\, v'_2(a)\\
\;\;\;+ \frac{\partial}{\partial a} \left. F_1(x_1,x_2,a) \right|_{x_i = v_i(a)} ,
[/tex]
and so forth. So, we finally have
[tex] \pmatrix{F_{11} & F_{12}\\F_{21} & F_{22} } \pmatrix{ \delta_1 \\\delta_2} + \pmatrix{F_{1a}\\F_{2a}} = 0 [/tex]
Here, the Hessian ##(F_{ij})## and the vector ##(F_{ia})## are evaluated at ##x_1 = x_1^*, x_2 = x_2^*, a = 0##.

If the Hessian ##(F_{ij})## is nonsingular, we can solve the linear equations to get ##\delta_1, \delta_2##.
 
  • #24
Wow, that's a lot to think about.
The prof. said that to test sensitivity best to just vary the parameter and have Maple recalculate, then note the ratio (assuming the change is effectively proportional)
 
  • Like
Likes Ray Vickson
  • #25
Sure, that is another way to do it; it would work for small changes, since you would be approximating a derivative ##v'(0)## by a finite difference ##\frac{v(a)-v(0)}{a}##.
 
  • #26
Here's my last try, probably.
 

Attachments

  • p52prob6v3PF.pdf
    479.7 KB · Views: 242

What are Lagrange Multipliers and Shadow Prices?

Lagrange Multipliers and Shadow Prices are mathematical concepts used in optimization problems where there are constraints on the variables. They are used to find the optimal solution that satisfies the constraints.

How are Lagrange Multipliers and Shadow Prices calculated?

Lagrange Multipliers are calculated by taking the partial derivatives of the objective function and constraints, and then setting them equal to each other. Shadow Prices, also known as dual prices, are calculated by solving the Lagrangian problem and finding the optimal value for the dual variables.

What is the significance of Lagrange Multipliers and Shadow Prices?

Lagrange Multipliers and Shadow Prices help us understand the sensitivity of an optimization problem to changes in the constraints. They also allow us to determine the opportunity cost of relaxing a constraint, which can be useful in decision-making processes.

Can Lagrange Multipliers and Shadow Prices be negative?

Yes, both Lagrange Multipliers and Shadow Prices can be negative. A negative Lagrange Multiplier indicates that the constraint is binding, while a negative Shadow Price indicates that the objective function will decrease if the constraint is relaxed.

What are some real-world applications of Lagrange Multipliers and Shadow Prices?

Lagrange Multipliers and Shadow Prices have many applications in economics, finance, and engineering. They can be used to optimize production processes, resource allocation, and portfolio management. They are also used in game theory, where they help determine the optimal strategies for players.

Similar threads

Replies
4
Views
1K
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
3K
  • Precalculus Mathematics Homework Help
Replies
5
Views
5K
  • General Discussion
2
Replies
38
Views
5K
Back
Top