Budget contraints
Notebooks
Description | Notebook | Status |
---|---|---|
Budget Constraints | Work In Progress | |
Budget Constraints With Taxes | Work In Progress |
Overview
The aim of this lecture is to illustrate how we can use the structure developed in the previous lecture to represent the constraints that consumers face.
Intuitive Understanding of the Problem
Let's begin by thinking about the consumer's choice problem without worrying for the moment how we can we represent this mathematically. The consumer would like to purchase some amount of goods and services. During the course of the week, for instance, they probably want to good food shopping, maybe put some gas in their car, \(\dots\), things of that nature. And they will be constrained by the amount of income they have.1
Structure
Choice Variables
The choice set will be the set of all possible "bundles" that a consumer could buy. Intuitively, a bundle is a collection of goods and services with specific amounts of each good and service. For example, if the choice set is \(\{\)Apples, Oranged \(\}\), then a bundle could be represented as follows
To make things simple mathematically, we will often represent a bundle as a vector where the index of the vector implicity represents the good or service. For instance, we can represent the above bundle via the following vector:
More generally, \(x \in \mathbb{R}^n\) represent a bundle of goods and services. And, \(x.i\) denotes the amount of the \(i^{th}\) good or service in the bundle.
Parameters
In this set-up, we are going to consider two types of parameters. Again, these can be thought of as aspects of the choice problem that the consumers does not have direct influence over.2
The first, which we'll denote by \(m\), will be income which we'll think of as the amount of money you can spend. The second type of parameters will be the price of each of the \(n\) goods and services. Note the ordered structur that we imposed on the goods and services will carry over the the prices. That is, we can represent prices as a vector, \(p \in \mathbb{R}^n\), where \(p.i\) corresponds to the price of the \(i^{th}\) good or service.
Constraint Function
With an understanding of the choice set and the parameters we can then define the parameterized constraint function as follows:
Feasible Set
As we discussed in the previous lecture, a parameterized constraint function defines a parameterized feasibility set.
Example
Let's consider the situation were there are two good \(n\).3 Then for a given level of income and prices, our budget set will be defined as follows:
We can represent this visually as follows:
Where we've also represented the budget line which can be thought of as a the graph of function between \(x_1\) and \(x_2\)
Which we can derive as follows:
It can be helpful to get into the habit of asking, how do "things" change if we tweak the parameters? In this setting, we may be interested in understanding how the budget set changes in response to an increase in income, or to a decrease in the prices. See if you can work through this.
-
They will also be limited or constrained by the time they have to run all these errands, but we omit this key feature for the moment from our model. ↩
-
Hopefully, though you will be able to think about how we can extend this setup so that income is something that consumers are choosing! ↩
-
The reason we start with two goods is because we can represent two goods visually. ↩