Skip to content

Location of Circle with respect to Axes

When presented with the equation of a circle, one should be readily able to determine its position relative to the coordinate axes. Indeed, analyzing the equation can quickly reveal critical geometric information: the circle may pass through the origin, be tangent to either the \( x \)-axis or \( y \)-axis, intersect both axes at distinct points, or perhaps remain entirely detached from one or both axes. These characteristics—whether a circle touches, intersects, or avoids the axes altogether—can be inferred directly by examining relationships among its center coordinates and radius. Thus, understanding these subtle yet important connections between algebraic expressions and geometric features enables one to visualize and locate circles precisely in the coordinate plane.

Circle passing through Origin

Consider a circle represented by the general equation:

\[ x^2 + y^2 + 2gx + 2fy + c = 0 \]

Suppose this circle passes through the origin \((0,0)\). Substituting this point into the equation, we get:

\[ (0)^2 + (0)^2 + 2g(0) + 2f(0) + c = 0 \implies c = 0 \]

alt text

Thus, the condition that a circle passes through the origin immediately implies the constant term \( c \) vanishes. Geometrically, this implies that the distance from the center \((-g,-f)\) to the origin equals precisely the radius of the circle. Indeed, verifying this algebraically, the radius of this circle is given by:

\[ r = \sqrt{g^2 + f^2} \]

which is clearly equal to the distance from the center \((-g,-f)\) to the origin \((0,0)\):

\[ \text{distance} = \sqrt{(-g - 0)^2 + (-f - 0)^2} = \sqrt{g^2 + f^2} = r \]

Now, consider the points of intersection of this circle with the axes. Suppose it intersects the \(x\)-axis at a point \(A\) and the \(y\)-axis at a point \(B\). Since the axes intersect orthogonally at the origin \(O\), the angle subtended by the chord \(AB\) at \(O\) is \(90^\circ\). According to the fundamental theorem regarding angles subtended by diameters, a chord subtending a right angle at the circumference of a circle must be the diameter. Hence, the chord \(AB\) is necessarily the diameter of the circle.

Thus, whenever a circle passes through the origin and intersects both axes, the line segment joining the axes' intercepts is invariably the diameter of that circle.

Circle Touching the \( x \)-Axis

Consider a circle that touches (is tangent to) the \( x \)-axis. When a circle touches the \( x \)-axis, a clear geometric condition connects the center and radius of the circle. Let the circle have its center at the point \((\alpha, \beta)\) and radius \( r \). Tangency implies that the distance from the center to the \( x \)-axis must be exactly equal to the radius. Since this vertical distance is simply \(|\beta|\), we must therefore have:

\[ r = |\beta| \]

(The absolute value is needed because the circle's center could be either above or below the \( x \)-axis.)

circle touching the x-axis

Next, consider the algebraic form of the circle:

\[ x^2 + y^2 + 2gx + 2fy + c = 0 \]

It is already known that this circle has center \((-g, -f)\) and radius:

\[ r = \sqrt{g^2 + f^2 - c} \]

Since the circle touches the \( x \)-axis, we also have:

\[ r = |f| \]

Equating the two expressions for \( r \), we get:

\[ \sqrt{g^2 + f^2 - c} = |f| \]

Squaring both sides gives the algebraic condition:

\[ g^2 + f^2 - c = f^2 \implies c = g^2 \]

Thus, the exact algebraic condition for a circle to touch the \( x \)-axis is:

\[ \boxed{c = g^2} \]

For example, consider the circle given by the equation:

\[ x^2 + y^2 - 2x + 4y + 1 = 0 \]

Here, comparing with the general form \( x^2 + y^2 + 2gx + 2fy + c = 0 \), we clearly identify:

\[ 2g = -2 \implies g = -1,\quad 2f = 4 \implies f = 2,\quad c = 1 \]

Check the condition for tangency to the \( x \)-axis, which is \( c = g^2 \):

\[ g^2 = (-1)^2 = 1 = c \]

Since this condition is satisfied exactly, the given circle indeed touches the \( x \)-axis.

Circle Touching the \( y \)-Axis

Analogously, if a circle touches the \( y \)-axis, then the horizontal distance from its center to this axis equals its radius. Precisely, if the circle has center \((\alpha,\beta)\) and radius \(r\), then we must have:

\[ r = |\alpha| \]

For a circle given by the general equation:

\[ x^2 + y^2 + 2gx + 2fy + c = 0, \]

the algebraic condition for tangency to the \( y \)-axis becomes:

\[ \boxed{c = f^2} \]

Circle Touching Both Axes

Consider a circle tangent simultaneously to both coordinate axes. In such a scenario, the center \((\alpha, \beta)\) must be positioned in such a way that the distances from it to both the \( x \)-axis and the \( y \)-axis are equal to the radius. Therefore, we must have:

\[ |\alpha| = |\beta| = r \]

This condition implies a crucial relationship between the coordinates:

\[ \alpha = \pm \beta \]

Moreover, the signs of \(\alpha\) and \(\beta\) determine the quadrant in which the circle's center lies:

  • In Quadrant I: \(\alpha > 0\), \(\beta > 0\),
  • In Quadrant II: \(\alpha < 0\), \(\beta > 0\),
  • In Quadrant III: \(\alpha < 0\), \(\beta < 0\),
  • In Quadrant IV: \(\alpha > 0\), \(\beta < 0\).

For a circle given algebraically by:

\[ x^2 + y^2 + 2gx + 2fy + c = 0 \]

the simultaneous tangency to both axes yields a concise algebraic condition involving coefficients:

\[ \boxed{c = g^2 = f^2} \]

Circle Cutting the \(x\)-Axis and the \(x\)-Intercept

Suppose our circle, given by

\[ x^2 + y^2 + 2gx + 2fy + c = 0, \]

intersects the \(x\)-axis at two points \(A\) and \(B\). The segment \(AB\), which lies on the \(x\)-axis, is called the \(x\)-intercept of the circle. We will see that there are two natural ways to determine the length of \(AB\), one geometric and one algebraic, yet both yield the same final result.

First, recall that the center of the circle is \(\bigl(-g,-f\bigr)\) and its radius is

\[ r = \sqrt{g^2 + f^2 - c}. \]

For the circle to intersect the \(x\)-axis in two distinct points, its center must lie at a distance from the \(x\)-axis that is strictly less than the radius. Since the distance from \(\bigl(-g,-f\bigr)\) to the \(x\)-axis is \(\lvert f\rvert\), we require

\[ \lvert f\rvert < \sqrt{g^2 + f^2 - c} \quad\Longrightarrow\quad c < g^2. \]

Now let us calculate the length of x-intercept.

Geometric Perspective

Let \(C\) be the center \(\bigl(-g,-f\bigr)\), and let \(N\) be the foot of the perpendicular from \(C\) to the \(x\)-axis. Then \(CN = \lvert f\rvert\), and the radius \(CA = r = \sqrt{g^2 + f^2 - c}\). Because \(CN\) is perpendicular to \(AB\) and passes through the center, it bisects \(AB\). In the right triangle \(\triangle CAN\), we apply the Pythagorean theorem:

\[ AN = \sqrt{\,CA^2 - CN^2\,} = \sqrt{\,\bigl(\sqrt{g^2 + f^2 - c}\bigr)^2 - f^2\,} = \sqrt{\,g^2 + f^2 - c - f^2\,} = \sqrt{\,g^2 - c\,}. \]

Since \(CN\) bisects \(AB\), it follows that \(AB = 2 \cdot AN = 2\,\sqrt{g^2 - c}\).

circle cutting x-axis

Algebraic Perspective

When the circle meets the \(x\)-axis, we set \(y = 0\). Substituting into the equation

\[ x^2 + 2gx + c = 0 \]

gives a quadratic whose roots, say \(x_1\) and \(x_2\), correspond to the \(x\)-coordinates of \(A\) and \(B\). By Vieta’s formulas:

\[ x_1 + x_2 = -2g, \quad x_1\,x_2 = c. \]

The length of \(AB\) is simply \(\lvert x_1 - x_2\rvert\). Using the standard identity for the difference of roots:

\[ AB = |x_1 - x_2| = \sqrt{\,(x_1 + x_2)^2 - 4\,x_1\,x_2\,} = \sqrt{\,( -2g )^2 - 4\,c\,} = \sqrt{\,4g^2 - 4c\,} = 2\,\sqrt{\,g^2 - c\,}. \]

Thus, both the geometric and algebraic methods confirm that:

\[ \boxed{\,AB = 2\sqrt{g^2 - c}\,}. \]

Moreover, this length is real and positive precisely when \(g^2 - c > 0\), which is exactly the condition \(c < g^2\) ensuring that the circle truly cuts the \(x\)-axis at two distinct points.

Circle Cutting the \(y\)-Axis and the \(y\)-Intercept

Let the circle be given by:

\[ x^2 + y^2 + 2gx + 2fy + c = 0 \]

Suppose this circle intersects the \(y\)-axis at two distinct points \(P\) and \(Q\). The segment \(PQ\), which lies on the \(y\)-axis, is called the \(y\)-intercept of the circle. As in the case of the \(x\)-intercept, the condition for the circle to cut the \(y\)-axis is:

\[ \boxed{c < f^2} \]

Under this condition, the length of the \(y\)-intercept is given by:

\[ \boxed{PQ = 2\sqrt{f^2 - c}} \]

This result can be obtained either geometrically (by dropping a perpendicular from the center to the \(y\)-axis and applying the Pythagorean theorem) or algebraically (by setting \(x = 0\) and solving the resulting quadratic in \(y\)). Both approaches yield the same expression.

Circle Touching the \(y\)-Axis at the Origin

Suppose a circle touches the \( y \)-axis at the origin. This situation imposes two distinct conditions on the equation of the circle:

  1. Since the circle passes through the origin, the origin must satisfy the equation. Hence,

    \[ c = 0 \]
  2. Since the circle is tangent to the \( y \)-axis, the distance from its center \((-g, -f)\) to the \( y \)-axis must equal the radius. This yields:

    \[ c = f^2 \]

circle touching y axis at origin

Combining both, we obtain:

\[ c = 0 \quad\text{and}\quad c = f^2 \implies f = 0 \]

Thus, the equation of such a circle reduces to:

\[ x^2 + y^2 + 2gx = 0 \]

The center of this circle is \((-g, 0)\), which lies on the \( x \)-axis. The radius is:

\[ r = \sqrt{g^2 + f^2 - c} = \sqrt{g^2} = |g| \]

Hence, any circle that touches the \( y \)-axis at the origin must have its center on the \( x \)-axis, and its equation must be of the form:

\[ \boxed{x^2 + y^2 + 2gx = 0} \]

Circle Touching the \(x\)-Axis at the Origin

Analogously, if a circle touches the \(x\)-axis at the origin, then:

\[ \boxed{c = 0 \quad \text{and} \quad c = g^2 \quad \Rightarrow \quad g = 0} \]

The equation of the circle becomes:

\[ \boxed{x^2 + y^2 + 2fy = 0} \]

Its center lies at \((0, -f)\) on the \(y\)-axis, and the radius is:

\[ \boxed{r = |f|} \]