Ncert Solution Class 11 Chapter 11 Conic
Ncert Solution Class 11 Chapter 11 Conic
Ncert Solution Class 11 Chapter 11 Conic
Conic Sections
In each of the following Exercise 6 to 9, find the centre and radius of the circles.
6. (x + 5)2 + (y – 3)2 = 36
Solution:
Given:
The equation of the given circle is (x + 5)2 + (y - 3)2 = 36
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
7. x2 + y2 – 4x – 8y – 45 = 0
Solution:
Given:
The equation of the given circle is x2 + y2 – 4x – 8y – 45 = 0.
x2 + y2 – 4x – 8y – 45 = 0
(x2 – 4x) + (y2 -8y) = 45
(x2 – 2(x) (2) + 22) + (y2 – 2(y) (4) + 42) – 4 – 16 = 45
(x - 2)2 + (y – 4)2 = 65
(x - 2)2 + (y – 4)2 = (√65)2 [which is form (x-h)2 +(y-k)2 = r2]
Where h = 2, K = 4 and r = √65
∴ The centre of the given circle is (2, 4) and its radius is √65.
8. x2 + y2 – 8x + 10y – 12 = 0
Solution:
Given:
The equation of the given circle is x2 + y2 -8x + 10y -12 = 0.
x2 + y2 - 8x + 10y - 12 = 0
(x2 – 8x) + (y2 + 10y) = 12
(x2 – 2(x) (4) + 42) + (y2 – 2(y) (5) + 52) – 16 – 25 = 12
(x - 4)2 + (y + 5)2 = 53
(x - 4)2 + (y – (-5))2 = (√53)2 [which is form (x-h)2 +(y-k)2 = r2]
Where h = 4, K= -5 and r = √53
∴ The centre of the given circle is (4, -5) and its radius is √53.
9. 2x2 + 2y2 – x = 0
Solution:
The equation of the given of the circle is 2x2 + 2y2 –x = 0.
2x2 + 2y2 –x = 0
(2x2 + x) + 2y2 = 0
(x2 – 2 (x) (1/4) + (1/4)2) + y2 – (1/4)2 = 0
(x – 1/4)2 + (y – 0)2 = (1/4)2 [which is form (x-h)2 +(y-k)2 = r2]
Where, h = ¼, K = 0, and r = ¼
∴ The center of the given circle is (1/4, 0) and its radius is 1/4.
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
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.
Solution:
Let us consider the equation of the required circle be (x – h)2+ (y – k)2 = r2
We know that the circle passes through points (4,1) and (6,5)
So,
(4 – h)2 + (1 – k)2 = r2 .................(1)
(6– h)2+ (5 – k)2 = r2 ..................(2)
Since, the centre (h, k) of the circle lies on line 4x + y = 16,
4h + k =16..................... (3)
From the equation (1) and (2), we obtain
(4 – h)2+ (1 – k)2 =(6 – h)2 + (5 – k)2
16 – 8h + h2 +1 -2k +k2 = 36 -12h +h2+15 – 10k + k2
16 – 8h +1 -2k + 12h -25 -10k
4h +8k = 44
h + 2k =11................ (4)
On solving equations (3) and (4), we obtain h=3 and k= 4.
On substituting the values of h and k in equation (1), we obtain
(4 – 3)2+ (1 – 4)2 = r2
(1)2 + (-3)2 = r2
1+9 = r2
r = √10
so now, (x – 3)2 + (y – 4)2 = (√10)2
x2 - 6x + 9 + y2 – 8y + 16 =10
x2 + y2 - 6x – 8y + 15 = 0
∴ The equation of the required circle is x2 + y2 - 6x – 8y + 15 = 0
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.
Solution:
Let us consider the equation of the required circle be (x – h)2 + (y – k)2 = r2
We know that the circle passes through points (2,3) and (-1,1).
(2 – h)2+ (3 – k)2 =r2 .................(1)
(-1 – h)2+ (1– k)2 =r2 ..................(2)
Since, the centre (h, k) of the circle lies on line x - 3y - 11= 0,
h - 3k =11..................... (3)
From the equation (1) and (2), we obtain
(2 – h)2+ (3 – k)2 =(-1 – h)2 + (1 – k)2
4 – 4h + h2 +9 -6k +k2 = 1 + 2h +h2+1 – 2k + k2
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
4 – 4h +9 -6k = 1 + 2h + 1 -2k
6h + 4k =11................ (4)
Now let us multiply equation (3) by 6 and subtract it from equation (4) to get,
6h+ 4k - 6(h-3k) = 11 – 66
6h + 4k – 6h + 18k = 11 – 66
22 k = - 55
K = -5/2
Substitute this value of K in equation (4) to get,
6h + 4(-5/2) = 11
6h – 10 = 11
6h = 21
h = 21/6
h = 7/2
We obtain h = 7/2and k = -5/2
On substituting the values of h and k in equation (1), we get
(2 – 7/2)2 + (3 + 5/2)2 = r2
[(4-7)/2]2 + [(6+5)/2]2 = r2
(-3/2)2 + (11/2)2 = r2
9/4 + 121/4 = r2
130/4 = r2
The equation of the required circle is
(x – 7/2)2 + (y + 5/2)2 = 130/4
[(2x-7)/2]2 + [(2y+5)/2]2 = 130/4
4x2 -28x + 49 +4y2 + 20y + 25 =130
4x2 +4y2 -28x + 20y - 56 = 0
4(x2 +y2 -7x + 5y – 14) = 0
x2 + y2 - 7x + 5y – 14 = 0
∴ The equation of the required circle is x2 + y2 - 7x + 5y – 14 = 0
12. Find the equation of the circle with radius 5 whose centre lies on x-axis and
passes through the point (2, 3).
Solution:
Let us consider the equation of the required circle be (x – h)2+ (y – k)2 = r2
We know that the radius of the circle is 5 and its centre lies on the x-axis, k = 0 and r = 5.
So now, the equation of the circle is (x – h)2 + y2 = 25.
It is given that the circle passes through the point (2, 3) so the point will satisfy the
equation of the circle.
(2 – h)2+ 32 = 25
(2 – h)2 = 25-9
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
(2 – h)2 = 16
2 – h = ± √16 = ± 4
If 2-h = 4, then h = -2
If 2-h = -4, then h = 6
Then, when h = -2, the equation of the circle becomes
(x + 2)2 + y2 = 25
x2 +12x + 36 + y2 = 25
x2 + y2 + 4x - 21 = 0
13. Find the equation of the circle passing through (0,0) and making intercepts a
and b on the coordinate axes.
Solution:
Let us consider the equation of the required circle be (x – h)2+ (y – k)2 =r2
We know that the circle passes through (0, 0),
So, (0 – h)2+ (0 – k)2 = r2
h2 + k2 = r2
Now, The equation of the circle is (x – h)2 + (y – k)2 = h2 + k2.
It is given that the circle intercepts a and b on the coordinate axes.
i.e., the circle passes through points (a, 0) and (0, b).
So, (a – h)2+ (0 – k)2 =h2 +k2.................(1)
(0 – h)2+ (b– k)2 =h2 +k2..................(2)
From equation (1), we obtain
a2 – 2ah + h2 +k2 = h2 +k2
a2 – 2ah = 0
a(a – 2h) =0
a = 0 or (a -2h) = 0
However, a ≠ 0; hence, (a -2h) = 0
h = a/2
b(b– 2k) = 0
b= 0 or (b-2k) =0
However, a ≠ 0; hence, (b -2k) = 0
k =b/2
So, the equation is
(x – a/2)2 + (y – b/2)2 = (a/2)2 + (b/2)2
[(2x-a)/2]2 + [(2y-b)/2]2 = (a2 + b2)/4
4x2 - 4ax + a2 +4y2 - 4by + b2 = a2 + b2
4x2 + 4y2 -4ax – 4by = 0
4(x2 +y2 -7x + 5y – 14) = 0
x2 + y2 - ax – by = 0
∴ The equation of the required circle is x2 + y2 - ax – by = 0
14. Find the equation of a circle with centre (2,2) and passes through the point (4,5).
Solution:
Given:
The centre of the circle is given as (h, k) = (2,2)
We know that the circle passes through point (4,5), the radius (r) of the circle is the
distance between the points (2,2) and (4,5).
r = √[(2-4)2 + (2-5)2]
= √[(-2)2 + (-3)2]
= √[4+9]
= √13
The equation of the circle is given as
(x– h)2+ (y – k)2 = r2
(x –h)2 + (y – k)2 = (√13)2
(x –2)2 + (y – 2)2 = (√13)2
x2 - 4x + 4 + y2 - 4y + 4 = 13
x2 + y2 – 4x - 4y = 5
∴ The equation of the required circle is x2 + y2 – 4x - 4y = 5
15. Does the point (–2.5, 3.5) lie inside, outside or on the circle x2 + y2 = 25?
Solution:
Given:
The equation of the given circle is x2 +y2 = 25.
x2 + y2 = 25
(x – 0)2 + (y – 0)2 = 52 [which is of the form (x – h)2 + (y – k)2 = r2]
Where, h = 0, k = 0 and r = 5.
So the distance between point (-2.5, 3.5) and the centre (0,0) is
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
1. y2 = 12x
Solution:
Given:
The equation is y2 = 12x
Here we know that the coefficient of x is positive.
So, the parabola opens towards the right.
On comparing this equation with y2 = 4ax, we get,
4a = 12
a=3
Thus, the co-ordinates of the focus = (a, 0) = (3, 0)
Since, the given equation involves y2, the axis of the parabola is the x-axis.
∴ The equation of directrix, x = -a, then,
x+3=0
Length of latus rectum = 4a = 4 × 3 = 12
2. x2 = 6y
Solution:
Given:
The equation is x2 = 6y
Here we know that the coefficient of y is positive.
So, the parabola opens upwards.
On comparing this equation with x2 = 4ay, we get,
4a = 6
a = 6/4
= 3/2
3. y2 = – 8x
Solution:
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
Given:
The equation is y2 = -8x
Here we know that the coefficient of x is negative.
So, the parabola open towards the left.
On comparing this equation with y2 = -4ax, we get,
-4a = -8
a = -8/-4 = 2
Thus, co-ordinates of the focus = (-a,0) = (-2, 0)
Since, the given equation involves y2, the axis of the parabola is the x-axis.
∴ Equation of directrix, x =a, then,
x=2
Length of latus rectum = 4a = 4 (2) = 8
4. x2 = – 16y
Solution:
Given:
The equation is x2 = -16y
Here we know that the coefficient of y is negative.
So, the parabola opens downwards.
On comparing this equation with x2 = -4ay, we get,
-4a = -16
a = -16/-4
=4
Thus, co-ordinates of the focus = (0,-a) = (0,-4)
Since, the given equation involves x2, the axis of the parabola is the y-axis.
∴ The equation of directrix, y =a, then,
y=4
Length of latus rectum = 4a = 4(4) = 16
5. y2 = 10x
Solution:
Given:
The equation is y2 = 10x
Here we know that the coefficient of x is positive.
So, the parabola open towards the right.
On comparing this equation with y2 = 4ax, we get,
4a = 10
a = 10/4 = 5/2
Thus, co-ordinates of the focus = (a,0) = (5/2, 0)
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
Since, the given equation involves y2, the axis of the parabola is the x-axis.
∴ The equation of directrix, x =-a, then,
x = - 5/2
Length of latus rectum = 4a = 4(5/2) = 10
6. x2 = – 9y
Solution:
Given:
The equation is x2 = -9y
Here we know that the coefficient of y is negative.
So, the parabola open downwards.
On comparing this equation with x2 = -4ay, we get,
-4a = -9
a = -9/-4 = 9/4
Thus, co-ordinates of the focus = (0,-a) = (0, -9/4)
Since, the given equation involves x2, the axis of the parabola is the y-axis.
∴ The equation of directrix, y = a, then,
y = 9/4
Length of latus rectum = 4a = 4(9/4) = 9
In each of the Exercises 7 to 12, find the equation of the parabola that satisfies the
given conditions:
We know that the focus lies on the y–axis, the y-axis is the axis of the parabola.
So, the equation of the parabola is either of the form x2 = 4ay or x2 = -4ay.
It is also seen that the directrix, y = 3 is above the x- axis,
While the focus (0,-3) is below the x-axis.
Hence, the parabola is of the form x2 = -4ay.
Here, a = 3
∴ The equation of the parabola is x2 = -12y.
11. Vertex (0, 0) passing through (2, 3) and axis is along x-axis.
Solution:
We know that the vertex is (0, 0) and the axis of the parabola is the x-axis
The equation of the parabola is either of the from y2 = 4ax or y2 = -4ax.
Given that the parabola passes through point (2, 3), which lies in the first quadrant.
So, the equation of the parabola is of the form y2 = 4ax, while point (2, 3) must satisfy the
equation y2 = 4ax.
Then,
32 = 4a(2)
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
32 = 8a
9 = 8a
a = 9/8
Thus, the equation of the parabola is
y2 = 4 (9/8)x
= 9x/2
2
2y = 9x
∴ The equation of the parabola is 2y2 = 9x
12. Vertex (0, 0), passing through (5, 2) and symmetric with respect to y-axis.
Solution:
We know that the vertex is (0, 0) and the parabola is symmetric about the y-axis.
The equation of the parabola is either of the from x2 = 4ay or x2 = -4ay.
Given that the parabola passes through point (5, 2), which lies in the first quadrant.
So, the equation of the parabola is of the form x2 = 4ay, while point (5, 2) must satisfy the
equation x2 = 4ay.
Then,
52 = 4a(2)
25 = 8a
a = 25/8
Thus, the equation of the parabola is
x2 = 4 (25/8)y
x2 = 25y/2
2x2 = 25y
∴ The equation of the parabola is 2x2 = 25y
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
1. x2/36 + y2/16 = 1
Solution:
Given:
The equation is x2/36 + y2/16 = 1
Here, the denominator of x2/36 is greater than the denominator of y2/16.
So, the major axis is along the x-axis, while the minor axis is along the y-axis.
On comparing the given equation with x2/a2 + y2/b2 = 1, we get
a = 6 and b = 4.
c = √(a2 - b2)
= √(36-16)
= √20
= 2√5
Then,
The coordinates of the foci are (2√5, 0) and (-2√5, 0).
The coordinates of the vertices are (6, 0) and (-6, 0)
Length of major axis = 2a = 2 (6) = 12
Length of minor axis = 2b = 2 (4) = 8
Eccentricity, ec/a = 2√5/6 = √5/3
Length of latus rectum = 2b2/a = (2×16)/6 = 16/3
2. x2/4 + y2/25 = 1
Solution:
Given:
The equation is x2/4 + y2/25 = 1
Here, the denominator of y2/25 is greater than the denominator of x2/4.
So, the major axis is along the x-axis, while the minor axis is along the y-axis.
On comparing the given equation with x2/a2 + y2/b2 = 1, we get
a = 5 and b = 2.
c = √(a2 - b2)
= √(25-4)
= √21
Then,
The coordinates of the foci are (0, √21) and (0, -√21).
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
3. x2/16 + y2/9 = 1
Solution:
Given:
The equation is x2/16 + y2/9 = 1 or x2/42 + y2/32 = 1
Here, the denominator of x2/16 is greater than the denominator of y2/9.
So, the major axis is along the x-axis, while the minor axis is along the y-axis.
On comparing the given equation with x2/a2 + y2/b2 = 1, we get
a = 4 and b = 3.
c = √(a2 - b2)
= √(16-9)
= √7
Then,
The coordinates of the foci are (√7, 0) and (-√7, 0).
The coordinates of the vertices are (4, 0) and (-4, 0)
Length of major axis = 2a = 2 (4) = 8
Length of minor axis = 2b = 2 (3) = 6
Eccentricity, ec/a = √7/4
Length of latus rectum = 2b2/a = (2×32)/4 = (2×9)/4 = 18/4 = 9/2
4. x2/25 + y2/100 = 1
Solution:
Given:
The equation is x2/25 + y2/100 = 1
Here, the denominator of y2/100 is greater than the denominator of x2/25. So,
the major axis is along the y-axis, while the minor axis is along the x-axis. On
comparing the given equation with x2/b2 + y2/a2 = 1, we get
b = 5 and a =10.
c = √(a2 - b2)
= √(100-25)
= √75
= 5√3
Then,
The coordinates of the foci are (0, 5√3) and (0, -5√3).
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
The coordinates of the vertices are (0, √10) and (0, -√10)
Length of major axis = 2a = 2 (10) = 20
Length of minor axis = 2b = 2 (5) = 10
Eccentricity, ec/a = 5√3/10 = √3/2
Length of latus rectum = 2b2/a = (2×52)/10 = (2×25)/10 = 5
5. x2/49 + y2/36 = 1
Solution:
Given:
The equation is x2/49 + y2/36 = 1
Here, the denominator of x2/49 is greater than the denominator of y2/36.
So, the major axis is along the x-axis, while the minor axis is along the y-axis.
On comparing the given equation with x2/a2 + y2/b2 = 1, we get
b = 6 and a =7
c = √(a2 - b2)
= √(49-36)
= √13
Then,
The coordinates of the foci are (√13, 0) and (-√3, 0).
The coordinates of the vertices are (7, 0) and (-7, 0)
Length of major axis = 2a = 2 (7) = 14
Length of minor axis = 2b = 2 (6) = 12
Eccentricity, ec/a = √13/7
Length of latus rectum = 2b2/a = (2×62)/7 = (2×36)/7 = 72/7
6. x2/100 + y2/400 = 1
Solution:
Given:
The equation is x2/100 + y2/400 = 1
Here, the denominator of y2/400 is greater than the denominator of x2/100. So,
the major axis is along the y-axis, while the minor axis is along the x-axis. On
comparing the given equation with x2/b2 + y2/a2 = 1, we get
b = 10 and a =20.
c = √(a2 - b2)
= √(400-100)
= √300
= 10√3
Then,
The coordinates of the foci are (0, 10√3) and (0, -10√3).
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
The coordinates of the vertices are (0, 20) and (0, -20)
Length of major axis = 2a = 2 (20) = 40
Length of minor axis = 2b = 2 (10) = 20
Eccentricity, ec/a = 10√3/20 = √3/2
Length of latus rectum = 2b2/a = (2×102)/20 = (2×100)/20 = 10
8. 16x2 + y2 = 16
Solution:
Given:
The equation is 16x2 + y2 = 16 or x2/1 + y2/16 = 1 or x2/12 + y2/42 = 1
Here, the denominator of y2/42 is greater than the denominator of x2/12.
So, the major axis is along the y-axis, while the minor axis is along the x-axis.
On comparing the given equation with x2/b2 + y2/a2 = 1, we get
b =1 and a =4.
c = √(a2 - b2)
= √(16-1)
= √15
Then,
The coordinates of the foci are (0, √15) and (0, -√15).
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
9. 4x2 + 9y2 = 36
Solution:
Given:
The equation is 4x2 + 9y2 = 36 or x2/9 + y2/4 = 1 or x2/32 + y2/22 = 1
Here, the denominator of x2/32 is greater than the denominator of y2/22.
So, the major axis is along the x-axis, while the minor axis is along the y-axis.
On comparing the given equation with x2/a2 + y2/b2 = 1, we get
a =3 and b =2.
c = √(a2 - b2)
= √(9-4)
= √5
Then,
The coordinates of the foci are (√5, 0) and (-√5, 0).
The coordinates of the vertices are (3, 0) and (-3, 0)
Length of major axis = 2a = 2 (3) = 6
Length of minor axis = 2b = 2 (2) = 4
Eccentricity, ec/a = √5/3
Length of latus rectum = 2b2/a = (2×22)/3 = (2×4)/3 = 8/3
In each of the following Exercises 10 to 20, find the equation for the ellipse that
satisfies the given conditions:
b2 = 25 – 16
b = √9
=3
∴ The equation of the ellipse is x2/52 + y2/32 = 1 or x2/25 + y2/9 = 1
13. Ends of major axis (± 3, 0), ends of minor axis (0, ±2)
Solution:
Given:
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
14. Ends of major axis (0, ±√5), ends of minor axis (±1, 0)
Solution:
Given:
Ends of major axis (0, ±√5) and ends of minor axis (±1, 0)
Here, the major axis is along the y-axis.
So, the equation of the ellipse will be of the form x2/b2 + y2/a2 = 1, where ‘a’ is the semi-
major axis.
Then, a = √5 and b = 1.
∴ The equation for the ellipse x2/12 + y2/(√5)2 = 1 or x2/1 + y2/5 = 1
So, the equation of the ellipse will be of the form x2/b2 + y2/a2 = 1, where ‘a’ is the semi-
major axis.
Then, 2b =16
b = 8 and c = 6.
It is known that a2 = b2 + c2.
a 2 = 8 2 + 62
= 64 + 36
=100
a = √100
= 10
∴ The equation of the ellipse is x2/82 + y2/102 =1 or x2/64 + y2/100 = 1
= 9 + 16
=25
a = √25
=5
∴ The equation of the ellipse is x2/52 + y2/32 or x2/25 + y2/9 = 1
19. Centre at (0, 0), major axis on the y-axis and passes through the points (3, 2) and
(1, 6).
Solution:
Given:
Centre at (0, 0), major axis on the y-axis and passes through the points (3, 2) and (1, 6).
Since the centre is at (0, 0) and the major axis is on the y- axis, the equation of the ellipse
will be of the form x2/b2 + y2/a2 = 1, where ‘a’ is the semi-major axis.
The ellipse passes through points (3, 2) and (1, 6).
So, by putting the values x = 3 and y = 2, we get,
32/b2 + 22/a2 = 1
9/b2 + 4/a2…. (1)
And by putting the values x = 1 and y = 6, we get,
11/b2 + 62/a2 = 1
1/b2 + 36/a2 = 1 …. (2)
On solving equation (1) and (2), we get
b2 = 10 and a2 = 40.
∴ The equation of the ellipse is x2/10 + y2/40 = 1 or 4x2 + y 2 = 40
20. Major axis on the x-axis and passes through the points (4,3) and (6,2).
Solution:
Given:
Major axis on the x-axis and passes through the points (4, 3) and (6, 2).
Since the major axis is on the x-axis, the equation of the ellipse will be the form
x2/a2 + y2/b2 = 1…. (1) [Where ‘a’ is the semi-major axis.]
1. x2/16 – y2/9 = 1
Solution:
Given:
The equation is x2/16 – y2/9 = 1 or x2/42 – y2/32 = 1
On comparing this equation with the standard equation of hyperbola x2/a2 – y2/b2 = 1,
We get a = 4 and b = 3,
It is known that, a2 + b2 = c2
So,
c 2 = 42 + 32
= √25
c=5
Then,
The coordinates of the foci are (±5, 0).
The coordinates of the vertices are (±4, 0).
Eccentricity, e = c/a = 5/4
Length of latus rectum = 2b2/a = (2 × 32)/4 = (2×9)/4 = 18/4 = 9/2
2. y2/9 – x2/27 = 1
Solution:
Given:
The equation is y2/9 – x2/27 = 1 or y2/32 – x2/272 = 1
On comparing this equation with the standard equation of hyperbola y2/a2 – x2/b2 = 1,
We get a = 3 and b = √27,
It is known that, a2 + b2 = c2
So,
c2 = 32 + (√27)2
= 9 + 27
2
c = 36
c = √36
=6
Then,
The coordinates of the foci are (0, 6) and (0, -6).
The coordinates of the vertices are (0, 3) and (0, - 3).
Eccentricity, e = c/a = 6/3 = 2
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
3. 9y2 – 4x2 = 36
Solution:
Given:
The equation is 9y2 – 4x2 = 36 or y2/4 – x2/9 = 1 or y2/22 – x2/32 = 1
On comparing this equation with the standard equation of hyperbola y2/a2 – x2/b2 = 1,
We get a = 2 and b = 3,
It is known that, a2 + b2 = c2
So,
c2 = 4 + 9
c2 = 13
c = √13
Then,
The coordinates of the foci are (0, √13) and (0, -√13).
The coordinates of the vertices are (0, 2) and (0, - 2).
Eccentricity, e = c/a = √13/2
Length of latus rectum = 2b2/a = (2 × 32)/2 = (2×9)/2 = 18/2 = 9
5. 5y2 – 9x2 = 36
Solution:
Given:
The equation is 5y2 – 9x2 = 36
Let us divide the whole equation by 36, we get
5y2/36 – 9x2/36 = 36/36
y2/(36/5) – x2/4 = 1
On comparing this equation with the standard equation of hyperbola y2/a2 – x2/b2 = 1,
We get a = 6/√5 and b = 2,
It is known that, a2 + b2 = c2
So,
c2 = 36/5 + 4
c2 = 56/5
c = √(56/5)
= 2√14/√5
Then,
The coordinates of the foci are (0, 2√14/√5) and (0, - 2√14/√5).
The coordinates of the vertices are (0, 6/√5) and (0, -6/√5).
Eccentricity, e = c/a = (2√14/√5) / (6/√5) = √14/3
Length of latus rectum = 2b2/a = (2 × 22)/6/√5 = (2×4)/6/√5 = 4/√5/3
In each Exercises 7 to 15, find the equations of the hyperbola satisfying the given
conditions
It is known that, a2 + b2 = c2
So, 32 + b2 = 52
b2 = 25 – 9 = 16
∴ The equation of the hyperbola is y2/9 – x2/16 = 1
a2 + 8a – 2a - 16 = 0
(a + 8) (a - 2) = 0
a = -8 or 2
Since, a is non – negative, a = 2
So, b2 = 6a
=6×2
= 12
∴ The equation of the hyperbola is x2/4 – y2/12 = 1
We know that the equation of the parabola is of the form y2 = 4ax (as it is opening to the
right)
Since, the parabola passes through point A(10, 5),
y2 = 4ax
102 = 4a(5)
100 = 20a
a = 100/20
=5
The focus of the parabola is (a, 0) = (5, 0), which is the mid – point of the diameter.
Hence, the focus of the reflector is at the mid-point of the diameter.
2. An arch is in the form of a parabola with its axis vertical. The arch is 10 m high
and 5 m wide at the base. How wide is it 2 m from the vertex of the parabola?
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
Solution:
We know that the origin of the coordinate plane is taken at the vertex of the arch, where
its vertical axis is along the negative y –axis.
Diagrammatic representation is as follows:
The equation of the parabola is of the form x2 = 4ay (as it is opening upwards). It
is given that at base arch is 10m high and 5m wide.
So, y =10 and x = 5/2 from the above figure.
It is clear that the parabola passes through point (5/2, 10)
So, x2 = 4ay
(5/2)2 = 4a(10)
4a = 25/(4×10)
a = 5/32
we know the arch is in the form of a parabola whose equation is x2 = 5/8y
We need to find width, when height = 2m.
To find x, when y = 2.
When, y = 2,
x2 = 5/8 (2)
= 5/4
x = √(5/4)
= √5/2
AB = 2 × √5/2m
= √5m
= 2.23m (approx.)
Hence, when the arch is 2m from the vertex of the parabola, its width is approximately
2.23m.
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
Here, AB and OC are the longest and the shortest wires, respectively, attached to the
cable.
DF is the supporting wire attached to the roadways, 18m from the middle.
So, AB = 30m, OC = 6m, and BC = 50m.
The equation of the parabola is of the from x2 = 4ay (as it is opening upwards).
The coordinates of point A are (50, 30 -6) = (50, 24)
Since, A(50, 24) is a point on the parabola.
y2 = 4ax
(50)2 = 4a(24)
a = (50×50)/(4×24)
= 625/24
Equation of the parabola, x2 = 4ay = 4×(625/24)y or 6x2 = 625y
The x – coordinate of point D is 18.
Hence, at x = 18,
6(18)2 = 625y
y = (6×18×18)/625
= 3.11(approx.)
Thus, DE = 3.11 m
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
The equation of the semi – ellipse will be of the from x2/16 + y2/4 = 1, y ≥ 0 … (1
Let A be a point on the major axis such that AB = 1.5m.
Now draw AC ⊥ OB.
OA = (4 – 1.5)m = 2.5m
The x – coordinate of point C is 2.5
On substituting the value of x with 2.5 in equation (1), we get,
(2.5)2/16 + y2/4 = 1
6.25/16 + y2/4 = 1
y2 = 4 (1 – 6.25/16)
= 4 (9.75/16)
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
= 2.4375
y = 1.56 (approx.)
So, AC = 1.56m
Hence, the height of the arch at a point 1.5m from one end is approximately 1.56m.
5. A rod of length 12 cm moves with its ends always touching the coordinate axes.
Determine the equation of the locus of a point P on the rod, which is 3 cm from the
end in contact with the x-axis.
Solution:
Let AB be the rod making an angle Ɵ with OX and P(x,y) be the point on it such that
AP = 3cm.
Diagrammatic representation is as follows:
6. Find the area of the triangle formed by the lines joining the vertex of the parabola
x2 = 12y to the ends of its latus rectum.
Solution:
The given parabola is x2 = 12y.
On comparing this equation with x2 = 4ay, we get,
4a = 12
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
a = 12/4
=3
The coordinates of foci are S(0,a) = S(0,3).
Now let AB be the latus rectum of the given parabola.
The given parabola can be roughly drawn as
At y = 3, x2 = 12(3)
x2 = 36
x = ±6
So, the coordinates of A are (-6, 3), while the coordinates of B are (6, 3)
Then, the vertices of ΔOAB are O(0,0), A (-6,3) and B(6,3).
By using the formula,
Area of ΔOAB = ½ [0(3-3) + (-6)(3-0) + 6(0-3)] unit2
= ½ [(-6) (3) + 6 (-3)] unit2
= ½ [-18-18] unit2
= ½ [-36] unit2
= 18 unit2
∴ Area of ΔOAB is 18 unit2
7. A man running a racecourse notes that the sum of the distances from the two flag
posts from him is always 10 m and the distance between the flag posts is 8 m.
Find the equation of the posts traced by the man.
Solution:
Let A and B be the positions of the two flag posts and P(x, y) be the position of the man.
So, PA + PB = 10.
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
We know that if a point moves in plane in such a way that the sum of its distance from
two fixed point is constant, then the path is an ellipse and this constant value is equal to
the length of the major axis of the ellipse.
Then, the path described by the man is an ellipse where the length of the major axis is
10m, while points A and B are the foci.
Now let us take the origin of the coordinate plane as the centre of the ellipse, and taking
the major axis along the x- axis,
The diagrammatic representation of the ellipse is as follows:
The equation of the ellipse is in the form of x2/a2 + y2/b2 = 1, where ‘a’ is the semi-major
axis.
So, 2a = 10
a = 10/2
=5
Distance between the foci, 2c = 8
c = 8/2
=4
=9
b=3
Hence, equation of the path traced by the man is x2/25 + y2/9 = 1
Now let OC = k
From the equation of the given parabola, we have,
So, y2 = 4ak
y = ±2√ak
The coordinates of points A and B are (k, 2√ak), and (k, -2√ak)
AB = CA + CB
= 2√ak + 2√ak
= 4√ak
Since, OAB is an equilateral triangle, OA2 = AB2.
Then,
k2 + (2√ak)2 = (4√ak)2
k2 + 4ak = 16ak
k2 = 12ak
NCERT Solutions for Class 11 Maths Chapter 11 –
Conic Sections
k = 12a
Thus, AB = 4√ak = 4√(a×12a)
= 4√12a2
= 4√(4a×3a)
= 4(2)√3a
= 8√3a
Hence, the side of the equilateral triangle inscribed in parabola y2 = 4ax is 8√3a.