Math Problem Statement

assume the average life of a human is 1 million dollars and the value of a saved job is 60,000 dollars. In a ppc curve, an equation is given: 10YL^2+0.1YJ^2 = 10 where YL is lives saved and YJ is jobs saved. Using lagrangian method of constrained optimization, what is the optimal YL and YJ

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Lagrangian Optimization
Algebra
Quadratic Equations

Formulas

Lagrangian function: 𝓛(YL, YJ, λ) = 1,000,000 YL + 60,000 YJ + λ(10 YL^2 + 0.1 YJ^2 - 10)
Partial derivative with respect to YL: 1,000,000 + λ(20 YL) = 0
Partial derivative with respect to YJ: 60,000 + λ(0.2 YJ) = 0
Partial derivative with respect to λ: 10 YL^2 + 0.1 YJ^2 = 10
YJ = 6 YL
YL ≈ 0.8575, YJ ≈ 5.145

Theorems

Lagrangian Multiplier Theorem

Suitable Grade Level

College-Level (Economics or Applied Math)