How do I analytically calculate using integration the area under the following curve?
$$x^2+ xy + y^2= 1$$
Its some ellipse and I see it might help that it's symmetric in exchange of x and y, so maybe I need to calculate just one half and because of this symmetry, just multiply by 2.
Thanks!
There are several options. You could simply note that for an ellipse defined by
$$ax^2 + bxy + cy^2 = 1$$
the area is
$$A = \frac{2\pi}{\sqrt{4ac - b^2}}$$
Alternatively you could complete the square in $y$, re-writing as
$$\tfrac{3}{4}x^2 + (y + \tfrac{1}{2}x)^2 = 1$$
and hence
$$y = -\tfrac{1}{2} x \pm \sqrt{1 - \tfrac{3}{4}x^2}$$
You can now integrate to find the area under the top half of the ellipse, and double that to find the area of the whole ellipse. The limits of integration are those which make the term under the square root equal to zero, ie $x=\pm 2/\sqrt{3}$:
$$A = 2\int_{-2/\sqrt{3}}^{2/\sqrt{3}} \left(\sqrt{1 - \tfrac{3}{4}x^2} -\tfrac{1}{2} x \right)\, dx$$
One part of the integral is easy, and the part involving the square root can be done with a trigonometric substitution.