How to find minimum of the expression $$\, \big(\!-x+y+1 \big)^2 + \big( x-y-2\big)^2 + \big(x+2y-3 \big)^2 \,$$ without using partial derivatives?
It is easy to find the answer $\; x = 2, \; y = \dfrac{1}{2}\; $ by computing gradient of the expression above, but I do not see the way to do so without using partial derivatives.
This is the part of homework for linear algebra class designed for freshmen. I feel that there is no way firs-year students are expected to use partial derivatives because this topic is only taught in the end of CALC II class. I feel very dumb and discouraged since I could not help the student. We tried to make substitution $\;z = x-y,\;$ or to expand the brackets, but nothing seemed to give definite answer. Any help is appreciated.