Animated Solution for Mathematics - Circles: Two circles in the first quadrant of radii r1 and r2 touch the coordinate axes. Each of them cuts off an intercept of 2 units with the line x+y=2. Then r12+r22−r1r2 is equal to ____.
Enter Numerical Value:
Visualized Solution
Visualizing the Problem
Given: Two circles in the first quadrant touching both axes.
Condition: Both circles cut an intercept of 2 units on the line x+y=2.
Objective: Find the value of r12+r22−r1r2.
General Equation of the Circle
Center C=(r,r)
Radius =r
Equation:(x−r)2+(y−r)2=r2
Distance from Center to Line
Line equation: x+y−2=0
Distance d=a2+b2∣ax1+by1+c∣
Calculating the Distance
d=12+12∣r+r−2∣
d=2∣2r−2∣=2∣r−1∣
The Intercept Formula
Intercept L=2r2−d2
Given L=2⟹2r2−d2=2
Simplifying the Intercept Equation
r2−d2=1
r2−d2=1
Substituting the Distance
Substitute d=2∣r−1∣
r2−(2∣r−1∣)2=1
Expanding the Equation
r2−2(r2−2r+1)=1
r2−2r2+4r−2=1
Forming the Quadratic
−r2+4r−2=1
r2−4r+3=0
Solving for Radii
(r−1)(r−3)=0
r1=1
r2=3
Final Calculation Setup
Evaluate: r12+r22−r1r2
=12+32−(1)(3)
The Final Answer
=1+9−3
=7
Final Answer:7
00:00 / 00:00
The Sigma Insight: Intercepts Made by a Circle
Solution Diagram
Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at the first quadrant. You see a blue line, x+y=2, cutting across the axes.
We are tasked with finding two circles that touch both the x-axis and the y-axis and cut an intercept of exactly 2 units on this line. This is a beautiful exercise in symmetry and geometric intuition.
The First Quadrant Constraint
The first step is to define our circles. If a circle touches both axes in the first quadrant, its center must be equidistant from both axes.
If the radius is r, the center must be at (r,r). The equation of such a circle is:
(x−r)2+(y−r)2=r2
This is our starting point and our anchor in the coordinate plane.
The Bridge to the Line
Now, we need to connect this circle to the line x+y−2=0. The key is the perpendicular distance d from the center (r,r) to the line.
Using the standard formula d=a2+b2∣ax1+by1+c∣, we substitute our center (r,r) and the line equation:
d=12+12∣r+r−2∣=2∣2r−2∣=2∣r−1∣
This distance d serves as the bridge between the circle's center and the line.
The Pythagorean Intercept
The length of an intercept L cut by a circle on a line is governed by the Pythagorean theorem. If you draw a perpendicular from the center to the chord, you create a right-angled triangle where the radius is the hypotenuse, the perpendicular distance d is one leg, and half the chord length (L/2) is the other leg.
Thus, r2=d2+(L/2)2, which rearranges to L=2r2−d2. We are given L=2, so 2r2−d2=2, which simplifies to:
r2−d2=1
The Algebraic Resolution
Now, we substitute our expression for d into this relation: r2−(2∣r−1∣)2=1. Squaring the distance removes the modulus and the square root:
r2−2(r−1)2=1
Expanding this, we get r2−2(r2−2r+1)=1, which simplifies to r2−2r2+4r−2=1. Rearranging the terms, we arrive at the quadratic equation:
r2−4r+3=0
Factoring this, we get (r−1)(r−3)=0, giving us two radii: r1=1 and r2=3.
Final Calculation
We have found our two circles. The final step is to evaluate the expression r12+r22−r1r2.