Let the set of all values of r, for which the circles (x + 1)^2 + (y + 4)^2 = r^2 and x^2 + y^2 - 4x - 2y - 4 = 0 intersect at two distinct points be the interval (alpha, beta). Then alphabeta is equal to

Solution & Explanation

### Related Formula textTwo circles intersect at distinct points if |r_1 - r_2| < d < r_1 + r_2 where d is the distance between their centers. ### Core Logic Circle 1: (x + 1)^2 + (y + 4)^2 = r^2 Center C_1 = (-1, -4) and Radius r_1 = r. Circle 2: x^2 + y^2 - 4x - 2y - 4 = 0 implies (x - 2)^2 + (y - 1)^2 = 3^2 Center C_2 = (2, 1) and Radius r_2 = 3. ### Step 1: Distance Between Centers Distance d between C_1 and C_2: d = sqrt(2 - (-1))^2 + (1 - (-4))^2 d = sqrt3^2 + 5^2 = sqrt9 + 25 = sqrt34 ### Step 2: Applying the Intersection Condition For two distinct intersection points: |r - 3| < sqrt34 < r + 3 Breaking this down into two inequalities: 1) |r - 3| < sqrt34 implies -sqrt34 < r - 3 < sqrt34 implies 3 - sqrt34 < r < 3 + sqrt34 2) r + 3 > sqrt34 implies r > sqrt34 - 3 Since radius r > 0, taking the intersection of the conditions: r in (sqrt34 - 3, sqrt34 + 3) Thus, alpha = sqrt34 - 3 and beta = sqrt34 + 3. ### Step 3: Calculating Final Product alphabeta = (sqrt34 - 3)(sqrt34 + 3) = 34 - 9 = 25 ### Pattern Recognition Intersection of two circles boils down to the fundamental triangle inequality relating the radii to the center distance: |r_1 - r_2| < d < r_1 + r_2. Solving this naturally yields an interval (alpha, beta) formatted as a difference of squares upon multiplication. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Circles

Reference Study Guides

More Circles Previous-Year Questions

Q15 jee_main_2026_21_jan_morning Locus of Intersection of Tangents
Let PQ and MN be two straight lines touching the circle x^2 + y^2 - 4x - 6y - 3 = 0 at the points A and B respectively. Let O be the centre of the circle and angle AOB = pi/3 . Then the locus of the point of intersection of the lines PQ and MN is:
  • A. 3(x^2 + y^2) - 18x - 12y + 25 = 0
  • B. x^2 + y^2 - 12x - 18y - 25 = 0
  • C. x^2 + y^2 - 18x - 12y - 25 = 0
  • D. 3(x^2 + y^2) - 12x - 18y - 25 = 0

Solution

### Related Formula For external tangents from point R forming angle 2theta at the center, the distance d from center to intersection point obeys cos theta = fracrd. ### Core Logic Given circle: x^2 + y^2 - 4x - 6y - 3 = 0 Center O = (2, 3) Radius r = sqrt(-2)^2 + (-3)^2 - (-3) = sqrt4 + 9 + 3 = sqrt16 = 4. The tangents PQ and MN intersect at some point R(h, k). The radius vectors OA and OB subtend angle angle AOB = fracpi3 = 60^circ at the center. The line joining O and R bisects the angle angle AOB. Thus, angle AOR = 30^circ. ### Step 1: Apply Trigonometric Relations
Circle tangents intersection locus diagram for Q15 - JEE Main 2026 Morning
Circle tangents intersection locus diagram for Q15 - JEE Main 2026 Morning
In the right-angled triangle Delta AOR, OA is the radius (r = 4) and OR is the hypotenuse. cos(30^circ) = fracOAOR = fracrOR fracsqrt32 = frac4OR Rightarrow OR = frac8sqrt3 ### Step 2: Construct the Locus Equation The distance squared between O(2,3) and R(h,k) is OR^2: OR^2 = (h - 2)^2 + (k - 3)^2 = left(frac8sqrt3right)^2 (h - 2)^2 + (k - 3)^2 = frac643 h^2 - 4h + 4 + k^2 - 6k + 9 = frac643 3(h^2 + k^2 - 4h - 6k + 13) = 64 3h^2 + 3k^2 - 12h - 18k + 39 - 64 = 0 3(h^2 + k^2) - 12h - 18k - 25 = 0 ### Step 3: Generalize the Equation Replace (h, k) with (x, y) for the general locus: 3(x^2 + y^2) - 12x - 18y - 25 = 0 ### Pattern Recognition The locus of the intersection of tangents enclosing a constant angle is simply a concentric circle. Its radius expands by 1/sin(alpha/2) or 1/cos(theta) depending on whether the angle is measured at intersection or center. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Conic Sections Class 11 Maths: Straight Lines
Q25 jee_main_2026_21_jan_evening Locus
If P is a point on the circle x^2 + y^2 = 4, Q is a point on the straight line 5x + y + 2 = 0 and x - y + 1 = 0 is the perpendicular bisector of PQ, then 13 times the sum of abscissa of all such point P is ____.
Numerical Answer. Answer: 2 to 2

Solution

### Related Formula textPerpendicular bisector properties: m_1m_2 = -1 text and mid-point lies on the line. textParametric point on circle x^2+y^2=r^2 text is (rcostheta, rsintheta) ### Core Logic
Circle locus perpendicular bisector diagram for Q25 - JEE Main 2026 Evening
Circle locus perpendicular bisector diagram for Q25 - JEE Main 2026 Evening
Let P = (2costheta, 2sintheta). Let Q on the line 5x + y + 2 = 0 be Q(alpha, -5alpha-2). The line x - y + 1 = 0 is the perpendicular bisector of PQ. This gives two conditions: slope of PQ is -1, and mid-point of PQ satisfies the bisector equation. ### Step 1: Apply Slope Condition Slope of bisector is 1, so slope of PQ must be -1. frac2sintheta - (-5alpha - 2)2costheta - alpha = -1 2sintheta + 5alpha + 2 = -2costheta + alpha sintheta + costheta + 2alpha + 1 = 0 quad dots (1) ### Step 2: Apply Midpoint Condition Midpoint of PQ is left( frac2costheta + alpha2, frac2sintheta - 5alpha - 22 right). Substitute into x - y + 1 = 0: frac2costheta + alpha2 - frac2sintheta - 5alpha - 22 + 1 = 0 2costheta + alpha - 2sintheta + 5alpha + 2 + 2 = 0 costheta - sintheta + 3alpha + 2 = 0 quad dots (2) ### Step 3: Eliminate alpha and Solve From (1), 2alpha = -sintheta - costheta - 1 implies alpha = frac-sintheta - costheta - 12. Substitute alpha into (2): costheta - sintheta + 3left( frac-sintheta - costheta - 12 right) + 2 = 0 2costheta - 2sintheta - 3sintheta - 3costheta - 3 + 4 = 0 -costheta - 5sintheta + 1 = 0 implies costheta + 5sintheta = 1 Let's express in half angles: 1 - 2sin^2fractheta2 + 10sinfractheta2cosfractheta2 = 1 2sinfractheta2 left( 5cosfractheta2 - sinfractheta2 right) = 0 So, sinfractheta2 = 0 implies costheta = 1 or tanfractheta2 = 5 implies costheta = frac1 - tan^2(theta/2)1 + tan^2(theta/2) = frac1 - 251 + 25 = -frac2426 = -frac1213. ### Step 4: Final Calculation The abscissa of P is 2costheta. Values of abscissa are 2(1) = 2 and 2left(-frac1213right) = -frac2413. Sum of abscissa values = 2 - frac2413 = frac26 - 2413 = frac213. We need 13 times (textSum) = 13 times frac213 = 2. ### Pattern Recognition Instead of finding the image of a generic circle point in a line, construct the reflection point Q parameter, use slope logic (m_1m_2=-1) and midpoint logic simultaneously to create a trigonometric linear equation. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Circles Class 11 Maths: Straight Lines
Q75 jee_main_2025_02_april_morning Tangent Properties of Circles
The absolute difference between the squares of the radii of the two circles passing through the point (-9, 4) and touching the lines x + y = 3 and x - y = 3, is equal to ________.
Numerical Answer. Answer: 768 to 768

Solution

### Related Formula Perpendicular distance from point (x_0, y_0) to line Ax + By + C = 0: d = frac|Ax_0 + By_0 + C|sqrtA^2 + B^2 ### Core Logic Since the circle touches two symmetric intersecting lines, its center must lie on their angle bisector (x-axis). Use this property to find the center parameters.
Tangent Properties of Circles diagram for Q75 - JEE Main 2025 Morning
Tangent Properties of Circles diagram for Q75 - JEE Main 2025 Morning
### Step 1: Establish Center and Radius Equations The lines are x+y-3=0 and x-y-3=0. The intersection point is (3,0), and the bisector line is the x-axis. Let the center be C(a, 0). The radius r is the perpendicular distance to either line: r = frac|a - 0 - 3|sqrt1^2 + 1^2 = frac|a - 3|sqrt2 ### Step 2: Apply Point Passage Constraint The circle equation is (x - a)^2 + y^2 = r^2. Substitute the given passage point (-9, 4): (-9 - a)^2 + 4^2 = left(fraca - 3sqrt2right)^2 2left(a^2 + 18a + 81 + 16right) = a^2 - 6a + 9 2a^2 + 36a + 194 = a^2 - 6a + 9 implies a^2 + 42a + 185 = 0 ### Step 3: Solve for Quadratic Roots Factor the quadratic equation: (a + 37)(a + 5) = 0 implies a_1 = -37, quad a_2 = -5 ### Step 4: Compute Radii Squares Difference Find the corresponding radius value for each root: r_1 = frac|-37 - 3|sqrt2 = frac40sqrt2 = 20sqrt2 implies r_1^2 = 800 r_2 = frac|-5 - 3|sqrt2 = frac8sqrt2 = 4sqrt2 implies r_2^2 = 32 The absolute difference between their squares is: left|r_1^2 - r_2^2right| = |800 - 32| = 768 ### Pattern Recognition Recognizing that the center must lie on the line of symmetry (x-axis) eliminates one variable parameter immediately, reducing a difficult geometric system to a simple single-variable quadratic equation. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Circles Class 11 Mathematics: Straight Lines
Q jee_main_2025_07_april_morning Tangent and Normal to a Circle
Let C_1 be the circle in the third quadrant of radius 3, that touches both coordinate axes. Let C_2 be the circle with centre (1, 3) that touches C_1 externally at the point (alpha, beta). If (beta - alpha)^2 = fracmn, gcd(m, n) = 1, then m + n is equal to:
  • A. 9
  • B. 13
  • C. 22
  • D. 31

Solution

### Related Formula For a circle in the third quadrant touching both coordinate axes, the center layout is (-r, -r) and equation looks like: (x + r)^2 + (y + r)^2 = r^2 For external contact between circles C_1 and C_2, the distance between centers equals the sum of their radii: C_1C_2 = r_1 + r_2 ### Core Logic Circle C_1 has radius r_1 = 3 and touches both axes in the third quadrant, so its center is A(-3, -3). Circle C_2 has center B(1, 3). The distance between centers A and B is: AB = sqrt(1 - (-3))^2 + (3 - (-3))^2 = sqrt4^2 + 6^2 = sqrt16 + 36 = sqrt52 = 2sqrt13 ### Step 1: Determine Radius of Circle 2
Tangent and Normal to a Circle diagram for Q59 - JEE Main 2025 Morning
Tangent and Normal to a Circle diagram for Q59 - JEE Main 2025 Morning
Since the circles touch externally: AB = r_1 + r_2 implies 2sqrt13 = 3 + r_2 implies r_2 = 2sqrt13 - 3 ### Step 2: Locate the Contact Point via Section Formula The point of contact P(alpha, beta) divides the line segment joining centers A(-3, -3) and B(1, 3) internally in the ratio r_1 : r_2 = 3 : (2sqrt13 - 3). Using the internal section formula: alpha = frac3(1) + (2sqrt13 - 3)(-3)3 + (2sqrt13 - 3) = frac3 - 6sqrt13 + 92sqrt13 = frac12 - 6sqrt13 + 02sqrt13 = frac6 - 3sqrt13sqrt13 beta = frac3(3) + (2sqrt13 - 3)(-3)3 + (2sqrt13 - 3) = frac9 - 6sqrt13 + 92sqrt13 = frac18 - 6sqrt132sqrt13 = frac9 - 3sqrt13sqrt13 ### Step 3: Calculate the Difference Value Find (beta - alpha)^2: beta - alpha = frac9 - 3sqrt13sqrt13 - frac6 - 3sqrt13sqrt13 = frac3sqrt13 (beta - alpha)^2 = left(frac3sqrt13right)^2 = frac913 Comparing with fracmn where gcd(m, n) = 1 gives m = 9, n = 13. m + n = 9 + 13 = 22 ### Pattern Recognition Notice that computing (beta - alpha) directly cancels out the irrational sqrt13 term from the numerator before squaring, saving a significant amount of tedious arithmetic expansion. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Coordinate Geometry Class 11 Mathematics: Circles

More Circles Questions — jee_main_2026_22_january_morning

Practice all Circles previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)