Overview

Power of a point unifies secant and tangent length relations. It is essential for circle problems with a point outside the circle.

Key Ideas

  • For point PP, PAPB=PCPDPA\cdot PB = PC\cdot PD for secants.
  • Tangent: PT2=PAPBPT^2 = PA\cdot PB.
  • Power formula: pow(P)=OP2r2\text{pow}(P) = OP^2 - r^2.

Core Skills

Identify the Configuration

Decide if you have two secants, a secant and tangent, or a chord through an interior point. The same power equation applies.

Use Consistent Segment Order

Compute lengths from the external point to each intersection along the line. This prevents sign errors.

Convert to Radius Form

If center OO and radius rr are known, use OP2r2OP^2-r^2 to compute power quickly.

Worked Example

A circle has radius 55. Point PP is 88 units from the center. If a secant through PP meets the circle at AA and BB with PA=2PA=2, find PBPB.

Power is 8252=398^2-5^2=39. So 2PB=392\cdot PB = 39, giving PB=39/2PB=39/2.

More Examples

Example 1: Tangent Length

Point PP is 1313 units from the center of a circle of radius 55. Find the tangent length.

PT2=13252=144PT^2=13^2-5^2=144, so PT=12PT=12.

Example 2: Two Secants

From PP, one secant has PA=3PA=3 and PB=15PB=15. Another secant has PC=5PC=5. Find PDPD.

315=5PD3\cdot 15 = 5\cdot PD, so PD=9PD=9.

Strategy Checklist

  • Identify the external point and segment order.
  • Use PAPB=PCPDPA\cdot PB = PC\cdot PD consistently.
  • Switch to OP2r2OP^2-r^2 if center and radius are known.

Common Pitfalls

  • Mixing up the order of points along the secant.
  • Using power-of-point for an interior point without absolute values.
  • Squaring a secant length instead of using the product.

Practice Problems

StatusSourceProblem NameDifficultyTags

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.