Let D be the region enclosed by the ellipse $2x^2 + 3y^2 = 1$ and the line $y = 0$, for $y \le 0$. Using Polar coordinates, evaluate the integral $$\int\int[\sinh(4x^2 + 6y^2)]\,dx\,dy$$ By making the change of variables $x = \frac r{\sqrt 2}\cos(\theta)$ and $y = \frac r{\sqrt 3}\sin(\theta)$
This is my attempt but I am unsure if it is correct,
The given change of variables reduces $2x^2 + 3y^2 = 1$ to $r^2 = 1$. Since $y \le 0$, take $\theta\in [\pi, 2\pi]$.
Next, the Jacobian $|∂(x,y)/∂(r,θ)|$ equals $|(1/√2) \cos θ\dots(-r/√2) \sin θ||(1/√3) \sin θ\dots(r/√3) \cos θ| = r/√6$
Hence, change of variables yields $$ \begin{align} & \phantom{={}}\iint\limits_D \sinh(4x^2 + 6y^2)\, dx\, dy \\[6pt] & = ∫_\pi^{2\pi} ∫_0^1 \sinh(r^2) \cdot (r/√6) \,dr\, dθ \\[6pt] & = (1/√6) ∫_\pi^{2\pi} \, dθ \cdot ∫_0^1 r \sinh(r^2) \,dr \\[6pt] & = (1/√6) \cdot π \cdot (1/2) \cosh(r^2) \text{ for } r \in [0,1] \\[6pt] & = (π/(2√6)) (\cosh(1) - 1) \end{align} $$
If I am wrong can you please correct me?