Is it possible to solve the following problem using Lagrange Multipliers? If not Lagrange multipliers, what is the best way to approach this?
Maximise $(p - \frac{1}{4})^2 + (q - \frac{1}{4})^2 + (r - \frac{1}{4})^2 + (s - \frac{1}{4})^2$
Subject to $p + q + r+ s = 1$
And $p,q,r,s \geq 0$
If the positivity constraint wasn't there, I would have directly used the Lagrange Multipliers.
You can still apply the Lagrange's multipliers method as following$$L(p,q,r,s,\sigma,\lambda){=(p-{1\over4})^2+(q-{1\over4})^2+(r-{1\over4})^2+(s-{1\over4})^2\\+\sigma\cdot(p+q+r+s-1)\\+\lambda_1p+\lambda_2q+\lambda_3r+\lambda_4s}$$provided$$\lambda_i\ge 0$$