HOME/NOTES/CONCEPT

Family of Circles: Complete JEE Notes

Ritesh Raj · 15 Aug 2026
Aa
30 min read12 sectionsConcept

A circle is fixed by three numbers. Write it as

x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0

and you are looking at three unknowns gg, ff and cc. So three independent conditions pin down exactly one circle, and any two conditions leave a whole one-parameter collection of circles behind. That collection is what this chapter is about.

The wasteful way to handle two conditions is to set up gg, ff, cc as unknowns, write two equations, and carry a leftover parameter through pages of algebra. The efficient way is to write down a single expression that already satisfies both conditions and carries one visible parameter λ\lambda. Then the third condition becomes one small equation in λ\lambda, and you are done in three lines instead of thirty.

That is the whole method. Build the family first, fit λ\lambda last.

What you should be able to do by the end

Given any two conditions on a circle, write the family in one line without hesitating about which form to use, and then read off λ\lambda from the third condition.

We start with lines, because the parameter trick is easier to see there and it is the same trick.

Family of lines: where the λ\lambda trick starts

Take two lines that actually meet:

L1a1x+b1y+c1=0,L2a2x+b2y+c2=0.L_1\equiv a_1x+b_1y+c_1=0,\qquad L_2\equiv a_2x+b_2y+c_2=0.

Let PP be their point of intersection. Now look at

L1+λL2=0.L_1+\lambda L_2=0.

Two things are true at once, and both matter.

It is a line. Expanding gives (a1+λa2)x+(b1+λb2)y+(c1+λc2)=0(a_1+\lambda a_2)x+(b_1+\lambda b_2)y+(c_1+\lambda c_2)=0, which is first degree in xx and yy.

It passes through PP. At PP both L1L_1 and L2L_2 are zero, so L1+λL2L_1+\lambda L_2 is 0+λ0=00+\lambda\cdot 0=0 whatever λ\lambda is.

So L1+λL2=0L_1+\lambda L_2=0 is the whole pencil of lines through PP, with one exception: L2=0L_2=0 itself is never produced, because no finite λ\lambda can kill L1L_1 entirely.

Every line of the family L1 + lambda L2 = 0 passes through the fixed point P

SituationWhat to write
Line through the intersection of L1=0L_1=0 and L2=0L_2=0L1+λL2=0L_1+\lambda L_2=0
A family with a parameter, asked for its fixed pointgroup the terms as A+λB=0A+\lambda B=0, then solve A=0A=0, B=0B=0

The second row is the same statement read backwards, and it is the version JEE prefers.

Example 1. Show that for every real λ\lambda the line (1+2λ)x+(1λ)y=3+3λ(1+2\lambda)x+(1-\lambda)y=3+3\lambda passes through a fixed point, and find it.

SHOW SOLUTION

Step 1: Collect the λ\lambda terms. Bring everything to one side and group:

(x+y3)+λ(2xy3)=0.(x+y-3)+\lambda(2x-y-3)=0.

Step 2: Read the condition. This holds for every λ\lambda only if both brackets vanish, because a linear expression in λ\lambda is identically zero only when its constant term and its coefficient of λ\lambda are both zero.

x+y3=0and2xy3=0.x+y-3=0\quad\text{and}\quad 2x-y-3=0.

Step 3: Solve the pair. Adding, 3x=63x=6, so x=2x=2, and then y=1y=1.

Step 4: Verify. Put (2,1)(2,1) into the original: (1+2λ)(2)+(1λ)(1)=2+4λ+1λ=3+3λ(1+2\lambda)(2)+(1-\lambda)(1)=2+4\lambda+1-\lambda=3+3\lambda. It matches the right side for all λ\lambda.

Answer: (2,1)\boxed{(2,1)}

Example 2. Find the equation of the line that passes through the intersection of 3x4y+6=03x-4y+6=0 and x+y+2=0x+y+2=0 and is perpendicular to 2x+3y=02x+3y=0.

SHOW SOLUTION

Step 1: Write the family. Every line through the intersection is

(3x4y+6)+λ(x+y+2)=0,(3x-4y+6)+\lambda(x+y+2)=0,

that is, (3+λ)x+(λ4)y+(6+2λ)=0(3+\lambda)x+(\lambda-4)y+(6+2\lambda)=0.

Step 2: Use the perpendicularity. The given line 2x+3y=02x+3y=0 has slope 23-\dfrac23, so our line needs slope 32\dfrac32. The family has slope 3+λλ4-\dfrac{3+\lambda}{\lambda-4}, so

3+λλ4=32  2(3+λ)=3(λ4)  62λ=3λ12.-\frac{3+\lambda}{\lambda-4}=\frac32\ \Longrightarrow\ -2(3+\lambda)=3(\lambda-4)\ \Longrightarrow\ -6-2\lambda=3\lambda-12.

Step 3: Solve. 5λ=65\lambda=6, so λ=65\lambda=\dfrac65.

Step 4: Substitute back. Multiplying the family by 55 first keeps the arithmetic clean:

5(3x4y+6)+6(x+y+2)=0  21x14y+42=0  3x2y+6=0.5(3x-4y+6)+6(x+y+2)=0\ \Longrightarrow\ 21x-14y+42=0\ \Longrightarrow\ 3x-2y+6=0.

Step 5: Check. The two given lines meet where 3x4y+6=03x-4y+6=0 and x+y+2=0x+y+2=0, which gives x=2x=-2, y=0y=0. And 3(2)2(0)+6=03(-2)-2(0)+6=0, so the point is on our line. Its slope is 32\dfrac32, perpendicular to 23-\dfrac23.

Answer: 3x2y+6=0\boxed{3x-2y+6=0}

Why we bother with the shortcut

Finding the intersection point first and then writing a line through it also works, and for Example 2 it is barely longer. The advantage of the family form shows up when the intersection point is ugly, or when the question never asks for it. Then you never compute it at all.

Type 1: circles through the intersection of a circle and a line

Let

Sx2+y2+2gx+2fy+c=0,Lx+my+n=0,S\equiv x^2+y^2+2gx+2fy+c=0,\qquad L\equiv \ell x+my+n=0,

and suppose the line cuts the circle at AA and BB. Then

S+λL=0S+\lambda L=0

is the family of all circles through AA and BB, with λ\lambda any real number.

The reasoning is the same two-part check as for lines.

It is a circle. Adding λL\lambda L changes only the xx, yy and constant terms. The coefficients of x2x^2 and y2y^2 stay at 11 and no xyxy term appears, which are exactly the conditions for a circle.

It passes through AA and BB. At either point S=0S=0 and L=0L=0, so the whole expression is zero.

The family S+λL=0S + \lambda L = 0, with every member through the two intersection points A and B

Written out, the member with parameter λ\lambda is

x2+y2+(2g+λ)x+(2f+λm)y+(c+λn)=0,x^2+y^2+(2g+\lambda \ell)x+(2f+\lambda m)y+(c+\lambda n)=0,

so its centre is (gλ2,fλm2)\left(-g-\dfrac{\lambda \ell}{2},\,-f-\dfrac{\lambda m}{2}\right). As λ\lambda runs over the reals that centre travels along a straight line, and that line is the perpendicular bisector of ABAB. Every circle through AA and BB must have its centre there, so this is a free check on your algebra.

The mistake that costs the mark

S+λL=0S+\lambda L=0 needs SS written with the coefficient of x2x^2 equal to 11. If the question hands you 3x2+3y212x+6y9=03x^2+3y^2-12x+6y-9=0, divide by 33 first. Skip that step and every coefficient afterwards is off by a factor, and the λ\lambda you compute means nothing.

Example 3. Find the circle that passes through the points where x2+y2=25x^2+y^2=25 meets 3x4y5=03x-4y-5=0, and also through (1,2)(1,2).

SHOW SOLUTION

Step 1: Write the family.

x2+y225+λ(3x4y5)=0.x^2+y^2-25+\lambda(3x-4y-5)=0.

Step 2: Impose the extra point. Put x=1x=1, y=2y=2:

1+425+λ(385)=0  2010λ=0.1+4-25+\lambda(3-8-5)=0\ \Longrightarrow\ -20-10\lambda=0.

Step 3: Solve for λ\lambda. λ=2\lambda=-2.

Step 4: Substitute back.

x2+y2252(3x4y5)=0  x2+y26x+8y15=0.x^2+y^2-25-2(3x-4y-5)=0\ \Longrightarrow\ x^2+y^2-6x+8y-15=0.

Step 5: Check. At (1,2)(1,2): 1+46+1615=01+4-6+16-15=0. Correct. The centre is (3,4)(3,-4), which does lie on the line through the origin perpendicular to 3x4y5=03x-4y-5=0, as predicted.

Answer: x2+y26x+8y15=0\boxed{x^2+y^2-6x+8y-15=0}

Example 4. The line y=xy=x cuts the circle x2+y22x=0x^2+y^2-2x=0 in the segment ABAB. Find the circle on ABAB as diameter.

SHOW SOLUTION

Step 1: Write the family. Every circle through AA and BB is

x2+y22x+λ(yx)=0,x^2+y^2-2x+\lambda(y-x)=0,

that is x2+y2(2+λ)x+λy=0x^2+y^2-(2+\lambda)x+\lambda y=0.

Step 2: Turn "AB is a diameter" into a condition. A circle has ABAB as a diameter exactly when its centre is the midpoint of ABAB, and in particular when its centre lies on the line ABAB. Since both AA and BB are on the family circle, the centre being on ABAB forces ABAB to be a diameter.

Step 3: Locate the centre. From Step 1 the centre is

(2+λ2, λ2).\left(\frac{2+\lambda}{2},\ -\frac{\lambda}{2}\right).

Step 4: Put the centre on y=xy=x.

λ2=2+λ2  λ=2+λ  λ=1.-\frac{\lambda}{2}=\frac{2+\lambda}{2}\ \Longrightarrow\ -\lambda=2+\lambda\ \Longrightarrow\ \lambda=-1.

Step 5: Substitute.

x2+y2(21)xy=0  x2+y2xy=0.x^2+y^2-(2-1)x-y=0\ \Longrightarrow\ x^2+y^2-x-y=0.

Step 6: Check. Solving y=xy=x with x2+y22x=0x^2+y^2-2x=0 gives 2x22x=02x^2-2x=0, so A=(0,0)A=(0,0) and B=(1,1)B=(1,1). Their midpoint is (12,12)\left(\dfrac12,\dfrac12\right), which is exactly the centre of x2+y2xy=0x^2+y^2-x-y=0, and the radius 12\dfrac{1}{\sqrt2} equals half of AB=2AB=\sqrt2.

Answer: x2+y2xy=0\boxed{x^2+y^2-x-y=0}

Two conditions worth recognising instantly

For a member of the family S+λL=0S+\lambda L=0: "ABAB is a diameter" means the centre lies on LL, and "the circle is the smallest of the family" means the same thing, because the smallest circle through AA and BB is the one on ABAB as diameter. Both give you one linear equation in λ\lambda.

Type 2: circles through the intersection of two circles

Let

S1x2+y2+2g1x+2f1y+c1=0,S2x2+y2+2g2x+2f2y+c2=0S_1\equiv x^2+y^2+2g_1x+2f_1y+c_1=0,\qquad S_2\equiv x^2+y^2+2g_2x+2f_2y+c_2=0

meet at PP and QQ. Then

S1+λS2=0,λ1,S_1+\lambda S_2=0,\qquad \lambda\neq-1,

is the family of circles through PP and QQ.

Here the excluded value matters. Expanding,

(1+λ)(x2+y2)+2(g1+λg2)x+2(f1+λf2)y+(c1+λc2)=0,(1+\lambda)(x^2+y^2)+2(g_1+\lambda g_2)x+2(f_1+\lambda f_2)y+(c_1+\lambda c_2)=0,

and dividing by 1+λ1+\lambda gives a genuine circle. At λ=1\lambda=-1 the quadratic terms cancel completely and what is left,

S1S2=0,S_1-S_2=0,

is a straight line: the common chord PQPQ. That is not an accident, it is the degenerate member of the family, and it is useful in its own right.

Two traps in one line

First, S1S_1 and S2S_2 must both be normalised so that the coefficient of x2x^2 is 11 before you combine them. Second, λ=1\lambda=-1 is excluded from the circle family. Write λ1\lambda\neq-1 every time, because examiners set questions where the algebra pushes you towards exactly that value and the correct conclusion is "no such circle exists, the locus is a line".

Example 5. Find the circle through the points common to x2+y24x2y8=0x^2+y^2-4x-2y-8=0 and x2+y22x4y8=0x^2+y^2-2x-4y-8=0 that also passes through (1,4)(-1,4).

SHOW SOLUTION

Step 1: Write the family.

(x2+y24x2y8)+λ(x2+y22x4y8)=0.(x^2+y^2-4x-2y-8)+\lambda(x^2+y^2-2x-4y-8)=0.

Step 2: Impose the point (1,4)(-1,4). For the first bracket:

1+16+488=5.1+16+4-8-8=5.

For the second:

1+16+2168=5.1+16+2-16-8=-5.

Step 3: Solve. So 5+λ(5)=05+\lambda(-5)=0, giving λ=1\lambda=1.

Step 4: Substitute and divide by 1+λ=21+\lambda=2.

2x2+2y26x6y16=0  x2+y23x3y8=0.2x^2+2y^2-6x-6y-16=0\ \Longrightarrow\ x^2+y^2-3x-3y-8=0.

Step 5: Check. At (1,4)(-1,4): 1+16+3128=01+16+3-12-8=0. Correct.

Answer: x2+y23x3y8=0\boxed{x^2+y^2-3x-3y-8=0}

The same idea works when the two curves are not circles, and that is where JEE has been going lately.

Example 6 (JEE Main 2026, 23 Jan Shift 2). The points of intersection of the two conics

x2+2y26x12y+23=0and4x2+2y220x12y+35=0x^2+2y^2-6x-12y+23=0\quad\text{and}\quad 4x^2+2y^2-20x-12y+35=0

lie on a circle of radius rr with centre (a,b)(a,b). Find ab+18r2ab+18r^2.

SHOW SOLUTION

Step 1: Use the family even though these are not circles. Any curve through all the common points is

S1+λS2=0.S_1+\lambda S_2=0.

Step 2: Force it to be a circle. A second degree curve is a circle when the coefficients of x2x^2 and y2y^2 are equal and there is no xyxy term. There is no xyxy term here, so we only need

1+4λ=2+2λ  2λ=1  λ=12.1+4\lambda=2+2\lambda\ \Longrightarrow\ 2\lambda=1\ \Longrightarrow\ \lambda=\frac12.

Step 3: Build that member. With λ=12\lambda=\dfrac12:

x2 ⁣: 1+2=3,y2 ⁣: 2+1=3,x ⁣: 610=16,y ⁣: 126=18,x^2\!:\ 1+2=3,\qquad y^2\!:\ 2+1=3,\qquad x\!:\ -6-10=-16,\qquad y\!:\ -12-6=-18,

and the constant is 23+352=81223+\dfrac{35}{2}=\dfrac{81}{2}.

Step 4: Normalise by dividing by 33.

x2+y2163x6y+272=0.x^2+y^2-\frac{16}{3}x-6y+\frac{27}{2}=0.

Step 5: Read the centre and radius. Comparing with x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 gives g=83g=-\dfrac83, f=3f=-3, c=272c=\dfrac{27}{2}, so

(a,b)=(83,3),r2=g2+f2c=649+9272=128+16224318=4718.(a,b)=\left(\frac83,\,3\right),\qquad r^2=g^2+f^2-c=\frac{64}{9}+9-\frac{27}{2}=\frac{128+162-243}{18}=\frac{47}{18}.

Step 6: Assemble.

ab+18r2=833+184718=8+47=55.ab+18r^2=\frac83\cdot3+18\cdot\frac{47}{18}=8+47=55.

Answer: 55\boxed{55}

Read this as a technique, not a special case

Whenever a question says "the intersection points of two curves lie on a circle", do not solve for the intersection points. Write S1+λS2=0S_1+\lambda S_2=0 and choose λ\lambda to make it a circle. The four intersection points of two conics almost never have nice coordinates, but the circle through them nearly always does.

Type 3: circles through two given points

If the two points A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2) are given directly, you do not need a circle to start from. The smallest circle through them is the one on ABAB as diameter,

(xx1)(xx2)+(yy1)(yy2)=0,(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0,

and the line ABAB can be written in determinant form as

xy1x1y11x2y21=0.\begin{vmatrix} x & y & 1\\ x_1 & y_1 & 1\\ x_2 & y_2 & 1\end{vmatrix}=0.

Adding λ\lambda times the second to the first gives every circle through AA and BB:

(xx1)(xx2)+(yy1)(yy2)+λxy1x1y11x2y21=0.(x-x_1)(x-x_2)+(y-y_1)(y-y_2)+\lambda\begin{vmatrix} x & y & 1\\ x_1 & y_1 & 1\\ x_2 & y_2 & 1\end{vmatrix}=0.

In practice you write the line ABAB in ordinary form and add λ\lambda times it. The determinant is just a way of remembering the line without a separate calculation.

Why the diameter circle works. If P(x,y)P(x,y) is any point of the circle on ABAB as diameter, other than AA or BB, then the angle in a semicircle gives APB=90\angle APB=90^\circ, so PAPBPA\perp PB. The vectors PA\overrightarrow{PA} and PB\overrightarrow{PB} have components (x1x,y1y)(x_1-x,\,y_1-y) and (x2x,y2y)(x_2-x,\,y_2-y), and perpendicular vectors have zero dot product: (x1x)(x2x)+(y1y)(y2y)=0.(x_1-x)(x_2-x)+(y_1-y)(y_2-y)=0.

Multiplying each bracket pair by (1)(1)=1(-1)(-1)=1 gives the form quoted above. It also holds at P=AP=A and P=BP=B, so the whole circle is captured.

Example 7. Find the circle through A(1,2)A(1,-2) and B(5,4)B(5,4) whose centre lies on the line xy=3x-y=3.

SHOW SOLUTION

Step 1: Write the diameter circle.

(x1)(x5)+(y+2)(y4)=0  x2+y26x2y3=0.(x-1)(x-5)+(y+2)(y-4)=0\ \Longrightarrow\ x^2+y^2-6x-2y-3=0.

Step 2: Write the line ABAB. Slope =4+251=32=\dfrac{4+2}{5-1}=\dfrac32, so y+2=32(x1)y+2=\dfrac32(x-1), that is

3x2y7=0.3x-2y-7=0.

Step 3: Write the family.

x2+y26x2y3+λ(3x2y7)=0.x^2+y^2-6x-2y-3+\lambda(3x-2y-7)=0.

Step 4: Find the centre. Comparing coefficients, 2g=6+3λ2g=-6+3\lambda and 2f=22λ2f=-2-2\lambda, so the centre is

(33λ2, 1+λ).\left(3-\frac{3\lambda}{2},\ 1+\lambda\right).

Step 5: Put the centre on xy=3x-y=3.

(33λ2)(1+λ)=3  25λ2=3  λ=25.\left(3-\frac{3\lambda}{2}\right)-(1+\lambda)=3\ \Longrightarrow\ 2-\frac{5\lambda}{2}=3\ \Longrightarrow\ \lambda=-\frac25.

Step 6: Substitute. Multiply the family by 55 to clear fractions:

5(x2+y26x2y3)2(3x2y7)=0  5x2+5y236x6y1=0.5(x^2+y^2-6x-2y-3)-2(3x-2y-7)=0\ \Longrightarrow\ 5x^2+5y^2-36x-6y-1=0.

Step 7: Check. The centre is (185,35)\left(\dfrac{18}{5},\dfrac35\right) and 18535=155=3\dfrac{18}{5}-\dfrac35=\dfrac{15}{5}=3, so it is on the given line. At A(1,2)A(1,-2) the left side is 5+2036+121=05+20-36+12-1=0, and at B(5,4)B(5,4) it is 125+80180241=0125+80-180-24-1=0.

Answer: 5x2+5y236x6y1=0\boxed{5x^2+5y^2-36x-6y-1=0}

Example 8. A circle passes through A(2,0)A(2,0) and B(0,4)B(0,4) and touches the xx-axis. Find it.

SHOW SOLUTION

Step 1: The diameter circle.

(x2)(x0)+(y0)(y4)=0  x2+y22x4y=0.(x-2)(x-0)+(y-0)(y-4)=0\ \Longrightarrow\ x^2+y^2-2x-4y=0.

Step 2: The line ABAB. Intercept form x2+y4=1\dfrac x2+\dfrac y4=1 gives 2x+y4=02x+y-4=0.

Step 3: The family.

x2+y22x4y+λ(2x+y4)=0,x^2+y^2-2x-4y+\lambda(2x+y-4)=0,

that is x2+y2+(2λ2)x+(λ4)y4λ=0x^2+y^2+(2\lambda-2)x+(\lambda-4)y-4\lambda=0.

Step 4: Turn "touches the xx-axis" into an equation. Put y=0y=0 and demand a repeated root:

x2+(2λ2)x4λ=0,discriminant=0.x^2+(2\lambda-2)x-4\lambda=0,\qquad \text{discriminant}=0.(2λ2)2+16λ=0  4λ28λ+4+16λ=0  4λ2+8λ+4=0.(2\lambda-2)^2+16\lambda=0\ \Longrightarrow\ 4\lambda^2-8\lambda+4+16\lambda=0\ \Longrightarrow\ 4\lambda^2+8\lambda+4=0.

Step 5: Solve. Dividing by 44, (λ+1)2=0(\lambda+1)^2=0, so λ=1\lambda=-1.

Step 6: Substitute.

x2+y24x5y+4=0.x^2+y^2-4x-5y+4=0.

Step 7: Check. Setting y=0y=0 gives x24x+4=(x2)2=0x^2-4x+4=(x-2)^2=0, a repeated root at x=2x=2, so the circle touches the xx-axis at (2,0)(2,0), which is AA itself. At B(0,4)B(0,4): 0+16020+4=00+16-0-20+4=0. Correct.

Answer: x2+y24x5y+4=0\boxed{x^2+y^2-4x-5y+4=0}

Why only one answer here

A repeated root in λ\lambda is the algebra telling you the two solutions have merged. Geometrically, AA already sits on the xx-axis, so any circle through AA that touches the xx-axis must touch it at AA, and there is only one such circle through BB as well. When AA is not on the axis you get a genuine quadratic in λ\lambda and two circles.

Type 4: circles touching a given line at a given point

Suppose every circle must touch the line Lx+my+n=0L\equiv \ell x+my+n=0 at the fixed point T(x1,y1)T(x_1,y_1), which lies on LL. Then

(xx1)2+(yy1)2+λL=0.(x-x_1)^2+(y-y_1)^2+\lambda L=0.

This is the previous idea taken to its limit. The point circle (xx1)2+(yy1)2=0(x-x_1)^2+(y-y_1)^2=0 plays the role of "the two intersection points have merged into one", and adding λL\lambda L swings a whole family through that single point, all tangent to LL there.

Two special cases are worth keeping ready.
The line LL isThe family becomes
the vertical line x=x1x=x_1(xx1)2+(yy1)2+λ(xx1)=0(x-x_1)^2+(y-y_1)^2+\lambda(x-x_1)=0
the horizontal line y=y1y=y_1(xx1)2+(yy1)2+λ(yy1)=0(x-x_1)^2+(y-y_1)^2+\lambda(y-y_1)=0

Why it really is tangent. Substituting L=0L=0 into the family leaves (xx1)2+(yy1)2=0(x-x_1)^2+(y-y_1)^2=0, whose only real solution is the single point TT. A line meeting a circle in exactly one point is a tangent, so every member touches LL at TT.

Example 9 (IIT JEE 2011). A circle passes through (1,0)(-1,0) and touches the yy-axis at (0,2)(0,2). Which of (32,0)\left(-\dfrac32,0\right), (52,2)\left(-\dfrac52,2\right), (32,52)\left(-\dfrac32,\dfrac52\right), (4,0)(-4,0) does it also pass through?

SHOW SOLUTION

Step 1: Write the family. The tangency is at (0,2)(0,2) on the line x=0x=0, so

(x0)2+(y2)2+λx=0.(x-0)^2+(y-2)^2+\lambda x=0.

Step 2: Impose the point (1,0)(-1,0).

1+4λ=0  λ=5.1+4-\lambda=0\ \Longrightarrow\ \lambda=5.

Step 3: Write the circle.

x2+y2+5x4y+4=0.x^2+y^2+5x-4y+4=0.

Step 4: Test the four options.

  • (32,0)\left(-\dfrac32,0\right): 94152+4=930+164=540\dfrac94-\dfrac{15}{2}+4=\dfrac{9-30+16}{4}=-\dfrac54\neq0.
  • (52,2)\left(-\dfrac52,2\right): 254+42528+4=25+165032+164=2540\dfrac{25}{4}+4-\dfrac{25}{2}-8+4=\dfrac{25+16-50-32+16}{4}=-\dfrac{25}{4}\neq0.
  • (32,52)\left(-\dfrac32,\dfrac52\right): 94+25415210+4=9+253040+164=50\dfrac94+\dfrac{25}{4}-\dfrac{15}{2}-10+4=\dfrac{9+25-30-40+16}{4}=-5\neq0.
  • (4,0)(-4,0): 16+0200+4=016+0-20-0+4=0. This one works.

Step 5: Check the tangency. Setting x=0x=0 gives y24y+4=(y2)2=0y^2-4y+4=(y-2)^2=0, a repeated root, so the circle really does touch the yy-axis at (0,2)(0,2).

Answer: (4,0)\boxed{(-4,0)}

Example 10. Find the radius of the smallest circle that touches the line 3xy6=03x-y-6=0 at (1,3)(1,-3) and also touches the line y=xy=x.

SHOW SOLUTION

Step 1: Confirm the point is on the line. 3(1)(3)6=3+36=03(1)-(-3)-6=3+3-6=0. Yes.

Step 2: Write the family.

(x1)2+(y+3)2+λ(3xy6)=0,(x-1)^2+(y+3)^2+\lambda(3x-y-6)=0,

which expands to

x2+y2+(3λ2)x+(6λ)y+(106λ)=0.x^2+y^2+(3\lambda-2)x+(6-\lambda)y+(10-6\lambda)=0.

Step 3: Impose tangency to y=xy=x. Substituting y=xy=x:

2x2+(3λ2+6λ)x+(106λ)=0  2x2+(2λ+4)x+(106λ)=0.2x^2+(3\lambda-2+6-\lambda)x+(10-6\lambda)=0\ \Longrightarrow\ 2x^2+(2\lambda+4)x+(10-6\lambda)=0.

Dividing by 22:

x2+(λ+2)x+(53λ)=0.x^2+(\lambda+2)x+(5-3\lambda)=0.

Step 4: Set the discriminant to zero.

(λ+2)24(53λ)=0  λ2+4λ+420+12λ=0  λ2+16λ16=0.(\lambda+2)^2-4(5-3\lambda)=0\ \Longrightarrow\ \lambda^2+4\lambda+4-20+12\lambda=0\ \Longrightarrow\ \lambda^2+16\lambda-16=0.

Step 5: Solve. λ=16±256+642=8±80=8±45\lambda=\dfrac{-16\pm\sqrt{256+64}}{2}=-8\pm\sqrt{80}=-8\pm4\sqrt5.

Step 6: Find the radius. For the general member, g=3λ22g=\dfrac{3\lambda-2}{2}, f=6λ2f=\dfrac{6-\lambda}{2}, c=106λc=10-6\lambda, so

r2=g2+f2c=(3λ2)2+(6λ)24(106λ)4=9λ212λ+4+3612λ+λ240+24λ4=10λ24.r^2=g^2+f^2-c=\frac{(3\lambda-2)^2+(6-\lambda)^2-4(10-6\lambda)}{4}=\frac{9\lambda^2-12\lambda+4+36-12\lambda+\lambda^2-40+24\lambda}{4}=\frac{10\lambda^2}{4}.

So r=λ102r=\dfrac{|\lambda|\sqrt{10}}{2}, and the smaller circle comes from the λ\lambda of smaller absolute value, namely λ=8+450.944\lambda=-8+4\sqrt5\approx0.944.

Step 7: Compute.

r=(458)102=(254)10=10241014.1412.651.5.r=\frac{(4\sqrt5-8)\sqrt{10}}{2}=(2\sqrt5-4)\sqrt{10}=10\sqrt2-4\sqrt{10}\approx14.14-12.65\approx1.5.

Answer: r1.5\boxed{r\approx1.5}

Radius straight from the family

Notice that Step 6 gave r2r^2 as a clean function of λ\lambda before either root was substituted. Doing the general computation once, then plugging in, is nearly always shorter than building both circles and measuring them separately.

Which form to reach for

All four types are the same move. Write down something that already satisfies the conditions you were given, attach one λ\lambda, and let the last condition fix it.

The circle must pass through or touchWrite
the intersection of a circle S=0S=0 and a line L=0L=0S+λL=0S+\lambda L=0
the intersection of two circles S1=0S_1=0, S2=0S_2=0S1+λS2=0S_1+\lambda S_2=0, with λ1\lambda\neq-1
two given points A(x1,y1)A(x_1,y_1), B(x2,y2)B(x_2,y_2)(xx1)(xx2)+(yy1)(yy2)+λ(line AB)=0(x-x_1)(x-x_2)+(y-y_1)(y-y_2)+\lambda\,(\text{line }AB)=0
a line L=0L=0 at a given point T(x1,y1)T(x_1,y_1) on it(xx1)2+(yy1)2+λL=0(x-x_1)^2+(y-y_1)^2+\lambda L=0

And then the last condition, whatever it is, becomes one equation in λ\lambda:

Last conditionEquation in λ\lambda
passes through a further pointsubstitute the point
centre on a given lineput the centre expression into that line
ABAB is a diameter, or the circle is the smallest of the familycentre lies on the chord
touches a given linediscriminant of the substituted quadratic is zero
given radiusg2+f2c=r2g^2+f^2-c=r^2
cuts a given circle orthogonally2(g1g2+f1f2)=c1+c22(g_1g_2+f_1f_2)=c_1+c_2
bisects the circumference of a given circlecommon chord passes through that circle's centre
One habit that saves time in the exam

Before substituting, always write the family in the normalised form x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0 and note gg, ff, cc as expressions in λ\lambda. Every condition in the second table above is then a one-line substitution, and you never rebuild the circle twice.

The common chord

We met it as the degenerate member of the family, and it deserves its own name. For two intersecting circles

S1x2+y2+2g1x+2f1y+c1=0,S2x2+y2+2g2x+2f2y+c2=0,S_1\equiv x^2+y^2+2g_1x+2f_1y+c_1=0,\qquad S_2\equiv x^2+y^2+2g_2x+2f_2y+c_2=0,

the chord joining their common points is

S1S2=0,that is2(g1g2)x+2(f1f2)y+(c1c2)=0.S_1-S_2=0,\qquad\text{that is}\qquad 2(g_1-g_2)x+2(f_1-f_2)y+(c_1-c_2)=0.

Length. Drop a perpendicular from C1C_1 to the chord. It bisects the chord, so with d1d_1 the distance from C1C_1 to the line S1S2=0S_1-S_2=0,

PQ=2r12d12.PQ=2\sqrt{r_1^2-d_1^2}.

You may use either centre. The answer is the same, which is a good check.

The line exists even when the circles do not meet

S1S2=0S_1-S_2=0 is a perfectly good line whether or not the circles intersect. It is called the radical axis, and it is always perpendicular to the line of centres. When the circles meet it is the common chord, when they touch it is the common tangent at the point of contact, and when they are apart it is a line lying between them. Every member of the family S1+λS2=0S_1+\lambda S_2=0 shares that same radical axis with both, which is why the family is called coaxial.

Example 11. Find the length of the common chord of x2+y2+8x+1=0x^2+y^2+8x+1=0 and x2+y2+2μy1=0x^2+y^2+2\mu y-1=0, given that it equals 262\sqrt6, and hence find μ\mu.

SHOW SOLUTION

Step 1: Write the common chord. Subtracting,

8x2μy+2=0  4xμy+1=0.8x-2\mu y+2=0\ \Longrightarrow\ 4x-\mu y+1=0.

Step 2: Take the first circle. Here g=4g=4, f=0f=0, c=1c=1, so its centre is (4,0)(-4,0) and

r1=g2+f2c=16+01=15.r_1=\sqrt{g^2+f^2-c}=\sqrt{16+0-1}=\sqrt{15}.

Step 3: Use the half-chord relation. Half the chord is 6\sqrt6, so

d12=r126=156=9  d1=3.d_1^2=r_1^2-6=15-6=9\ \Longrightarrow\ d_1=3.

Step 4: Compute d1d_1 from the line. The distance from (4,0)(-4,0) to 4xμy+1=04x-\mu y+1=0 is

d1=4(4)μ(0)+116+μ2=1516+μ2.d_1=\frac{|4(-4)-\mu(0)+1|}{\sqrt{16+\mu^2}}=\frac{15}{\sqrt{16+\mu^2}}.

Step 5: Solve.

1516+μ2=3  16+μ2=5  μ2=9  μ=±3.\frac{15}{\sqrt{16+\mu^2}}=3\ \Longrightarrow\ \sqrt{16+\mu^2}=5\ \Longrightarrow\ \mu^2=9\ \Longrightarrow\ \mu=\pm3.

Step 6: Check with the other circle. For μ=3\mu=3 the second circle has centre (0,3)(0,-3) and radius 0+9+1=10\sqrt{0+9+1}=\sqrt{10}. Its distance to 4x3y+1=04x-3y+1=0 is 0+9+15=2\dfrac{|0+9+1|}{5}=2, and 2104=262\sqrt{10-4}=2\sqrt6. It matches.

Answer: μ=±3\boxed{\mu=\pm3}

Example 12. If the circle x2+y2+4x+22y+c=0x^2+y^2+4x+22y+c=0 bisects the circumference of x2+y22x+8yd=0x^2+y^2-2x+8y-d=0, find c+dc+d.

SHOW SOLUTION

Step 1: Turn "bisects the circumference" into geometry. One circle bisects the circumference of another exactly when their common chord is a diameter of the second circle, so the common chord passes through the centre of the second circle.

Step 2: Write the common chord. Subtracting the second from the first,

(4+2)x+(228)y+(c+d)=0  6x+14y+c+d=0.(4+2)x+(22-8)y+(c+d)=0\ \Longrightarrow\ 6x+14y+c+d=0.

Step 3: Locate the second centre. For x2+y22x+8yd=0x^2+y^2-2x+8y-d=0, the centre is (1,4)(1,-4).

Step 4: Put the centre on the chord.

6(1)+14(4)+c+d=0  656+c+d=0.6(1)+14(-4)+c+d=0\ \Longrightarrow\ 6-56+c+d=0.

Step 5: Solve.

c+d=50.c+d=50.

Answer: 50\boxed{50}

Bisecting is not symmetric

"S1S_1 bisects the circumference of S2S_2" is a statement about S2S_2's centre, not S1S_1's. Substituting the wrong centre is the standard way to lose this mark. Read the sentence, then ask: whose circumference is being cut in half? That circle's centre is the one that goes into the chord.

Example 13 (JEE Main 2026, 23 Jan Shift 2). Find the area of the region common to the circles x2+y2=4x^2+y^2=4 and x2+(y2)2=4x^2+(y-2)^2=4.

SHOW SOLUTION

Step 1: Find the common chord. Subtracting,

y2(y2)2=0  4y4=0  y=1.y^2-(y-2)^2=0\ \Longrightarrow\ 4y-4=0\ \Longrightarrow\ y=1.

Step 2: Find where it meets the circles. Putting y=1y=1 into x2+y2=4x^2+y^2=4 gives x2=3x^2=3, so the circles meet at (±3,1)(\pm\sqrt3,1).

Step 3: Set up the area. Over 3x3-\sqrt3\le x\le\sqrt3 the region lies below the upper circle y=4x2y=\sqrt{4-x^2} and above the lower boundary y=24x2y=2-\sqrt{4-x^2}. Using symmetry in xx,

A=203[4x2(24x2)]dx=403(4x21)dx.A=2\int_0^{\sqrt3}\Big[\sqrt{4-x^2}-\big(2-\sqrt{4-x^2}\big)\Big]dx=4\int_0^{\sqrt3}\Big(\sqrt{4-x^2}-1\Big)dx.

Step 4: Integrate. Using a2x2dx=x2a2x2+a22sin1xa\displaystyle\int\sqrt{a^2-x^2}\,dx=\frac x2\sqrt{a^2-x^2}+\frac{a^2}{2}\sin^{-1}\frac xa with a=2a=2,

A=4[x24x2+2sin1x2x]03.A=4\left[\frac x2\sqrt{4-x^2}+2\sin^{-1}\frac x2-x\right]_0^{\sqrt3}.

Step 5: Evaluate. At x=3x=\sqrt3: 43=1\sqrt{4-3}=1 and sin132=π3\sin^{-1}\dfrac{\sqrt3}{2}=\dfrac\pi3, so the bracket is 32+2π33=2π332\dfrac{\sqrt3}{2}+\dfrac{2\pi}{3}-\sqrt3=\dfrac{2\pi}{3}-\dfrac{\sqrt3}{2}.

Step 6: Multiply out.

A=4(2π332)=8π323=23(4π33).A=4\left(\frac{2\pi}{3}-\frac{\sqrt3}{2}\right)=\frac{8\pi}{3}-2\sqrt3=\frac23\left(4\pi-3\sqrt3\right).

Step 7: Sanity check. Numerically A8.3783.4644.91A\approx8.378-3.464\approx4.91, which is a sensible fraction of a single circle's area 4π12.574\pi\approx12.57.

Answer: 23(4π33)\boxed{\dfrac23\left(4\pi-3\sqrt3\right)}

Two circles in contact

Two circles touch when they meet at exactly one point. Everything follows from one comparison: the distance between the centres against the two radii.

external contact: C1C2=r1+r2,internal contact: C1C2=r1r2.\text{external contact: } C_1C_2=r_1+r_2,\qquad \text{internal contact: } C_1C_2=|r_1-r_2|.

The point of contact PP always lies on the line C1C2C_1C_2, and the section formula gives it at once.

ContactPP divides C1C2C_1C_2Coordinates of PP
externalinternally in r1:r2r_1:r_2(r1x2+r2x1r1+r2, r1y2+r2y1r1+r2)\left(\dfrac{r_1x_2+r_2x_1}{r_1+r_2},\ \dfrac{r_1y_2+r_2y_1}{r_1+r_2}\right)
internalexternally in r1:r2r_1:r_2(r1x2r2x1r1r2, r1y2r2y1r1r2)\left(\dfrac{r_1x_2-r_2x_1}{r_1-r_2},\ \dfrac{r_1y_2-r_2y_1}{r_1-r_2}\right)

Example 14 (IIT JEE 2014). Let CC be the circle with centre (1,1)(1,1) and radius 11. If TT is the circle centred at (0,y)(0,y) passing through the origin and touching CC externally, find the radius of TT.

SHOW SOLUTION

Step 1: Name the radius. TT has centre (0,k)(0,k) and passes through the origin, so its radius is k|k|. Take k>0k>0.

Step 2: Write the contact condition. External contact means the distance between centres equals the sum of radii:

(10)2+(1k)2=k+1.\sqrt{(1-0)^2+(1-k)^2}=k+1.

Step 3: Square both sides.

1+(1k)2=(k+1)2  1+12k+k2=k2+2k+1.1+(1-k)^2=(k+1)^2\ \Longrightarrow\ 1+1-2k+k^2=k^2+2k+1.

Step 4: Simplify.

22k=2k+1  1=4k  k=14.2-2k=2k+1\ \Longrightarrow\ 1=4k\ \Longrightarrow\ k=\frac14.

Step 5: Check. Centres (1,1)(1,1) and (0,14)\left(0,\dfrac14\right) are 1+916=2516=54\sqrt{1+\dfrac{9}{16}}=\sqrt{\dfrac{25}{16}}=\dfrac54 apart, and r1+r2=1+14=54r_1+r_2=1+\dfrac14=\dfrac54. It matches.

Answer: 14\boxed{\dfrac14}

Example 15 (JEE Main 2026, 2 Apr Shift 2). Let A=(3,0)A=(3,0). Circles with variable diameter ABAB touch the circle x2+y2=36x^2+y^2=36 internally. If the locus of BB is a curve of eccentricity ee, find 72e272e^2.

SHOW SOLUTION

Step 1: Set up. Write B=(h,k)B=(h,k). The variable circle has ABAB as a diameter, so its centre is the midpoint

M=(h+32, k2),M=\left(\frac{h+3}{2},\ \frac{k}{2}\right),

and its radius is

ρ=AB2=(h3)2+k22.\rho=\frac{AB}{2}=\frac{\sqrt{(h-3)^2+k^2}}{2}.

Step 2: Write the internal contact condition. The fixed circle has centre O(0,0)O(0,0) and radius 66. The small circle sits inside it, so

OM=6ρ.OM=6-\rho.

Step 3: Substitute.

(h+32)2+(k2)2=6(h3)2+k22.\sqrt{\left(\frac{h+3}{2}\right)^2+\left(\frac{k}{2}\right)^2}=6-\frac{\sqrt{(h-3)^2+k^2}}{2}.

Step 4: Multiply through by 22.

(h+3)2+k2=12(h3)2+k2.\sqrt{(h+3)^2+k^2}=12-\sqrt{(h-3)^2+k^2}.

Step 5: Rearrange and read the definition.

(h+3)2+k2+(h3)2+k2=12.\sqrt{(h+3)^2+k^2}+\sqrt{(h-3)^2+k^2}=12.

The sum of the distances from BB to the two fixed points (3,0)(-3,0) and (3,0)(3,0) is constant. That is precisely an ellipse with those two points as foci.

Step 6: Extract the constants. 2a=122a=12 gives a=6a=6, and the foci are 66 apart so 2c=62c=6, giving c=3c=3.

Step 7: Compute the eccentricity.

e=ca=36=12,72e2=7214=18.e=\frac ca=\frac36=\frac12,\qquad 72e^2=72\cdot\frac14=18.

Answer: 18\boxed{18}

Recognising a conic from a contact condition

Contact conditions turn into sums or differences of two distances, which is exactly how ellipses and hyperbolas are defined. Internal contact with a fixed circle gives a sum of distances, so an ellipse. External contact with two fixed circles gives a difference, so a hyperbola. Spot the sum or difference and you can name the curve before doing any algebra.

Common tangents: counting them first

A common tangent touches both circles. How many exist depends only on how the circles sit relative to each other, and the whole classification is one comparison of C1C2C_1C_2 with r1+r2r_1+r_2 and r1r2|r_1-r_2|.

PositionConditionCommon tangents
one outside the otherC1C2>r1+r2C_1C_2>r_1+r_244
touching externallyC1C2=r1+r2C_1C_2=r_1+r_233
cutting at two points$r_1-r_2
touching internally$C_1C_2=r_1-r_2
one inside the other$C_1C_2<r_1-r_2

The two tangents that keep both circles on the same side are the direct common tangents, and they meet on the line of centres at the point dividing C1C2C_1C_2 externally in the ratio r1:r2r_1:r_2. The two that pass between the circles are the transverse common tangents, and they meet at the point dividing C1C2C_1C_2 internally in the same ratio.

With d=C1C2d=C_1C_2, the tangent segments have lengths

direct=d2(r1r2)2,transverse=d2(r1+r2)2.\text{direct}=\sqrt{d^2-(r_1-r_2)^2},\qquad \text{transverse}=\sqrt{d^2-(r_1+r_2)^2}.

The second formula makes the classification obvious: the transverse tangents are real only when dr1+r2d\ge r_1+r_2, which is exactly the case where you counted 33 or 44.

Example 16 (JEE Main 2015). How many common tangents can be drawn to x2+y24x6y12=0x^2+y^2-4x-6y-12=0 and x2+y2+6x+18y+26=0x^2+y^2+6x+18y+26=0?

SHOW SOLUTION

Step 1: Read off centres and radii. For the first, g=2g=-2, f=3f=-3, c=12c=-12, so C1=(2,3)C_1=(2,3) and

r1=4+9+12=25=5.r_1=\sqrt{4+9+12}=\sqrt{25}=5.

For the second, g=3g=3, f=9f=9, c=26c=26, so C2=(3,9)C_2=(-3,-9) and

r2=9+8126=64=8.r_2=\sqrt{9+81-26}=\sqrt{64}=8.

Step 2: Compute the distance between centres.

C1C2=(2+3)2+(3+9)2=25+144=169=13.C_1C_2=\sqrt{(2+3)^2+(3+9)^2}=\sqrt{25+144}=\sqrt{169}=13.

Step 3: Compare. r1+r2=5+8=13=C1C2r_1+r_2=5+8=13=C_1C_2, so the circles touch externally.

Step 4: Read the table. External contact gives 33 common tangents.

Answer: 3\boxed{3}

Example 17 (JEE Main 2026, 22 Jan Shift 1). The set of values of rr for which the circles (x+1)2+(y+4)2=r2(x+1)^2+(y+4)^2=r^2 and x2+y24x2y4=0x^2+y^2-4x-2y-4=0 intersect at two distinct points is an interval (α,β)(\alpha,\beta). Find αβ\alpha\beta.

SHOW SOLUTION

Step 1: Put the second circle in standard form. Completing squares,

(x2)2+(y1)2=4+4+1=9,(x-2)^2+(y-1)^2=4+4+1=9,

so C2=(2,1)C_2=(2,1) and r2=3r_2=3. The first has C1=(1,4)C_1=(-1,-4) and radius rr.

Step 2: Compute the distance between centres.

d=(2+1)2+(1+4)2=9+25=34.d=\sqrt{(2+1)^2+(1+4)^2}=\sqrt{9+25}=\sqrt{34}.

Step 3: Write the intersecting condition. Two circles cut at two distinct points exactly when

r3<d<r+3.|r-3|<d<r+3.

Step 4: Solve the right half. 34<r+3\sqrt{34}<r+3 gives r>343r>\sqrt{34}-3.

Step 5: Solve the left half. r3<34|r-3|<\sqrt{34} gives 34<r3<34-\sqrt{34}<r-3<\sqrt{34}, and since r>0r>0 the binding part is r<34+3r<\sqrt{34}+3.

Step 6: Combine. r(343, 34+3)r\in\left(\sqrt{34}-3,\ \sqrt{34}+3\right), so α=343\alpha=\sqrt{34}-3 and β=34+3\beta=\sqrt{34}+3.

Step 7: Multiply.

αβ=(34)232=349=25.\alpha\beta=\left(\sqrt{34}\right)^2-3^2=34-9=25.

Answer: 25\boxed{25}

Example 18. Find the length of the shortest segment PQPQ that touches C1:x2+y220x+64=0C_1: x^2+y^2-20x+64=0 at PP and C2:x2+y2+30x+144=0C_2: x^2+y^2+30x+144=0 at QQ.

SHOW SOLUTION

Step 1: Read off the two circles. For C1C_1: centre (10,0)(10,0) and r1=10064=6r_1=\sqrt{100-64}=6. For C2C_2: centre (15,0)(-15,0) and r2=225144=9r_2=\sqrt{225-144}=9.

Step 2: Check their position. d=25d=25 and r1+r2=15<25r_1+r_2=15<25, so the circles lie completely outside each other and all four common tangents are real.

Step 3: Identify what "shortest" means. A segment touching both circles is a piece of a common tangent. The direct tangent segments have length d2(r1r2)2\sqrt{d^2-(r_1-r_2)^2} and the transverse ones d2(r1+r2)2\sqrt{d^2-(r_1+r_2)^2}. Since (r1+r2)2>(r1r2)2(r_1+r_2)^2>(r_1-r_2)^2, the transverse segment is the shorter one.

Step 4: Compute.

PQ=252(6+9)2=625225=400=20.PQ=\sqrt{25^2-(6+9)^2}=\sqrt{625-225}=\sqrt{400}=20.

Step 5: Check the other one. The direct segment would be 6259=61624.8\sqrt{625-9}=\sqrt{616}\approx24.8, indeed longer.

Answer: 20\boxed{20}

Do not memorise which formula is which

Students routinely swap the two tangent lengths. Rebuild them instead: the transverse tangents pass between the circles, so they must clear the sum of the radii, hence r1+r2r_1+r_2 appears. The direct tangents run alongside, so only the mismatch in radii matters, hence r1r2r_1-r_2. Reasoning takes two seconds and never fails.

Angle of intersection and orthogonal circles

When two circles cut, the angle between them is defined as the angle between their tangents at a common point. Since each tangent is perpendicular to the corresponding radius, that is the same as the angle between C1PC_1P and C2PC_2P.

In triangle C1PC2C_1PC_2 the sides are r1r_1, r2r_2 and d=C1C2d=C_1C_2, so the cosine rule gives

cosθ=r12+r22d22r1r2.\cos\theta=\frac{r_1^2+r_2^2-d^2}{2r_1r_2}.

Orthogonal circles. Setting θ=90\theta=90^\circ makes the numerator vanish:

r12+r22=d2.r_1^2+r_2^2=d^2.

Written in general coefficients, with r12=g12+f12c1r_1^2=g_1^2+f_1^2-c_1, r22=g22+f22c2r_2^2=g_2^2+f_2^2-c_2 and d2=(g1g2)2+(f1f2)2d^2=(g_1-g_2)^2+(f_1-f_2)^2, everything squared cancels and what survives is

2(g1g2+f1f2)=c1+c2\boxed{\,2(g_1g_2+f_1f_2)=c_1+c_2\,}
A picture worth carrying

Orthogonality says C1PC2PC_1P\perp C_2P, and since C2PC_2P is a radius of the second circle while C1PC_1P is perpendicular to it, C1PC_1P is tangent to the second circle at PP. So two circles are orthogonal exactly when each radius drawn to a common point is a tangent to the other circle. That reading turns many orthogonality questions into tangent-length questions.

Example 19. Find the angle at which x2+y26x+4y+11=0x^2+y^2-6x+4y+11=0 and x2+y24x+6y+9=0x^2+y^2-4x+6y+9=0 intersect.

SHOW SOLUTION

Step 1: Read off centres and radii. First: C1=(3,2)C_1=(3,-2), r1=9+411=2r_1=\sqrt{9+4-11}=\sqrt2. Second: C2=(2,3)C_2=(2,-3), r2=4+99=2r_2=\sqrt{4+9-9}=2.

Step 2: Compute the distance between centres.

d=(32)2+(2+3)2=1+1=2.d=\sqrt{(3-2)^2+(-2+3)^2}=\sqrt{1+1}=\sqrt2.

Step 3: Apply the cosine rule.

cosθ=r12+r22d22r1r2=2+42222=442=12.\cos\theta=\frac{r_1^2+r_2^2-d^2}{2r_1r_2}=\frac{2+4-2}{2\cdot\sqrt2\cdot2}=\frac{4}{4\sqrt2}=\frac{1}{\sqrt2}.

Step 4: Read the angle. θ=45\theta=45^\circ.

Step 5: Check they really do meet. r1r2=220.586|r_1-r_2|=2-\sqrt2\approx0.586 and r1+r2=2+23.414r_1+r_2=2+\sqrt2\approx3.414, and d=21.414d=\sqrt2\approx1.414 lies strictly between them, so the circles genuinely cut at two points.

Answer: 45\boxed{45^\circ}

Example 20. For what value of kk do x2+y22kx+6y+1=0x^2+y^2-2kx+6y+1=0 and x2+y2+4x2y+3=0x^2+y^2+4x-2y+3=0 cut orthogonally?

SHOW SOLUTION

Step 1: Read off the coefficients. First: g1=kg_1=-k, f1=3f_1=3, c1=1c_1=1. Second: g2=2g_2=2, f2=1f_2=-1, c2=3c_2=3.

Step 2: Apply the orthogonality condition.

2(g1g2+f1f2)=c1+c2  2((k)(2)+(3)(1))=1+3.2(g_1g_2+f_1f_2)=c_1+c_2\ \Longrightarrow\ 2\big((-k)(2)+(3)(-1)\big)=1+3.

Step 3: Simplify.

2(2k3)=4  4k6=4  k=52.2(-2k-3)=4\ \Longrightarrow\ -4k-6=4\ \Longrightarrow\ k=-\frac52.

Step 4: Check both circles are real. With k=52k=-\dfrac52, the first has r12=254+91=574>0r_1^2=\dfrac{25}{4}+9-1=\dfrac{57}{4}>0 and the second has r22=4+13=2>0r_2^2=4+1-3=2>0. Both are genuine circles.

Step 5: Verify geometrically. The centres are (52,3)\left(-\dfrac52,-3\right) and (2,1)(-2,1), so

d2=(12)2+42=14+16=654,r12+r22=574+2=654.d^2=\left(\frac12\right)^2+4^2=\frac14+16=\frac{65}{4},\qquad r_1^2+r_2^2=\frac{57}{4}+2=\frac{65}{4}.

They are equal, which is exactly the orthogonality condition r12+r22=d2r_1^2+r_2^2=d^2.

Answer: k=52\boxed{k=-\dfrac52}

Example 21 (JEE Advanced 2014). A circle SS passes through (0,1)(0,1) and is orthogonal to (x1)2+y2=16(x-1)^2+y^2=16 and x2+y2=1x^2+y^2=1. Find its centre and radius.

SHOW SOLUTION

Step 1: Name the unknown circle. Let S:x2+y2+2gx+2fy+c=0S: x^2+y^2+2gx+2fy+c=0.

Step 2: Write the two given circles in general form. (x1)2+y2=16(x-1)^2+y^2=16 becomes x2+y22x15=0x^2+y^2-2x-15=0, so g2=1g_2=-1, f2=0f_2=0, c2=15c_2=-15. And x2+y2=1x^2+y^2=1 becomes x2+y21=0x^2+y^2-1=0, so g3=0g_3=0, f3=0f_3=0, c3=1c_3=-1.

Step 3: Orthogonality with the second circle.

2(g0+f0)=c+(1)  0=c1  c=1.2(g\cdot0+f\cdot0)=c+(-1)\ \Longrightarrow\ 0=c-1\ \Longrightarrow\ c=1.

Step 4: Orthogonality with the first circle.

2(g(1)+f0)=c+(15)  2g=115=14  g=7.2(g\cdot(-1)+f\cdot0)=c+(-15)\ \Longrightarrow\ -2g=1-15=-14\ \Longrightarrow\ g=7.

Step 5: Use the point (0,1)(0,1).

0+1+0+2f+c=0  1+2f+1=0  f=1.0+1+0+2f+c=0\ \Longrightarrow\ 1+2f+1=0\ \Longrightarrow\ f=-1.

Step 6: Assemble. The centre is (g,f)=(7,1)(-g,-f)=(-7,1) and

r=g2+f2c=49+11=49=7.r=\sqrt{g^2+f^2-c}=\sqrt{49+1-1}=\sqrt{49}=7.

Step 7: Check. Distance from (7,1)(-7,1) to the centre (1,0)(1,0) of the first given circle is 64+1=65\sqrt{64+1}=\sqrt{65}, and r2+42=49+16=65r^2+4^2=49+16=65. Orthogonal. Distance to (0,0)(0,0) is 50\sqrt{50}, and 49+1=5049+1=50. Orthogonal again.

Answer: centre (7,1), radius 7\boxed{\text{centre }(-7,1),\ \text{radius }7}

Chords and loci built on the same ideas

The three questions below are all from JEE Main 2026. None of them says "family of circles", and all three are solved by the habits this chapter builds: name the moving point, write the geometric condition, and let the algebra become a circle.

Example 22 (JEE Main 2026, 8 Apr Shift 2). For the circle C:x2+y26x8y11=0C: x^2+y^2-6x-8y-11=0, a variable chord ABAB subtends a right angle at the origin. The locus of the foot of the perpendicular from the origin to ABAB is the circle x2+y2αxβyγ=0x^2+y^2-\alpha x-\beta y-\gamma=0. Find α+β+2γ\alpha+\beta+2\gamma.

SHOW SOLUTION

Step 1: Read the given circle. Its centre is C=(3,4)C=(3,4) and

R=9+16+11=36=6.R=\sqrt{9+16+11}=\sqrt{36}=6.

Step 2: Name the moving point and the midpoint. Let P(h,k)P(h,k) be the foot of the perpendicular from OO to ABAB, and let MM be the midpoint of ABAB. Since CMABCM\perp AB, the point MM is the foot of the perpendicular from CC.

Step 3: Use the right angle at OO. In triangle AOBAOB the angle at OO is 9090^\circ, so ABAB is the hypotenuse and the midpoint of the hypotenuse is equidistant from all three vertices:

OM=AM=AB2.OM=AM=\frac{AB}{2}.

Step 4: Express AMAM from the circle. In the right triangle AMCAMC,

AM2=R2CM2.AM^2=R^2-CM^2.

Step 5: Express OMOM using PP. Both MM and PP lie on the line ABAB, and OPABOP\perp AB, so triangle OPMOPM is right angled at PP:

OM2=OP2+PM2.OM^2=OP^2+PM^2.

Similarly triangle CPMCPM is right angled at MM, giving CP2=CM2+MP2CP^2=CM^2+MP^2, that is CM2=CP2MP2CM^2=CP^2-MP^2.

Step 6: Put the three together. Substituting Steps 4 and 5 into OM2=AM2OM^2=AM^2:

OP2+PM2=R2(CP2MP2).OP^2+PM^2=R^2-\left(CP^2-MP^2\right).

The PM2PM^2 terms cancel and what is left is beautifully simple:

OP2+CP2=R2.OP^2+CP^2=R^2.

Step 7: Write that in coordinates. With P=(h,k)P=(h,k), O=(0,0)O=(0,0), C=(3,4)C=(3,4) and R=6R=6:

h2+k2+(h3)2+(k4)2=36.h^2+k^2+(h-3)^2+(k-4)^2=36.

Step 8: Expand and tidy.

2h2+2k26h8k+25=36  2h2+2k26h8k11=0.2h^2+2k^2-6h-8k+25=36\ \Longrightarrow\ 2h^2+2k^2-6h-8k-11=0.

Dividing by 22,

h2+k23h4k112=0.h^2+k^2-3h-4k-\frac{11}{2}=0.

Step 9: Compare with the given form. So α=3\alpha=3, β=4\beta=4 and γ=112\gamma=\dfrac{11}{2}, giving

α+β+2γ=3+4+11=18.\alpha+\beta+2\gamma=3+4+11=18.

Answer: 18\boxed{18}

The one fact that did all the work

"The midpoint of the hypotenuse of a right triangle is equidistant from all three vertices" is a class 9 circle theorem, and it converted a right-angle condition into a length equation in a single line. Whenever a chord subtends 9090^\circ at a point, reach for it first.

Example 23 (JEE Main 2026, 4 Apr Shift 1). Two chords are drawn from the point (1,2)(1,2) on the circle x2+y2+x3y=0x^2+y^2+x-3y=0 and each is bisected by the yy-axis. If the far ends of these chords are RR and SS, and the midpoint of RSRS is (α,β)(\alpha,\beta), find 6(α+β)6(\alpha+\beta).

SHOW SOLUTION

Step 1: Check the given point is on the circle. 1+4+16=01+4+1-6=0. Yes.

Step 2: Parametrise the midpoints. A chord bisected by the yy-axis has its midpoint at M(0,λ)M(0,\lambda) for some λ\lambda.

Step 3: Find the far end. If P(1,2)P(1,2) and EE are the ends of a chord with midpoint MM, then M=P+E2M=\dfrac{P+E}{2}, so

E=2MP=(1, 2λ2).E=2M-P=(-1,\ 2\lambda-2).

Step 4: Force EE onto the circle. Substituting x=1x=-1, y=2λ2y=2\lambda-2 into x2+y2+x3y=0x^2+y^2+x-3y=0:

1+(2λ2)213(2λ2)=0.1+(2\lambda-2)^2-1-3(2\lambda-2)=0.

Step 5: Expand.

4λ28λ+46λ+6=0  4λ214λ+10=0.4\lambda^2-8\lambda+4-6\lambda+6=0\ \Longrightarrow\ 4\lambda^2-14\lambda+10=0.

Step 6: Solve. Dividing by 22, 2λ27λ+5=02\lambda^2-7\lambda+5=0, so (2λ5)(λ1)=0(2\lambda-5)(\lambda-1)=0 and λ=1\lambda=1 or λ=52\lambda=\dfrac52.

Step 7: Get the two far ends. For λ=1\lambda=1: E=(1,0)E=(-1,0). For λ=52\lambda=\dfrac52: E=(1,3)E=(-1,3). So R=(1,0)R=(-1,0) and S=(1,3)S=(-1,3).

Step 8: Take the midpoint of RSRS.

(α,β)=(1, 32),6(α+β)=6(1+32)=612=3.(\alpha,\beta)=\left(-1,\ \frac32\right),\qquad 6(\alpha+\beta)=6\left(-1+\frac32\right)=6\cdot\frac12=3.

Step 9: Check. Both (1,0)(-1,0) and (1,3)(-1,3) satisfy x2+y2+x3y=0x^2+y^2+x-3y=0: 1+010=01+0-1-0=0 and 1+919=01+9-1-9=0.

Answer: 3\boxed{3}

Example 24 (JEE Main 2026, 6 Apr Shift 2). The line xy=4x-y=4 meets the circle C:(x4)2+(y+3)2=9C:(x-4)^2+(y+3)^2=9 at QQ and RR. If P(α,β)P(\alpha,\beta) lies on CC with PQ=PRPQ=PR, find (6α+8β)2(6\alpha+8\beta)^2.

SHOW SOLUTION

Step 1: Find QQ and RR. Substituting y=x4y=x-4:

(x4)2+(x1)2=9  2x210x+8=0  x25x+4=0,(x-4)^2+(x-1)^2=9\ \Longrightarrow\ 2x^2-10x+8=0\ \Longrightarrow\ x^2-5x+4=0,

so x=1x=1 or x=4x=4, giving Q=(4,0)Q=(4,0) and R=(1,3)R=(1,-3).

Step 2: Turn PQ=PRPQ=PR into a line. Points equidistant from QQ and RR lie on the perpendicular bisector of QRQR. Writing it out,

(α4)2+β2=(α1)2+(β+3)2.(\alpha-4)^2+\beta^2=(\alpha-1)^2+(\beta+3)^2.

Step 3: Expand and cancel.

8α+16=2α+1+6β+9  6α6β+6=0  α+β=1.-8\alpha+16=-2\alpha+1+6\beta+9\ \Longrightarrow\ -6\alpha-6\beta+6=0\ \Longrightarrow\ \alpha+\beta=1.

Step 4: Use the relation directly. We need 6α+8β6\alpha+8\beta, and β=1α\beta=1-\alpha, so

6α+8β=6α+88α=82α.6\alpha+8\beta=6\alpha+8-8\alpha=8-2\alpha.

Step 5: Find α\alpha. PP is on the circle, so substituting β=1α\beta=1-\alpha into (α4)2+(β+3)2=9(\alpha-4)^2+(\beta+3)^2=9:

(α4)2+(4α)2=9  2(α4)2=9  α=4±32.(\alpha-4)^2+(4-\alpha)^2=9\ \Longrightarrow\ 2(\alpha-4)^2=9\ \Longrightarrow\ \alpha=4\pm\frac{3}{\sqrt2}.

Step 6: Substitute.

6α+8β=82(4±32)=62,6\alpha+8\beta=8-2\left(4\pm\frac{3}{\sqrt2}\right)=\mp\frac{6}{\sqrt2},

so in either case

(6α+8β)2=362=18.(6\alpha+8\beta)^2=\frac{36}{2}=18.

Step 7: Check. The perpendicular bisector of QRQR passes through the centre (4,3)(4,-3), and indeed 4+(3)=14+(-3)=1. Both solutions are the two points where that bisector meets the circle, and the squaring makes the sign irrelevant.

Answer: 18\boxed{18}

Quick recall

ItemResult
Family of lines through the intersection of L1,L2L_1,L_2L1+λL2=0L_1+\lambda L_2=0
Fixed point of a family A+λB=0A+\lambda B=0solve A=0A=0 and B=0B=0
Circles through a circle and a lineS+λL=0S+\lambda L=0
Circles through two circlesS1+λS2=0S_1+\lambda S_2=0, λ1\lambda\neq-1
Circle on ABAB as diameter(xx1)(xx2)+(yy1)(yy2)=0(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0
Circles through two points A,BA,Bdiameter circle + λ(line AB)=0+\ \lambda\,(\text{line }AB)=0
Circles touching LL at T(x1,y1)T(x_1,y_1)(xx1)2+(yy1)2+λL=0(x-x_1)^2+(y-y_1)^2+\lambda L=0
Common chord / radical axisS1S2=0S_1-S_2=0
Length of the common chord2r12d122\sqrt{r_1^2-d_1^2}, d1d_1 from C1C_1 to the chord
S1S_1 bisects the circumference of S2S_2common chord passes through the centre of S2S_2
External contactC1C2=r1+r2C_1C_2=r_1+r_2, PP divides C1C2C_1C_2 internally in r1:r2r_1:r_2
Internal contactC1C2=r1r2C_1C_2=\lvert r_1-r_2\rvert, PP divides externally in r1:r2r_1:r_2
Number of common tangents44, 33, 22, 11, 00 as C1C2C_1C_2 falls through r1+r2r_1+r_2 and r1r2\lvert r_1-r_2\rvert
Direct common tangent lengthd2(r1r2)2\sqrt{d^2-(r_1-r_2)^2}
Transverse common tangent lengthd2(r1+r2)2\sqrt{d^2-(r_1+r_2)^2}
Angle of intersectioncosθ=r12+r22d22r1r2\cos\theta=\dfrac{r_1^2+r_2^2-d^2}{2r_1r_2}
Orthogonality2(g1g2+f1f2)=c1+c22(g_1g_2+f_1f_2)=c_1+c_2, equivalently r12+r22=d2r_1^2+r_2^2=d^2
Chord subtending 9090^\circ at OO, foot PPOP2+CP2=R2OP^2+CP^2=R^2
The one habit to carry into the exam

Count the conditions before you compute anything. Three conditions means a unique circle and you should be solving for gg, ff, cc. Two conditions means a family, so write the family in one line and keep λ\lambda alive until the last condition arrives. Deciding this in the first ten seconds is worth more than any formula on this page.

The five slips that cost marks in this chapter

Not normalising the coefficient of x2x^2 to 11 before combining. Forgetting λ1\lambda\neq-1 in S1+λS2=0S_1+\lambda S_2=0. Swapping the direct and transverse tangent lengths. Substituting the wrong centre in a "bisects the circumference" question. Confusing the longest chord through a point with the chord farthest from the centre.

Work every one of these on paper before you look at the solutions. Then come back to the doMath practice sets on Circles and time yourself: two minutes for a tangent-counting question, four for a family question, five for a locus.

[ SHARE ] WhatsApp
[ practice these chapters ]
Reinforce this post with live problems on doMath.
Straight LinesCirclesParabolaEllipseHyperbola
PreviousProperties of Definite Integrals: The Complete JEE MethodNext Differential Equations for JEE: All Nine Methods, Worked Examples
← Back to all notes