Core ConceptRead this first — the foundation of the topic
A circle is the set of all points in a plane that are at equal distance from a fixed point called the center. In coordinate geometry, circles are represented by equations and can be analyzed using algebraic methods. The standard form of a circle's equation is (x-h)² + (y-k)² = r², where (h,k) is the center and r is the radius. This is the most
Formula BlockMemorise — at least one formula appears in every paper
for NDA exams. The general form is x² + y² + 2gx + 2fy + c = 0, where center is (-g,-f) and radius is √(g²+f²-c).
Key RulesCore rules you must know cold
NDA papers frequently test
finding center and radius from given equation, equation of circle passing through three points, tangent and normal equations, and position of point relative to circle. Questions often involve finding intersection points with lines or other circles
SHORTCUT 1 - Quick Center-Radius
For x² + y² + 2gx + 2fy + c = 0, center is (-g,-f) and radius² = g²+f²-c. If g²+f²-c < 0, no real circle exists
SHORTCUT 2 - Tangent Length
From external point (x₁,y₁) to circle x² + y² + 2gx + 2fy + c = 0, tangent length = √(x₁² + y₁² + 2gx₁ + 2fy₁ + c)
SHORTCUT 3 - Circle through three points: If you have three non-collinear points, substitute each in general form and solve the three equations simultaneously.
Worked ExampleSolve this step-by-step before moving on
1
Step 1
Identify coefficients: 2g = -6, so g = -3; 2f = 4, so f = 2; c = -12
2
Step 2
Center = (-g,-f) = (3,-2)
3
Step 3
Radius = √(g²+f²-c) = √(9+4+12) = √25 = 5
Answer: Center (3,-2), radius 5
WORKED EXAMPLE 2: Find equation of circle with center (2,-3) and radius 4
Exam TrapsCommon mistakes students make — avoid these
#1: Students forget the negative sign when finding center from general form. Remember center is (-g,-f), not (g,f). This single error costs marks in 60% of circle problems.
Always double-check the signs when converting between forms.
Another frequent error is calculating radius incorrectly from general form. Students often forget to check if g²+f²-c is positive. If it's negative or zero, the equation doesn't represent a real circle.
For tangent problems, students mix up the condition for tangency.
A line is tangent to circle if perpendicular distance from center to line equals radius. Use the distance formula: |ax₀+by₀+c|/√(a²+b²) = r.
Key Points to Remember
Standard form: (x-h)² + (y-k)² = r² where (h,k) is center and r is radius
General form: x² + y² + 2gx + 2fy + c = 0 with center (-g,-f)
Radius formula from general form: r = √(g²+f²-c)
Tangent length from external point (x₁,y₁): √(x₁² + y₁² + 2gx₁ + 2fy₁ + c)
Equation of tangent at point (x₁,y₁): xx₁ + yy₁ + g(x+x₁) + f(y+y₁) + c = 0
For tangency condition: distance from center to line = radius
Angle in semicircle is always 90 degrees
Tangent is perpendicular to radius at point of contact
Power of point formula: S₁ = x₁² + y₁² + 2gx₁ + 2fy₁ + c
Circle equation needs g²+f²-c > 0 for real circle to exist
Exam-Specific Tips
Equation x² + y² = r² represents circle with center at origin and radius r
Parametric equations of circle: x = h + rcosθ, y = k + rsinθ
Length of tangent from origin to circle x² + y² + 2gx + 2fy + c = 0 is √c
Equation of circle on diameter with endpoints (x₁,y₁) and (x₂,y₂): (x-x₁)(x-x₂) + (y-y₁)(y-y₂) = 0