Final answer:
To find the extreme values of f subject to both constraints, use Lagrange multipliers and solve the system of equations.
Step-by-step explanation:
To find the extreme values of f subject to both constraints, we can use Lagrange multipliers. Let's define the Lagrange function:
L(x, y, z, λ₁, λ₂) = f(x, y, z) - λ₁(x*y - z) - λ₂(x² - 2z² - 1)
To find the extreme values, we need to solve the system of equations:
- ∂L/∂x = 0
- ∂L/∂y = 0
- ∂L/∂z = 0
- ∂L/∂λ₁ = 0
- ∂L/∂λ₂ = 0
- The two constraint equations: x*y - z = 0 and x² - 2z² - 1 = 0
Solving these equations will give us the extreme values of f.