CBSE Class 11 Maths Exemplar Chapter 11: Conic Sections NCERT Solutions

NCERT Solutions PDF Class 11 PDF

This chapter provides NCERT Solutions for Class 11 Maths Exemplar, focusing on Conic Sections. It delves into the fundamental concepts of circles, including finding their equations based on given conditions like touching axes and passing through specific points. The solutions also cover parametric representation of points on a circle and determining the center of a circle given points it passes through. These detailed explanations and step-by-step problem-solving approaches are designed to help students understand the intricacies of conic sections, particularly circles, and build a strong foundation for their board examinations. The chapter aims to equip students with the skills to analyze and solve problems related to circles effectively, aiding in their exam preparation and revision.

Quick info

BoardCBSE
ClassClass 11
SubjectMaths Exemplar
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 11

Chapter summary

Chapter 11, Conic Sections, for CBSE Class 11 Maths Exemplar, focuses on the properties and equations of circles. The NCERT Solutions provided cover finding the equation of a circle given its radius and tangency conditions, representing points on a circle parametrically, and determining the center of a circle passing through given points. These solutions offer a clear, step-by-step approach to mastering circle-related problems within the conic sections framework.

Learning outcomes

  • Understand the equation of a circle touching both axes in the first quadrant.
  • Apply parametric equations to represent points on a circle.
  • Determine the equation of a circle given its center and tangency to an axis.
  • Calculate the center of a circle passing through three given points.

Topics covered

Paper topics

  • Conic Sections
  • Circles
  • Equation of a Circle
  • Circle touching axes
  • Parametric representation of a circle
  • Center of a circle
  • Coordinate Geometry

Important topics

  • Equation of a circle touching axes
  • Parametric form of a circle
  • Finding circle equation from points
  • Circle properties and center determination

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Find the equation of the circle which touches both axes in the first quadrant and whose radius is a.
Solution:

Given that the radius of the circle is 'a'. Since the circle touches both axes in the first quadrant, its center must be equidistant from both the x-axis and the y-axis. Therefore, the coordinates of the center (h, k) are (a, a).

The standard equation of a circle with center (h, k) and radius r is given by (x-h)^2 + (y-k)^2 = r^2.

Substituting the center (a, a) and radius a, we get:

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

Expanding this equation:

x^2 - 2ax + a^2 + y^2 - 2ay + a^2 = a^2

Simplifying the equation by cancelling one a^2 from both sides and rearranging terms:

x^2 + y^2 - 2ax - 2ay + a^2 = 0

Thus, the equation of the required circle is x^2 + y^2 - 2ax - 2ay + a^2 = 0.

Question 2

Show that the point (x, y) given by x = \frac{2at}{1 + t^2} and y = \frac{a(1 - t^2)}{1 + t^2} lies on a circle.
Solution:

We are given the parametric equations for a point (x, y) as:

x = \frac{2at}{1 + t^2}

y = \frac{a(1 - t^2)}{1 + t^2}

To show that this point lies on a circle, we need to find a relationship between x and y that represents the equation of a circle. Let's try to eliminate the parameter 't'.

First, let's calculate x^2 and y^2:

x^2 = \left(\frac{2at}{1 + t^2}\right)^2 = \frac{4a^2t^2}{(1 + t^2)^2}

y^2 = \left(\frac{a(1 - t^2)}{1 + t^2}\right)^2 = \frac{a^2(1 - t^2)^2}{(1 + t^2)^2}

Now, let's find the sum x^2 + y^2:

x^2 + y^2 = \frac{4a^2t^2}{(1 + t^2)^2} + \frac{a^2(1 - t^2)^2}{(1 + t^2)^2}

Factor out \frac{a^2}{(1 + t^2)^2}:

x^2 + y^2 = \frac{a^2}{(1 + t^2)^2} \left[ 4t^2 + (1 - t^2)^2 \right]

Expand (1 - t^2)^2:

(1 - t^2)^2 = 1 - 2t^2 + t^4

Substitute this back into the expression:

x^2 + y^2 = \frac{a^2}{(1 + t^2)^2} \left[ 4t^2 + 1 - 2t^2 + t^4 \right]

Combine like terms inside the bracket:

x^2 + y^2 = \frac{a^2}{(1 + t^2)^2} \left[ t^4 + 2t^2 + 1 \right]

Recognize that t^4 + 2t^2 + 1 is a perfect square: (t^2 + 1)^2.

x^2 + y^2 = \frac{a^2}{(1 + t^2)^2} \left[ (1 + t^2)^2 \right]

Cancel out the (1 + t^2)^2 terms:

x^2 + y^2 = a^2

This equation, x^2 + y^2 = a^2, is the standard equation of a circle centered at the origin (0, 0) with radius 'a'. Therefore, the given point (x, y) lies on this circle.

Question 3

If a circle passes through the points (0, 0), (a, 0) and (0, b), then find the coordinates of its centre.
Solution:

Let the general equation of a circle be x^2 + y^2 + 2gx + 2fy + c = 0. The center of this circle is at (-g, -f).

Since the circle passes through the origin (0, 0), substituting these coordinates into the general equation gives:

0^2 + 0^2 + 2g(0) + 2f(0) + c = 0 \Rightarrow c = 0.

So, the equation of the circle simplifies to x^2 + y^2 + 2gx + 2fy = 0.

Now, the circle passes through the point (a, 0). Substituting these coordinates:

a^2 + 0^2 + 2g(a) + 2f(0) = 0

a^2 + 2ag = 0

Since 'a' is a coordinate and likely non-zero for a distinct point, we can divide by 'a':

a + 2g = 0 \Rightarrow g = -\frac{a}{2}

Next, the circle passes through the point (0, b). Substituting these coordinates:

0^2 + b^2 + 2g(0) + 2f(b) = 0

b^2 + 2bf = 0

Assuming 'b' is non-zero:

b + 2f = 0 \Rightarrow f = -\frac{b}{2}

The coordinates of the center of the circle are (-g, -f).

Substituting the values of g and f we found:

Center = \left(-\left(-\frac{a}{2}\right), -\left(-\frac{b}{2}\right)\right) = \left(\frac{a}{2}, \frac{b}{2}\right)

Therefore, the coordinates of the center of the circle are \left(\frac{a}{2}, \frac{b}{2}\right).

Question 4

Find the equation of the circle which touches the X-axis and whose centre is (1, 2).
Solution:

We are given that the center of the circle is C(1, 2).

The condition that the circle touches the X-axis means that the distance from the center of the circle to the X-axis is equal to the radius of the circle.

The distance from a point (h, k) to the X-axis is the absolute value of the y-coordinate, i.e., |k|.

In this case, the center is (1, 2), so h = 1 and k = 2.

The radius (r) of the circle is therefore |2| = 2.

The standard equation of a circle with center (h, k) and radius r is (x-h)^2 + (y-k)^2 = r^2.

Substituting the center (1, 2) and radius r = 2:

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

Expanding the equation:

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

x^2 - 2x + 1 + y^2 - 4y + 4 = 4

Simplify the equation by cancelling the '4' on both sides and rearranging terms:

x^2 - 2x + 1 + y^2 - 4y = 0

x^2 + y^2 - 2x - 4y + 1 = 0

Thus, the equation of the circle is x^2 + y^2 - 2x - 4y + 1 = 0.

Common mistakes

  • Incorrectly identifying the center coordinates when a circle touches axes.
  • Errors in algebraic manipulation when simplifying parametric equations.
  • Misinterpreting the condition of tangency to an axis.
  • Forgetting the general equation of a circle passing through the origin.

Revision tips

  • Review the standard equation of a circle and its variations.
  • Practice problems involving tangency conditions to axes.
  • Work through parametric representation examples to understand their application.
  • Ensure you can derive the circle's equation from given points.

Practice MCQs

Q1. What is the equation of a circle in the first quadrant touching both axes with radius 'a'?

Q2. If a circle passes through (0,0), (a,0), and (0,b), what are the coordinates of its center?

Q3. What is the equation of the circle with center (1, 2) that touches the X-axis?

Q4. The parametric form of a point (x, y) on a circle is given by x = (2at)/(1+t^2) and y = a(1-t^2)/(1+t^2). What is the equation of this circle?

Frequently asked questions

What is the main focus of Chapter 11, Conic Sections, in the Class 11 Maths Exemplar?

Chapter 11 primarily focuses on circles, covering their equations, properties, and how to derive them based on given conditions like radius, tangency to axes, and passing through specific points.

How do these NCERT Solutions help with the parametric representation of points on a circle?

The solutions demonstrate how to use parametric equations (like x = 2at/(1+t^2) and y = a(1-t^2)/(1+t^2)) to represent points on a circle and how to derive the circle's standard equation from these parametric forms.

What is the condition for a circle touching both axes in the first quadrant?

If a circle touches both axes in the first quadrant and has a radius 'a', its center must be at (a, a). The equation then becomes (x-a)^2 + (y-a)^2 = a^2.

How can I find the center of a circle that passes through the origin, (a, 0), and (0, b)?

You can use the general equation of a circle passing through the origin (x^2 + y^2 + 2gx + 2fy = 0) and substitute the other two points to find 'g' and 'f'. The center is then (-g, -f), which will be (a/2, b/2).

Are these solutions useful for understanding circles that touch the X-axis?

Yes, the solutions include problems where the circle touches the X-axis, illustrating how the radius is determined by the y-coordinate of the center and how to form the circle's equation.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.