Find the maximum and minimum values of ${x^{2} + y^{2} + z^{2}}$ subject to the conditions ${\frac{x^{2}}{4} + \frac{y^{2}}{5} + \frac{z^{2}}{25} = 1}$ and ${x + y - z = 0}$.
Using Lagrange multiplier method, I got following equations: $$ {2x = \frac{\lambda_{1} x}{2} + \lambda_{2}}$$ $$ {2y = \frac{2 \lambda_{1} y}{5} + \lambda_{2}}$$ $$ {2z = \frac{2 \lambda_{1} z}{25} - \lambda_{2}}$$ $${\frac{x^{2}}{4} + \frac{y^{2}}{5} + \frac{z^{2}}{25} = 1}$$ $${x + y - z = 0}$$
I'm stuck after this. I've tried to solve this system of equations to get critical point many times. Any help will be greatly appreciated. Also is there any other way to approach this problem?