Additional Practice Problems Involving the Kuhn-Tucker Conditions
Mathematical Economics Problems and Solutions - Section 6
Note: You can use this equation solver to solve any single-variable equations after you set them up. The focus of these problems is not on algebraic manipulations, but on the concepts and the procedure involved.
Problem KTC1. Use the Kuhn-Tucker conditions to find maximum for the following:
F(x, y) = 2x2y2, subject to constraints (v) 18x + 3y ≤ 1266 and (vi) 2x + 5y ≤ 1000.
Assume that x and y must each be greater than or equal to 0.
Solution KTC1.
Lagrangian: L(x, y, λ, μ) = 2x2y2 + λ[1266 - 18x - 3y] + μ[1000 - 2x - 5y]
FOC: Lx = 4xy2 - 18λ - 2μ ≡ 0. (x*Lx = 0, but if x is zero, then F(x, y) = 0, so Lx must be 0).
Ly = 4x2y - 3λ - 5μ ≡ 0. (y*Ly = 0, but if y is zero, then F(x, y) = 0, so Ly must be 0).
Lλ = 1266 - 18x - 3y ≥ 0, λ ≥ 0 with complementary slackness.
Lμ = 1000 - 2x - 5y ≥ 0, μ ≥ 0 with complementary slackness.
Case I: We first find the intersection of 18x + 3y = 1266 and
2x + 5y = 1000, which occurs when 3y = 1266 - 18x and y = 422 - 6x. Thus,
2x + 5(422 - 6x) = 1000 and x = 555/14 = x = 39.64285714, so y = 422 - 6x =
y = 184.1428571. Here, F(39.64285714, 184.1428571) = 106,578,510.2
Case II: If λ = 0 and μ > 0, then
4x2y - 5μ = 0 and 4xy2 - 2μ = 0, so 4x2y = 5μ and 4xy2 = 2μ, so (y/x) = 2/5 and so 5y = 2x Since μ > 0, Lμ = 0, so 1000 - 2x - 5y = 0 = 1000 - 4x, so 4x = 1000 and x = 250, while y = (2/5)x = y = 100. But (x, y) = (250, 100) is outside of our feasible space, since it violates the constraint 18x + 3y ≤ 1266, as 18*250 + 3*100 = 4800 > 1266.
Case III: If μ = 0 and λ > 0, then 4xy2 - 18λ = 0 and 4xy2 = 18λ.
Likewise, 4x2y - 3λ = 0, so 4x2y = 3λ. Thus, (y/x) = 6 and y = 6x, implying that 3y = 18x.
Since λ > 0, Lλ = 0, so 1266 - 18x - 3y = 0 and 1266 - 36x = 0, whereby x = 35.166666667
And y = 6x = 211. This is within the constraint 18x + 3y ≤ 1266, but violates the constraint
2x + 5y ≤ 1000, as 2*35.166666667 + 5*211 = 1125.3333333 > 1000. Thus, this solution is outside our feasible space.
Hence, our function-maximizing values are (x, y) = (39.64285714, 184.1428571), whereby
F(x, y) = 106,578,510.2
Problem KTC2. Use the Kuhn-Tucker conditions to find maximum for the following:
F(x, y) = xy, subject to constraints (vii) x2 + y2 ≤ 3481 and (viii) 2x + 4y ≤ 120.
Assume that a and b are constants and that x and y must each be greater than or equal to 0.
Solution KTC2.
Lagrangian: L(x, y, λ, μ) = ax3y+ bxy3 + λ[3481 - x2 - y2] + μ[120 - 2x - 4y].
FOC: Lx = y- 2λx - 2μ ≡ 0
(x*Lx = 0, but if x is zero, then F(x, y) = 0, so Lx must be 0).
Ly = x - 2λy- 4μ ≡ 0
(y*Ly = 0, but if y is zero, then F(x, y) = 0, so Ly must be 0).
Lλ = 3481 - x2 - y2 ≥ 0, λ ≥ 0 with complementary slackness.
Lμ = 120 - 2x - 4y ≥ 0, μ ≥ 0 with complementary slackness.
Case I: We first find the intersection of x2 + y2 = 3481 and 2x + 4y = 120.
4y = 120 - 2x, so y = 30 - 0.5x and x2 + (30 - 0.5x)2 = 3481. This gives a positive solution for x as x = 58.9979, implying that y = 30 - 0.5*58.9979 = y = 0.50105. When
(x, y) = (58.9979, 0.50105), F(x, y) = 29.5608978
Case II: If λ = 0 and μ > 0, then y- 2μ ≡ 0 and 2μ = y
Likewise, x - 4μ ≡ 0, so 4μ = x and x = 2y. Since μ > 0, Lμ = 0, so 120 - 2x - 4y = 0 and
120 - 4x = 0, so x = 30 and y = 15. (x, y) = (30, 15) meets constraint (vii), as 302 + 152 ≤ 3481 and meets constraint (viii), as 2*30 + 4*15 = 120. F(x, y) = 30*15 = 450
Case III: If μ = 0 and λ > 0, then x - 2λy = 0 and x = 2λy, so 2λ = x/y.
Likewise, y- 2λx = 0 and 2λ = y/x. Thus, x/y = y/x, so x = y and 3481 - x2 - y2 = 0
(Since λ > 0, Lλ = 0). Thus, 3481 = 2x2, and x = y = 41.71930009. But this fails to meet constraint (viii), since 2*41.71930009 + 4*41.71930009 = 250.3158005 > 120.
Thus, the maximum for F(x, y), given the inequality constraints, is (x, y) = (30, 15) and F(x, y) = 450.
See Mr. Stolyarov's complete list of Mathematical 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
- Problems! Problems! Problems! My computer is taking a crap on me, it's time for a new system
- Intertemporal Allocation of a Depletable Resource: Optimization Using the Kuhn-Tuc... Mr. Stolyarov presents a set of problems and solutions regarding the intertemporal allocation of a depletable resource, using constrained optimization and the Kuhn-Tucker conditions. This section will be useful to stu...
- Optimization with Inequality Constraints: Practice Problems and Solutions Mr. Stolyarov presents and solves several optimization problems in mathematical economics, where the objective function is subject to multiple inequality constraints. Graphical illustrations are provided.
- Learning to Play the Piano
- Practice Brings Out Natural Creative Talent
- The Problems of the People by the People
- "Private Practice" Another Fall TV Future Failure
- 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
|
|
- 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)