Second Order Conditions: Practice Problems and Solutions
Mathematical Economics Problems and Solutions - Section 10
Note: Here, I will present solve problems typical of those offered in a mathematical economics or advanced microeconomics course. The problems were authored by Dr. Charles N. Steele and are reprinted with his generous permission. The solutions to the problems are my own work and not necessarily the only way to solve the problems.
For all problems here, find the extrema for each of the following functions, and identify whether the extrema are maxima or minima using second order conditions.
Problem 1.
z = x2 + xy + 2y2 + 23
Solution 1.
First order conditions (FOC):
zx =2x + y = 0
zy = x + 4y = 0
We can solve this system by row-reducing this matrix:
[ 2 1 │ 0
1 4 │0] with the following result:
[ 1 0 │ 0
0 1 │0], which means that an extreme point is (x*, y*) = (0, 0)
Second order conditions (SOC): zxx = 2, zxy = 1, zyy = 4.
zxx > 0, zyy > 0, zxxzyy = 8, (zxy)2 = 1, so zxxzyy > (zxy)2 and (x*, y*) = (0, 0) is a minimum.
Problem 2.
z = - x2 + xy - y2 + 2x + y
Solution 2.
FOC:
zx = -2x + y + 2 = 0 and so -2x + y = -2
zy = x - 2y + 1 = 0 and so x - 2y = -1
We can solve this system by row-reducing this matrix:
[ -2 1 │ -2
1 -2│ -1] with the following result:
[ 1 0 │ 5/3
0 1 │4/3], which means that an extreme point is (x*, y*) = (5/3, 4/3)
SOC: zxx = -2, zyy = -2, zxy = 1.
zxx< 0, zyy < 0, zxxzyy = 4, (zxy) = 1, so zxxzyy > (zxy)and (x*, y*) = (5/3, 4/3) is a maximum.
Problem 3.
z = 8x3 + 2xy - 3x2 + y2 + 1
Solution 3.
FOC:
zx = 24x2 + 2y - 6x = 0
zy = 2x +2y = 0
2x +2y = 0 implies that y = -x and so 24x2 + 2y - 6x = 0 can be written as 24x2 - 8x = 0 and 8x(3x - 1) = 0. Thus, x = 0 or x = 1/3. If x = 0, then y = -0 = 0. If x = 1/3, then y = -1/3. So the two possible extrema are
(x*, y*) = (0, 0) and (x*, y*) = (1/3, -1/3)
SOC: zxx = 48x - 6, zyy = 2, zxy = 2.
If (x*, y*) = (0, 0), then zxx = -6 < 0, but zyy = 2 > 0, so (x*, y*) = (0, 0) is neither a minimum nor a maximum; rather, (x*, y*) = (0, 0) is a saddle point.
If (x*, y*) = (1/3, -1/3), then zxx = 10 > 0, zyy = 2 > 0, zxy2 = 4, and zxxzyy = 20 > 4, so zxxzyy > zxy2 and
(x*, y*) = (1/3, -1/3) is a minimum.
Problem 4. z = e2x - 2x + 2y2 + 3
Solution 4.
FOC:
zx = 2e2x - 2 = 0
zy = 4y = 0
4y = 0 implies that y = 0.
2e2x - 2 = 0 implies that 2e2x = 2 and e2x = 1, so x = ln(1)/2 = 0. So an extreme point is (x*, y*) = (0, 0)
SOC: zxx = 4e2x, zyy = 4 > 0, zxy = 0. At (x*, y*) = (0, 0), zxx = 4 > 0. Thus, zxxzyy = 16 > zxy2 = 0, so
(x*, y*) = (0, 0) is a minimum.
See Mr. Stolyarov's complete list ofMathematical Economics Problems and Solutions.
Published by G. Stolyarov II
G. Stolyarov II is a science fiction novelist, independent essayist, poet, amateur mathematician, composer, author, and actuary. View profile
- The Return and Variance of the Return to a Delta-Hedged Market-Maker: Practice Pro... Section 50 of The Actuary's Free Study Guide for Exam 3F / Exam MFE presents formulas for the return and the variance of the return to a delta-hedged market-maker. 5 practice problems and solutions are available.
- The Basics of Brownian Motion for Actuaries: Practice Problems and Solutions Section 59 of The Actuary's Free Study Guide for Exam 3F / MFE gives a gentle introduction to the definition of Brownian motion and the expression for arithmetic Brownian motion. If you want to gradually build up your...
- The Basics of Geometric Brownian Motion for Actuaries: Practice Problems and Solut... Section 60 of The Actuary's Free Study Guide for Exam 3F / Exam MFE continues to introduce students to Brownian motion, this time focusing on geometric Brownian motion and basic applications. 5 problems and solutions...
- Practice Brings Out Natural Creative Talent
- Fantasy Baseball 2008 Second Base Sleepers
- Generalized Put-Call Parity: Practice Problems and Solutions
- One-Period Binomial Option Pricing: Practice Problems and Solutions
- Risk-Neutral Probability in Binomial Option Pricing: Practice Problems and Solutions
- The Random Walk Model: Practice Problems and Solutions
- Problems! Problems! Problems!
|
|
- Audit: ND university awarded unearned degrees (AP)
- Nazi Flag in Marine Photo Shows Need for History Education (ContributorNetwork)
- No Child Left Behind waivers: five ways education will change (The Christian Science Monitor)
- No Child Left Behind Waiver States Need a Success Plan (ContributorNetwork)
- Florida offers look at problems with education law (AP)
1 Comments
Post a CommentNote: For Solution 2, the answer and the values in the work are correct. However, the condition to be met should be z_(xx)z_(yy) > (z_(xy))^2. The exponent in this inequality was accidentally omitted.