I am trying to find the underlying utility function behind a linear two-product demand model. For that, I use two methods considering the following utility function: \begin{equation} U(q_1,q_2) = \alpha_1q_1 + \alpha_2q_2 - \frac{1}{2}(q_1^2+q_2^2+2\epsilon q_1 q_2). \end{equation} First, I do utility maximization without explicitly considering the budget constraint. Second, I do the maximization with explicitly stating the budget constraint. The former method gives me linear demand functions, whereas the latter does not. I am not sure why there is this difference. More specifically, I first solve the utility maximization problem as: \begin{equation} \max_{q_1,q_2} \alpha_1q_1 + \alpha_2q_2 - \frac{1}{2}(q_1^2+q_2^2+2\epsilon q_1 q_2) - p_1 q_1 - p_2q_2 \end{equation} Then, the optimal solution is given as \begin{align*} q_1 (p_1,p_2) &= \frac{\alpha_1 - \epsilon\alpha_2 -p_1 +\epsilon p_2}{1-\epsilon^2} \\ q_2 (p_1,p_2) &= \frac{\alpha_2 - \epsilon\alpha_1 -p_2 +\epsilon p_1}{1-\epsilon^2} \end{align*} Both of these demand functions are linear in prices $p_1$ and $p_2$, which is what I am looking for. However, when I consider a budget constraint, that is when I consider a constrained maximization problem of the following form: \begin{align*} \max_{q_1,q_2} & \alpha_1q_1 + \alpha_2q_2 - \frac{1}{2}(q_1^2+q_2^2+2\epsilon q_1 q_2) \\ \text{s.t. }& p_1 q_1 + p_2q_2 \le m, \end{align*} I obtain the following two demand functions: \begin{align*} q_1 (p_1,p_2;m) &= \frac{mp_1 + \alpha_1 p_2^2 - \alpha_2 p_1 p_2 - \epsilon m p_2}{p_1^2-2\epsilon p_1 p_2 + p_2^2} \\ q_2 (p_1,p_2;m) &= \frac{mp_2 + \alpha_2 p_1^2 - \alpha_1 p_1 p_2 - \epsilon m p_1}{p_1^2-2\epsilon p_1 p_2 + p_2^2} \end{align*} The problem is that these demand functions are not linear. How should I interpret this discrepancy?
2026-03-26 01:14:55.1774487695
Underlying utility function behind a linear two-product demand curve
1.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ECONOMICS
- Total savings from monthly deposits
- Calculus problem from a book of economics.
- a risk lover agent behave as if risk natural.
- Changes in the mean absolute difference (relating to the Gini coefficient)
- Absurd differential in first order condition
- FM Actuary question, comparing interest rate and Discount rate
- How do I solve for the selling price?
- Stochastic Dynamic Programming: Deriving the Steady-State for a Lottery
- A loan is to be repaid quarterly for five years that will start at the end of two years. If interest rate is $6$%..
- A cash loan is to be repaid by paying $13500$ quarterly for three years starting at the end of four years. If the interest rate is $12$%
Related Questions in UTILITY
- Utility Function Specification with Integration over a continuous function
- Known concave down increasing function that can be used to estimate a utility function for a dataset?
- My solution to optimizing a utility function does not agree with the textbook answer.
- Defining a probability of success in a lottery
- Solving for $Y$, using a utility function
- Maximal Utility Principle
- Suggestions on how to solve maximization problem subject to capacity constraints which are indirectly inferred
- Certainty Equivalent of a Poisson distributed function.
- Utility Maximization on a finite Probability Space. Possible mistakes in a paper?
- expected utility, St Petersburg Paradox, effect of initial wealth on limit price
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Hint: First, start off with the constrained maximization problem and then use the Lagrangian method to get the first-order conditions. Then use the Kuhn-Tucker method (see Mathematics for Economist by Simon and Blume) to solve for your optimal demands.
The consumer solves the following maximization problem:
\begin{align*} \max_{q_1,q_2} \alpha_1q_1 + \alpha_2q_2 - \frac{1}{2}(q_1^2+q_2^2+2\epsilon q_1 q_2) \\ \text{s.t. } p_1 q_1 + p_2q_2 \le m. \end{align*}
The Lagrangian associated with maximization problem is
\begin{equation*} \mathcal{L} = \alpha_1q_1 + \alpha_2q_2 - \frac{1}{2}(q_1^2+q_2^2+2\epsilon q_1 q_2) + \lambda[m - p_1 q_1 - p_2q_2] \end{equation*}
Then take the derivatives of $\mathcal{L}$ wrt to $q_{1}$, $q_{2}$, and $\lambda$ to get the following first-order conditions:
\begin{equation} \frac{\partial \mathcal{L}}{\partial q_{1}}=\alpha_{1}-q_{1}+\epsilon q_{2} -\lambda p_{1} =0 \end{equation}
\begin{equation} \frac{\partial \mathcal{L}}{\partial q_{2}}=\alpha_{2}-q_{2}+\epsilon q_{1} -\lambda p_{2}=0 \end{equation}
\begin{equation} \frac{\partial \mathcal{L}}{\partial \lambda}=m-p_{1}q_{1}-p_{2}q_{2}\geq0 \end{equation}
Then we use the Kuhn-Tucker method:
$\lambda[m-p_{1}q_{1}-p_{2}q_{2}] = 0$ is the complementary slackness condition on $\lambda$
and
$\lambda\geq0$ is the non-negativity constraint on $\lambda$.
We can have two cases: either $\lambda>0$ or $\lambda=0$. I show what happens for $\lambda>0$ and then you can check what happens for $\lambda=0$.
If $\lambda>0$ then $m-p_{1}q_{1}-p_{2}q_{2}=0$ by the complementary slackness condition. In other words, this is the case where the budget constraint is binding, that is, $m=p_{1}q_{1}-p_{2}q_{2}$. Then we check whether the first-order conditions and the non-negativity condition hold.
After doing so we are left with the following set of equations:
\begin{equation} \frac{\partial \mathcal{L}}{\partial q_{1}}=\alpha_{1}-q_{1}+\epsilon q_{2} -\lambda p_{1} =0 \end{equation}
\begin{equation} \frac{\partial \mathcal{L}}{\partial q_{2}}=\alpha_{2}-q_{2}+\epsilon q_{1} -\lambda p_{2}=0 \end{equation}
\begin{equation} m-p_{1}q_{1}-m_{2}q_{2}=0 \end{equation}
Then substitute away $\lambda$ from the first two equations and solve for $q_{1}$ and $q_{2}$ using the binding budget constraint.
Edit: For the unconstrained problem you have no budget constraint so your set up is conceptually wrong. The way you get an unconstrained problem from a constrained problem is that you substitute away your budget constraint in the utility function. Also I haven't imposed non-negative conditions on $q_{1}$ and $q_{2}$, as then the process would be quite tedious.