What Is Elasticity Of Demand?
Elasticity of demand is the ratio between the percentage change in quantity demanded and the percentage change in price. Written with calculus, it is the point elasticity, taken at one exact price rather than averaged over a jump:
$E = \frac{\%\text{ change in }q}{\%\text{ change in }p} = \frac{dq/q}{dp/p} = \frac{p}{q}\cdot\frac{dq}{dp}$
Here $q = q(p)$ is the demand function that gives the quantity sold at price $p$, and $\frac{dq}{dp}$ is the derivative of that function. The factor $\frac{p}{q}$ rescales the plain derivative into a comparison of relative changes, which is what makes elasticity a pure number with no units. A change measured in dollars-per-litre becomes simply "sales fell twice as fast as the price rose."
For a normal good, demand slopes downward, so $\frac{dq}{dp} < 0$ and the formula above gives a negative $E$. Two sign conventions are in common use, and both are correct as long as you are honest about which one you are reading:
Signed convention: $E = \dfrac{p}{q}\cdot\dfrac{dq}{dp}$, which is negative for an ordinary downward-sloping demand curve.
Positive convention: $E = -\dfrac{p}{q}\cdot\dfrac{dq}{dp}$, where the extra minus sign flips the answer to a positive number so that magnitudes are easier to compare.
This article uses the signed version, then classifies by the absolute value $|E|$, which is what every textbook agrees on:
$$|E| > 1 \ \Rightarrow\ \textbf{elastic}, \qquad |E| < 1 \ \Rightarrow\ \textbf{inelastic}, \qquad |E| = 1 \ \Rightarrow\ \textbf{unit elastic}.$$
Elastic demand means buyers are price-sensitive (a small price rise loses a larger share of sales). Inelastic demand means buyers barely react (necessities such as milk, salt, or insulin). For the underlying idea of a rate of change, see the derivative and the wider field of calculus.
How Do You Calculate Elasticity Of Demand From A Demand Function?
Start with a demand function, differentiate it, then multiply by $\frac{p}{q}$ and read off the size. Take the linear demand curve
$$q = 100 - 2p.$$
Its derivative is constant:
$$\frac{dq}{dp} = -2.$$
Substitute into the point formula, using $q = 100 - 2p$:
$$E = \frac{p}{q}\cdot\frac{dq}{dp} = \frac{p}{100 - 2p}\cdot(-2) = \frac{-2p}{100 - 2p} = \frac{-p}{50 - p}.$$
Elasticity is a function of price, not a single number. Evaluate it wherever you need it.
Example 1: Classify the demand at $p = 20$ and at $p = 30$.
At $p = 20$: quantity is $q = 100 - 2(20) = 60$, so
$$E = \frac{20}{60}\cdot(-2) = \frac{-40}{60} = -0.6667.$$
Since $|E| = 0.6667 < 1$, demand is inelastic at this price.
At $p = 30$: quantity is $q = 100 - 2(30) = 40$, so
$$E = \frac{30}{40}\cdot(-2) = \frac{-60}{40} = -1.5.$$
Since $|E| = 1.5 > 1$, demand is elastic at this price.
Final answer: the same curve is inelastic at $p = 20$ ($E = -0.6667$) and elastic at $p = 30$ ($E = -1.5$).
Example 2: Find the unit-elastic price.
Set $|E| = 1$ and solve:
$$\frac{2p}{100 - 2p} = 1 \ \Rightarrow\ 2p = 100 - 2p \ \Rightarrow\ 4p = 100 \ \Rightarrow\ p = 25.$$
Check at $p = 25$: quantity is $q = 100 - 2(25) = 50$, and $E = \frac{25}{50}\cdot(-2) = -1$, so $|E| = 1$.
Final answer: demand is unit elastic at $p = 25$.
How Is Elasticity Of Demand Related To The Derivative?
Elasticity is a derivative in disguise: it is the derivative of quantity with respect to price, reweighted so it compares relative changes instead of raw ones. There is a clean way to see this. Because $\frac{d}{dp}\ln q = \frac{1}{q}\frac{dq}{dp}$ and $\frac{d}{dp}\ln p = \frac{1}{p}$, the chain rule gives
$$E = \frac{p}{q}\cdot\frac{dq}{dp} = \frac{\dfrac{1}{q}\dfrac{dq}{dp}}{\dfrac{1}{p}} = \frac{d(\ln q)}{d(\ln p)}.$$
So elasticity is the slope of quantity against price on a log-log scale: the derivative of $\ln q$ with respect to $\ln p$. That is the precise meaning of "the derivative of relative change," and it connects directly to logarithmic functions.
Geometrically, remember that the derivative $\frac{dq}{dp}$ is the slope of the tangent to the demand curve at a point. Elasticity multiplies that slope by the ratio $\frac{p}{q}$ of where you are standing on the curve. On a straight-line demand curve this produces a memorable picture:
The upper half of the line (high price, low quantity) is elastic, $|E| > 1$.
The exact midpoint is unit elastic, $|E| = 1$.
The lower half (low price, high quantity) is inelastic, $|E| < 1$.
For $q = 100 - 2p$ the price axis runs from $p = 0$ to $p = 50$, and the midpoint sits at $p = 25$, which is exactly the unit-elastic price found in Example 2. The geometry and the algebra agree.
How Does Elasticity Of Demand Control Revenue?
Revenue is price times quantity, $R = pq$, and quantity itself depends on price, so $R(p) = p,q(p)$. Differentiate with the product rule:
$$\frac{dR}{dp} = \frac{d}{dp}\big(p,q\big) = q + p\frac{dq}{dp} = q\left(1 + \frac{p}{q}\frac{dq}{dp}\right) = q,(1 + E).$$
Because quantity $q$ is positive, the sign of $\frac{dR}{dp}$ is the sign of $(1 + E)$. Reading off the three cases with the signed $E$:
Inelastic ($-1 < E < 0$, so $|E|<1$): $1 + E > 0$, so $\frac{dR}{dp} > 0$. Raising the price raises revenue.
Elastic ($E < -1$, so $|E|>1$): $1 + E < 0$, so $\frac{dR}{dp} < 0$. Raising the price lowers revenue.
Unit elastic ($E = -1$): $\frac{dR}{dp} = 0$. Revenue is at its critical point, its maximum.
Example 3: Confirm the maximum-revenue price for $q = 100 - 2p$.
Revenue is $R = p(100 - 2p) = 100p - 2p^{2}$. Differentiate and set to zero:
$$\frac{dR}{dp} = 100 - 4p = 0 \ \Rightarrow\ p = 25.$$
The second derivative is $\frac{d^{2}R}{dp^{2}} = -4 < 0$, confirming a maximum. At $p = 25$ revenue is $R = 25 \times 50 = 1250$. This is the same price that made the demand unit elastic, which is exactly what $\frac{dR}{dp} = q(1 + E)$ predicts.
A quick numeric sanity check of that identity: at $p = 20$ (inelastic) direct differentiation gives $\frac{dR}{dp} = 100 - 80 = 20$, and $q(1+E) = 60(1 - 0.6667) = 20$. At $p = 30$ (elastic) it gives $100 - 120 = -20$, and $q(1+E) = 40(1 - 1.5) = -20$. Both match.
What Is A Constant-Elasticity (Isoelastic) Demand Curve?
Not every demand curve has elasticity that drifts as price moves. A power-law demand function keeps the same elasticity at every price. Take
$$q = k,p^{-n}, \qquad k > 0,\ n > 0.$$
Its derivative is $\dfrac{dq}{dp} = -n,k,p^{-n-1}$. Substitute into the point formula:
$$E = \frac{p}{q}\cdot\frac{dq}{dp} = \frac{p}{k,p^{-n}}\cdot\big(-n,k,p^{-n-1}\big) = -n.$$
The price cancels completely, so $E = -n$ everywhere on the curve. These isoelastic curves are the reason economists often quote "the elasticity of gasoline is about $-0.4$" as a single number: the demand is being modelled as constant-elasticity.
Example 4: Find the elasticity of $q = 500,p^{-2}$.
Here $n = 2$, so $E = -2$ at every price. As a check at $p = 5$: $q = 500 \times 5^{-2} = 20$, $\frac{dq}{dp} = -1000,p^{-3} = -1000/125 = -8$, and $E = \frac{5}{20}\times(-8) = -2$.
Final answer: $E = -2$, elastic at every price.
Why Does The Elasticity Formula Use $\frac{p}{q}$ Instead Of Just The Slope?
The plain derivative $\frac{dq}{dp}$ answers "how many units of sales are lost per dollar of price," but that answer changes when you switch currencies or units, which makes it useless for comparing a $2 coffee with a $40{,}000 car. Multiplying by $\frac{p}{q}$ fixes three things at once.
It removes the units. Dollars cancel dollars and litres cancel litres, leaving a pure number that means the same thing everywhere.
It measures proportion, not amount. A one-dollar rise is huge for a $2 coffee and tiny for a $40{,}000 car; the ratio $\frac{p}{q}$ turns the raw slope into a percentage response.
It matches how people actually decide. Shoppers react to "10% more expensive," not to "$3 more," so elasticity is built from percentage changes on both sides.
That is why elasticity is defined as the derivative of $\ln q$ with respect to $\ln p$: logarithms are the natural language of "percent change," and the $\frac{p}{q}$ factor is precisely what converts a tangent slope into that language.
Who Invented Elasticity Of Demand?
The idea that demand bends by measurable amounts is younger than calculus itself, and it grew out of an effort to turn economics into a subject with real functions and derivatives.
Where Is Elasticity Of Demand Used In The Real World?
The same point formula guides decisions well beyond an economics exam.
Pricing strategy: a shop raises prices only where demand is inelastic ($|E| < 1$), because there revenue climbs; on elastic products it holds or cuts prices to protect revenue.
Tax policy: governments raise steady money by taxing inelastic goods such as fuel, tobacco, and salt, since buyers keep buying; the burden of such a tax falls mostly on the consumer.
Streaming and subscriptions: platforms test small price changes and measure the elasticity of cancellations to find the revenue-maximizing tier.
Airlines and ride-hailing: dynamic pricing estimates elasticity by route and time of day, charging more when demand is inelastic (last-minute business travel) and less when it is elastic (flexible holiday trips).
Public health and transport: cigarette-tax and transit-fare studies estimate elasticity to predict how many people change behaviour when the price moves.
In every case the calculation is the one in this article: model the demand function, differentiate it, scale by $\frac{p}{q}$, and act on whether $|E|$ sits above or below one.
As a school topic, elasticity of demand appears in India's NCERT Class 12 (Application of Derivatives, and again in Economics) and in the UK A-Level in both Mathematics and Economics, before it recurs in first-year university calculus.
What Are The Most Common Mistakes With Elasticity Of Demand?
These errors surface again and again in learner questions on price-elasticity, including Google "People Also Ask" entries and assertion-reason items on sites such as careers360, and in the sign-convention confusion documented on reference pages.
Mixing up the sign conventions.
Where it slips in:
A learner computes $E = -1.5$, then reports "elasticity is $-1.5$, so demand is inelastic because $-1.5$ is small," confusing a signed value with a magnitude.
Don't do this:
Do not classify using the raw signed number, and do not assume the textbook's "$E = 2$" and your "$E = -2$" disagree.
The correct way:
Decide once which convention you are using, then always classify with the absolute value: $|E| > 1$ is elastic, $|E| < 1$ is inelastic. A reported positive elasticity of $2$ is the same situation as a signed $-2$.
Treating elasticity as one fixed number for the whole curve.
Where it slips in:
A learner finds $E$ at one price on a linear demand curve and then uses that single value everywhere, or assumes a demand curve has "an" elasticity.
Don't do this:
Do not carry one point's elasticity across the curve. On a straight-line demand curve, elasticity changes at every price, running from elastic at the top to inelastic at the bottom.
The correct way:
Keep $E$ as a function of price, $E(p) = \frac{p}{q}\frac{dq}{dp}$, and evaluate it at the specific $(p, q)$ you care about. Only special power-law curves $q = k,p^{-n}$ have a constant elasticity.
Inverting the derivative or dropping the $\frac{p}{q}$ factor.
Where it slips in:
Because demand graphs are drawn with price on the vertical axis, a learner reads the slope as $\frac{dp}{dq}$ and uses that, or writes $E = \frac{dq}{dp}$ and forgets to multiply by $\frac{p}{q}$.
Don't do this:
Do not use $\frac{dp}{dq}$ in the formula, and do not stop at the bare derivative.
The correct way:
Differentiate quantity with respect to price to get $\frac{dq}{dp}$, then multiply by $\frac{p}{q}$ evaluated at your chosen point. The elasticity is $\frac{p}{q}\cdot\frac{dq}{dp}$, never the slope alone.
Practice Problems On Elasticity Of Demand
Use the demand function $q = 240 - 4p$ unless a problem states otherwise. Answers follow each line.
Find $\frac{dq}{dp}$.
(Answer: $\frac{dq}{dp} = -4$.)Find $E$ at $p = 20$ and classify.
(Answer: $q = 160$, $E = \frac{20}{160}(-4) = -0.5$, so $|E| = 0.5$, inelastic.)Find $E$ at $p = 45$ and classify.
(Answer: $q = 60$, $E = \frac{45}{60}(-4) = -3$, so $|E| = 3$, elastic.)Find the unit-elastic price.
(Answer: $\frac{4p}{240 - 4p} = 1 \Rightarrow 8p = 240 \Rightarrow p = 30$, where $q = 120$.)Find the revenue-maximizing price and the maximum revenue.
(Answer: $R = 240p - 4p^{2}$, $\frac{dR}{dp} = 240 - 8p = 0 \Rightarrow p = 30$, $R = 30 \times 120 = 3600$, the same price as Problem 4.)For the isoelastic demand $q = 800,p^{-3}$, find $E$.
(Answer: $E = -3$ at every price, elastic.)
Where Should You Go Next After Elasticity Of Demand?
Elasticity is one application of the derivative as a rate of relative change, and several doors open from here.
The derivative. Elasticity is built on $\frac{dq}{dp}$, so a firm grip on differentiation makes every elasticity calculation routine.
Calculus. See where rates of change, optimization, and areas fit together as one subject, with elasticity as a worked application.
AP Calculus AB vs BC. Optimization problems like revenue maximization sit squarely in the AP Calculus syllabus, and this compares the two tracks.
If your child is learning to apply derivatives to real decisions like pricing and revenue, a live Bhanzu trainer builds elasticity from the ground up, starting with the demand function and the slope it comes from, in the Bhanzu math program.
Was this article helpful?
Your feedback helps us write better content
