How to solve
Critical points solve f_x = 0 and f_y = 0 simultaneously — for a paraboloid there is exactly one.
Steps
- Compute f_x and set it to zero.
- Compute f_y and set it to zero.
- Solve the two one-variable equations.
Example
f = x² − 6x + y² + 4y. Critical point?
- f_x = 2x − 6 = 0 → x = 3.
- f_y = 2y + 4 = 0 → y = −2.
Answer: (3, -2)
How to type answers
- Write points like (3, -2)
Loading drills…