Common Chord of two Circles: Equation, Properties, Formula

Common Chord of two Circles: Equation, Properties, Formula

Edited By Komal Miglani | Updated on Aug 09, 2025 05:35 PM IST

Struggling to find the solution to this math question involving circles? Wondering how to solve this question step by step when two circles intersect? If you're looking for the answer to this question or need a clear question and solution example with proper reasoning, you're in the right place. Understanding the common chord of two circles is essential for mastering coordinate geometry and circle-based problems in mathematics. Here, you'll get the solution of the given question, including the question's answer with explanation and a detailed solution of this question that breaks down each concept simply. In this article, we’ll explore how to find the common chord of two circles with a complete step-by-step method and solved examples.

This Story also Contains
  1. Common Chord of Two Circles
  2. Geometric Interpretation of the Common Chord Between Two Circles
  3. How to Find the Common Chord Equation?
  4. Real-Life Applications and Importance in Geometry
  5. Solved Examples Based on the Equation of the Common Chord of Two Circles
  6. List of topics related to the Common Chord between two circles
  7. NCERT Resources
  8. Practice Questions based on the Common Chord between two circles

Common Chord of Two Circles

A circle is defined as the set (or locus) of all points in a plane that are at a constant distance from a fixed point. This fixed point is called the centre of the circle, usually denoted by $O$, and the constant distance is called the radius, denoted by $r$.

When two circles intersect, they do so at two distinct points (provided they are not tangent). The straight line that passes through both of these points of intersection is called the common chord of the two circles. In coordinate geometry, this chord represents the set of all points that lie on both circles simultaneously. Mathematically, if the two circles are represented by their equations, the equation of the common chord can be found by subtracting the two equations, which eliminates the squared terms.

Suppose the equations of the two circles are:
$S_1: x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0$
$S_2: x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0$

Subtracting $S_2$ from $S_1$ gives the equation of the common chord:
$2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0$

This linear equation represents the common chord, a straight line that cuts both circles at the same two points.

1754741030760

Equation of a circle

1754741031084

Using the distance formula, the equation of a circle with centre at $C(h, k)$ and radius $r$ can be derived as:

$\sqrt{(x - h)^2 + (y - k)^2} = r$

Squaring both sides to eliminate the square root:

$(x - h)^2 + (y - k)^2 = r^2$

This is the standard form of the equation of a circle in coordinate geometry.

If the centre of the circle is at the origin, i.e., $(0, 0)$, then the equation simplifies as follows:

$(x - 0)^2 + (y - 0)^2 = r^2 \Rightarrow x^2 + y^2 = r^2$

This is the equation of a circle centred at the origin with radius $r$.

Geometric Interpretation of the Common Chord Between Two Circles

When two circles intersect at exactly two points, say points $A$ and $B$, the straight line that connects these two points is known as the common chord of the circles. This line lies on both circles and represents the set of all points that satisfy both circle equations simultaneously.

Suppose the equations of the two intersecting circles are:

$S = x^2 + y^2 + 2gx + 2fy + c = 0$

$S' = x^2 + y^2 + 2g'x + 2f'y + c' = 0$

To find the equation of the common chord, we subtract $S'$ from $S$, eliminating the $x^2$ and $y^2$ terms:

$S - S' = 2x(g - g') + 2y(f - f') + (c - c') = 0$

This linear equation represents the common chord, a straight line that cuts through the points of intersection of both circles.

Alternatively, we can simply write:

$S−S′=0$

This gives a quick and direct method to find the equation of the common chord if both circle equations are known.

1754741031221

Length of the Common Chord AB

The length of the common chord, denoted by $AB$, can be calculated geometrically using the Pythagorean Theorem. Let $C_1$ be the centre of the first circle ($S = 0$), and let $M$ be the midpoint of chord $AB$ (which lies on the line joining the centres and is perpendicular to the chord). Then:

$AB = 2 \times AM$

Using the right triangle $\triangle C_1AM$, we apply:

$AB = 2\sqrt{(C_1A)^2 - (C_1M)^2}$

Where:

  • $C_1A$ is the radius of the first circle, calculated as
    $C_1A = \sqrt{g^2 + f^2 - c}$

  • $C_1M$ is the perpendicular distance from the centre $C_1$ to the common chord (i.e., length of the altitude from $C_1$ to line $AB$)

This geometric relationship helps visualise how the location of the chord and the radius affect its length.

Note: The maximum length of the common chord occurs when the chord becomes the diameter of the smaller circle. In this case, the chord passes through the centre of that circle and is as long as possible within its boundary.

How to Find the Common Chord Equation?

To determine the equation of the common chord of two intersecting circles, we follow a structured approach using coordinate geometry. The key idea is that any point lying on the common chord must satisfy both circle equations simultaneously. Here's how to solve this question step by step:

Step 1: Write the Equations of the Two Circles

Begin with the general form of the equations of two circles:

$S_1: x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0$

$S_2: x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0$

These represent two circles with centres at $(-g_1, -f_1)$ and $(-g_2, -f_2)$ and respective radii that can be derived from the standard circle formula.

Step 2: Subtract the Equations to Get the Chord Equation

To eliminate the common quadratic terms ($x^2$ and $y^2$), subtract $S_2$ from $S_1$:

$(S_1 - S_2):\ (2g_1 - 2g_2)x + (2f_1 - 2f_2)y + (c_1 - c_2) = 0$

Simplify the expression:

$2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0$

This is the equation of the common chord, a straight line passing through the points of intersection of the two circles.

Step 3: Find the Points of Intersection

In many problems, especially in coordinate geometry or conic sections, you may be asked to find the points where the two circles intersect. This can be done by solving the two circle equations simultaneously, often by substituting one into the other.

These points lie on both circles and also on the chord you just found. Finding them can help verify or graphically understand the solution.

Step 4: Final Form of the Common Chord Equation

Once simplified, the final form of the common chord is a linear equation:

$Ax+By+C=0$

Where:

  • $A = 2(g_1 - g_2)$

  • $B = 2(f_1 - f_2)$

  • $C = c_1 - c_2$

NEET Highest Scoring Chapters & Topics
This ebook serves as a valuable study guide for NEET exams, specifically designed to assist students in light of recent changes and the removal of certain topics from the NEET exam.
Download E-book

This line is perpendicular to the line joining the centres of the two circles and passes through the points where the circles intersect.

Real-Life Applications and Importance in Geometry

The concept of a common chord is not just theoretical; it has practical importance in various fields:

  • Engineering and Design: When designing mechanical parts with circular components, understanding the geometry of intersecting circles helps ensure precise fitting.

  • Astronomy and Physics: Common chords are used in calculating trajectories and angles between circular orbits.

  • Navigation and Mapping: In geographical systems, overlapping circular zones (such as signal ranges or coverage areas) use the idea of a common chord to determine shared regions.

  • Mathematical Proofs: In coordinate geometry and Euclidean constructions, the common chord plays a crucial role in determining angles, perpendicular bisectors, and symmetry.

Solved Examples Based on the Equation of the Common Chord of Two Circles

Example 1: The common tangent to the circle $x^2+y^2=4$ and $x^2+y^2+6 x+8 y-24=0$ also passes through the point :
1) $(4,-2)$
2) $(-6,4)$
3) $(6,-2)$
4) $(-4,6)$
Solution:

The equation of the common chord of two circles
$(S) = x^2 + y^2 + 2gx + 2fy + c = 0$
$(S') = x^2 + y^2 + 2g'x + 2f'y + c' = 0$

The equation of the common chord is:
$2x(g - g') + 2y(f - f') + (c - c') = 0$
or, $S - S' = 0$

Now consider:
$x^2 + y^2 - 4 = 0$
$x^2 + y^2 + 6x + 8y - 24 = 0$

Subtracting:
$S_2 - S_1 = (x^2 + y^2 + 6x + 8y - 24) - (x^2 + y^2 - 4)$
$= 6x + 8y - 20 = 0$

So, the equation of the common chord is: $3x + 4y = 10$

Hence, point $(6,-2)$ lies on the above line.

Example 2: If the circles $x^2+y^2+5 K x+2 y+K=0$ and $2\left(x^2+y^2\right)+2 K x+3 y-1=0(K \epsilon R)$, intersect at the points P and Q, then the line $4 x+5 y-K=0$ passes through P and Q, for:

1) infinitely many values of $K$
2) no value of $K$
3) exactly two values of $K$
4) exactly one value of $K$

Solution:

Common Chord of Two Circles:

The equation of the common chord of two circles

$S = x^2 + y^2 + 2gx + 2fy + c = 0$

$S' = x^2 + y^2 + 2g'x + 2f'y + c' = 0$

is $2x(g - g') + 2y(f - f') + c - c' = 0$

or, $S - S' = 0$

Given that two circles are

$S_1 = x^2 + y^2 + 5Kx + 2y + K = 0$

$S_2 = 2(x^2 + y^2) + 2Kx + 3y - 1 = 0$

Equation of the common chord

$S_1 - S_2 = 0$

$\Rightarrow 4Kx + \frac{1}{2}y + K + \frac{1}{2} = 0$
Given the equation of the chord is

$4x + 5y - k = 0$

On comparing (1) and (2),

$k = \frac{1}{10} = \frac{k + \frac{1}{2}}{-k}$

There is no value of $k$

So, option (2) is correct.

Example 3: If the angle of intersection at a point where two circles with radii 5 cm and 12 cm intersect is $90^{\circ}$, then the length (in cm ) of their common chord is :

1)$\frac{13}{2}$

2) $\frac{13}{5}$

3) $\frac{120}{13}$

4) $\frac{60}{13}$

Solution:
Length of Common Chord –

$AB = 2(AM) \quad (\because m$ is mid-point of $AB)$

$= 2 \sqrt{(C_1A)^2 - (C_1M)^2}$

$C_1A = $ radius of the circle $S = 0$, i.e., $C_1A = \sqrt{g^2 + f^2 - c}$

$C_1M = $ length of perpendicular from $C_1$ on common chord $AB$

1754741030919

Length of common chord $= 2x$

$\sqrt{s^2 - x^2} + \sqrt{12^2 - x^2} = 13$

$x = \dfrac{12 \times 5}{13}$

$2x = \dfrac{120}{13}$

$x = \dfrac{60}{13}$

Hence, the correct answer is option 4.
Example 4: If the lengths of external and internal common tangents to two circles $\quad x^2+y^2-14 x \quad+4 y-28=0$ are $\lambda$ and $\mu$ the value of $\lambda+\mu$ must be

1) 20

2) 25

3) 18

4) 24

Solution:

The given circles $S_1 \equiv x^2 + y^2 + 14x - 4y + 28 = 0$ and $S_2 \equiv x^2 + y^2 - 14x + 4y - 28 = 0$

Centres and radii of circles $S_1$ and $S_2$ are

$C_1(-7, 2), \quad r_1 = \sqrt{49 + 4 - 28} = 5$

$C_2(7, -2), \quad r_2 = \sqrt{49 + 4 + 28} = 9$ respectively.

Here $d = C_1C_2 = \sqrt{(-7 - 7)^2 + (2 + 2)^2}$

$= \sqrt{212} > r_1 + r_2 = 5 + 9 = 14$

$\therefore d > r_1 + r_2$

Hence, circles don't touch or cut

$\therefore \text{Length of the external common tangent}$

$L_{ex} = \sqrt{d^2 - (r_2 - r_1)^2}$

$= \sqrt{212 - (9 - 5)^2} = \sqrt{212 - 16}$

$= \sqrt{196} = 14 = \lambda$

and the length of the internal common tangent

$L_{in} = \sqrt{d^2 - (r_1 + r_2)^2}$

$= \sqrt{212 - (5 + 9)^2} = \sqrt{212 - 196}$

$= \sqrt{16} = 4 = \mu$

$\therefore \lambda + \mu = 18$

Hence, the answer is option (3).
Example 5: Two circles in the first quadrant of radii $r_1$ and $r_2$ touch the coordinate axes. Each of them cuts off an intercept of 2 units with the line $x+y=2$. Then $r_1^2+r_2^2-r_1 r_2$ is equal to

1) 7

2) 8

3) 6

4) 5

Solution:

1754741030531

Given: Circle $(x - a)^2 + (y - a)^2 = a^2$

$x^2 + y^2 - 2a x - 2a y + a^2 = 0$

Intercept on line $x + y = 2$ is $2$

$2\sqrt{a^2 - d^2} = 2$

Where $d$ is the perpendicular distance from the centre $(a, a)$ to the line $x + y = 2$

$2\sqrt{a^2 - \left( \dfrac{a + a - 2}{\sqrt{2}} \right)^2} = 2$

$a^2 - \dfrac{(2a - 2)^2}{2} = 1$

$2a^2 - 4a^2 + 8a - 4 = 2$

$2a^2 - 8a + 6 = 0$

$a^2 - 4a + 3 = 0$

$\therefore r_1 + r_2 = 4 \text{ and } r_1 r_2 = 3$

$r_1^2 + r_2^2 - r_1 r_2 = (r_1 + r_2)^2 - 3r_1 r_2$

$= 16 - 9 = 7$

List of topics related to the Common Chord between two circles

Explore key concepts related to the common chord between two circles and its geometric significance. This section covers crucial topics such as the power of a point, chord of contact, director circle, diameter properties, and the angle of intersection, each with definitions, formulas, and derivations to strengthen your understanding of circle geometry.

Power of a point wrt Circle: Meaning, Theorem, Formula

Chord of Contact and Diameter of Parabola

Director Circle: Formula and Equation

Diameter Of A Circle: Definition, Formula, Equation

Angle of Intersection of Two Circles: How to Find, Formula, Derivation

NCERT Resources

Access comprehensive NCERT resources for Class 11 Maths Chapter 10, Conic Sections. This section provides detailed notes, step-by-step solutions, and exemplar problem-solving approaches to help you master the concepts of circles, parabolas, ellipses, and hyperbolas effectively.

NCERT Notes for Class 11 Maths Chapter 10 - Conic Sections

NCERT Solutions for Class 11 Maths Chapter 10 - Conic Sections

NCERT Exemplar Solutions for Class 11 Maths Solutions Chapter 10 - Conic Sections

Practice Questions based on the Common Chord between two circles

Sharpen your understanding of the common chord and related circle concepts with these targeted practice MCQs. Covering topics like chord of contact, director circle, pair of tangents, radical axis, and angle of intersection, these questions are designed to test conceptual clarity and problem-solving speed for competitive exams.

Common Chord Of Two Circles - Practice Question MCQ

You can practice the questions related to the common chord between two circles:



Frequently Asked Questions (FAQs)

1. What is a common chord of two circles?

A common chord of two circles is a line segment that connects two points where the circles intersect. It's a shared line segment that lies within both circles, forming a bridge between them.

2. What is the relationship between the common chord and the line joining the centers of two circles?

The common chord is always perpendicular to the line joining the centers of the two circles. This property is fundamental in many geometric proofs involving circles.

3. How is the radical axis related to the common chord?

For intersecting circles, the radical axis coincides with the common chord. For non-intersecting circles, the radical axis is still defined but doesn't physically intersect the circles.

4. What is the radical axis of two circles?

The radical axis is the line containing all points from which tangents drawn to both circles have equal lengths. For intersecting circles, the radical axis is the line containing the common chord.

5. Can the common chord equation be used to find the points of intersection of two circles?

Yes, the common chord equation can be used along with the equation of either circle to find the points of intersection. Solving these equations simultaneously gives the intersection points.

6. How many common chords can two intersecting circles have?

Two intersecting circles can have only one common chord. This chord passes through both points of intersection between the circles.

7. What happens when two circles are tangent to each other?

When two circles are tangent to each other, they touch at exactly one point. In this case, the common chord degenerates into a single point, which is the point of tangency.

8. Can two non-intersecting circles have a common chord?

No, two non-intersecting circles cannot have a common chord. Common chords only exist when circles intersect at two points or are tangent at one point.

9. What is the equation of the common chord of two circles?

The equation of the common chord of two circles (x-h)² + (y-k)² = r² and (x-a)² + (y-b)² = R² is:

10. How is the equation of the common chord related to the equations of the two circles?

The equation of the common chord is derived by subtracting the equations of the two circles. This eliminates the x² and y² terms, resulting in a linear equation representing the common chord.

11. How does the common chord equation change if one circle is centered at the origin?

If one circle is centered at the origin (0,0), its equation simplifies to x² + y² = r². The common chord equation then becomes:

12. How does the length of the common chord relate to the radii of the circles?

The length of the common chord depends on the radii of both circles and the distance between their centers. It can be calculated using the formula: L² = 4R²r² - (d² - R² + r²)², where R and r are the radii and d is the distance between centers.

13. Can the concept of a common chord be extended to three or more circles?

Yes, the concept can be extended. Three circles can have a common point called the radical center, which is the intersection of the three radical axes of the circle pairs.

14. What is the significance of the common chord in circle geometry?

The common chord is crucial in understanding the relationships between circles. It helps in solving problems involving intersecting circles, tangent lines, and in defining the radical axis and center.

15. What is the difference between a common chord and a common tangent?

A common chord passes through two intersection points of the circles, while a common tangent touches both circles at one point each without entering the circles' interiors.

16. How does the concept of a common chord extend to three-dimensional geometry?

In 3D, the analog of a common chord for two spheres is a common circle. Three spheres intersect in a common circle if they all pass through the same two points.

17. How does the concept of a common chord extend to circles in non-Euclidean geometries?

In non-Euclidean geometries like hyperbolic or spherical geometry, the concept of a common chord still exists but may have different properties. For example, in spherical geometry, great circles (which play the role of "lines") can intersect in two points.

18. How can the concept of a common chord be applied in computer graphics and computational geometry?

In computer graphics and computational geometry, the common chord is useful for intersection detection, clipping algorithms, and generating smooth transitions between circular arcs, among other applications.

19. What is the significance of the coefficients in the common chord equation?

In the equation 2(a-h)x + 2(b-k)y + (h²+k²-r²) - (a²+b²-R²) = 0, the coefficients 2(a-h) and 2(b-k) represent the direction of the common chord, while the constant term relates to its position.

20. What happens to the common chord as the circles move closer together?

As the circles move closer together, the length of the common chord increases until the circles become tangent. After this point, if they continue to move closer, they will have two intersection points again, and the common chord will start to decrease in length.

21. How is the power of a point related to the common chord?

The power of a point with respect to a circle is constant for all points on the radical axis (common chord). This property defines the radical axis even for non-intersecting circles.

22. How can you determine if a given line is a common chord of two circles without calculating?

A line is a common chord if it intersects both circles at two distinct points each, and these points of intersection are the same for both circles.

23. Can two circles have more than one common chord?

No, two circles can have at most one common chord. If they intersect, they have one common chord; if they are tangent, the common chord degenerates to a point; if they don't intersect, there is no common chord.

24. How does the concept of a common chord apply to equal circles?

For equal circles (same radius), the common chord bisects the line segment joining their centers. This creates two congruent right triangles, simplifying many geometric calculations.

25. What is the locus of points from which tangents drawn to two circles are equal in length?

The locus of such points is the radical axis of the two circles, which coincides with the common chord for intersecting circles.

26. How can the common chord be used to solve problems involving areas of circular segments?

The common chord divides each circle into two segments. Knowing the equation of the common chord and the circles allows calculation of these segment areas, which is useful in many practical applications.

27. What is the relationship between the common chord and the angle between two intersecting circles?

The angle between two intersecting circles is defined as the angle between their tangents at a point of intersection. This angle is related to the length of the common chord and the radii of the circles.

28. Can the equation of a common chord be used to determine if two circles intersect?

Yes, if the common chord equation has real solutions when combined with either circle's equation, it indicates that the circles intersect. If there are no real solutions, the circles do not intersect.

29. How is the common chord used in the construction of a tangent to two circles?

The point where a tangent touches both circles lies on their radical axis (common chord). This property is used in constructing tangents to two circles, even when they don't intersect.

30. What is the relationship between the common chord and the centers of similitude of two circles?

The centers of similitude lie on the line joining the centers of the circles, and this line is perpendicular to the common chord. This relationship is key in solving many circle geometry problems.

31. How does scaling one or both circles affect their common chord?

Scaling circles changes their size but not their relative positions. The common chord's position and orientation may change, but its fundamental properties in relation to the circles remain the same.

32. Can the concept of a common chord be applied to other conic sections?

Yes, the concept can be extended to other conic sections. For example, two parabolas or two ellipses can have a common chord where they intersect, with similar properties to circular common chords.

33. How is the common chord related to the concept of inversion in circle geometry?

In circle inversion, points on the common chord of two circles invert to points on the common chord of their inverted images. This property is useful in solving complex geometric problems.

34. What role does the common chord play in the theory of circle bundles?

In circle bundles, the common chord (or radical axis) of any two circles in the bundle passes through a fixed point called the radical center. This concept is crucial in advanced circle geometry.

35. How can the common chord be used to find the equation of a circle passing through the intersection points of two given circles?

Any circle passing through the intersection points of two given circles will have the equation of the form S₁ + kS₂ = 0, where S₁ and S₂ are the equations of the given circles, and k is a constant.

36. What is the significance of the common chord in the study of circle inversions?

In circle inversion, the common chord of two circles inverts to the common chord of their inverted images. If one circle inverts to a line, this line is perpendicular to the common chord of the original circles.

37. How does the concept of a common chord relate to the radical center of three circles?

The radical center is the point where the radical axes (common chords) of all pairs of three given circles intersect. It's a key concept in understanding the relationships between multiple circles.

38. Can the equation of the common chord be used to find the angle of intersection between two circles?

Yes, the angle of intersection can be found using the common chord equation and the equations of the circles. It involves calculating the angle between the normal vectors to the circles at their intersection points.

39. How does the common chord relate to the concept of orthogonal circles?

Two circles are orthogonal if they intersect at right angles. In this case, the common chord passes through the center of one of the circles, which is a powerful property in circle geometry.

40. What is the relationship between the common chord and the power of a point with respect to a circle?

The power of a point with respect to a circle is constant for all points on the radical axis (common chord). This property defines the radical axis even when the circles don't intersect.

41. How can the common chord be used in proving theorems about cyclic quadrilaterals?

The common chord of two circles can be used to prove properties of cyclic quadrilaterals, as it provides a way to relate the intersections of circles to the sides and angles of inscribed quadrilaterals.

42. What is the role of the common chord in the study of coaxal circles?

In a system of coaxal circles, all circles share a common radical axis. This common chord (or its extension) is a key element in understanding the properties and relationships within the coaxal system.

43. Can the common chord be used to solve optimization problems involving circles?

Yes, the common chord can be used in optimization problems, such as finding the minimum distance between two circles or determining the optimal placement of circles to maximize or minimize certain properties.

44. How is the common chord related to the concept of radical planes in 3D geometry?

In 3D, the analog of a radical axis is a radical plane. For two spheres, this plane contains all points from which tangents to both spheres have equal length, similar to how the common chord relates to circles in 2D.

45. What is the significance of the common chord in the study of circle packing problems?

In circle packing problems, understanding the relationships between common chords of adjacent circles can help in determining optimal arrangements and proving properties about the packing configurations.

46. How does the common chord relate to the concept of inversion circles in Möbius transformations?

In Möbius transformations, which preserve circles and lines, the common chord plays a role in understanding how circles transform. The radical axis (common chord) of two circles is preserved under these transformations.

47. Can the concept of a common chord be generalized to higher dimensions?

Yes, the concept generalizes to higher dimensions. In n-dimensional space, the "common chord" of two n-spheres becomes an (n-1)-dimensional hyperplane, maintaining analogous properties to the 2D case.

48. How is the common chord used in the construction of Apollonius circles?

Apollonius circles are circles tangent to three given circles. The common chords (or radical axes) of pairs of these circles are crucial in constructing Apollonius circles, as they help locate the centers of the solution circles.

49. What role does the common chord play in understanding the properties of circular inversion?

In circular inversion, the common chord of two circles inverts to the common chord of their inverted images. This property is fundamental in solving complex geometric problems using inversion techniques.

50. What is the relationship between the common chord and the concept of power circles in advanced circle geometry?

Power circles are circles whose points have equal power with respect to two given circles. The centers of power circles lie on the radical axis (common chord or its extension) of the two given circles, illustrating the deep connection between these concepts in circle geometry.

Articles

Back to top