I have an ellipse $\frac{x^2}{64} + \frac{y^2}{32}=1$. Furthermore, I have three points ($P,Q,R$) on the ellipse. How can I find the points that maximize the area of the triangle by using the Lagrange multiplier? I realize it can also be solved without using Lagrange using the fact that an ellipse is in fact a scaled version of a circle, but I am looking to solve it in a different way.
How can I get an expression of a triangle to use in the Lagrange multiplier rule? The area of such triangle is equal to $\frac{1}{2}\det(u \times v)$, but I am not sure how that can be used in the formula: $\text{area triangle}-\lambda\left(\frac{x^2}{64}+\frac{y^2}{32}-1\right)$.