Power of a point with respect to a circle — tangent and secant

medium JEE-MAIN JEE Main 2023 3 min read

Question

A point P(5,6)P(5, 6) lies outside the circle x2+y24x6y12=0x^2 + y^2 - 4x - 6y - 12 = 0. Find the power of the point PP with respect to the circle. Also find the length of the tangent from PP to the circle.

(JEE Main 2023)


Solution — Step by Step

The power of a point (x1,y1)(x_1, y_1) with respect to the circle S:x2+y2+2gx+2fy+c=0S: x^2 + y^2 + 2gx + 2fy + c = 0 is:

S1=x12+y12+2gx1+2fy1+cS_1 = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c

For P(5,6)P(5, 6) and the given circle (g=2,f=3,c=12g = -2, f = -3, c = -12):

S1=25+36+2(2)(5)+2(3)(6)+(12)S_1 = 25 + 36 + 2(-2)(5) + 2(-3)(6) + (-12) =25+36203612=7= 25 + 36 - 20 - 36 - 12 = \mathbf{-7}

Wait — the power is negative, which means PP is inside the circle, not outside.

Centre: (g,f)=(2,3)(-g, -f) = (2, 3). Radius: g2+f2c=4+9+12=25=5\sqrt{g^2 + f^2 - c} = \sqrt{4 + 9 + 12} = \sqrt{25} = 5.

Distance from centre to PP: (52)2+(63)2=9+9=324.24\sqrt{(5-2)^2 + (6-3)^2} = \sqrt{9 + 9} = 3\sqrt{2} \approx 4.24.

Since 32<53\sqrt{2} < 5 (radius), PP is indeed inside the circle. Power is negative for interior points.

Power=7\text{Power} = \boxed{-7}

The length of the tangent from an external point is S1\sqrt{S_1}. Since S1=7<0S_1 = -7 < 0, no real tangent can be drawn from PP to the circle. This makes sense — you can’t draw a tangent to a circle from a point inside it.

If PP were outside (say P(7,8)P(7, 8)): S1=49+64284812=25S_1 = 49 + 64 - 28 - 48 - 12 = 25, and tangent length =25=5= \sqrt{25} = 5.


Why This Works

The power of a point PP with respect to a circle measures the “signed distance relationship” between PP and the circle:

  • Power > 0: PP is outside the circle → tangent length =power= \sqrt{\text{power}}
  • Power = 0: PP is on the circle
  • Power < 0: PP is inside the circle → no real tangent exists

For an external point, if a secant through PP intersects the circle at AA and BB, then PAPB=PA \cdot PB = power. If a tangent from PP touches at TT, then PT2=PT^2 = power. This gives the tangent-secant relationship: PT2=PAPBPT^2 = PA \cdot PB.

The formula S1S_1 is just the algebraic shortcut for computing d2r2d^2 - r^2 (where dd is the distance from PP to the centre).


Alternative Method — Using the distance formula directly

Power =d2r2=(32)252=1825=7= d^2 - r^2 = (3\sqrt{2})^2 - 5^2 = 18 - 25 = -7.

The power of a point is one of the most versatile tools in circle geometry for JEE. It connects tangent length, secant products, and the radical axis into one unified concept. When a problem involves tangents or secants from an external point, compute the power first — it often simplifies the entire problem.


Common Mistake

Students compute S1S_1, get a negative value, and still try to take its square root for the “tangent length.” 7\sqrt{-7} is not real — this should immediately signal that the point is inside the circle. Always check the sign of S1S_1 before computing tangent length. Positive → external, zero → on the circle, negative → internal.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next