Class 11 Maths NCERT Solutions Chapter 10 Ex 10.1 – Conic Sections | Boundless Maths
Ex 10.1 Class 11 Maths NCERT Solutions · Chapter 10

Class 11 Maths NCERT Solutions Chapter 10 Ex 10.1 – Conic Sections

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 10 Ex 10.1 — all 15 questions solved, covering the Circle: writing its equation from the centre and radius, recovering the centre and radius by completing the square, and finding circles that satisfy given geometric conditions.

Every question in this exercise comes back to one formula: (x-h)^2+(y-k)^2=r^2, for a circle with centre (h,k) and radius r. Questions 1–5 go from centre and radius to the equation directly. Questions 6–9 go the other way, recovering the centre and radius from an expanded equation by completing the square in both x and y. Questions 10 onward set up and solve a system of equations from geometric conditions — points the circle passes through, or a line the centre lies on.

15Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 10 Ex 10.1 — All 15 Questions

C(h,k) P(x,y) r X Y
A circle with centre C(h, k) and radius r: every point P(x, y) on the circle is at distance r from C, giving (x − h)² + (y − k)² = r².
1

Find the equation of the circle with centre (0,2) and radius 2.

Easy +
Solution

Using (x-h)^2+(y-k)^2=r^2 with h=0,\ k=2,\ r=2:

(x-0)^2+(y-2)^2=2^2

x² + (y − 2)² = 4
2

Find the equation of the circle with centre (–2,3) and radius 4.

Easy +
Solution

Using (x-h)^2+(y-k)^2=r^2 with h=-2,\ k=3,\ r=4:

(x+2)^2+(y-3)^2=4^2

(x + 2)² + (y − 3)² = 16
3

Find the equation of the circle with centre \left(\dfrac{1}{2},\dfrac{1}{4}\right) and radius \dfrac{1}{12}.

Easy +
Solution

Using (x-h)^2+(y-k)^2=r^2 with h=\dfrac12,\ k=\dfrac14,\ r=\dfrac1{12}:

\left(x-\dfrac12\right)^2+\left(y-\dfrac14\right)^2=\dfrac{1}{144}

(x − 1/2)² + (y − 1/4)² = 1/144
4

Find the equation of the circle with centre (1,1) and radius \sqrt2.

Easy +
Solution

Using (x-h)^2+(y-k)^2=r^2 with h=1,\ k=1,\ r=\sqrt2:

(x-1)^2+(y-1)^2=(\sqrt2)^2

(x − 1)² + (y − 1)² = 2
5

Find the equation of the circle with centre (–a, –b) and radius \sqrt{a^2-b^2}.

Easy +
Solution

Using (x-h)^2+(y-k)^2=r^2 with h=-a,\ k=-b,\ r=\sqrt{a^2-b^2}:

(x+a)^2+(y+b)^2=a^2-b^2

(x + a)² + (y + b)² = a² − b²
6

Find the centre and radius of the circle (x+5)^2+(y-3)^2=36.

Easy +
Solution

Comparing with (x-h)^2+(y-k)^2=r^2, i.e. writing the equation as \{x-(-5)\}^2+(y-3)^2=6^2:

Centre = (−5, 3), radius = 6
7

Find the centre and radius of the circle x^2+y^2-4x-8y-45=0.

Medium +
Solution

Grouping the x-terms and y-terms:

(x^2-4x)+(y^2-8y)=45

Completing the square in each bracket:

(x^2-4x+4)+(y^2-8y+16)=45+4+16

(x-2)^2+(y-4)^2=65

Centre = (2, 4), radius = √65
8

Find the centre and radius of the circle x^2+y^2-8x+10y-12=0.

Medium +
Solution

Grouping the x-terms and y-terms:

(x^2-8x)+(y^2+10y)=12

Completing the square in each bracket:

(x^2-8x+16)+(y^2+10y+25)=12+16+25

(x-4)^2+(y+5)^2=53

Centre = (4, −5), radius = √53
9

Find the centre and radius of the circle 2x^2+2y^2-x=0.

Medium +
Solution

Dividing throughout by 2 to make the coefficients of x^2 and y^2 equal to 1:

x^2+y^2-\dfrac{x}{2}=0

Completing the square in x:

\left(x^2-\dfrac{x}{2}+\dfrac{1}{16}\right)+y^2=\dfrac{1}{16}

\left(x-\dfrac14\right)^2+y^2=\left(\dfrac14\right)^2

Centre = (1/4, 0), radius = 1/4
10

Find the equation of the circle passing through the points (4,1) and (6,5) and whose centre is on the line 4x+y=16.

Medium +
Solution

Let the equation of the circle be (x-h)^2+(y-k)^2=r^2. Since the circle passes through (4,1) and (6,5), both points give the same r^2:

(4-h)^2+(1-k)^2=(6-h)^2+(5-k)^2

Expanding both sides and simplifying (the squared terms in h and k cancel):

-8h+16-2k+1=-12h+36-10k+25 \ \Rightarrow\ 4h+8k=44 \ \Rightarrow\ h+2k=11 \qquad \ldots(1)

Since the centre lies on 4x+y=16:

4h+k=16 \qquad \ldots(2)

Solving (1) and (2): from (1), h=11-2k. Substituting into (2):

4(11-2k)+k=16 \ \Rightarrow\ 44-8k+k=16 \ \Rightarrow\ -7k=-28 \ \Rightarrow\ k=4

Then h=11-2(4)=3. So the centre is (3,4). Using point (4,1) to find r^2:

r^2=(4-3)^2+(1-4)^2=1+9=10

The equation of the circle is (x − 3)² + (y − 4)² = 10.
11

Find the equation of the circle passing through the points (2,3) and (–1,1) and whose centre is on the line x-3y-11=0.

Medium +
Solution

Let the centre be (h,k). Since the circle passes through (2,3) and (–1,1), both give the same r^2:

(2-h)^2+(3-k)^2=(-1-h)^2+(1-k)^2

Expanding and simplifying:

-4h+4-6k+9=2h+1-2k+1 \ \Rightarrow\ -6h-4k+11=0 \ \Rightarrow\ 6h+4k=11 \qquad\ldots(1)

Since the centre lies on x-3y-11=0:

h-3k=11 \ \Rightarrow\ h=11+3k \qquad\ldots(2)

Substituting (2) into (1):

6(11+3k)+4k=11 \ \Rightarrow\ 66+18k+4k=11 \ \Rightarrow\ 22k=-55 \ \Rightarrow\ k=-\dfrac52

Then h=11+3\left(-\dfrac52\right)=\dfrac{7}{2}. So the centre is \left(\dfrac72,-\dfrac52\right). Using point (2,3) to find r^2:

r^2=\left(2-\dfrac72\right)^2+\left(3+\dfrac52\right)^2=\left(-\dfrac32\right)^2+\left(\dfrac{11}{2}\right)^2=\dfrac{9}{4}+\dfrac{121}{4}=\dfrac{130}{4}=\dfrac{65}{2}

The equation of the circle is (x − 7/2)² + (y + 5/2)² = 65/2.
12

Find the equation of the circle with radius 5 whose centre lies on x-axis and passes through the point (2,3).

Easy +
Solution

Since the centre lies on the x-axis, it has the form (h,0). Using the point (2,3) with radius 5:

(2-h)^2+(3-0)^2=25

(2-h)^2=25-9=16 \ \Rightarrow\ 2-h=\pm4

h=-2 \text{ or } h=6

The circle is (x + 2)² + y² = 25, or (x − 6)² + y² = 25.
13

Find the equation of the circle passing through (0,0) and making intercepts a and b on the coordinate axes.

Medium +
Solution

Making intercepts a and b on the axes means the circle also passes through (a,0) and (0,b), in addition to the origin.

Let the general equation of the circle be x^2+y^2+2gx+2fy+c=0.

Substituting (0,0): c=0.

Substituting (a,0): a^2+2ga=0 \ \Rightarrow\ g=-\dfrac{a}{2} (since a\ne0).

Substituting (0,b): b^2+2fb=0 \ \Rightarrow\ f=-\dfrac{b}{2} (since b\ne0).

Substituting g,f,c back into the general equation:

The equation of the circle is x² + y² − ax − by = 0.
14

Find the equation of a circle with centre (2,2) and passes through the point (4,5).

Easy +
Solution

The radius is the distance from the centre (2,2) to the point (4,5):

r^2=(4-2)^2+(5-2)^2=4+9=13

Using (x-h)^2+(y-k)^2=r^2 with h=2,\ k=2:

The equation of the circle is (x − 2)² + (y − 2)² = 13.
15

Does the point (–2.5, 3.5) lie inside, outside or on the circle x^2+y^2=25?

Easy +
Solution

The given circle has centre (0,0) and radius 5 (since r^2=25). The squared distance from the centre to the point (–2.5, 3.5) is:

(-2.5)^2+(3.5)^2=6.25+12.25=18.5

Since 18.5<25, the point is closer to the centre than the radius.

The point (−2.5, 3.5) lies inside the circle.

Revising before a test?

Every definition and property from this chapter — circle, parabola, ellipse and hyperbola — on one printable formula sheet.

Get Formula Cards →
Common Questions

Class 11 Maths NCERT Solutions Chapter 10 Ex 10.1 — FAQs

How many questions are there in Exercise 10.1?
Exercise 10.1 has 15 questions. Questions 1 to 5 write the equation of a circle from its centre and radius directly, Questions 6 to 9 find the centre and radius from a given equation by completing the square, and Questions 10 to 15 find circles satisfying various geometric conditions.
What is the standard equation of a circle and how do you find the centre and radius from it?
The standard equation of a circle with centre (h, k) and radius r is (x − h)² + (y − k)² = r². If the equation is given in expanded form, such as x² + y² + 2gx + 2fy + c = 0, complete the square in x and y to rewrite it as (x − h)² + (y − k)² = r², then read off the centre (h, k) and radius r directly.
Where can I find the official NCERT textbook for this chapter?
Conic Sections is Chapter 10 of the NCERT Class 11 Mathematics textbook, published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Conic Sections.

Get Formula Cards →
Expert CBSE Coaching · Class 9–12