QUESTION IMAGE
Question
exercise 4. (2 p)
a company produces two different types of products (a and b). the daily cost of producing x units of a
and y units of b is ( c(x,y) = 0.04x^2 + 0.01xy + 0.01y^2 + 4x + 2y + 500 ). they sell product a for 15 euros per unit
and product b for 9 euros per unit. study the maximum profit.
Step1: Define profit function
Profit = Revenue - Cost.
Revenue: $R(x,y) = 15x + 9y$
Cost: $C(x,y) = 0.04x^2 + 0.01xy + 0.01y^2 + 4x + 2y + 500$
Profit:
Step2: Find partial derivatives
Compute $P_x$ and $P_y$, set to 0.
$P_x = -0.08x -0.01y +11 = 0$
$P_y = -0.01x -0.02y +7 = 0$
Rewrite as system:
Multiply first eq by 100: $8x + y = 1100$
Multiply second eq by 100: $x + 2y = 700$
Step3: Solve the system
From first eq: $y = 1100 - 8x$
Substitute into second eq:
Substitute $x=100$ into $y=1100-8x$:
Step4: Second derivative test
Compute second partials:
$P_{xx} = -0.08$, $P_{yy} = -0.02$, $P_{xy} = -0.01$
Hessian determinant:
Since $D>0$ and $P_{xx}<0$, $(100,300)$ is a maximum.
Step5: Calculate max profit
Substitute $x=100,y=300$ into $P(x,y)$:
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The maximum profit is 1100 euros, achieved when producing 100 units of product A and 300 units of product B.