What relationship must hold between the constants $a, b$ and $c$ to make: $$ \int_{-\infty}^{\infty}\int_{-\infty}^{\infty}{\rm e}^{-\left(\, ax^{2}\ +\ 2bxy\ +\ cy^2\,\right)}\phantom{A\,}{\rm d}x\,{\rm d}y = 1 $$
I am absolutely clueless on how to proceed with this question. I found a solution to this question on this website but the initial steps where it uses the transformation with the constraints on $\alpha, \beta, \gamma$ and $\delta$ is not clear to me. Like what was the intuition behind this transformation $?$. I understand that the end result is somewhat similar to the initial assumptions, but how am I supposed to think of this particular transformation in an exam?
I would appreciate any alternate answers/techniques to this question. Explanation(s) to the external linked solution are also welcome.
Edit #1: As mentioned by fellow users in the comments, the link is hidden behind a paywall. Here's the crux of what was given as the solution:
They used the transformation $$s=\alpha x+\beta y$$ $$t=\gamma x+\delta y$$ where $\left(\alpha\delta-\beta\gamma\right)^2=ac-b^2$.
Then they solved for $x$ and $y$ and proceeded with the Jacobian of the transformation and hence the given integral to obtain the required condition.
Recognise that the integral is proportional to the pdf for a bivariate normal distribution centred on the origin with inverse-of-covariance matrix $$\mathbf\Sigma^{-1}=2\begin{bmatrix}a&b\\b&c\end{bmatrix},\det\mathbf\Sigma=\frac1{4(ac-b^2)}$$ We require the normalisation $\frac1{2\pi}\frac1{\sqrt{\det\mathbf\Sigma}}$ to be $1$ to match the given integral, which becomes $$\det\mathbf\Sigma=\frac1{4\pi^2}=\frac1{4(ac-b^2)}\implies\pi^2=ac-b^2$$ Rewriting this as $\pi^2+b^2=ac$ we see that $a$ and $c$ are both positive or both negative. It cannot be the latter since the integral then diverges, so the conditions for the integral to be $1$ are $\pi^2=ac-b^2$ and $a,c>0$.