I have to maximize $U(x,y)= Min(ax+y, by+x)$ s.a $p_{1}x +p_{2}y =m$. I try the traditional solution for a leontieff $(ax_{1}+y= by_{1}+x)$ function but I'm not sure.. beacause exist regions where one plan is under the other and only one of them is a minimun...
2025-01-13 01:45:46.1736732746
Constrained maximization of ....
93 Views Asked by Manuel Alejandro Rodriguez https://math.techqa.club/user/manuel-alejandro-rodriguez/detail At
2
There are 2 best solutions below
Related Questions in OPTIMIZATION
- How to solve word problems about polynomials given a rectangle and the following I have tried all i know?
- Finding the closest vector to an observation
- if $x\in [2009,2010],y\in [2008,2009]$then $(x+y)(\frac{1}{x}+\frac{a}{y})\ge 9,a>0$ find $a_{min}$
- How do you find the greatest rectangle of given ratios that can be cut from another fixed rectangle?
- Nonlinear Least Squares vs. Extended Kalman Filter
- Maximisation and minimisation of sum of squares, if sum is equal to 15
- quasi-newton method converges in at most n+1 iterations
- Show that $\bf x$ is a basic feasible solution
- Maximizing $3 x^2+2 \sqrt{2} x y$ with $x^4+y^4=1$
- Optimization Question, Finding Maximum and Minimum Values of $30x^2 + 480/x$
Related Questions in ECONOMICS
- Utility Maximization with a transformed min function
- Why is the derivative used to represent marginal cost instead of the difference?
- Under what conditions does a convex objective function have a concave value function?
- Microeconomics Tax incident: unit tax imposed to consumer or producer
- In the most basic of terms, what does contraction mapping mean?
- Quasiconvexity analog for function with an integer domain.
- Economics Application of Rates of Change
- Expectations and Moments Variance
- Find revenue, maximum revenue?
- Gradient of this function?
Related Questions in CONSTRAINTS
- Set of XOR constraints
- operations research decision variables sequence
- Proving constraints are redundant
- Under what conditions does a convex objective function have a concave value function?
- Holding the constraints of a constrained optimization when transformed into unconstrained optimization
- Proving Convergence of a Derivative Free Method
- How to solve constrained optimization problem with linear constraints?
- Formulation for solving puzzle game mathematically
- Solve $\max_{x_1,x_2,x_3} \{ \alpha \min \{a x_1,b x_2,c x_3\}\}$ s.t. $p_1 x_1 + p_2 x_2 + p_3 x_3 = w$
- How to Solve Boolean Matrix System?
Related Questions in UTILITY
- Utility Maximization with a transformed min function
- List an utility function's values
- Right enunciation/notation in utility maximisation model
- LEN-Model equivalency
- Arrow's theorem, strategic thinking and utilitarianism
- What are some techniques of constructing a good utility matrix?
- Problem with code for numerical integration in matlab.
- Constrained maximization of ....
- Why is maximising expected monetary value not plausible for large amounts of money?
- Second order chain rule with bi-variate function
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- 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?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- 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
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- 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)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
I do not think an analytical solution exists for the problem.
For a numerical solution, you can use the simplex algorithm to solve the problem, once you have linearized it as follows: $$ \mbox{Maximize }\; Z= t $$ subject to $$ ax+y\ge t\\ by+x\ge t\\ p_1x+p_2y=m $$