I would like to calculate the area of the ellipse $5x^2 + 11y^2 = 1$ using double integrals.
Now, I know the method of calculating areas using double integrals. We will double integrate $f(x,y) = 1$ and use polar coordinates but at first, we have to "turn" the ellipse into a circle, making the switch with the Jacobian determinant.
Question: What is the correct substitution; substitute for example $x = \sqrt{5}u$ or substitute $u = \sqrt{5}x$? ($u$ will be one of our new two coordinates) is there any difference and why?
Set
$$u=\frac{x}{\sqrt 5} \quad u=\frac{y}{\sqrt {11}} $$
$$5x^2+11y^2=1\implies u^2+v^2=1$$
Note that since we are dealing with an affine transformation from the original equation
$$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$
we'll find that the area is $\pi ab$ and since
$$a=\frac1{\sqrt{5}} \quad b=\frac1{\sqrt{11}}$$
we have that $$A=\frac{\pi}{\sqrt{55}}$$