Given the conic section $Ax^2+Bxy+Cy^2+Dx+Ey+F=0$ and I know that it is a hyperbola and $B\ne 0$.
How to find its domain and range? I guess the method of Lagrange multipliers will fail here.
Given the conic section $Ax^2+Bxy+Cy^2+Dx+Ey+F=0$ and I know that it is a hyperbola and $B\ne 0$.
How to find its domain and range? I guess the method of Lagrange multipliers will fail here.
Copyright © 2021 JogjaFile Inc.
To find a range, fix $y$ and consider a quadratic equation with respect to $x$: $$Ax^2+(By+D)x+C^2y+Ey+F=0$$ If $A=0$ and $B=0$, there is $x=-\frac{C^2+Ey+F}{D}$ for each $y$ and the domain is $(-\infty,\infty)$ ($D!=0$, because, otherwise, the conic is degenerated).
If $A=0$ and $B\ne 0$, there is no $x$ for $y=-\frac{D}{B}$, for other values of $y$ it is $x=-\frac{C^2+Ey+F}{By+D}$ and the domain is $(-\infty,\infty)\setminus \{-\frac{D}{B}\}$.
If $A!=0$, qudratic equation has at least one solution, when its discriminant $d=(By+D)^2-4A(C^2+Ey+F)\ge0$.
So, we need to find $y$, for which $(By+D)^2-4A(C^2+Ey+F)\ge0$.
Rewrite: $$(B^2-4AC)y^2+(2BD-4AE)y+D^2-4AF\ge0$$ If $B^2-4AC=0$, then
The discriminant is $d_1=(2BD-4AE)^2-4(B^2-4AC)(D^2-4AF)$.
Same steps are for domain.