Analyzing the Setup
Imagine you are standing on a coordinate plane. You have a line, x+y=2, cutting across the first quadrant like a diagonal bridge.
Somewhere on this bridge sits the center of a circle. This circle is constrained to touch two specific boundaries: the vertical wall x=3 and the horizontal floor y=2.
We define the center as (h,k). Since it lies on the line x+y=2, we use the power of parameterization. If we let the x-coordinate be λ, then the y-coordinate must be 2−λ.
Thus, our center is defined as C(λ,2−λ). This substitution is the key that unlocks the entire problem.
The Tangent Trap
Now, consider the lines x=3 and y=2. These are the tangents to the circle.
In geometry, the perpendicular distance from the center of a circle to any tangent line is exactly equal to the radius r. This is the fundamental property we must exploit.
For the vertical line
x=3, the distance is the absolute difference between the x-coordinate of the center and the line:
r=∣λ−3∣
For the horizontal line
y=2, the distance is the absolute difference between the y-coordinate of the center and the line:
r=∣(2−λ)−2∣
This simplifies beautifully to r=∣−λ∣. Since we are in the first quadrant, we know λ must be positive, so ∣−λ∣=λ.
The Algebraic Resolution
We now have two expressions for the same radius:
r=∣λ−3∣ and
r=λ. Since a circle can only have one radius, we equate them:
∣λ−3∣=λ
Because the circle is in the first quadrant and touches x=3, λ must be less than 3. Therefore, the term (λ−3) is negative.
To remove the absolute value, we write:
−(λ−3)=λ
This simplifies to
3−λ=λ. Solving this linear equation is straightforward:
2λ=3⇒λ=23=1.5
Final Calculation
We have found the center coordinate λ=1.5. Consequently, the radius is r=1.5.
The question asks for the diameter of the circle. The diameter
d is twice the radius:
d=2×1.5=3
Through careful visualization and algebraic discipline, we have unraveled the mystery. The final answer is 3.