Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.4
Next article icon

NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.1

Last Updated : 14 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

In each of the following Exercise 1 to 5, find the equation of the circle with

Question 1: Centre (0, 2) and radius 2

Solution:

Given: Centre (0, 2) and radius (r) = 2

The equation of a circle with centre as (h, k) and radius as r is given as (x – h)2 + (y – k)2 = r2

As, Centre (h, k) = (0, 2) and radius (r) = 2

Thus, the equation of the circle is

(x – 0)2 + (y – 2)2 = 22 [by using formula (a - b)2 = a2 - 2ab + b2]

x2 + y2 + 4 – 4y = 4

x2 + y2 – 4y = 0

Therefore, the equation of the circle is x2 + y2 – 4y = 0

Question 2: Centre (–2, 3) and radius 4

Solution:

Given: Centre (-2, 3) and radius (r) = 4

The equation of a circle with centre as (h, k) and radius as r is given as (x – h)2 + (y – k)2 = r2

As, centre (h, k) = (-2, 3) and radius (r) = 4

Thus, the equation of the circle is

(x + 2)2 + (y – 3)2 = (4)2 [by using formula (a - b)2 = a2 - 2ab + b2]

x2 + 4x + 4 + y2 – 6y + 9 = 16

x2 + y2 + 4x – 6y – 3 = 0

Therefore, the equation of the circle is x2 + y2 + 4x – 6y – 3 = 0

Question 3: Centre (1/2, 1/4) and radius (1/12)

Solution:

Given: Centre (1/2, 1/4) and radius 1/12

The equation of a circle with centre as (h, k) and radius as r is given as (x – h)2 + (y – k)2 = r2

So, centre (h, k) = (1/2, 1/4) and radius (r) = 1/12

Thus, the equation of the circle is

(x – 1/2)2 + (y – 1/4)2 = (1/12)2 [by using formula (a - b)2 = a2 - 2ab + b2]

x2 – x + 1/4 + y2 – y/2 + 1/16 = 1/144

x2 – x + 1/4 + y2 – y/2 + 1/16 = 1/144

144x2 – 144x + 36 + 144y2 – 72y + 9 – 1 = 0

144x2 – 144x + 144y2 – 72y + 44 = 0

36x2 + 36x + 36y2 – 18y + 11 = 0

36x2 + 36y2 – 36x – 18y + 11= 0

Therefore, the equation of the circle is 36x2 + 36y2 – 36x – 18y + 11= 0

Question 4: Centre (1, 1) and radius √2

Solution:

Given: Centre (1, 1) and radius √2

The equation of a circle with centre as (h, k) and radius as r is given as (x – h)2 + (y – k)2 = r2

So, centre (h, k) = (1, 1) and radius (r) = √2

Thus, the equation of the circle is

(x-1)2 + (y-1)2 = (√2)2 [by using formula (a - b)2 = a2 - 2ab + b2]

x2 – 2x + 1 + y2 -2y + 1 = 2

x2 + y2 – 2x -2y = 0

Therefore, the equation of the circle is x2 + y2 – 2x -2y = 0

Question 5: Centre (–a, –b) and radius √(a2 – b2)

Solution:

Given: Centre (-a, -b) and radius √(a2 – b2)

The equation of a circle with centre as (h, k) and radius as r is given as (x – h)2 + (y – k)2 = r2

So, centre (h, k) = (-a, -b) and radius (r) = √(a2 – b2)

Thus, the equation of the circle is

(x + a)2 + (y + b)2 = (√(a2 – b2)2) [by using formula (a + b)2 = a2 + 2ab + b2]

x2 + 2ax + a2 + y2 + 2by + b2 = a2 – b2

x2 + y2 +2ax + 2by + 2b2 = 0

Therefore, the equation of the circle is x2 + y2 +2ax + 2by + 2b2 = 0

In each of the following Exercise 6 to 9, find the centre and radius of the circles.

Question 6: (x + 5)2 + (y – 3)2 = 36

Solution:

Given equation:  (x + 5)2 + (y – 3)2 = 36

(x – (-5))2 + (y – 3)2 = 62 

The equation is of the form (x – h)2 + (y – k)2 = r2 where, h = -5, k = 3 and r = 6

Therefore, the centre is (-5, 3) and its radius is 6.

Question 7: x2 + y2 – 4x – 8y – 45 = 0

Solution:

Given equation: 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 

The equation is of the form (x-h)2 +(y-k)2 = r2 ,where h = 2, k = 4 and r = √65

Therefore, the centre is (2, 4) and its radius is √65.

Question 8: x2 + y2 – 8x + 10y – 12 = 0

Solution:

Given equation: 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 

The equation is of the form (x-h)2 +(y-k)2 = r2 ,where h = 4, k= -5 and r = √53

Therefore, the centre is (4, -5) and its radius is √53.

Question 9: 2x2 + 2y2 – x = 0

Solution:

Given equation: 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 

The equation is of the form (x-h)2 +(y-k)2 = r2, where, h = 1/4, k = 0, and r = 1/4

Therefore, the centre is (1/4, 0) and its radius is 1/4.

Question 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:

The equation of the circle is (x – h)2+ (y – k)2 = r2

As the circle passes through points (4,1) and (6,5)

So, When the circle passes through (4,1)

(4 – h)2 + (1 – k)2 = r2 ……………..(1)

When the circle passes through (6,5)

(6 – h)2+ (5 – k)2 = r2 ………………(2)

Given that, the centre (h, k) of the circle lies on line 4x + y = 16,

4h + k =16 ………………… (3)

From equation (1) and (2), we get

(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)

Now let us multiply equation (3) by 2, and subtracting it with equation (4), we get

(h + 2k) - 2(4h + k) = 11 - 32

h + 2k - 8h - 2k = -21

-7h = -21

h = 3

Substitute this value of h in equation (4), we get

3 + 2k = 11

2k = 11 - 3

2k = 8

k = 4

We get h = 3 and k = 4

When we substitute the values of h and k in equation (1), we get

(4 – 3)2+ (1 – 4)2 = r2

(1)2 + (-3)2 = r2

1+9 = r2

r = √10

Now, the equation of the circle is,

(x – 3)2 + (y – 4)2 = (√10)2

x2 – 6x + 9 + y2 – 8y + 16 =10

x2 + y2 – 6x – 8y + 15 = 0

Therefore, the equation of the circle is x2 + y2 – 6x – 8y + 15 = 0

Question 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:

The equation of the circle is (x – h)2 + (y – k)2 = r2

As the circle passes through points (2,3) and (-1,1)

So, When the circle passes through (2,3)

(2 – h)2+ (3 – k)2 =r2 ……………..(1)

When the circle passes through (-1,1)

(-1 – h)2+ (1– k)2 =r2 ………………(2)

Given that, 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 get

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

4 – 4h + h2 +9 -6k +k2 = 1 + 2h +h2+1 – 2k + k2

4 – 4h +9 -6k = 1 + 2h + 1 -2k

6h + 4k =11 ……………. (4)

Now let us multiply equation (3) by 6, and subtracting it with equation 4, we 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), we get

6h + 4(-5/2) = 11

6h – 10 = 11

6h = 21

h = 21/6

h = 7/2

We get h = 7/2 and 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

Now, the equation of the 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

Therefore, the equation of the circle is x2 + y2 – 7x + 5y – 14 = 0

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

Solution:

The equation of the circle is (x – h)2+ (y – k)2 = r2

Given the radius of the circle is 5 and it's centre lies on the x-axis, k = 0 and r = 5.

So now, the equation of the circle is (x – h)2 + y2 = 25.

Also given that the circle passes through the point (2, 3).

Therefore,

(2 – h)2+ 32 = 25

(2 – h)2 = 25-9

(2 – h)2 = 16

2 – h = ± √16 = ± 4

If 2-h = 4, then h = -2

If 2-h = -4, then h = 6

Now, when h = -2, the equation of the circle is

(x + 2)2 + y2 = 25

x2 + 4x + 4 + y2 = 25

x2 + y2 + 4x - 21 = 0

Now, when h = 6, the equation of the circle is

(x – 6)2 + y2 = 25

x2 -12x + 36 + y2 = 25

x2 + y2 -12x + 11 = 0

Therefore, the equation of the circle is x2 + y2 – 4x + 21 = 0 and x2 + y2 -12x + 11 = 0

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

Solution:

The equation of the circle is (x – h)2+ (y – k)2 = r2

When the circle passes through (0, 0),we get,

(0 – h)2+ (0 – k)2 = r2

h2 + k2 = r2

The equation of the circle is (x – h)2 + (y – k)2 = h2 + k2.

Given that the circle intercepts points a and b on the coordinate axes.

Since, the circle passes through points (a, 0) and (0, b).

So the equations are, 

(a – h)2+ (0 – k)2 = h2 +k2 ……………..(1)

(0 – h)2+ (b– k)2 = h2 +k2 ………………(2)

From equation (1), we get

a2 – 2ah + h2 + k2 = h2 + k2

a2 – 2ah = 0

a(a – 2h) =0

a = 0 or (a -2h) = 0

As, a ≠ 0; hence, (a -2h) = 0

h = a/2

From equation (2), we get

h2 – 2bk + k2 + b2 = h2 + k2

b2 – 2bk = 0

b(b– 2k) = 0

b= 0 or (b-2k) =0

As, a ≠ 0; hence, (b -2k) = 0

k = b/2

Now, substituting the value of h and k, we get

(x – a/2)2 + (y – b/4)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

Therefore, the equation of the circle is x2 + y2 – ax – by = 0

Question 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 as (h, k) = (2,2)

Also given that the circle passes through the 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

Now, the equation of the circle is

(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

Therefore, the equation of the circle is x2 + y2 – 4x – 4y = 5

Question 15: Does the point (–2.5, 3.5) lie inside, outside or on the circle x2 + y2 = 25?

Solution:

Given equation of the circle is x2 +y2 = 25.

x2 + y2 = 25

(x – 0)2 + (y – 0)2 = 52 

The equation is of the form (x – h)2 + (y – k)2 = r2 ,where, h = 0, k = 0 and r = 5.

Now the distance between the point (-2.5, 3.5) and the centre (0,0) is

= √[(-2.5 – 0)2 + (-3.5 – 0)2]

= √(6.25 + 12.25)

= √18.5

= 4.3 [which is < 5]

Since, the distance between the point (-2.5, -3.5) and the centre (0, 0) of the circle is less than the radius of the circle.

Therefore, the point (-2.5, -3.5) lies inside the circle.


Next Article
NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.4

S

shristiag18
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 11
  • CBSE - Class 11
  • Maths-Class-11

Similar Reads

  • NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.4
    In each of the Exercises 1 to 6, find the coordinates of the foci and the vertices, the eccentricity and the length of the latus rectum of the hyperbolas.Question 1. [Tex]\frac{x^2}{16} - \frac{y^2}{9} [/Tex]= 1Solution: Comparing the given equation with [Tex]\mathbf{\frac{x^2}{a^2} - \frac{y^2}{b^2
    9 min read
  • NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.3
    In each of the Exercises 1 to 9, find the coordinates of the foci, the vertices, the length of the major axis, the minor axis, the eccentricity, and the length of the latus rectum of the ellipse.Question 1.[Tex] \frac{x^2}{36} + \frac{y^2}{16} [/Tex] = 1Solution: Since denominator of x2/36 is larger
    15+ min read
  • NCERT Solutions Class 11 - Chapter 10 Conic Section - Exercise 10.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.Question 1: y2 = 12xSolution: Given equation: y2 = 12x Since the coefficient of x is positive. Therefore, the parabola will open toward
    6 min read
  • Class 11 NCERT Solutions- Chapter 11 Conic Section - Exercise 11.1
    This exercise focuses on finding the equation of a circle given its center and radius, and vice versa. Understanding these concepts is essential for various applications in geometry and coordinate geometry. Importance of the Equation of a CircleGeometric representation: The equation defines the circ
    14 min read
  • Class 11 NCERT Solutions- Chapter 11 Conic Section - Exercise 11.4
    In each of the Exercises 1 to 6, find the coordinates of the foci and the vertices, the eccentricity and the length of the latus rectum of the hyperbolas.Question 1. [Tex]\frac{x^2}{16} - \frac{y^2}{9} [/Tex]= 1 Solution: Comparing the given equation with [Tex]\mathbf{\frac{x^2}{a^2} - \frac{y^2}{b^
    9 min read
  • Class 11 NCERT Solutions- Chapter 11 Conic Section - Exercise 11.3
    In each of the Exercises 1 to 9, find the coordinates of the foci, the vertices, the length of the major axis, the minor axis, the eccentricity, and the length of the latus rectum of the ellipse.Question 1.[Tex] \frac{x^2}{36} + \frac{y^2}{16} [/Tex] = 1 Solution: Since denominator of x2/36 is large
    15+ min read
  • Class 11 NCERT Solutions- Chapter 11 Conic Section - 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.Question 1: y2 = 12x Solution: Given equation: y2 = 12x Since the coefficient of x is positive. Therefore, the parabola will open towar
    6 min read
  • Class 10 NCERT Solutions- Chapter 11 Constructions - Exercise 11.1
    In each of the following, give the justification of the construction also:Question 1. Draw a line segment of length 7.6 cm and divide it in the ratio 5 : 8. Measure the two parts.Solution: Steps of construction: To divide the line segment of 7.6 cm in the ratio of 5 : 8. Step 1. Draw a line segment
    12 min read
  • Class 9 NCERT Solutions- Chapter 11 Constructions - Exercise 11.1
    Question 1. Construct an angle of 90° at the initial point of a given ray and justify the construction. Solution: Steps of construction Take a ray with initial point A.Taking care center and same radius draw an Arc of a circle which intersect AB at C.With C as Centre and the same radius, draw an arc
    4 min read
  • Class 11 NCERT Solutions- Chapter 11 Conic Section - Miscellaneous Exercise on Chapter 11
    The chapter on Conic Sections in Class 11 NCERT introduces students to various conic shapes like circles, ellipses, parabolas, and hyperbolas. This miscellaneous exercise covers a variety of problems that help reinforce the concepts learned in the chapter. This section provides solutions to the misc
    7 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences