Estimating Demand and Supply Curves
Using elasticity plus a few starred averages pulled from real data, we cook up an approximate linear demand (or supply) curve without having to derive it from scratch.
So we learned about elasticity.
And the cool thing is โ using this elasticity idea, we can approximately derive the demand curve (or the supply curve).
Up until now, the demand curve has just been handed to us. Curve given โ check elasticity โ predict how demand moves when price moves. Done.
What made all that possible????
Yep. “Because the demand curve was already given.”
But realistically? Deriving a demand curve out in the wild is… a stretch.
Why? Because it’s complicated.
Like, so complicated we don’t even want to try.
So instead, what we actually do is โ we lean on statistical data,
$$E$$we compute that value, then we cook up a demand curve that fits that value, and we go “yeah, that’s our approximate equation.”
“Approximate” meaning: only kinda right. Error is not zero.
And also!!! It only holds for changes in $P$ that aren’t too big.
OK with that framing, let’s go derive the approximate equation.
First!!! From statistical data,
$$E$$we can estimate this thing.
Why????????????
Because we can chop the data however we want, basically.

OK now let’s switch hats and think about it as math.
What we want is some kind of straight line โ a first-degree thing.
Big disclaimer about econ vs math:
In literally every field except economics, the independent variable (the cause) goes on the x-axis, and the dependent variable (the effect) goes on the y-axis.
Econ flips it!!! Just keep that in the back of your head.
But โ since the approximate equation we’re after is assumed to be a straight line, the inverse function exists, so we honestly don’t need to stress about which is which.
What we want is:
$$Q \quad = \quad '\text{slope}' \cdot P \quad + \quad 'y\text{-intercept}' \\ \quad = \quad \frac{dQ}{dP} \cdot P \quad + \quad 'y\text{-intercept}'$$That’s the target.
Now, from the statistical data,
$$E$$we can pull a reasonable average value out โ and same for sales volume and price, we get reasonable averages too.
These extracted
$$E$$, sales volume, and price averages โ we’ll slap a star on them and call them
$$E^{*}$$,
$$Q^{*}$$,
$$P^{*}$$.
Then from the definition of elasticity, we can estimate $dQ/dP$.
$$E \quad = \quad \frac{P}{Q}\frac{dQ}{dP}$$and plugging the starred estimates in,
$$E^{*} \quad = \quad \frac{P^{*}}{Q^{*}}\frac{dQ}{dP}$$we can write it like that, so
the estimate of $dQ/dP$ is
$$\frac{dQ}{dP} \quad = \quad \frac{Q^{*}}{P^{*}}E^{*}$$and boom โ at this point we’ve nailed down most of the first-degree approximate equation:
$$Q \quad = \quad \left( \frac{Q^{*}}{P^{*}}E^{*} \right) \cdot P \quad + \quad 'y\text{-intercept}'$$And now, how do we get the leftover y-intercept?
We just need one mildly-obvious assumption, heh heh heh.
“This approximate demand curve we’re building? It’s gotta pass through
$$\left( Q^{*} \quad , \quad P^{*} \right)$$.”
If it passes through that point, then plugging the point into the equation has to satisfy it,
i.e.,
$$Q^{*} \quad = \quad \left( \frac{Q^{*}}{P^{*}}E^{*} \right) \cdot P^{*} \quad + \quad 'y\text{-intercept}'$$this has to hold too, so
$$'y\text{-intercept}' \quad = \quad Q^{*} \quad - \quad \left( \frac{Q^{*}}{P^{*}}E^{*} \right) \cdot P^{*} \\ \quad = \quad Q^{*} \quad - \quad Q^{*}E^{*} \\ \quad = \quad Q^{*}\left( 1 \quad - \quad E^{*} \right)$$that’s what it works out to. And the approximate equation is done:
$$Q \quad = \quad \left( \frac{Q^{*}}{P^{*}}E^{*} \right) \cdot P \quad + \quad Q^{*}\left( 1 \quad - \quad E^{*} \right)$$OK shall we run an example through this thing.
“In 1990, per capita chicken consumption in the United States was about 70 pounds, while the inflation-adjusted average retail price was about $0.7 per pound. The estimated elasticity of demand for chicken was โ0.55.”
What’s the approximate demand curve?
โ
$$Q^{*}=70, \quad P^{*}=0.7, \quad E^{*}= \quad -0.55$$$$Q \quad = \quad \left( \frac{Q^{*}}{P^{*}}E^{*} \right) \cdot P \quad + \quad Q^{*}\left( 1 \quad - \quad E^{*} \right) \\ Q \quad = \quad \left( \frac{70}{0.7}\left( -0.55 \right) \right) \cdot P \quad + \quad 70\left( 1 \quad + \quad 0.55 \right) \\ \quad = \quad -55P \quad + \quad 108.5$$Done.
Can we pull the same trick for the supply curve????
Process the supply data, spit out
$$E_{Q_{S}, \quad P}^{*}$$,
$$Q^{*}$$,
$$P^{*}$$and with the definition
$$E_{Q_{S}, \quad P}^{*} \quad = \quad \frac{P}{Q_{S}}\frac{dQ_{S}}{dP}$$we build
$$Q \quad = \quad \left( \frac{Q_{S}^{*}}{P^{*}}E_{Q_{S}, \quad P}^{*} \right) \cdot P \quad + \quad 'y\text{-intercept}'$$and the y-intercept follows the same reasoning โ assume the curve passes through
$$\left( Q_{S}^{*} \quad , \quad P^{*} \right)$$and once you finish it off,
$$Q \quad = \quad \left( \frac{Q_{S}^{*}}{P^{*}}E_{Q_{S}, \quad P}^{*} \right) \cdot P \quad + \quad Q_{S}^{*}\left( 1 \quad - \quad E_{Q_{S}, \quad P}^{*} \right)$$it’s just…. the same thing…. (obviously,….)
Only the data swapped out โ now it’s about supply instead of demand.
The algebraic skeleton? Identical, heh heh heh heh heh heh.
Originally written in Korean on my Naver blog (2016-07). Translated to English for gdpark.blog.
Comments
Discussion happens via GitHub Discussions. You'll need a GitHub account to comment.