Circles
Coordinate Geometry: Circles
Center-Radius Forms & Core Configurations
Standard, General, Diameter, and Parametric FormsTopic 1
- Standard Form: A circle centered at $H(h, k)$ with radius $r$ satisfies: \[ (x-h)^2 + (y-k)^2 = r^2 \]
- General Form: Written as $x^2 + y^2 + 2gx + 2fy + c = 0$. By completing the square, the central characteristics are extracted directly from the coefficients:
\[ \text{Center: } (-g, -f), \quad \text{Radius: } \sqrt{g^2 + f^2 - c} \]
- If $g^2 + f^2 - c > 0$, the circle is a real circle.
- If $g^2 + f^2 - c = 0$, it collapses into a point circle at $(-g, -f)$.
- If $g^2 + f^2 - c < 0$, the radius is imaginary, defining a virtual curve.
- Diameter Form: If $A(x_1, y_1)$ and $B(x_2, y_2)$ form the endpoints of a diameter segment, any point $P(x,y)$ on the boundary forms a right angle $\angle APB = 90^\circ$. Equating the orthogonal slope product ($m_{AP} \cdot m_{BP} = -1$) yields the joint equation: \[ (x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0 \]
- Parametric Form: Expresses coordinates dynamically using an angular parameter $\theta$: \[ x = h + r\cos\theta, \quad y = k + r\sin\theta \quad (0 \le \theta < 2\pi) \]
Find the center coordinates and radius of the circle represented by the general second-degree equation $2x^2 + 2y^2 - 8x + 12y - 10 = 0$.
Show solution
First, normalize the equation by dividing all terms by $2$ so that the leading quadratic coefficients match unity exactly: \[ x^2 + y^2 - 4x + 6y - 5 = 0 \] Extract the general coefficients by comparing with the standard form: \[ 2g = -4 \implies g = -2, \quad 2f = 6 \implies f = 3, \quad c = -5 \] Compute the center parameters: \[ \text{Center: } (-g, -f) = (-(-2), -3) = (2, -3) \] Compute the metric radius: \[ r = \sqrt{g^2 + f^2 - c} = \sqrt{(-2)^2 + (3)^2 - (-5)} = \sqrt{4 + 9 + 5} = \sqrt{18} = 3\sqrt{2} \] Final Answer: Center = $(2, -3)$, Radius = $3\sqrt{2}$ units.
Tangency Metrics & Point Transformations
Point Power and Tangent/Normal Line EquationsTopic 1
- $S_1 > 0 \implies P$ is located outside the circle boundary.
- $S_1 = 0 \implies P$ lies exactly on the circle boundary trace.
- $S_1 < 0 \implies P$ is situated inside the circle boundary.
- Tangent Line ($T=0$): At a point $P(x_1, y_1)$ on the circle, the tangent equation is: \[ T \equiv x x_1 + y y_1 + g(x + x_1) + f(y + y_1) + c = 0 \]
- Slope Form Tangent: For a given slope $m$, a line parallel to $y = mx$ is tangent to the circle $(x-h)^2 + (y-k)^2 = r^2$ if its perpendicular distance from the center equals the radius, yielding: \[ y - k = m(x - h) \pm r\sqrt{1 + m^2} \]
- Normal Line: A normal line stands perpendicular to the tangent at the point of contact. Since a circle is perfectly symmetric, every normal line must pass through the center coordinates $(-g, -f)$. Thus, the normal equation connecting the center and $P(x_1, y_1)$ is simply the line passing through those two points.
Find the equation of the tangent line to the circle $x^2 + y^2 - 4x + 2y - 5 = 0$ at the point $P(5, 0)$ lying on its boundary.
Show solution
First, verify that $P(5, 0)$ lies on the circle boundary by checking that $S_1 = 0$: \[ 5^2 + 0^2 - 4(5) + 2(0) - 5 = 25 + 0 - 20 + 0 - 5 = 0 \quad (\text{Valid Boundary Point}) \] Apply the $T = 0$ template transformation rules directly: \[ x^2 \to 5x, \quad y^2 \to 0y, \quad 2x \to x + 5, \quad 2y \to y + 0 \] Substitute these into the general equation: \[ 5x + 0y - 2(x + 5) + 1(y + 0) - 5 = 0 \] Expand and gather the variable coefficients: \[ 5x - 2x - 10 + y - 5 = 0 \implies 3x + y - 15 = 0 \] Final Answer: The tangent line equation is $3x + y - 15 = 0$.
Chords of Contact and Midpoint Structural ParametrizationsTopic 2
- Chord of Contact: If two tangent lines are drawn from an external point $P(x_1, y_1)$ to a circle, they touch the boundary at two points of tangency, $A$ and $B$. The line segment $AB$ connecting these points is the chord of contact. Its equation matches the $T = 0$ format: \[ x x_1 + y y_1 + g(x + x_1) + f(y + y_1) + c = 0 \] Note that while this equation shares the same format as a tangent line, it represents a chord line because $P$ lies outside the circle boundary.
- Chord with a Given Midpoint: If a chord line is bisected exactly at an interior point $M(x_1, y_1)$, its equation can be found using the $T = S_1$ formula: \[ x x_1 + y y_1 + g(x + x_1) + f(y + y_1) + c = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c \]
Find the equation of the chord of the circle $x^2 + y^2 = 25$ whose midpoint is located at $M(2, -1)$.
Show solution
- Step 1: Formulate the $T$ expression mapping
\[ T = x(2) + y(-1) = 2x - y \] - Step 2: Evaluate the $S_1$ scalar power value
\[ S_1 = (2)^2 + (-1)^2 = 4 + 1 = 5 \]
Multi-Circle Operators & Radical Fields
Radical Axis, Centres, and Common ChordsTopic 1
- Radical Axis: The radical axis of two circles $S_1 = 0$ and $S_2 = 0$ is the locus of a point that moves such that the lengths of the tangents drawn from it to both circles are equal. Mathematically, it is found by subtracting the two normalized equations: \[ S_1 - S_2 = 0 \implies 2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0 \] The radical axis is always a straight line perpendicular to the line joining the centers of the two circles. If the circles intersect, the radical axis matches their common chord line.
- Radical Center: For a system of three circles, the three independent radical axes intersect at a single point called the radical center. The lengths of the tangents drawn from this point to all three circles are equal.
Find the equation of the common chord (radical axis) for the two circles $S_1: x^2 + y^2 - 4x - 6y + 3 = 0$ and $S_2: x^2 + y^2 - 2x - 2y - 1 = 0$.
Show solution
Verify that both circle equations are normalized, then subtract $S_2$ from $S_1$: \[ S_1 - S_2 = 0 \] \[ (x^2 + y^2 - 4x - 6y + 3) - (x^2 + y^2 - 2x - 2y - 1) = 0 \] Combine like terms to find the linear equation: \[ -4x + 2x - 6y + 2y + 3 + 1 = 0 \implies -2x - 4y + 4 = 0 \] Divide by $-2$ to simplify the coefficients: \[ x + 2y - 2 = 0 \] Final Answer: The common chord equation is $x + 2y - 2 = 0$.
Intersection Angles, Orthogonality, and Coaxial SystemsTopic 2
- Angle of Intersection: The angle $\phi$ between two intersecting circles is defined as the angle between their tangent lines at a point of intersection. It can be found from the radii and center distance $d$ using the Law of Cosines: \[ \cos\phi = \frac{r_1^2 + r_2^2 - d^2}{2r_1 r_2} \]
- Orthogonal Circles ($\phi = 90^\circ$): Two circles are orthogonal if they intersect at a right angle. Setting $\cos(90^\circ) = 0$ simplifies the relationship to $d^2 = r_1^2 + r_2^2$. Written in terms of the general coefficients, this yields the standard orthogonality condition: \[ 2g_1 g_2 + 2f_1 f_2 = c_1 + c_2 \]
- Coaxial System of Circles: A system of circles is coaxial if every pair of circles in the system shares the exact same radical axis. The family can be generated using a base circle $S$ and the common radical axis line $L$: \[ S + \lambda L = 0 \]
Find the value of the constant parameter $k$ for which the two circles $x^2 + y^2 - 4x + 6y + 5 = 0$ and $x^2 + y^2 + kx - 2y + 9 = 0$ intersect orthogonally.
Show solution
- Circle 1: $2g_1 = -4 \implies g_1 = -2, \quad 2f_1 = 6 \implies f_1 = 3, \quad c_1 = 5$
- Circle 2: $2g_2 = k \implies g_2 = \frac{k}{2}, \quad 2f_2 = -2 \implies f_2 = -1, \quad c_2 = 9$
Tangent Topology & Relative Configurations
Relative Positions and Common Tangent ProfilesTopic 1
- Case 1: Circles are completely separate ($d > r_1 + r_2$)
The circles do not intersect or touch. There are 4 common tangents: 2 direct (external) tangents and 2 transverse (internal) tangents. - Case 2: Circles touch externally ($d = r_1 + r_2$)
There are 3 common tangents: 2 direct tangents and 1 common internal tangent at the point of contact. - Case 3: Circles intersect at two points ($|r_1 - r_2| < d < r_1 + r_2$)
There are 2 common tangents: both are direct external tangents. - Case 4: Circles touch internally ($d = |r_1 - r_2|$)
There is 1 common tangent: a single common external tangent passing through the point of contact. - Case 5: One circle lies entirely inside the other ($d < |r_1 - r_2|$)
The circles do not touch or intersect. There are 0 common tangents.
Determine the relative position and the total number of common tangents for the two circles $S_1: x^2 + y^2 = 4$ and $S_2: x^2 + y^2 - 6x - 8y + 21 = 0$.
Show solution
- Circle 1: Center $C_1(0, 0)$, Radius $r_1 = 2$
- Circle 2: Center $C_2(3, 4)$, Radius $r_2 = \sqrt{(-3)^2 + (-4)^2 - 21} = \sqrt{9 + 16 - 21} = \sqrt{4} = 2$
Ready to test yourself?
Attempt the full timed mock tests — Main & Advanced level.
Start Mock Test 1 →