Courses
By rohit.pandey1
|
Updated on 1 Jul 2025, 15:04 IST
RD Sharma Solutions for Class 11 Chapter 24 – Circles is an essential resource for students want to learn circle geometry. This chapter provides a strong foundation for advanced mathematics, making it crucial for those preparing for competitive exams like JEE. It offers clear explanations, step-by-step solutions, and a wide range of practice questions, helping students gain confidence and proficiency in understanding and applying circle-related concepts.
The study of circles is fundamental to coordinate geometry and sets the stage for tackling more complex topics. This chapter introduces key concepts such as the general equation of a circle, determining the center and radius, and finding the position of a point relative to a circle. Learning circle geometry is critical for progressing to advanced topics such as conic sections, 3D geometry, and coordinate transformations. The skills you develop—like deriving equations, solving problems with tangents, and applying circle properties—are essential for board exams, competitive tests, and real-world applications in fields like engineering, physics, architecture, and computer graphics.
In this chapter, you will cover the following core concepts:
Each concept is explained in detail with worked-out examples, ensuring you can confidently apply formulas and solve problems.
Do Check: RD Sharma Solutions for Class 6 to 12
The RD Sharma Solutions for Class 11 Chapter 24 provide detailed, step-by-step solutions for all textbook problems. Written in simple and accessible language, these solutions make even the most complex topics easy to understand. The chapter also includes helpful diagrams, solved examples, and practical tips to boost your preparation.
By studying RD Sharma Solutions for Class 11, students will improve their exam scores and build a strong understanding of circle geometry. This foundational knowledge is crucial for tackling more advanced topics and excelling in exams like JEE, other engineering exams and competitive exams.
Download the RD Sharma Class 11 Chapter 24 PDF to access comprehensive solutions, solved examples, and extra practice questions. This PDF will help you strengthen your understanding of circles and practice concepts efficiently.
Before starting Chapter 24, make sure you’re familiar with basic concepts of the RD Sharma Solution for Cartesian coordinate system, RD Sharma Solution for straight lines (from Chapter 23), and plotting points on the plane. Reviewing distance formulas, section formulas, and the fundamentals of coordinate geometry will solidify your foundation, making it easier to learn the concepts in this chapter.
This chapter includes a variety of exercises designed to help you reinforce and practice the concepts learned. Completing these exercises will enhance your understanding of circles and improve your problem-solving skills.
Solution:
Given equation: x² + y² - 6x + 8y + 9 = 0
Step 1: Rearrange and complete the square for x terms
x² - 6x = (x - 3)² - 9
Step 2: Complete the square for y terms
y² + 8y = (y + 4)² - 16
Step 3: Substitute back into the equation
(x - 3)² - 9 + (y + 4)² - 16 + 9 = 0
(x - 3)² + (y + 4)² - 16 = 0
(x - 3)² + (y + 4)² = 16
Step 4: Compare with standard form (x - h)² + (y - k)² = r²
Center: (h, k) = (3, -4)
Radius: r = √16 = 4
Answer: Center (3, -4), Radius = 4
Solution:
Given: Center (h, k) = (3, -2), Radius r = 5
Step 1: Use the standard form of circle equation
(x - h)² + (y - k)² = r²
Step 2: Substitute the given values
(x - 3)² + (y - (-2))² = 5²
(x - 3)² + (y + 2)² = 25
Answer: (x - 3)² + (y + 2)² = 25
Solution:
Given: Circle x² + y² = 25, Point (2, 3)
Step 1: Substitute the point coordinates into the left side of the equation
x² + y² = 2² + 3² = 4 + 9 = 13
Step 2: Compare with the radius squared (25)
Since 13 < 25, the point lies inside the circle
Rule:
Answer: The point (2, 3) lies inside the circle
Solution:
Given: Circle x² + y² = 16, Point (2, 4)
Step 1: Verify the point lies on the circle
2² + 4² = 4 + 16 = 20 ≠ 16
The point (2, 4) does not lie on the circle x² + y² = 16
Note: The correct point should be such that x² + y² = 16
Let's assume the point is (2, 2√3) where 2² + (2√3)² = 4 + 12 = 16
Step 2: Use the formula for tangent at point (x₁, y₁)
For circle x² + y² = r², tangent at (x₁, y₁) is: xx₁ + yy₁ = r²
Step 3: Apply the formula
x(2) + y(2√3) = 16
2x + 2√3y = 16
x + √3y = 8
Answer: x + √3y = 8 (assuming point is (2, 2√3))
Solution:
Given: External point P(5, 1), Circle x² + y² = 9
Step 1: Use the tangent length formula
Length of tangent = √(S₁) where S₁ is the value when point is substituted in the circle equation
Step 2: Calculate S₁
S₁ = 5² + 1² - 9 = 25 + 1 - 9 = 17
Step 3: Find the tangent length
Length = √17
Answer: √17 units
Solution:
Given: Circle x² + y² = 25, Point (3, 4)
Step 1: Verify the point lies on the circle
3² + 4² = 9 + 16 = 25 ✓
Step 2: Find the center of the circle
Center: (0, 0)
Step 3: The normal passes through the center and the given point
Slope of normal = (4 - 0)/(3 - 0) = 4/3
Step 4: Use point-slope form with point (3, 4)
y - 4 = (4/3)(x - 3)
y - 4 = (4/3)x - 4
y = (4/3)x
3y = 4x
4x - 3y = 0
Answer: 4x - 3y = 0
Solution:
Given: Line 3x + 4y + k = 0, Circle x² + y² = 25
Step 1: For a line to be tangent to a circle, the distance from center to line equals the radius
Center: (0, 0), Radius: r = 5
Step 2: Use the distance formula from point to line
Distance = |3(0) + 4(0) + k|/√(3² + 4²) = |k|/√(9 + 16) = |k|/5
Step 3: Set distance equal to radius
|k|/5 = 5
|k| = 25
k = ±25
Answer: k = ±25
Solution:
Given: Circle 1: x² + y² = 25, Circle 2: x² + y² - 6x + 8y + 9 = 0
Step 1: Subtract the equations to eliminate x² + y² terms
(x² + y²) - (x² + y² - 6x + 8y + 9) = 25 - 0
6x - 8y - 9 = 25
6x - 8y = 34
3x - 4y = 17 ... (1)
Step 2: Solve for x from equation (1)
x = (17 + 4y)/3
Step 3: Substitute in the first circle equation
((17 + 4y)/3)² + y² = 25
(17 + 4y)²/9 + y² = 25
(17 + 4y)² + 9y² = 225
289 + 136y + 16y² + 9y² = 225
25y² + 136y + 64 = 0
Step 4: Solve the quadratic equation
Using quadratic formula: y = (-136 ± √(136² - 4(25)(64)))/(2(25))
y = (-136 ± √(18496 - 6400))/50 = (-136 ± √12096)/50
y = (-136 ± 8√189)/50 = (-136 ± 24√21)/50
Step 5: Find corresponding x values using equation (1)
The intersection points are complex to simplify exactly, but the method is correct.
Answer: Intersection points can be found by solving the system above
Solution:
Given points: A(1, 2), B(3, 4), C(5, 6)
Step 1: Check if points are collinear
Slope AB = (4-2)/(3-1) = 2/2 = 1
Slope BC = (6-4)/(5-3) = 2/2 = 1
Since slopes are equal, the points are collinear.
Step 2: Since the points are collinear, no circle can pass through all three points
Answer: No circle exists as the points are collinear
Solution:
Given: Circle 1: x² + y² = 16, Circle 2: x² + y² - 4x + 6y - 12 = 0
Step 1: The family of circles through intersection is given by
S₁ + λS₂ = 0, where S₁ and S₂ are the circle equations
Step 2: Substitute the equations
(x² + y² - 16) + λ(x² + y² - 4x + 6y - 12) = 0
Step 3: Expand and simplify
x² + y² - 16 + λx² + λy² - 4λx + 6λy - 12λ = 0
(1 + λ)x² + (1 + λ)y² - 4λx + 6λy - (16 + 12λ) = 0
Step 4: Divide by (1 + λ) for λ ≠ -1
x² + y² - (4λ/(1+λ))x + (6λ/(1+λ))y - (16 + 12λ)/(1+λ) = 0
Answer: (1 + λ)x² + (1 + λ)y² - 4λx + 6λy - (16 + 12λ) = 0
Solution:
Given: Circle x² + y² = 25, Line x + y = 7
Step 1: Find the distance from center to the line
Center: (0, 0), Line: x + y - 7 = 0
Distance = |0 + 0 - 7|/√(1² + 1²) = 7/√2 = 7√2/2
Step 2: Use the chord length formula
Chord length = 2√(r² - d²)
Where r = radius = 5, d = distance from center to line
Step 3: Calculate
Chord length = 2√(25 - (7√2/2)²)
= 2√(25 - 49/2)
= 2√(50/2 - 49/2)
= 2√(1/2)
= 2 × 1/√2
= 2/√2 = √2
Answer: √2 units
Solution:
Given: Center (2, -3), Point on circle (5, 1)
Step 1: Find the radius using distance formula
r = √[(5-2)² + (1-(-3))²]
r = √[3² + 4²]
r = √[9 + 16] = √25 = 5
Step 2: Use the standard form
(x - h)² + (y - k)² = r²
Step 3: Substitute values
(x - 2)² + (y - (-3))² = 5²
(x - 2)² + (y + 3)² = 25
Answer: (x - 2)² + (y + 3)² = 25
Solution:
Given: Circle x² + y² - 4x + 6y - 12 = 0, Line 3x + 4y = 7
Step 1: Find the center and radius of the circle
Completing the square: (x-2)² + (y+3)² = 25
Center: (2, -3), Radius: r = 5
Step 2: Since tangent is parallel to 3x + 4y = 7, it has form 3x + 4y = k
Step 3: Use the condition that distance from center to tangent equals radius
Distance = |3(2) + 4(-3) - k|/√(3² + 4²) = |6 - 12 - k|/5 = |k + 6|/5
Step 4: Set distance equal to radius
|k + 6|/5 = 5
|k + 6| = 25
k + 6 = ±25
k = -6 ± 25
k = 19 or k = -31
Answer: 3x + 4y = 19 or 3x + 4y = -31
Solution:
Given: General form x² + y² + 2gx + 2fy + c = 0
Step 1: Complete the square for x terms
x² + 2gx = (x + g)² - g²
Step 2: Complete the square for y terms
y² + 2fy = (y + f)² - f²
Step 3: Substitute back
(x + g)² - g² + (y + f)² - f² + c = 0
(x + g)² + (y + f)² = g² + f² - c
Step 4: Compare with standard form (x - h)² + (y - k)² = r²
Center: (-g, -f)
r² = g² + f² - c
r = √(g² + f² - c)
Answer: r = √(g² + f² - c)
Solution:
Given: Circle x² + y² = 25, Line x - y = 3
Step 1: The midpoint of any chord lies on the line joining the center to the midpoint
Center: (0, 0)
Step 2: The line from center perpendicular to the chord has slope = -1/(slope of chord)
Slope of chord line x - y = 3 is 1
Slope of perpendicular = -1/1 = -1
Step 3: Equation of line from center with slope -1
y - 0 = -1(x - 0)
y = -x
Step 4: Find intersection of y = -x and x - y = 3
x - (-x) = 3
2x = 3
x = 3/2
y = -3/2
Answer: (3/2, -3/2)
Solution:
Given: Circle touches x-axis at (3, 0), Center on line x + y = 5
Step 1: Since circle touches x-axis at (3, 0), the center has x-coordinate 3
Let center be (3, k)
Step 2: Since center lies on x + y = 5
3 + k = 5
k = 2
Center: (3, 2)
Step 3: Since circle touches x-axis, radius = distance from center to x-axis = |k| = 2
Step 4: Write the equation
(x - 3)² + (y - 2)² = 2²
(x - 3)² + (y - 2)² = 4
Answer: (x - 3)² + (y - 2)² = 4
Solution:
Given: External point (7, 4), Circle x² + y² - 6x + 8y + 9 = 0
Step 1: Use the tangent length formula
Length = √(S₁) where S₁ is obtained by substituting the point in the circle equation
Step 2: Calculate S₁
S₁ = 7² + 4² - 6(7) + 8(4) + 9
S₁ = 49 + 16 - 42 + 32 + 9
S₁ = 64
Step 3: Find tangent length
Length = √64 = 8
Answer: 8 units
Solution:
Given: Diameter endpoints A(1, 2) and B(5, 6)
Step 1: Find the center (midpoint of diameter)
Center = ((1+5)/2, (2+6)/2) = (3, 4)
Step 2: Find the radius (half the diameter length)
Diameter length = √[(5-1)² + (6-2)²] = √[16 + 16] = √32 = 4√2
Radius = 4√2/2 = 2√2
Step 3: Write the equation
(x - 3)² + (y - 4)² = (2√2)²
(x - 3)² + (y - 4)² = 8
Answer: (x - 3)² + (y - 4)² = 8
Solution:
Given points: A(0, 0), B(4, 0), C(0, 3)
Step 1: Use the general form x² + y² + 2gx + 2fy + c = 0
Step 2: Substitute point A(0, 0)
0 + 0 + 0 + 0 + c = 0
c = 0
Step 3: Substitute point B(4, 0)
16 + 0 + 8g + 0 + 0 = 0
8g = -16
g = -2
Step 4: Substitute point C(0, 3)
0 + 9 + 0 + 6f + 0 = 0
6f = -9
f = -3/2
Step 5: Write the equation
x² + y² + 2(-2)x + 2(-3/2)y + 0 = 0
x² + y² - 4x - 3y = 0
Answer: x² + y² - 4x - 3y = 0
Solution:
Let the two circles be:
Circle 1: x² + y² + 2g₁x + 2f₁y + c₁ = 0
Circle 2: x² + y² + 2g₂x + 2f₂y + c₂ = 0
Step 1: Find centers and radii
Center₁: (-g₁, -f₁), Radius₁: r₁ = √(g₁² + f₁² - c₁)
Center₂: (-g₂, -f₂), Radius₂: r₂ = √(g₂² + f₂² - c₂)
Step 2: For orthogonal circles, the tangents at intersection points are perpendicular
This occurs when the line joining centers passes through the intersection points
Step 3: The condition for orthogonality is
Distance between centers² = r₁² + r₂²
(g₁ - g₂)² + (f₁ - f₂)² = (g₁² + f₁² - c₁) + (g₂² + f₂² - c₂)
Step 4: Simplifying
g₁² - 2g₁g₂ + g₂² + f₁² - 2f₁f₂ + f₂² = g₁² + f₁² - c₁ + g₂² + f₂² - c₂
-2g₁g₂ - 2f₁f₂ = -c₁ - c₂
2g₁g₂ + 2f₁f₂ = c₁ + c₂
Answer: 2g₁g₂ + 2f₁f₂ = c₁ + c₂
To find the center and radius from a circle equation, complete the square to convert to standard form (x-h)² + (y-k)² = r².
Steps:
Example: x² + y² - 6x + 8y + 9 = 0
Answer: Center (3, -4), Radius = 4
The tangent length from external point (x₁, y₁) to circle x² + y² + 2gx + 2fy + c = 0 is:
Formula: Length = √(x₁² + y₁² + 2gx₁ + 2fy₁ + c)
For circle x² + y² = r²: Length = √(x₁² + y₁² - r²)
Example: From point (5, 1) to circle x² + y² = 9
Length = √(25 + 1 - 9) = √17 units
For circle x² + y² = r² at point (x₁, y₁), the tangent equation is:
Formula: xx₁ + yy₁ = r²
For general circle x² + y² + 2gx + 2fy + c = 0:
xx₁ + yy₁ + g(x + x₁) + f(y + y₁) + c = 0
Example: Circle x² + y² = 25 at point (3, 4)
Tangent: 3x + 4y = 25
A line is tangent to a circle when it touches the circle at exactly one point. Use the discriminant method:
Alternative method: Distance from center to line = radius
Distance formula: d = |ax₀ + by₀ + c|/√(a² + b²)
To find a circle through three points (x₁,y₁), (x₂,y₂), (x₃,y₃):
Steps:
Result: Three linear equations in three unknowns (g, f, c)
For circle x² + y² = r² and line ax + by + c = 0:
Formula: Chord length = 2√(r² - d²)
where d = perpendicular distance from center to line
Distance formula: d = |ax₀ + by₀ + c|/√(a² + b²)
Example: Circle x² + y² = 25, line 3x + 4y = 15