Conic sections Class 11: NCERT Solutions Maths Class 11 Chapter 10 Conic Sections are given on this page. These are prepared by our subject experts. Students can access the Class 11 Maths NCERT Solutions Chapter 10 Conic Sections for free. These solutions have covered all the exercises and miscellaneous exercises. Practicing the solutions of Chapter 10 Conic Sections Class 11 Maths helps students to boost their confidence to score high in the board exam. Conic sections class 11 NCERT solutions are designed in step by step manner.
If we take the intersection of a plane with a cone, the section obtained is known as a conic section. The solutions of NCERT Maths Class 11 Conic sections are designed in such a way that students can easily understand the difficult concepts. These solutions will also help students to perform well in entrance exams too. Students can access out NCERT Solutions for free. Students are advised to make use of these NCERT Maths Class 11 solutions so that they can achieve better results.
Topics Covered - Conic Sections
Students can check the NCERT Solutions Maths Class 11 Chapter 10 Conic Sections below.
Q 11.1 In each of the following Exercises 1 to 5, find the equation of the circle with
1. centre (0,2) and radius 2
A 11.1
Centre (0, 2) and radius 2 .
Here, h = 0, k = 2, r = 2
Equation of the circle is given by'
(x – h)2 + (y – k)2 = r2
Þ x2 + (y – 2)2 = 4
Q 11.2 centre (–2,3) and radius 4
A 11.2
Centre (–2, 3) and radius 4.
Given, h = –2, k = 3, r = 4
⸫ Equation of the circle is,
(x – h)2 + (y – k)2 = 22
Þ (x + 2)2 + (y – 3)2 = 16
Download Here NCERT Class 11th Maths Chapter 10 Conic Sections Solutions PDF
- Conic Sections Class 11 Solutions and FAQs
Conic Sections Class 11 Solutions and FAQs
Exercise – 11.1
In each of the following Exercises 1 to 5, find the equation of the circle with
Q1. centre (0,2) and radius 2
A.1. Centre (0, 2) and radius 2 .
Here, h = 0, k = 2, r = 2
Equation of the circle is given by'
(x – h)2 + (y – k)2 = r2
x2 + (y – 2)2 = 4
Q2.centre (–2,3) and radius 4
A.2. Centre (–2, 3) and radius 4.
Given, h = –2, k = 3, r = 4
⸫ Equation of the circle is,
(x – h)2 + (y – k)2 = 22
(x + 2)2 + (y – 3)2 = 16
Q3.Centre and radius
A.3. Given,
h = , k = , r =
⸫ Equation of the circle is,
(x – h)2 + (y – k)2 = r2
Q9. 2x2 + 2y2 – x = 0
A.9. 2x2 + 2y2= x
2(x2 + y2) = x
x2 + y2 =
x2 – + y2= 0
x2 – 2 + y2 = 0
x2 –
x2 –
Using,
(a – b)2 = a2 + b2 – 2ab,
We get
Comparing with the equation of a circle (x – h)2 + (y – k)2 = r2
We get,
h = , k = 0, r =
⸫Centre = (h, k) =
Radian = r =
Q10. 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.
A.10. Let the equation of the circle be,
(x – h)2 + (y – k)2 = r2 -------(i)
Since the circle passes through (4, 1) and (6, 5)
Putting x = 4 and y = 1 in (i),
(4 – h)2 + (1 – k)2 = 22 ---------(ii)
Putting x = 6 and y = 5 in (i),
(6 – h)2 + (5 – k)2 = r2---------(iii)
Equating equation (ii) and (iii), We get.
(4 – h)2 + (1 – k)2 = (6 – h)2 + (5 – k)2
42 + h2 – 2.4.h + 12 + k2 – 2.1.k = 62 + h2 – 2.6.h + 52 + k2 – 2.5.k
16 + h2 – 8h + 1 + k2 – 2k = 36 + h2 – 12h + 25 + k2 – 10k
17 + h2 – 8h + k2 – 2k = 61 + h2 – 12h + k2 – 10k
–8h + 12h – 2k + 10k = 61 – 17
4h + 8k = 44
4(h + 2k) = 44
h + 2k = = 11-------------(iv)
Since the centre of the circle passes through 4x + y = 16
⸫4h + k = 16
(4h + k = 16) × 2
8h + 2k = 32--------------(v)
Subtract (v) – (iv).
8h + 2k = 32
–(h + 2k = 11)
7h = 21
h = = 3
Putting h = 3 in (iv), we get
3 + 2k = 11
2k = 11 – 3
k = = 4
Putting the values of h and k in, (ii)
(4 – 3)2 + (1 – 4)2 = r2
12 + (–3)2 = r2
1 + 9 = r2
r = √10
Thus the equation of the circle is,
(x – 3)2 + (y – 4)2 =
(x – 3)2 + (y – 4)2 = 10
x2
Q11. 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.
A.11. Let the equation of the circle be.
(x – h)2 + (y – k)2 = r2 -----(i)
Since the circle passes through (2, 3) and (–1, 1),
Putting x = 2 and y = 3 in (i),
(2 – h)2 + (3 – k)2 = r2---------(ii)
Putting x = –1 and y = 1 in (i),
(–1 – h)2 + (1 – k)2 = r2
Equating equation (ii) and (iii), We get:–
(2 – h)2 + (3 – k)2 = (–1 – h)2 + (1 – k)2
22 + h2 – 2.2.h + 32 + k2 – 2.3.k = (–1)2 + h2 – 2.(–1).h + 12 + k2 – 2(1)(k)
4 + h2 – 4h + 9 + k2 – 6k = 1 + h2 + 2h + 1 + k2 – 2k
13 – 4h – 6k = 2 + 2h – 2k
–4h – 2h – 6k + 2k = 2 – 13
–6h – 4k = 11
–(6h + 4k) = 11
6h + 4k = 11-------(iv)
Since the centre of the circle is on the line x – 3y – 11 = 0
⸫ h – 3k = 11
(h – 3k = 11) × 6 = 6h – 18k = 66-----(v)
Subtract (v) – (iv),
– 22k = 55
k =
Putting the value of k in (iv), we get
6h + ×
6h +
6h = 11 +
6h = 11 + 10
h =
Putting values of h and k in (ii), we get
r2 =
r2 =
r =
Than the equation of the circle is,
Q12. Find the equation of the circle with radius 5 whose centre lies on x-axis and passes through the point (2,3).
A.12. Given,
r = 5.
Since the centre lies on x – axis.
k = 0.
⸫Centre of circle = (h, k) = (h, 0)
The equation of the circle in given by,
(x – h)2 + (y – k)2 = r2
(x – h)2 + (y – 0)2 = (5)2
(x – h)2 + y2 = 25--------(i)
Since the curie parses through the point (2, 3),
Putting x = 2 and y = 3 in equation (1), We get.
(2 – h)2 + (3)2 = 25
22 + h2 – 22.h + 9 = 25
4 + h2– 4h + 9 = 25
h2 – 4h + 13 – 25 = 0
h2 – 4h – 12 = 0
h2 – (6 – 2)h – 12 = 0
h2 – 6h + 2h – 12 – 0
h(h – 6) + 2(h – 6) = 0
(h – 6)(h + 2) = 0
h = 6 and h = –2
When h = 6,
From (i), Equation of circle is,
(x –6)2 + y2 = 25
(x – 6)2 + (y – 0)2 = 52
When h = –2,
Equation of circle is, (x + 2)2 + (y – 0)2 = 52 or x2
Q13. Find the equation of the circle passing through (0,0) and making intercepts a and b on the coordinate axes.
A.13. Let the equation of the circle be,
(x – h)2 + (y – k)2 = r2 – 0-----(i)
As the circle is passing through (0, 0) we get,
(0 – h)2 + (0 – k)2 = r2
(–h)2 + (–k)2 = r2
h2 + k2 = r2--------(ii)
The circle also makes intercepts a and b on the cooperate axes.
Let intercept on x–axis be 'a' and on y–axis be 'b'
⸫Circle also passes through (a, 0) and (0, b)
Putting x = a and y = 0 in (i)
(a – h)2 + (0 – k)2 = r2
a2 + h2 – 2.a.h + (–k)2 = r2
a2 – 2ah + h2 + k2 = r2
Putting value of r2 from (ii), we get
a2 – 2ah + h2 + k2 = h2 + k2
a2 = 2ah
a = 2h
h =
Putting x = 0 andy = b in (i).
(0 – h)2 + (b – k)2 = r2
h2 + b2 + k2 – 2bk = r2
Putting value of r2 from (ii),
h2 + b2 + k2 – 2bk = h2 + k2
b2 = 2bk
b = 2k
k =
Putting values of h and k in (ii),
r2 =
Putting the values of h1 k and r2 in (i),
x2 + – 2.x. + y2 + – 2 .y. =
x2 + – ax + y2 + – yb =
⸫The equation of the circle is,
x2 – ax + y2 – by = 0
Exercise 11.2
In each of the following Exercises 1 to 6, find the coordinates of the focus, axis of the parabola, the equation of the directrix and the length of the latus rectum.
Q1. y2 = 12x
A.1. y2 = 4ax
Comparing with the given equation, y2 = 12x,
We get, 4a = 12
a =
⸫Co–ordinates of the focus are (a, 0) = (3, 0)
Axis of Parabola : x-axis.
Equation, of directrix as, x = –a
x = –3
Length of latus rectum = 4a
= 4 × 3
= 12
Q2. x2 = 6y
A.2. x2 = 4ay.
Comparing with the given equation x2 = 6y
We get,
4a = 6
a =
Co–ordinates of focus are (0, a) =
Axis of Parabola : y-axis.
Equation of directrix is,
y = –a
y = –
Length of latus rectum =4a
= 4 ×
= 2 × 3
= 6.
Q3. y2 = –8x
A.3. y2 = –4ax
Comparing with the given equation y2 = –8x
We get,
–4ax = –8x
a =
⸫ Co–ordinates of focus is (–0, 0) = (–2, 0)
Axis of Parabola : x-axis.
Equation of directrix is,
x = a
x = 2
Length of latus rectum =4a
= 4 × 2 = 8
Q4.x2 = –16y
A.4. x2 = –4ay
Comparing with the given equation x2 = –16y
We get, –4a = –16
a =
a = 4
Co–ordinate of focus is (0, –a)
= (0, –4)
Axis of Parabola : y-axis.
Equation of directrix is
y = a
y = 4
Length of latus rectum =4a
= 4 × 4
= 16
Q5. y2 = 10x
A.5. y2 = 4ax
Comparing with the given equation y2 = 10x,
We get,
4a = 10
a =
a =
⸫ Co–ordinates of focus is (a, 0) =
Axis of Parabola : x-axis.
Equation of directrix is.
x = –a
x =
Length of latus rectum =4a
=
= 2 × 5
= 10.
Q6.x2 = –9y
A.6. The given equation involves x2, so its axis is y–axis.
Also the Co–efficient of y is negative.
Hence we use the equation,
x2 = –4ay
Comparing with the given equation x2 = –9y,
We get,
–4a = –9
a =
a =
Co–ordinates of focus in (0, –a) =
Axis of Parabola : y-axis.
equation of directrix is,
y = a
y =
Length of latus rectum =4a
= 4 ×
= 9
In each of the Exercises 7 to 12, find the equation of the parabola that satisfies the
given conditions:
Q7. Focus (6, 0); directrix x = –6.
A.7. Since the focus (6, 0) lien on the x–axis, the x–axis is the axis of parabola
Hence the equation is either y2 = 4ax or y2 = –4ax
Since the directrix is x = –6 and the focus (6, 0) has positive x – Coordinate,
The equation must be y2 = 4ax
with a = 6
Hence, equation of parabola is,
y2 = 4ax
y2 = 4(6)x
y2 = 24x
Q8. Four (0, –3); directrix y = 3.
A.8. Since the focus (0, –3) lies on the y–axis, the y–axis is the axis of parabola.
Hence the equation is either x2 = 4ay or x2 = –4ay
Since the directrix is y = 3 and the forces (0, –3) has negative y Co–ordinate.
The equation must be
x2 = –4ay
Co–ordinate of focus = (0, –a)
(0, –a) = (0, –3)
–a = –3
a = 3
⸫ Equation of parabola is
x2 = –4ay
x2 = –4(3)y
x2 = –12y
Q9. Vertex (0, 0); focus (3, 0)
A.9. Since the focus (3, 0) lies on the x-axis, the x-axis is the axis of parabola.
Hence the equation is either y2 = 4ax or y2 = –4ax
Since the focus has positive x co-ordinate,
The equation must be y2 = 4ax
Co-ordinate of focus (a, 0) = (3, 0)
a = 3
⸫ The equation is given by
y2 = 4(3)x
y2 = 12x
Q10. Vertes (0, 0); focus (–2, 0)
A.10. Focus (-2, 0) lies on x-axis and the x-Co-ordinate is negative.
The equation must be, y2 = 4ax
Co-ordinate of focus = (–a, 0) = (–2, 0)
–a = –2
a = 2
⸫ Equation of a parabola is,
y2 = –4(2)x
y2 = –8x
Q11. Vertex (0, 0) passing through (2, 3) and axis is along x-axis
A.11. Since the axis of parabola is x-axis,
The equation parabola is either y2 = 4ax or y2 = 4ax.
Also it passes through (2, 3) which lies in the first quadrant.
So the equation is,
y2= 4ax
Putting x = 2 and y = 3, we set
(3)2 = 4(a) (2)
a =
⸫ The equation of parabola is y2 = 4
y2 =
2y2 = 9x
Q12. Vertex (0, 0) passing through (5, 2) and symmetric with respect to y-axis
A.12. Since the parabola is symmetric with respect to y-axis and has vertex (0, 0)
The equation in of the form x3 = 4ay or x2 = 4ay.
The parabola passes through (5, 2) which lies on the 1st quadrant
⸫ The equation of parabola is of the form,
x2 = 4ay
Putting x = 5 and y = 2,
(5)2 = 4(a) (2)
25 = 8a
a =
⸫ The equation of the parabola is,
x2 = 4ay
2x2 = 25y,
Explore exams which ask questions on Maths Ncert Solutions class 11th
Select your preferred stream
Maths Ncert Solutions class 11th Exam
Student Forum
Popular Courses After 12th
Exams accepted
CA FoundationExams accepted
ICSI ExamExams accepted
BHU UET | GLAET | GD Goenka TestBachelor of Business Administration & Bachelor of Law
Exams accepted
CLAT | LSAT India | AIBEExams accepted
IPMAT | NMIMS - NPAT | SET
Exams accepted
BHU UET | KUK Entrance Exam | JMI Entrance ExamBachelor of Design in Animation (BDes)
Exams accepted
UCEED | NIFT Entrance Exam | NID Entrance ExamBA LLB (Bachelor of Arts + Bachelor of Laws)
Exams accepted
CLAT | AILET | LSAT IndiaBachelor of Journalism & Mass Communication (BJMC)
Exams accepted
LUACMAT | SRMHCAT | GD Goenka Test