Wanted to know why the following equation doesn't represent a circle:
$2x^2 + 2y^2 − 6x + 4y + 7 = 0$
I know that $(\frac{-a}{2})^2 + (\frac{-b}{2})^2 - c \geq 0$
And it is, but the exercise says it doesn't represent a circle :/
Wanted to know why the following equation doesn't represent a circle:
$2x^2 + 2y^2 − 6x + 4y + 7 = 0$
I know that $(\frac{-a}{2})^2 + (\frac{-b}{2})^2 - c \geq 0$
And it is, but the exercise says it doesn't represent a circle :/
If you complete squares you would get \begin{equation} \left(x-\frac{3}{4}\right)^2+\left(y+1\right)^2=-\frac{1}{4} \end{equation} It would mean that the circle has a radius equal to $r=\sqrt{-1/4}$, which is imaginary. So, it is not an equation of a circle.