I'm asked to find the minimum and maximum values of $f(x, y, z) = x^2+y^2+z^2$ given the constraints $x+2y+z=5$ and $x-y=6$.
I have successfully computed the following: $x = \frac{57}{11}, y = \frac{-9}{11}, z= \frac{16}{11}$.
I was then able to obtain $f(\frac{57}{11}, \frac{-9}{11}, \frac{16}{11}) = \frac{326}{11}$.
This is my minimum value. However, I am unable to determine how to solve for a maximum value. Any ideas?
The two constraints yield the set of points on a line.
Since a line is unbounded, there is no maximum.