Show that the equation:
$$(a^2+1)x^2 + 2(a+b) xy + (b^2+1)y^2 =c$$
in which $c>0$ represents an ellipse of area $\dfrac{\pi c}{ab-1}$.
I attempt to show $(a^2+1)(b^2+1)-(a+b)^2>0$ which means $\Delta<0$.But how could I do this without knowing any information of $a$ and $b$?
Please anyone help me to show that the equation represents an ellipse of area $\dfrac{\pi c}{ab-1}$.
Thanks in advance.
A quicker way is to re-arrange the conic:
\begin{align} c &= (ax+y)^2+(x+by)^2 \\ c &= u^2+v^2 \\ u &= ax+y \\ v &= x+by \\ du \, dv &= \frac{\partial (u,v)}{\partial (x,y)} \, dx \, dy \\ \pi c &= A \begin{Vmatrix} a & 1 \\ 1 & b \end{Vmatrix} \\ A &= \frac{\pi c}{|ab-1|} \end{align}