My math teacher taught me that the general form (equation) of a circle is:
$$ ax^2+by^2+cx+dy+e=0 $$
He also asked us this:
If the product of $c$ and $d$ is negative, then what 2 quadrants can the graph be in? I am really confused on how each of the coefficients change the graph. For example, if $e$ is negative, the graph would move to the left and reflect across the $y$ axis, so it would be in quadrant $2$ (This is just an example I know I am wrong). Would you please help me out by telling me what each of the coefficients ($a$, $b$, $c$, $d$, and $e$) do to the graph if it is negative or positive (including which quadrant the graph of the circle would be in)? If you could be as detailed as possible, I would love it. Thank you so much for the help, I appreciate it!
For a circle, we may assume that $a=b$. Now $$ \begin{align*} & bx^2+by^2+cx+dy+e=0 \\ \Rightarrow & x^2+\frac{c}{b}x+y^2+\frac{d}{b}y=-\frac{e}{b}\\ \Rightarrow & x^2+\frac{c}{b}x+\left(\frac{c}{2b}\right)^2+y^2+\frac{d}{b}y+\left(\frac{d}{2b}\right)^2=\left(\frac{c}{2b}\right)^2+\left(\frac{d}{2b}\right)^2-\frac{e}{b}\\ \Rightarrow & \left( x+\frac{c}{2b} \right)^2+\left( y+\frac{d}{2b} \right)^2=\frac{c^2+d^2-4be}{4b^2}. \end{align*} $$
Certain things come to light in this form. Firstly, the radius is $$r=\sqrt{\frac{c^2+d^2-4be}{4b^2}},$$ but we require $c^2+d^2-4be>0$, and $b \neq 0$ if we are to have real non-zero radius.
The center is clearly at $\displaystyle (x,y)=\left( -\frac{c}{2b},-\frac{d}{2b} \right)$.
You might fix some values then vary the others to see what they do. I made this dynamic slider graph for you. Start by fixing $b$ and $e$, then vary $c$ and $d$ to see what happens. Try some other experiments after you have that effect. For example, fix everything else, then vary $e$. After substantial experimentation with the graph, and time pondering your equation, I am quite sure you will be enlightened.