JEE Main 2019 — 9 January, Morning Shift. Previous Year Question.
Problem
Three circles of radii $a, b, c$ ($a<b<c$) touch each other externally. If they have the x-axis as a common tangent, then:
Key insight. Since the x-axis is tangent to each circle, every centre’s $y$-coordinate is simply its own radius. Combined with the fact that two externally touching circles have their centres exactly (sum of radii) apart, the whole problem becomes pure coordinate geometry — no circle equations needed, just three distance calculations.
Watch this explained step by step → · More on the Shiwam’s Classes channel
Approach
Since the smallest circle ($b$) sits between the other two along the x-axis, place the centres at $(x_1,a)$, $(x_2,b)$, $(x_3,c)$ with $x_1<x_2<x_3$ — because each centre’s height above the tangent x-axis equals its own radius. Use “distance between centres = sum of radii” for each pair of touching circles to get three equations, then eliminate the unknown $x$-coordinates to leave a pure relation between $a$, $b$, $c$.
Solution
Step 1 — Set up coordinates using the tangent property
Since the x-axis is tangent to each circle, each centre’s $y$-coordinate equals its radius. Let the centres be at $(x_1,a)$, $(x_2,b)$, $(x_3,c)$, with the smaller circle ($b$) sitting between the larger circles $a$ and $c$, so $x_1<x_2<x_3$.
Step 2 — Distance between centres of a and b
Since these circles touch externally, the distance between centres equals the sum of radii:
$$(x_2-x_1)^2 + (a-b)^2 = (a+b)^2$$
$$(x_2-x_1)^2 = (a+b)^2-(a-b)^2 = 4ab \implies x_2-x_1 = 2\sqrt{ab}$$
(taking the positive root since $x_2>x_1$)
Step 3 — Distance between centres of b and c
Similarly:
$$(x_3-x_2)^2 = 4bc \implies x_3-x_2 = 2\sqrt{bc}$$
Step 4 — Distance between centres of a and c
$$(x_3-x_1)^2 = 4ac \implies x_3-x_1 = 2\sqrt{ac}$$
Step 5 — Eliminate the x-coordinates
Since $(x_2-x_1)+(x_3-x_2) = x_3-x_1$:
$$2\sqrt{ab}+2\sqrt{bc} = 2\sqrt{ac}$$
$$\sqrt{ab}+\sqrt{bc} = \sqrt{ac}$$
Step 6 — Divide through by √(abc)
$$\frac{\sqrt{ab}}{\sqrt{abc}} + \frac{\sqrt{bc}}{\sqrt{abc}} = \frac{\sqrt{ac}}{\sqrt{abc}}$$
$$\frac{1}{\sqrt{c}} + \frac{1}{\sqrt{a}} = \frac{1}{\sqrt{b}}$$
Answer
$$\frac{1}{\sqrt{b}} = \frac{1}{\sqrt{a}} + \frac{1}{\sqrt{c}}$$
Common mistakes
- Assuming the three centres are collinear with the middle circle NOT between the other two. Since $b$ is neither the smallest nor largest radius by assumption alone, it’s the geometric arrangement (all three tangent to the same line, touching pairwise) that forces the middle-sized circle to sit between the other two along the x-axis — not necessarily by radius size unless explicitly stated as $a<b<c$.
- Squaring the distance-between-centres equation incorrectly. $(x_2-x_1)^2+(a-b)^2=(a+b)^2$ relies on the difference of the y-coordinates being $a-b$ (not $a+b$), since both centres are on the same side of the x-axis — mixing this up leads to $x_2-x_1$ coming out imaginary or wrong.
Practise next
- Three circles of radii $p,q,r$ touch each other externally with the y-axis as a common tangent, where $q$ sits between $p$ and $r$. Find the relation between $p,q,r$, using the same distance-elimination method.
Show answer
$\dfrac{1}{\sqrt q}=\dfrac{1}{\sqrt p}+\dfrac{1}{\sqrt r}$.
A circle of radius $\rho$ tangent to the $y$-axis has centre at distance $\rho$ from it, so the centres are $(p,y_1)$, $(q,y_2)$, $(r,y_3)$.
Two such circles touching externally have centre distance equal to the sum of radii, and squaring gives the vertical gap between their centres as $2\sqrt{\rho_1\rho_2}$.
With $q$ between $p$ and $r$, the two short gaps add to the long one: $2\sqrt{pq}+2\sqrt{qr}=2\sqrt{pr}$. Dividing by $2\sqrt{pqr}$ gives the relation above. Check with $p=4$, $r=9$: it predicts $q=\tfrac{36}{25}$, and the gaps then balance exactly.

Doubts are answered by Shiwam, usually within a day. Ask about this question specifically — a general question about the chapter is better asked in class.