• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:32
CEST 23:32
KST 06:32
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6Code S RO8 Preview: herO, Zoun, Bunny, Classic7
Community News
Weekly Cups (June 23-29): Reynor in world title form?6FEL Cracov 2025 (July 27) - $8000 live event13Esports World Cup 2025 - Final Player Roster14Weekly Cups (June 16-22): Clem strikes back1Weekly Cups (June 9-15): herO doubles on GSL week4
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster HomeStory Cup 27 - Info & Preview
Tourneys
HomeStory Cup 27 (June 27-29) WardiTV Mondays SOOPer7s Showmatches 2025 FEL Cracov 2025 (July 27) - $8000 live event $200 Biweekly - StarCraft Evolution League #1
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers [G] Darkgrid Layout
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
StarCraft & BroodWar Campaign Speedrun Quest ASL20 Preliminary Maps BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Unit and Spell Similarities
Tourneys
The Casual Games of the Week Thread [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET [Megathread] Daily Proleagues [BSL20] ProLeague LB Final - Saturday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Stop Killing Games - European Citizens Initiative Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread Korean Music Discussion
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Blog #2
tankgirl
Game Sound vs. Music: The Im…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 652 users

Caller’s Tutorial: Economics, Part II

Blogs > Caller
Post a Reply
Caller
Profile Blog Joined September 2007
Poland8075 Posts
Last Edited: 2009-11-21 09:13:15
November 21 2009 05:07 GMT
#1
Part 1: http://www.teamliquid.net/blogs/viewblog.php?topic_id=106061

To those of you whom attempt to solve the Utility Maximization Problem, you will probably see something crazy like this:

Maximize U(x1, x2) s.t. M = p1x1 + p2x2
L = U(x1, x2) + λ(M-p1x1 + p2x2)
dL/dx1 = du/dx1 – λp1
dL/dx2 = du/dx2 – λp2
dL/d λ = M –p1x1 + p2x2


WTF???

Fortunately, I’ll help you take this apart. The idea of the above is called Lagrangian multipliers. It’s a way to optimize problems while avoiding as much butthurt as possible, unless you’re good at math, in which case you can probably derive an easier way to do this. Of course, if you’re good at math, you wouldn’t need my help to do this either, so good luck For those of us who aren’t gods among men, here’s an easier way to do this.

The first statement is this:

Maximize U(x1, x2) s.t. M = p1x1 + p2x2


This is simply stating that this is an optimization problem. It says the following in a sentence:
Find the maximum utility that somebody could get from purchasing a certain amount of two items (x1 and x2). However, they have a certain budget (M) that they can spend, and that each item has a price (p1, p2).

This is pretty obvious without the jargon: basically, what’s the most useful combination of things that you can buy with your money and their prices? You can pick how much you want of each kind-namely, you choose x1 and x2. These are what we call endogenous variables, because we are trying to figure those out. We don’t control p1, p2, and M (as those are external to our choice) so we call those exogenous variables.

The second statement is what we call the Lagrangian function. This is basically one of the easiest, most reliable ways to solve this problem. There is no such thing as a real life Lagrangian function-this is just us playing with the math in order to get a solution.

L = U(x1, x2) + λ(M-p1x1 - p2x2)


Now you may be wondering why the hell there is a lambda in our equation all of a sudden. The answer is that it is also a trick of math. Some people that are a lot smarter than I am and a lot better at math figured this out as a shortcut. I’m not going to bother doing the proof because I suck at proofs and I’m a lazy shit. Just pretend that it’s a formula or something.

In any case, we don’t know what lambda is, so we consider it a variable. However, we are trying to find our what we need for our two values, x1 and x2. To solve for them from this equation, we need to find a way to get them all together.

One very easy way is to simply take the partial derivatives of the Lagrangian function with respect to each endogenous variable. So…

dL/dx1 = du/dx1 – λp1
dL/dx2 = du/dx2 – λp2
dL/d λ = M –p1x1 - p2x2


The first expressions are us taking the Lagrangian function with the derivative. This is just mathematical trickery here. They are what we call First Order Conditions, or FOC, or FUUUUUUUUU~

However, we can figure out a little bit of what the hell is going on. We have two equations up there-namely, these two:

dL/dx1 = du/dx1 – λp1
dL/dx2 = du/dx2 – λp2


We want to figure out what x1 and x2 are, but we can’t really isolate them with the lambda present. Instead, we will do a little trick of math. Because this is an optimization problem, we can set the left side of the equation to be zero, so we get:

0 = du/dx1 – λp1
0 = du/dx2 – λp2


Now we set the two equations like this:

λp1= du/dx1
λp2 = du/dx2


Now how do we get rid of the lambda? Easy: we divide one equation by another.

λp1/ λp2= (du/dx1)/(du/dx2) = p1/p2


This happens to be the Marginal Rate of Substitution, or MRS, for those of you paying attention.

So what does this tell us? It tells us that it is possible to figure out what the best amount of x1 and x2 is, in terms of p1, p2, and M. This is called Marshallian Demand.
For instance, suppose our Utility function was U = (x1)(x2).
Then our first order conditions would be:

dL/dx1 = x2 – λp1
dL/dx2 = x1 – λp2
dL/d λ = M –p1x1 - p2x2


And we get:

p1/p2 = x2/x1
so x2 = p1x1/p2.


Now you may be suspicious here. There’s an x1 on the right side, which doesn’t seem to help us here. However, we can abuse math again (don’t try this with women) to get another expression. This time, we use the third equation, and set it to zero, and substitute for x2:

0 = M – p1x1 - p2(p1x1/p2)


And now we do basic math to get:

2p2x1 = M
X1 = M/(2p2)


And we plug this back in for x1 to solve x2,

X2 = p1(M/2p2)/p2, or p1M/(2p2^2)

And thus we have solved our Marshallian demand. If you want to get what those guys call the indirect utility function, simply plug x1 and x2 back into the original utility function. This gives us:

U = (x1)(x2)
U = (M/2p2)(p1M/2p2^2) = (p1M^2)/(4p2^3)


Next topic: The Price Effect and the Lagrangian.

post other things you may or may not want to see ^^


***
Watch me fail at Paradox: http://www.teamliquid.net/forum/viewmessage.php?topic_id=397564
paper
Profile Blog Joined September 2004
13196 Posts
Last Edited: 2009-11-21 05:12:15
November 21 2009 05:12 GMT
#2
oh man

aren't langrange multipliers from linear algebra? D:

bad memories
Hates Fun🤔
Gliche
Profile Blog Joined August 2008
United States811 Posts
November 21 2009 05:43 GMT
#3
yay econ!

can i ask how qualified you are to be teaching this, caller? ;D
KT fighting~!! | Designing things is fun!
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
November 21 2009 05:44 GMT
#4
lagrange theory is great =) I had to learn it in detail this semester, since we use it all the time in machine learning to derive data classifiers and regression functions.
pangshai
Profile Blog Joined January 2005
Chinatown5333 Posts
November 21 2009 06:16 GMT
#5
damn i was hoping this would be more for the interested layman, but its getting a bit too complex for me. good job with the tutorials though, i'm sure others will benefit!
#1 midas fan
Empyrean
Profile Blog Joined September 2004
16977 Posts
November 21 2009 06:34 GMT
#6
On November 21 2009 14:12 paper wrote:
oh man

aren't langrange multipliers from linear algebra? D:

bad memories


Err, Lagrangians are generally introduced in calc 3. You're probably thinking of all the times you had to use lambda to calculate eigenvalues and Jordan canonical form and crap.
Moderator
Caller
Profile Blog Joined September 2007
Poland8075 Posts
November 21 2009 06:58 GMT
#7
On November 21 2009 15:16 pangshai wrote:
damn i was hoping this would be more for the interested layman, but its getting a bit too complex for me. good job with the tutorials though, i'm sure others will benefit!

i'm getting back to the layman

hold up
Watch me fail at Paradox: http://www.teamliquid.net/forum/viewmessage.php?topic_id=397564
Carnivorous Sheep
Profile Blog Joined November 2008
Baa?21242 Posts
November 21 2009 07:13 GMT
#8
Lagrangians are kinda everywhere. It's very oppressive, actually, when you start seeing them in every class you take, from physics in the morning to math to econ >.>
TranslatorBaa!
datscilly
Profile Blog Joined November 2007
United States528 Posts
November 21 2009 07:47 GMT
#9
Every part of OP taught me something, and I'm looking forward to the next one.

I have a question though. It's a little long, and here it goes: The overall goal of all this is to solve for x1 and x2 in terms of M, p1, and p2, given M = p1x1 + p2x2, and given that U(x1, x2) = (x1)(x2) is to be maximized. Here x1 and x2 play symmetric roles. + Show Spoiler +
More exactly, if you switch x1 with x2 and switch p1 with p2 at the same time, the equations are unchanged
The answer, X1 = M/(2p2) and X2 = p1M/(2p2^2), is not symmetric.

And I was wondering why symmetry was broken and found that L, the Lagrangian function, was defined asymmetrically: L = U(x1, x2) + λ(M-p1x1 + p2x2). Since M = p1x1 + p2x2, one would expect λ(M-p1x1 - p2x2) instead of λ(M-p1x1 + p2x2).

So my two questions are, why is symmetry broken, which is an iffy question and might not have an answer, and two, why is the Lagrangian function defined the way it is, which should have an answer.
I'm willing to read some links and do some learning myself in order to understand your answer. Wikipedia says in general, to maximize f(x,y), subject to g(x,y) = c, let L = f(x,y) + λ(g(x,y) - c). Actually this would point to λ(M-p1x1 - p2x2), instead of λ(M-p1x1 + p2x2) as you wrote.
Steelflight-Rx
Profile Blog Joined July 2007
United States1389 Posts
November 21 2009 08:10 GMT
#10
yeah man i'm too drunk for this shit, how do i get to that drunk thread..
yubee wrote: you know? it's a great night you should all smile no matter what harddships, because grass grows and the sky is blue and it's a good life.
Scaramanga
Profile Blog Joined March 2008
Australia8090 Posts
November 21 2009 08:32 GMT
#11
Economics maths i was hoping this was theory
Loda talked about the fun counter, it's AdmiralBulldog on his natures prophet
Two_DoWn
Profile Blog Joined October 2009
United States13684 Posts
November 21 2009 08:43 GMT
#12
I come to TL to get away from my econ major, not to be reminded of it. Curse you Caller.
"What is the air speed velocity of an unladen courier?" "Dire or Radiant?"
Caller
Profile Blog Joined September 2007
Poland8075 Posts
Last Edited: 2009-11-21 09:28:38
November 21 2009 09:12 GMT
#13
On November 21 2009 16:47 datscilly wrote:
Every part of OP taught me something, and I'm looking forward to the next one.

I have a question though. It's a little long, and here it goes: The overall goal of all this is to solve for x1 and x2 in terms of M, p1, and p2, given M = p1x1 + p2x2, and given that U(x1, x2) = (x1)(x2) is to be maximized. Here x1 and x2 play symmetric roles. + Show Spoiler +
More exactly, if you switch x1 with x2 and switch p1 with p2 at the same time, the equations are unchanged
The answer, X1 = M/(2p2) and X2 = p1M/(2p2^2), is not symmetric.

And I was wondering why symmetry was broken and found that L, the Lagrangian function, was defined asymmetrically: L = U(x1, x2) + λ(M-p1x1 + p2x2). Since M = p1x1 + p2x2, one would expect λ(M-p1x1 - p2x2) instead of λ(M-p1x1 + p2x2).

So my two questions are, why is symmetry broken, which is an iffy question and might not have an answer, and two, why is the Lagrangian function defined the way it is, which should have an answer.
I'm willing to read some links and do some learning myself in order to understand your answer. Wikipedia says in general, to maximize f(x,y), subject to g(x,y) = c, let L = f(x,y) + λ(g(x,y) - c). Actually this would point to λ(M-p1x1 - p2x2), instead of λ(M-p1x1 + p2x2) as you wrote.


oh whoooooopssssssssssssssss
my bad
thanks for catching that mistake
that'll teach me to half-ass economics
edit: while I did write the wrong thing, the derivatives I took were of the right thing. So the results should still be the same. The reason why symmetry is broken is purely because or the difference between p1 and p2.
It would seem that p1 and p2 would give you the same answer: However, keep in mind that p1 and p2 are different. Let's flip around our results, for instance:
so instead of

p1/p2 = (du/dx1)/(du/dx2)


we now have

p2/p1 = (du/dx2)/(du/dx1)


And using the same equation above, we should get

p2/p1 = x1/x2

which gives us:

x1 = x2p2/p1


If you plug our results in, you see clearly that it forms an identity, confirming our results.
X1 = M/(2p2) and X2 = p1M/(2p2^2).

Also keep in mind that the function itself is not symmetrical-there is an M, for instance, and we cannot split the M up into two parts. As a result, it will be present in both cases, albeit with different contexts.
Because we have these three exogeneous variables, we cannot guarantee that the results will be symmetric. It is possible that these values may be such that our actual numerical answer is symmetric, but it is equally possible that they are not.

There is also one more thing to note about this economic implication:

There is a concept called price effect, which is saying that the amount of stuff you buy changes in response to how the price changes. For instance, usually, when you buy bread, and the price goes down, you may buy more bread. However, there are other possibilities. A Giffin good, for instance, is one where you buy more of it as the price goes up, i.e. that price effect is positive.
There really isn't anything that's a real Giffin good, but one possible example could be toothpaste. Suppose you only do two things with your money: buying toothpaste and going to the dentist. Suppose the price of toothpaste goes up. Now you can't go to the dentist as much. However, because you can't go to the dentist, you need to buy more toothpaste, even though the price went up.
Another possible solution is that you don't change your consumption of the good as the price goes up. For instance, I may use the money I save from bread to hire prostitutes, rather than to buy more bread for my damn kids.

A mathematical version of price effect is, simply, dx1/dp1, or, the change in x1 in response to the change in price. A positive price effect means you buy more x1 in response to an increase in the price of x1. A negative effect means you buy less in response to an increase, etc.

In our case, if we were to calculate the price effect, we would get:

X1 = M/(2p2) and X2 = p1M/(2p2^2).
dx1/dp1 = 0, dx2/dp1 = M/(2p2^2)


This tells us two very interesting things. Firstly, the price effect for x1 is zero. This means that, no matter what the change in price, the person will always buy the same amount of x1. However, for x2, we have a figure. Although it seems tricky, with a little intuition you can figure out the following:
Firstly, M, our budget, has to be positive. This should be obvious.
Secondly, p2, our price, also has to be positive. This should also be obvious because you're not selling bread or prostitutes back.
Therefore, this means that the price effect is positive for x2 in response to x1. That is, if the price in x1 goes up, you buy more x2. This should make sense. If i have to choose between bread and prostitutes, and the price in bread goes down, I hire prostitutes rather than get fat. Similarly, if the price in bread goes up, I hire less prostitutes and buy enough to keep me from starving.

There is also an income effect, which asks whether or not your M value increases or decreases. We quantify that as dx/dM, i.e. how much do you change how much you buy based on how your amount of money changes?

For our case, we could calculate it to be

X1 = M/(2p2) and X2 = p1M/(2p2^2).
dx1/dM = 1/(2p2) and dx2/dM = p1/(2p2^2)

And both of which are positive. This tells us that the more money we have, the more we buy of each stuff. There are cases in which we buy less of something if we have more money, in which case the product is called an inferior good (as opposed to a Giffin good or a normal good). For instance, an inferior good could be ugly prostitutes. The more money I have, the less money I'll spend on ugly prostitutes and the more money I can spend on hot prostitutes.
Watch me fail at Paradox: http://www.teamliquid.net/forum/viewmessage.php?topic_id=397564
imDerek
Profile Blog Joined August 2007
United States1944 Posts
November 21 2009 09:47 GMT
#14
weird i did lagrange multipliers in high school but never did it in college and im in engineering too
Least favorite progamers: Leta, Zero, Mind, Shine, free, really <-- newly added
datscilly
Profile Blog Joined November 2007
United States528 Posts
November 21 2009 10:44 GMT
#15
Hmm, I think I found another mistake, one which means that the solutions are different than up there, and that it's symmetric after all.

On November 21 2009 14:07 Caller wrote:
0 = M – p1x1 - p2(p1x1/p2)

And now we do basic math to get:

2p2x1 = M
X1 = M/(2p2)

It should be
2p1x1 = M
X1 = M/(2p1)

instead. X2 = M/(2p2) will also hold.

The symmetry thing was really bothering me because of the following: if you substitute x1 for x2, x2 for x1, p1 for p2, and p2 for p1, the given equations for the problem, including the equation for U, look exactly the same. Since all the equations after that are logical consequences of the first two equations up top and the equation for U, doing all the substitutions for any equation you get should result in another equation which is true. + Show Spoiler +
One can think of it this way: there are two universes, one where we write down the original equations M = p1x1 + p2x2, L = U(x1, x2) + λ(M-p1x1 + p2x2), U = (x1)(x2), and find consequences of those equations, and another universe where we do those four substitutions on the original equations, and find consequences of those equations. Since the original equations remain unchanged, every logical consequence of the mirror universe is in fact true in the original universe as well.

So X1 = M/(2p2), X2 = p1M/(2p2^2), can't be the solution, since mirroring X1 = M/(2p2) gets us X2 = M/(2p1), and then we have 1 = (p1^2)/(p2^2) after some work, which doesn't make sense.

Right, so I went through all this to talk about a type of reasoning that works for any math problem, and to explain why I looked for a mistake in the first place.
Empyrean
Profile Blog Joined September 2004
16977 Posts
November 22 2009 08:37 GMT
#16
On November 21 2009 18:47 imDerek wrote:
weird i did lagrange multipliers in high school but never did it in college and im in engineering too


You use them a lot in Engineering...especially in optimization problems.

That's kind of strange that you don't use them in your engineering classes.

I assume you took calc 3 in high school? Lagrange multipliers are usually introduced around the time when partial derivatives are introduced, which is fairly early in calc 3.
Moderator
Please log in or register to reply.
Live Events Refresh
Monday Night Weeklies
16:00
#20
SteadfastSC792
FunKaTv 434
ZombieGrub305
BRAT_OK 170
EnkiAlexander 66
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SteadfastSC 792
FunKaTv 434
ZombieGrub305
BRAT_OK 170
Livibee 80
StarCraft: Brood War
Calm 2559
Rain 1397
Mini 522
firebathero 111
EffOrt 100
Stormgate
NightEnD1
Dota 2
NeuroSwarm58
League of Legends
Grubby4298
JimRising 438
Counter-Strike
summit1g3510
sgares105
Super Smash Bros
PPMD81
Heroes of the Storm
Liquid`Hasu684
Other Games
FrodaN2169
fl0m1148
mouzStarbuck307
ToD261
Pyrionflax212
Sick72
Mew2King63
Organizations
Other Games
BasetradeTV19
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• kabyraGe 238
• musti20045 47
• davetesta23
• Kozan
• AfreecaTV YouTube
• sooper7s
• intothetv
• IndyKCrew
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• Azhi_Dahaki27
• FirePhoenix6
• Pr0nogo 5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• masondota2793
Other Games
• imaqtpie1565
• Shiphtur316
Upcoming Events
Replay Cast
2h 28m
Wardi Open
13h 28m
PiGosaur Monday
1d 2h
The PondCast
1d 12h
Replay Cast
2 days
RSL Revival
2 days
WardiTV European League
2 days
Replay Cast
3 days
RSL Revival
3 days
WardiTV European League
3 days
[ Show More ]
FEL
3 days
Korean StarCraft League
4 days
CranKy Ducklings
4 days
RSL Revival
4 days
FEL
4 days
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL: ProLeague
5 days
Dewalt vs Bonyth
Liquipedia Results
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.