Circle equation coefficient conditions

In summary, the conditions for the coefficients in the equation of a circle, typically expressed as \( (x - h)^2 + (y - k)^2 = r^2 \), dictate that \( h \) and \( k \) represent the coordinates of the circle's center, while \( r \) must be a positive real number indicating the radius. Additionally, if the equation is presented in the general form \( Ax^2 + Ay^2 + Bx + Cy + D = 0 \), the coefficients must satisfy \( A > 0 \) and \( B^2 + C^2 - 4AD < 0 \) to ensure that the equation represents a circle rather than other conic sections.
  • #1
RChristenk
64
9
Homework Statement
Under what conditions on the coefficients ##a,b,c## does the equation ##x^2+y^2+ax+by+c=0## represent a circle? When that condition is satisfied, find the center and radius of the circle.
Relevant Equations
Basic form of circle equation
##x^2+ax+y^2+by=-c##

##\Leftrightarrow (x+\dfrac{a}{2})^2+(y+\dfrac{b}{2})^2=-c+\dfrac{a^2}{4}+\dfrac{b^2}{4}##

The conditions under which the coefficients of this equation makes a circle:

##-c+\dfrac{a^2+b^2}{4}>0##

##\Leftrightarrow 4c < a^2+b^2##

Center of circle: ##(-\dfrac{a}{2}, -\dfrac{b}{2})##

Radius of circle: ##\sqrt{\dfrac{a^2+b^2-4c}{4}} \Rightarrow \dfrac{\sqrt{a^2+b^2-4c}}{2}##

The question I have is the solution gives the radius of the circle as: ##\dfrac{\sqrt{a^2+b^2-4ac}}{2}##. Where did that extra ##a## in ##-4ac## come from?
 
Physics news on Phys.org
  • #2
I'd say from a typo or a reflex writing the discriminant of ##ax^2+bx+c=0## as ##b^2-4ac.##

Since the problem statement is symmetric in ##(x,a),(y,b)## there is no reason for a symmetry break in the root.
 
  • #3
fresh_42 said:
I'd say from a typo or a reflex writing the discriminant of ##ax^2+bx+c=0## as ##b^2-4ac.##

Since the problem statement is symmetric in ##(x,a),(y,b)## there is no reason for a symmetry break in the root.
Yes I think the solution is a typo too. I can see the equation is symmetric about the origin, but what do you mean the term ##-4ac## breaks the symmetry in the root? Thanks.
 
  • #4
RChristenk said:
Yes I think the solution is a typo too. I can see the equation is symmetric about the origin, but what do you mean the term ##-4ac## breaks the symmetry in the root? Thanks.
If the term under the root were ##a^2+b^2-4ac## then ##a## would be distinguishable from ##b##. But the original expression ##x^2+ax+y^2+by+c=0## makes no difference between ##(x,a)## and ##(y,b)##. We could exchange the two pairs without changing anything. But if we exchange them in ##a^2+b^2-4ac## we would get ##a^2+b^2-4bc## which is not the same.
 
  • Like
Likes SammyS and PeroK

FAQ: Circle equation coefficient conditions

What is the standard form of a circle's equation?

The standard form of a circle's equation is given by (x - h)² + (y - k)² = r², where (h, k) is the center of the circle and r is the radius.

What do the coefficients in the circle equation represent?

In the equation (x - h)² + (y - k)² = r², the coefficients represent the center coordinates (h and k) and the radius (r) of the circle. The values of h and k determine the position of the circle on the Cartesian plane, while r indicates the size of the circle.

How can I determine if a given equation represents a circle?

An equation represents a circle if it can be rearranged into the standard form (x - h)² + (y - k)² = r². If the equation is in the format Ax² + Ay² + Bx + Cy + D = 0, you can check if A is equal to the coefficient of y² and if both coefficients of x² and y² are positive and equal.

What happens if the coefficients of x² and y² are not equal?

If the coefficients of x² and y² are not equal, the equation does not represent a circle. Instead, it may represent an ellipse, hyperbola, or other conic sections depending on the signs and values of the coefficients.

How do I find the center and radius from a general circle equation?

To find the center and radius from a general circle equation of the form Ax² + Ay² + Bx + Cy + D = 0, first rewrite it in standard form. Complete the square for the x and y terms to express the equation as (x - h)² + (y - k)² = r², where (h, k) will be the center and r will be the radius derived from the constant on the right side.

Back
Top