$$ x^2 + xy + y^2 = t^2 $$
Find the maximum value of $ax + by$
One way of doing this is substituting
$ x = r \cos w $ and $ y= r \sin w $
Then using calculus we can find the maximum value but this is a very lengthy process
So I wanted to know if there is a shorter way of doing this
you can use the Lagrange Multiplier Method $$f(x,y,\lambda)=ax+by+\lambda(x^2+xy+y^2-t^2)$$