LibraryEquation of a Circle passing through two points

Equation of a Circle passing through two points

Learn about Equation of a Circle passing through two points as part of JEE Mathematics Mastery - Calculus and Algebra

Equation of a Circle Passing Through Two Points

Mastering the equations of circles is a fundamental skill for competitive exams like JEE. This module focuses on a specific scenario: finding the equation of a circle that passes through two given points. We'll explore the underlying principles and methods to solve these problems efficiently.

Understanding the General Equation of a Circle

Recall the standard form of a circle's equation: (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2, where (h,k)(h, k) is the center and rr is the radius. The general form is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, where the center is (g,f)(-g, -f) and the radius is g2+f2c\sqrt{g^2 + f^2 - c}. Understanding these forms is crucial for deriving specific circle equations.

The Chord of Contact Approach

When a circle passes through two points, say A and B, the line segment AB can be considered a chord of that circle. A common method to find the circle's equation involves using the concept of the chord of contact. If we consider a point P from which tangents are drawn to the circle, the line joining the points of contact is the chord of contact. However, for a circle passing through two points, we can think of the line segment connecting these two points as a chord.

The family of circles passing through two points.

Any circle passing through two points A and B can be represented as a combination of the line AB and another circle passing through A and B.

Consider two points A and B. Let the equation of the line passing through A and B be L=0L=0. Let the equation of any circle passing through A and B be S=0S=0. Then, the equation of any circle passing through the intersection points of L=0L=0 and S=0S=0 (which are A and B) can be represented by the family of circles S+λL=0S + \lambda L = 0, where λ\lambda is a parameter. To find the specific equation, we often use a known circle passing through A and B and the line AB.

Method 1: Using the General Equation and Given Points

Let the two given points be (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). We can assume the general equation of the circle is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0. Since the circle passes through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), these points must satisfy the equation. This gives us two linear equations in terms of gg, ff, and cc:

  1. x12+y12+2gx1+2fy1+c=0x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c = 0
  2. x22+y22+2gx2+2fy2+c=0x_2^2 + y_2^2 + 2gx_2 + 2fy_2 + c = 0

We need one more condition to uniquely determine gg, ff, and cc. This condition might be the center lying on a specific line, the radius being a certain value, or another point the circle passes through.

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

x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

Method 2: Using the Diameter Form

If the two given points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) are the extremities of a diameter of the circle, then the equation of the circle is given by (xx1)(xx2)+(yy1)(yy2)=0(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0. This is a direct and efficient method when the diameter endpoints are provided.

Remember: The diameter form is only applicable when the two given points are the endpoints of a diameter. If they are just any two points on the circle, this method is not directly applicable.

Method 3: Family of Circles

Let the equation of the line passing through the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) be L=0L=0. Let S=0S=0 be the equation of any circle passing through these two points. The general equation of a circle passing through the intersection of L=0L=0 and S=0S=0 is S+λL=0S + \lambda L = 0. To use this, we need a base circle S=0S=0 that passes through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). A common choice for S=0S=0 is the circle with the segment joining (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) as its diameter: (xx1)(xx2)+(yy1)(yy2)=0(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0. Then, the family of circles is (xx1)(xx2)+(yy1)(yy2)+λ(equation of line AB)=0(x - x_1)(x - x_2) + (y - y_1)(y - y_2) + \lambda (\text{equation of line AB}) = 0. We then use any additional condition to find λ\lambda.

Visualizing the concept of a circle passing through two points. Imagine two points A and B on a plane. An infinite number of circles can be drawn such that both A and B lie on their circumference. The line segment AB acts as a chord for all these circles. The center of such a circle must lie on the perpendicular bisector of the chord AB. The family of circles approach uses the line AB and a base circle (often the one with AB as diameter) to generate all possible circles passing through A and B.

📚

Text-based content

Library pages focus on text content

Example Scenario

Find the equation of the circle passing through points (1, 2) and (3, 4) and whose center lies on the line x+y=5x + y = 5.

Solution using General Equation

Let the equation be x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0. Substituting (1, 2): 1+4+2g+4f+c=0    2g+4f+c=51 + 4 + 2g + 4f + c = 0 \implies 2g + 4f + c = -5 (1) Substituting (3, 4): 9+16+6g+8f+c=0    6g+8f+c=259 + 16 + 6g + 8f + c = 0 \implies 6g + 8f + c = -25 (2) Subtracting (1) from (2): 4g+4f=20    g+f=54g + 4f = -20 \implies g + f = -5 (3) Center is (g,f)(-g, -f). Since it lies on x+y=5x + y = 5, we have gf=5-g - f = 5, which is g+f=5g + f = -5. This is the same as (3), meaning the center condition is consistent with the points. We still need one more condition to find g,f,cg, f, c. Let's assume the question implies these are the only two points given and we need to find a circle. If we assume these are diameter endpoints, the equation is (x1)(x3)+(y2)(y4)=0(x-1)(x-3) + (y-2)(y-4) = 0, which simplifies to x24x+3+y26y+8=0x^2 - 4x + 3 + y^2 - 6y + 8 = 0, or x2+y24x6y+11=0x^2 + y^2 - 4x - 6y + 11 = 0. Here, g=2,f=3,c=11g=-2, f=-3, c=11. Center is (2,3)(2, 3). 2+3=52+3=5, so it lies on x+y=5x+y=5. This is a valid circle.

Solution using Family of Circles

Line through (1, 2) and (3, 4): Slope m=(42)/(31)=2/2=1m = (4-2)/(3-1) = 2/2 = 1. Equation: y2=1(x1)    xy+1=0y - 2 = 1(x - 1) \implies x - y + 1 = 0. Let L=xy+1L = x - y + 1. Circle with diameter endpoints (1, 2) and (3, 4): S=(x1)(x3)+(y2)(y4)=x24x+3+y26y+8=x2+y24x6y+11=0S = (x-1)(x-3) + (y-2)(y-4) = x^2 - 4x + 3 + y^2 - 6y + 8 = x^2 + y^2 - 4x - 6y + 11 = 0. Family of circles: S+λL=0    x2+y24x6y+11+λ(xy+1)=0S + \lambda L = 0 \implies x^2 + y^2 - 4x - 6y + 11 + \lambda(x - y + 1) = 0. x2+y2+(4+λ)x+(6λ)y+(11+λ)=0x^2 + y^2 + (-4+\lambda)x + (-6-\lambda)y + (11+\lambda) = 0. Center is (4+λ2,6λ2)=(4λ2,6+λ2)(-\frac{-4+\lambda}{2}, -\frac{-6-\lambda}{2}) = (\frac{4-\lambda}{2}, \frac{6+\lambda}{2}). Center lies on x+y=5x+y=5: 4λ2+6+λ2=5    102=5    5=5\frac{4-\lambda}{2} + \frac{6+\lambda}{2} = 5 \implies \frac{10}{2} = 5 \implies 5 = 5. This means any value of λ\lambda will satisfy the center condition if the base circle already satisfies it. This indicates that the problem might be underspecified or that the diameter form is the intended solution if no other constraints are given.

Key Takeaways for JEE Preparation

When faced with problems involving circles passing through two points:

  1. Identify if the points are diameter endpoints. If yes, use the diameter form directly.
  2. If not diameter endpoints, consider the family of circles approach (S+λL=0S + \lambda L = 0) or the general equation approach (x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0) and use the given conditions to form equations.
  3. Always check for consistency and ensure you have enough independent conditions to solve for the unknowns (g,f,cg, f, c or λ\lambda).

Learning Resources

Equation of a Circle - Concepts and Formulas(documentation)

Provides a comprehensive overview of circle equations, including standard and general forms, and various specific cases.

Circle Passing Through Two Points - JEE Mathematics(blog)

Explains the concept of circles passing through two points with a focus on JEE preparation, including different methods and examples.

Coordinate Geometry: Circles - Khan Academy(video)

An introductory video series on circles in coordinate geometry, covering basic concepts and equations.

Family of Circles - Concepts and Problems(wikipedia)

A discussion on Math Stack Exchange detailing the family of circles concept, useful for understanding the $S + \lambda L = 0$ form.

JEE Main Mathematics: Circle - Toppr(documentation)

Covers various aspects of circles relevant to JEE Main, including equations and properties.

Coordinate Geometry - Circles - Doubtnut(video)

A video tutorial demonstrating how to find the equation of a circle passing through two given points.

Equation of Circle Passing Through Two Points - StudyIQ(video)

A detailed video explanation of finding the equation of a circle passing through two points, with examples.

Coordinate Geometry Formulas for JEE(blog)

A compilation of essential coordinate geometry formulas for JEE, including those for circles.

NCERT Mathematics Textbook - Class 11(documentation)

The official NCERT textbook chapter on Conic Sections, which includes detailed coverage of circles and their equations.

JEE Advanced Mathematics - Circles(documentation)

While not JEE specific, this site offers clear explanations of circle properties and equations that are foundational.