notes/uni/mmme/3049_engineering_management_2/xed.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2024-03-02 14:25:31 +00:00
---
author: Akbar Rahman
date: \today
title: Cross Elastic Demand (XED)
tags: []
uuid: d6b6e3dd-1bba-466a-aad8-9e39c68280ab
---
2024-03-02 14:28:24 +00:00
# Cross Elastic Demand (XED)
2024-03-02 14:25:31 +00:00
The equation given in the lecture slides is:
$$\text{XED} = \frac{\frac{\Delta q_A}{q_A}}{\frac{\Delta p_B}{p_B}}$$
But that's a bit ambiguous, so it's better write as:
$$\text{XED}
= \frac{\frac{q_{A,2}-q_{A,1}}{q_{A,1}}}{\frac{p_{B,2}-p_{B,1}}{p_{B,1}}}
= \frac{\text{percentage change in quantity of A}}{\text{percentage change in price of B}}
$$
2024-03-02 14:28:24 +00:00
If XED is positive, the two goods A and B are substitutes for each other.
If XED is negative, the two goods are complimentary.
2024-03-02 14:25:31 +00:00
## Example
![A question from the book (page 91)](./images/xed_question.png)
Here, product A is the CNC machining system and product B is the control software.
Quantity of product A sold can be found using $revenue = price \times quantity$:
$$quantity_1 = \frac{2\,250\,000}{11\,000} = 205$$
$$quantity_2 = \frac{4\,850\,000}{11\,000} = 441$$
$$\text{percentage change in quantity of A} = \frac{441-205}{205} = 1.156$$
$$\text{percentage change in price of B} = \frac{2600-6800}{6800} = -0.618$$
$$\text{XED} = \frac{1.156}{-0.618} = -1.871$$