Competishun Header
Exam News

Circles Class 11: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)

By Rohit Gupta Aug 25, 2026 14 min read
Circles Class 11: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)

Circles — Competishun

Circles Class 11: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)

Equation · Tangent · Normal · Chord · Family of Circles · Power of a Point

Circles (Coordinate Geometry) is one of the most fundamental and scoring chapters in Class 11 Maths. It carries significant weightage in JEE and is a guaranteed source of marks in board exams. The chapter deals with the study of circles in the coordinate plane, which is essential for understanding conic sections.

This chapter covers standard and general equations of a circle, tangent and normal, chord properties, family of circles, and power of a point. A circle is the set of all points in a plane that are at a fixed distance (radius) from a fixed point (center).

This page gives you the complete guide to Circles with all concepts explained in depth. You will find clear definitions, formulas, visual diagrams, and practice questions. Download the free PDF below and keep it handy for quick revision before your JEE Main, board exams, or any other test.

Standard Equation(x−h)² + (y−k)² = r²
General Equationx² + y² + 2gx + 2fy + c = 0
Tangent & Normalxx₁ + yy₁ = r²
Free PDFDownload

Download the Circles Complete Guide PDF

Get all Circles concepts, standard and general equations, tangent, normal, chord, family of circles, and power of a point in one clean PDF, free. Perfect for JEE and board revision.

Download Free PDF
Opens in Google Drive · No sign-up needed

What is a Circle in Coordinate Geometry?

Definition: A circle is the set of all points in a plane that are at a fixed distance (called the radius) from a fixed point (called the center).[reference:0]

A circle is the simplest conic section. It is the locus of a point that moves such that its distance from a fixed point is constant.[reference:1]

Center

The fixed point from which every point on the circle is equidistant. Denoted by (h, k).

Radius

The fixed distance from the center to any point on the circle. Denoted by r.

Key Insight: The equation of a circle is the algebraic representation of this locus. Everything in this chapter follows from the distance formula and the definition of a circle.

Glossary of Circles Terms — Complete A to Z

Before diving deep into each topic, let's understand the key terminology used in this chapter:

TermDefinition
CircleThe set of all points in a plane at a fixed distance from a fixed point.[reference:2]
CenterThe fixed point from which all points on the circle are equidistant.
Radius (r)The distance from the center to any point on the circle.[reference:3]
DiameterA chord passing through the center; it is twice the radius.[reference:4]
ChordA line segment joining any two points on the circle.[reference:5]
TangentA line that touches the circle at exactly one point.[reference:6]
NormalA line perpendicular to the tangent at the point of contact.[reference:7]
ArcA part of the circumference of a circle.
SectorThe region bounded by two radii and the arc between them.
SegmentThe region bounded by a chord and the arc between its endpoints.
SecantA line that intersects the circle at two points.
Concentric CirclesCircles with the same center but different radii.
Cyclic QuadrilateralA quadrilateral whose vertices all lie on a single circle.[reference:8]
Power of a PointA measure of the distance of a point from a circle.[reference:9]
Director CircleThe locus of points from which tangents to a circle are perpendicular.[reference:10]
Mastering these terms is essential for understanding Circles.

Standard Equation of a Circle

Definition: The standard equation of a circle with center (h, k) and radius r is:
(x − h)² + (y − k)² = r²[reference:11][reference:12]
Circle with Center (h, k) and Radius r
x y C(h, k) r P(x, y) (x − h)² + (y − k)² = r²
The distance from the center (h, k) to any point (x, y) on the circle is always r.

Special Cases

Center at Origin
x² + y² = r²
Circle centered at (0, 0)
Touching x-axis
(x − h)² + (y − k)² = k²
Radius = |k|
Touching y-axis
(x − h)² + (y − k)² = h²
Radius = |h|
Touching both axes
(x − r)² + (y − r)² = r²
Center at (r, r)
Important: The standard form is the most useful for identifying the center and radius directly.

General Equation of a Circle

Definition: The general equation of a circle is:
x² + y² + 2gx + 2fy + c = 0[reference:13][reference:14]
where the center is (−g, −f) and the radius is √(g² + f² − c)[reference:15][reference:16]
ParameterValueExplanation
Center(−g, −f)From the general equation
Radius√(g² + f² − c)Must be positive for a real circle
Condition for Real Circleg² + f² − c > 0Otherwise, the equation represents a point or imaginary circle
The general equation is the most versatile form for solving problems.
Key Insight: Any equation of the form x² + y² + 2gx + 2fy + c = 0 represents a circle. The coefficients of x² and y² must be equal and there must be no xy term.

Diameter Form of a Circle

Definition: The equation of a circle drawn on the line joining two given points (x₁, y₁) and (x₂, y₂) as diameter is:
(x − x₁)(x − x₂) + (y − y₁)(y − y₂) = 0[reference:17]
Example: If A(1, 2) and B(3, 4) are the endpoints of a diameter, the equation is:
(x − 1)(x − 3) + (y − 2)(y − 4) = 0
⇒ x² + y² − 4x − 6y + 11 = 0
Important: The diameter form is very useful when the endpoints of a diameter are known. The center is the midpoint of the two points.

Parametric Equations of a Circle

Definition: The parametric equations of a circle with center (h, k) and radius r are:
x = h + r cos θ
y = k + r sin θ
where 0 ≤ θ ≤ 2π[reference:18]
  • Parametric point: Any point on the circle can be represented as (h + r cos θ, k + r sin θ).
  • θ is the parameter: It represents the angle made by the radius with the positive x-axis.
Key Insight: Parametric equations are very useful for representing points on a circle in terms of a single parameter θ. They simplify many problems involving tangents and normals.

Tangent and Normal to a Circle

Definition: A tangent is a line that touches the circle at exactly one point. A normal is a line perpendicular to the tangent at the point of contact.[reference:19]

Tangent to a Circle

Circle: x² + y² = r²
At (x₁, y₁): xx₁ + yy₁ = r²
Tangent at a point[reference:20]
Circle: x² + y² = r²
Parametric: x cos θ + y sin θ = r
Tangent at parameter θ[reference:21]
Circle: x² + y² = r²
y = mx ± r√(1 + m²)
Tangent in slope form[reference:22]
General Circle
xx₁ + yy₁ + g(x+x₁) + f(y+y₁) + c = 0
Tangent at (x₁, y₁)[reference:23]

Normal to a Circle

Circle: x² + y² = r²
y − y₁ = (y₁/x₁)(x − x₁)
Normal at (x₁, y₁)
General Circle
y − y₁ = (y₁ + f)/(x₁ + g) · (x − x₁)
Normal at (x₁, y₁)[reference:24]
Important: The normal to a circle always passes through the center of the circle.[reference:25]

Condition for Tangency

The line y = mx + c is tangent to the circle x² + y² = r² if:

c = ± r√(1 + m²)[reference:26]

The distance from the center to the line must equal the radius.[reference:27]

Chord Properties of a Circle

Definition: A chord is a line segment joining any two points on the circle.[reference:28]

Important Chord Properties

Perpendicular from Center
The perpendicular from the center to a chord bisects the chord.
Property[reference:29]
Intersecting Chords
Product of segments of one chord = Product of segments of the other
PA · PB = PC · PD[reference:30]
Length of Chord
L = 2√(r² − d²)
d = distance from center to chord
Chord of Contact
T = 0 (From point (x₁, y₁): xx₁ + yy₁ = r²)
Chord joining the points of contact of tangents
Key Insight: The perpendicular from the center to a chord bisects the chord. This is a fundamental theorem in circle geometry.

Power of a Point

Definition: The power of a point P(x₁, y₁) with respect to a circle with center (h, k) and radius r is:
P = (x₁ − h)² + (y₁ − k)² − r²[reference:31]
Value of PowerPosition of Point
P > 0Point is outside the circle[reference:32]
P = 0Point is on the circle[reference:33]
P < 0Point is inside the circle[reference:34]
The power of a point is a fundamental concept in circle geometry.
Important: The length of the tangent from an external point to a circle is equal to the square root of the power of the point.[reference:35][reference:36]

Family of Circles

Definition: A family of circles is a set of circles that share a common property.[reference:37][reference:38]
Passing through intersection of S=0 and S'=0
S + λS' = 0 (λ ≠ −1)
Family through common points[reference:39]
Passing through intersection of S=0 and line L=0
S + λL = 0
Family through intersection points[reference:40]
Touching S=0 at P with common tangent L=0
S + λL = 0
Family touching at a point[reference:41]
Having a fixed center
(x − h)² + (y − k)² = r²
r varies[reference:42]
Passing through a fixed point
(x − h)² + (y − k)² = r²
h, k, r vary[reference:43]
Key Insight: The family of circles is a powerful tool for solving problems involving circles that satisfy multiple conditions.

Practice Questions — From JEE and Boards

QuestionAnswer
Q1: Find the equation of a circle with center (2, -3) and radius 5. (x − 2)² + (y + 3)² = 25.
Q2: Find the center and radius of the circle x² + y² − 4x + 6y − 12 = 0. Center: (2, −3), Radius: √(4 + 9 + 12) = 5.
Q3: Find the equation of the tangent to x² + y² = 16 at (4, 0). xx₁ + yy₁ = r² ⇒ 4x = 16 ⇒ x = 4.
Q4: Find the length of the tangent from (6, 8) to the circle x² + y² = 25. Length = √(36 + 64 − 25) = √75 = 5√3.
Q5: Find the equation of the circle with diameter joining (1, 2) and (3, 4). (x − 1)(x − 3) + (y − 2)(y − 4) = 0 ⇒ x² + y² − 4x − 6y + 11 = 0.
Q6: For what value of k does the line y = 2x + k touch the circle x² + y² = 5? Condition: c = ± r√(1 + m²) ⇒ k = ± √5 · √(1 + 4) = ± 5.
Q7: Find the equation of the family of circles passing through the intersection of x² + y² = 4 and x² + y² − 2x − 2y = 0. S₁ + λS₂ = 0 ⇒ x² + y² − 4 + λ(x² + y² − 2x − 2y) = 0.
Q8: Find the power of the point (1, 2) with respect to the circle x² + y² = 9. P = 1 + 4 − 9 = −4 (point is inside the circle).
Practise these types of questions to become comfortable with applying Circles concepts in exam scenarios.

All Circles Formulas at a Glance

FormulaWhat It Means
(x − h)² + (y − k)² = r²Standard equation of a circle[reference:44]
x² + y² + 2gx + 2fy + c = 0General equation of a circle[reference:45]
Center: (−g, −f)Center from general equation[reference:46]
Radius: √(g² + f² − c)Radius from general equation[reference:47]
(x − x₁)(x − x₂) + (y − y₁)(y − y₂) = 0Diameter form[reference:48]
x = h + r cos θ, y = k + r sin θParametric equations[reference:49]
xx₁ + yy₁ = r²Tangent at (x₁, y₁)[reference:50]
y = mx ± r√(1 + m²)Tangent in slope form[reference:51]
c = ± r√(1 + m²)Condition for tangency[reference:52]
Power of point: (x₁ − h)² + (y₁ − k)² − r²Power of a point[reference:53]
S + λS' = 0Family of circles[reference:54]
Memorise these formulas for Circles. They are the key to scoring full marks in this chapter.

Common Mistakes in Circles

  • Confusing the general equation coefficients: In x² + y² + 2gx + 2fy + c = 0, the center is (−g, −f), not (g, f).
  • Forgetting the condition for a real circle: g² + f² − c must be positive. Otherwise, the equation does not represent a real circle.
  • Misapplying the tangent formula: For x² + y² = r², the tangent at (x₁, y₁) is xx₁ + yy₁ = r², not x/x₁ + y/y₁ = 1.
  • Confusing tangent and normal: The normal passes through the center; the tangent is perpendicular to the radius.
  • Forgetting the sign in the power of a point: Power is (x₁ − h)² + (y₁ − k)² − r². If it's negative, the point is inside the circle.
  • Not checking the condition for tangency of a line: The line y = mx + c is tangent if c = ± r√(1 + m²).
Golden Rule: In Circles, always identify the center and radius first. Use the standard form for direct problems and the general form for more complex ones. For tangents, remember the point of contact lies on the circle.

Why Circles Matters for JEE and Boards

  • Foundation for conic sections: Circles are the simplest conic section and form the basis for understanding ellipses, parabolas, and hyperbolas.
  • High weightage: This chapter appears in 1-2 questions in JEE Main and is a guaranteed source of marks in board exams.
  • Conceptual clarity: This chapter rewards students who understand the definitions and properties rather than just memorizing formulas.
  • Practical relevance: Circles are used everywhere, from physics to engineering to computer graphics.
Why this guide helps: A comprehensive Circles guide with all concepts, definitions, formulas, and practice questions saves you time during revision and helps you quickly recall everything during the exam. You won't need to look anywhere else.

Get the Complete Circles PDF for Free

Download the full Circles guide with all concepts, definitions, formulas, and practice questions. Perfect for last-minute revision before JEE and board exams.

Download Free PDF
Opens in Google Drive · No sign-up needed

Master Class 11 Maths with Competishun

Competishun teaches complete JEE mathematics with structured lectures, DPPs, PYQs and an All India Test Series.

All taught by faculty with 18 to 25 years of experience.

Class 11 · JEE 2028

Pratham

Two-year foundation program that builds strong Class 11 maths, physics and chemistry concepts.

Explore Pratham
Class 12 · JEE 2027

Prakhar

Class 12 program balancing boards, JEE Main and Advanced preparation together.

Explore Prakhar
Droppers · JEE 2027

Praveen & Fast Lane

Dropper program for a focused repeat attempt, including the accelerated Fast Lane batch.

Explore Praveen
Live Batch

Pragyaan

Live interactive batch with real-time classes and mentorship for JEE and NEET.

Explore Pragyaan
Distance Learning

DLP Study Material

Complete printed material with DPPs and PYQs for Class 11, Class 12 and droppers, delivered home.

Explore DLP
All Stages

All India Test Series

Regular JEE and NEET level tests with detailed analysis to track and improve your rank.

Explore Test Series

Free Maths Lectures on YouTube

Want to see Circles taught step by step with clear explanations? Competishun's full concept lectures are free on its YouTube channel.

More than 2.2 million+ students follow the channel for free concept lectures, PYQ solutions and exam strategy.

Learn the concepts, then use this Circles guide to revise.

Build Your Maths Foundation

Class 11, Class 12 or dropper, explore every Competishun program.

Or start free with full concept lectures on YouTube.

About Competishun

Competishun is an online JEE and NEET coaching platform with programs for Class 11, Class 12 and droppers.

Complete DLP study material and an All India Test Series covering JEE Main, Advanced and NEET.

Taught by faculty with 18 to 25 years of experience.

More than 2.2 million+ students follow the Competishun YouTube channel.

Free JEE and Boards Concept Lectures

Follow Competishun for free Physics, Chemistry and Maths lectures, PYQ solutions and strategy.

Read These Next

Maths Matrices and Determinants Class 12: Complete Guide, All Formulas & Free PDF Download

Types of matrices, operations, determinant properties, adjoint, inverse, and solving linear equations explained in depth.

Maths Inverse Trigonometric Functions (ITF) Class 12: Complete Guide, All Formulas & Free PDF Download

Domain, range, principal values, properties, and formulas of inverse trigonometric functions explained in depth.

Maths Progressions Class 11: Complete Guide, All Formulas & Free PDF Download

AP, GP, HP, AM, GM, HM, and infinite series explained in depth.

Frequently Asked Questions — Circles

What is a circle in coordinate geometry?
A circle is the set of all points in a plane that are at a fixed distance (radius) from a fixed point (center).[reference:55]
What is the standard equation of a circle?
The standard equation of a circle with center (h, k) and radius r is (x − h)² + (y − k)² = r².[reference:56]
What is the general equation of a circle?
The general equation of a circle is x² + y² + 2gx + 2fy + c = 0, where the center is (−g, −f) and the radius is √(g² + f² − c).[reference:57][reference:58]
What is the equation of tangent to a circle?
For the circle x² + y² = r², the tangent at (x₁, y₁) is xx₁ + yy₁ = r².[reference:59] For the general circle, the tangent is xx₁ + yy₁ + g(x+x₁) + f(y+y₁) + c = 0.[reference:60]
Can I download the Circles formula sheet PDF for free?
Yes. You can download the complete Circles formula sheet PDF for free using the download button on this page. It covers all equations, tangents, normals, chords, and family of circles in one comprehensive place for quick revision before JEE and board exams.

Tags

Circles Coordinate Geometry Equation of Circle Tangent to Circle Normal to Circle Chord of Circle Family of Circles Power of a Point JEE Maths Class 11 Maths

Explore Our Courses

Explore More Courses

Handpicked programs that match your preparation stage.

Our Test Series

More From Our Blog

Showing 12 of 254 blogs