Animated Solution for Mathematics - Circles: Let A={(x,y)∈R×R∣2x2+2y2−2x−2y=1}, B={(x,y)∈R×R∣4x2+4y2−16y+7=0} and C={(x,y)∈R×R∣x2+y2−4x−2y+5≤r2}. Then the minimum value of ∣r∣ such that A∪B⊆C is equal to
Select Answer:
Visualized Solution
The Geometric Setup
We are given three sets: A, B, and C.
Sets A and B represent specific circles in the 2D plane.
Set C represents a solid circular region with a variable radius ∣r∣.
Our goal: Find the minimum ∣r∣ such that both A and B are completely inside C.
Decoding Set A
Equation of Set A: 2x2+2y2−2x−2y=1
Divide the entire equation by 2 to make coefficients of x2 and y2 unity.
Reduced form: x2+y2−x−y=21
Center and Radius of Circle A
Compare with x2+y2+2gx+2fy+c=0.
Center C1=(−g,−f)=(21,21)
Radius r1=(−21)2+(−21)2−(−21)=41+41+21=1
Decoding Set B
Equation of Set B: 4x2+4y2−16y+7=0
Divide by 4 to normalize the equation.
Reduced form: x2+y2−4y+47=0
Center and Radius of Circle B
Center C2=(0,2)
Radius r2=02+(−2)2−47=4−47=23
Analyzing the Container Region C
Inequality for Set C: x2+y2−4x−2y+5≤r2
Rearrange to complete the square: (x2−4x+4)+(y2−2y+1)≤r2
Standard Form: (x−2)2+(y−1)2≤r2
Center C3=(2,1) and Radius r3=∣r∣
The Subset Condition A∪B⊆C
We need A∪B⊆C.
This means both Circle A and Circle B must lie completely inside Region C.
Geometric Condition: For a circle (Cinner,rinner) to be inside (Couter,router), the maximum distance from Couter to any point on Cinner must be ≤router.
Formula: Dist(Cinner,Couter)+rinner≤router
Enclosing Circle A
Condition for A⊆C: C1C3+r1≤∣r∣
Calculate C1C3=(2−21)2+(1−21)2
C1C3=(23)2+(21)2=49+41=210
First Constraint on ∣r∣
Substitute C1C3 and r1 into the inequality.
210+1≤∣r∣
∣r∣≥22+10
This is the minimum radius required just to enclose Circle A.
Enclosing Circle B
Condition for B⊆C: C2C3+r2≤∣r∣
Calculate C2C3=(2−0)2+(1−2)2
C2C3=22+(−1)2=4+1=5
Second Constraint on ∣r∣
Substitute C2C3 and r2 into the inequality.
5+23≤∣r∣
∣r∣≥23+25
This is the minimum radius required just to enclose Circle B.
Finding the Minimum ∣r∣
To enclose BOTH circles, ∣r∣ must satisfy both conditions.
∣r∣≥max(22+10,23+25)
Let's approximate to compare:
22+10≈22+3.16=2.58
23+25≈23+4.46=3.73
Final Conclusion
The stricter condition comes from Circle B.
Therefore, the minimum value of ∣r∣ is 23+25.
This perfectly matches one of the given options.
Final Answer:23+25
00:00 / 00:00
The Sigma Insight: Standard and General Equation of a Circle
Solution Diagram
The Geometric Symphony
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving an equation; we are choreographing a dance of circles in the coordinate plane.
We have three sets, A, B, and C, defined by quadratic forms. Our mission is to find the minimum radius ∣r∣ of a container, set C, that can perfectly encapsulate both A and B.
Imagine you are an architect designing a circular enclosure that must safely house two smaller, pre-existing circular structures. This is the essence of our problem.
Decoding the Circles
First, we must strip away the algebraic disguise of these sets. Let us look at set A: 2x2+2y2−2x−2y=1.
To see the circle, we need the coefficients of x2 and y2 to be unity. Dividing by 2, we get x2+y2−x−y=21.
By completing the square, we find the center C1=(21,21) and the radius r1=1.
Now, look at set B: 4x2+4y2−16y+7=0. Normalizing this by dividing by 4, we get x2+y2−4y+47=0.
This reveals a center C2=(0,2) and a radius r2=23.
Finally, the container C is defined by x2+y2−4x−2y+5≤r2, which simplifies to (x−2)2+(y−1)2≤r2. This is a disk centered at C3=(2,1) with radius ∣r∣.
The Containment Logic
Here is the core of our journey. For a circle A to be a subset of C, the distance between their centers, Dist(C1,C3), plus the radius of A, must be less than or equal to the radius of C.
Mathematically, this is expressed as:
Dist(C1,C3)+r1≤∣r∣
This is the 'reach' of our container. If the container does not reach the furthest edge of the inner circle, it fails.
Now, we stand at the crossroads. We have two constraints: ∣r∣≥22+10 and ∣r∣≥23+25.
To satisfy both, we must choose the maximum of these two values. A quick mental check: 10≈3.16, so the first value is ≈2.58.
Since 5≈2.23, the second value is ≈3.73. The second constraint is clearly the stricter one.
Thus, the minimum radius required to capture both circles is 23+25. You have successfully navigated the geometry, the algebra, and the logic. Well done!