Animated Solution for Mathematics - Circles: Two circles, each of radius 5 units, touch each other at (1,2). If the equation of their common tangent is 4x+3y=10, find the equation of the circles.
Visualized Solution
Visualizing the Setup
Point of contact: P(1,2)
Common tangent equation: 4x+3y=10
Radius of both circles: r=5
The Normal Line Property
The line joining the centers (Normal) is perpendicular to the tangent at P(1,2).
Slope of the Tangent
Tangent equation: 4x+3y=10
Rewrite in slope-intercept form: y=−34x+310
Slope of tangent: m1=−34
Slope of the Normal
Normal is perpendicular to tangent: m1⋅m2=−1
−34⋅m2=−1
Slope of normal: m2=43
Parametric Form of a Line
Centers lie on the normal line at a distance r=5 from P(1,2).
Parametric form of a line: (x,y)=(x1±rcosθ,y1±rsinθ)
Imagine standing at the point (1,2) on a coordinate plane. You are looking at a line, 4x+3y=10, which acts as a bridge—a common tangent—between two perfect circles, each with a radius of r=5.
To find these circles, we follow the path of the normal. In the world of circles, the radius is the most loyal companion to the tangent. At the point of contact, the radius is always perpendicular to the tangent.
The Normal
Our Compass
First, let's look at our tangent: 4x+3y=10. If we rewrite this in the slope-intercept form, y=−34x+310, we see the slope m1=−34.
Since our normal line is perpendicular to this, its slope m2 must satisfy the condition m1⋅m2=−1. Thus, our normal line has a slope of m2=43.
This slope is our compass; it tells us exactly which direction to travel from our point of contact to find the hidden centers of our circles.
The Parametric Leap
Now, we stand at (1,2) and need to move a distance of r=5 along a line with slope m=43. We use the elegance of parametric coordinates to find the centers.
If the slope is 43, we visualize a right triangle with a base of 4 and a height of 3. The hypotenuse is 32+42=5. This gives us the trigonometric components:
cosθ=54,sinθ=53
Our centers C(h,k) are located at (x0±rcosθ,y0±rsinθ). Substituting our values:
C=(1±5⋅54,2±5⋅53)
This simplifies beautifully to:
C=(1±4,2±3)
The Two Realities
By taking the positive sign, we find our first center: C1(5,5). By taking the negative sign, we find our second center: C2(−3,−1).
We now apply the standard circle equation (x−h)2+(y−k)2=r2.
For C1(5,5), we have:
(x−5)2+(y−5)2=25
Expanding this, we arrive at:
x2+y2−10x−10y+25=0
For C2(−3,−1), we have:
(x+3)2+(y+1)2=25
Expanding this, we arrive at:
x2+y2+6x+2y−15=0
Reflection
We started with a single point and a line, and through the power of perpendicularity and parametric motion, we reconstructed two distinct circles. This is the essence of JEE mathematics: taking a complex, abstract constraint and breaking it down into a sequence of logical, geometric steps.
You have successfully mapped the architecture of the plane. Keep this clarity, and the next problem will be just as conquerable.