Secants and Products
Chords crossing inside, secants crossing outside, a tangent and a secant: three different pictures, three product equations, and exactly one proof, run three times.
Two chords $AB$ and $CD$ meet at $X$ inside a circle. Join $A$ to $C$ and $B$ to $D$, making two triangles that share the vertex $X$. Angles in the same segment are equal, and vertically opposite angles are equal. Count how many pairs of equal angles you now have between those two triangles, and say what that proves about them.
When two lines through a point $P$ each meet a circle, the product of the two distances along one line equals the product along the other. The proof is always the same: join the endpoints crosswise, get similar triangles, write the ratio of matching sides, cross-multiply.
$$PA \times PB = PC \times PD$$
The three cases differ only in where $P$ sits. Inside the circle the two products use the two pieces of each chord. Outside, each product uses the near and far intersections of a secant. When one line is a tangent, its two intersections coincide, and the product becomes a square: $PT^2 = PA \times PB$.
Know
- The intersecting chords result, $AX \times XB = CX \times XD$
- The intersecting secants result, $PA \times PB = PC \times PD$
- The tangent-secant result, $PT^2 = PA \times PB$
Understand
- Why all three are the same similar-triangle argument in three positions
- Why the tangent case is the limiting case of the secant case rather than a separate theorem
Can Do
- Prove each product result by naming the similar triangles and their equal angles
- Apply the results to find unknown lengths, including by solving a quadratic
- Combine chord, angle, tangent and secant properties in a multi-step problem
Chords $AB$ and $CD$ meet at $X$ inside the circle.
To prove: $AX \times XB = CX \times XD$.
Construction: join $AC$ and $BD$, crosswise, to make $\triangle AXC$ and $\triangle DXB$.
$\angle CAX = \angle BDX$, since $\angle CAB$ and $\angle CDB$ stand on the same arc $CB$ (angles in the same segment). Also $\angle AXC = \angle DXB$ (vertically opposite). Two pairs of equal angles is enough, so
$$\triangle AXC \sim \triangle DXB \quad \text{(equiangular)}$$
Matching sides are in the same ratio. Take the two sides that meet at $X$ in each triangle:
$$\frac{AX}{DX} = \frac{CX}{BX}$$
Cross-multiplying gives $AX \times BX = CX \times DX$. That is the whole theorem.
Now let $P$ be outside the circle, with one secant through $A$ then $B$, and another through $C$ then $D$, where $A$ and $C$ are the near intersections.
To prove: $PA \times PB = PC \times PD$.
Construction: join $AD$ and $CB$, crosswise again, giving $\triangle PAD$ and $\triangle PCB$.
$\angle APD = \angle CPB$, since they are the same angle at $P$. And $ABDC$ is a cyclic quadrilateral, so $\angle PAD = 180° - \angle DAB = \angle DCB = \angle PCB$, using the exterior angle result from Lesson 3. Two pairs of equal angles, so
$$\triangle PAD \sim \triangle PCB \quad \text{(equiangular)}$$
$$\frac{PA}{PC} = \frac{PD}{PB} \quad \Longrightarrow \quad PA \times PB = PC \times PD$$
Note carefully what each product uses: $PA$ is the near length and $PB$ is the whole secant, not the chord $AB$. Multiplying near by chord is the most common error in this topic.
Let $PT$ be a tangent touching at $T$, and let a secant from $P$ cut the circle at $A$ then $B$.
To prove: $PT^2 = PA \times PB$.
Construction: join $TA$ and $TB$, giving $\triangle PTA$ and $\triangle PBT$.
The angle at $P$ is shared. And by the alternate segment theorem from Lesson 4, the tangent-chord angle $\angle PTA$ equals $\angle TBA$, which is $\angle PBT$. So the triangles are equiangular:
$$\frac{PT}{PB} = \frac{PA}{PT} \quad \Longrightarrow \quad PT^2 = PA \times PB$$
This is not a fourth theorem. Slide the second secant until its two intersections merge into one: $PC$ and $PD$ both become $PT$, and $PC \times PD$ becomes $PT^2$. The tangent is the secant's limiting case, and the algebra follows it exactly.
Turning it round, $PT = \sqrt{PA \times PB}$ gives the tangent length from any secant measurement, without ever locating the centre.
Three results, one number. Fix a point $P$ and let a line through it meet the circle at $U$ and $V$. The product $PU \times PV$ turns out to be the same for every line you can draw through $P$. That common value is called the power of $P$.
With centre $O$ and radius $r$, take the line through $P$ and $O$. It meets the circle at distances $|OP - r|$ and $OP + r$ from $P$, so the power is
$$|OP^2 - r^2|$$
Check it against Lesson 4: for a tangent, $PT^2 = OP^2 - r^2$, which is exactly the power. The equal-tangents result is then obvious, since both tangents from $P$ have length equal to the square root of the same number.
The three theorems in this lesson are just the statement "the power does not depend on the line", written for a point inside, a point outside, and the tangent case. You are not asked to use the word power in an exam, but knowing the three are one result stops you memorising three.
Watch Me Solve It · 3 examples
-
1Check the point is inside$X$ is the crossing point of two chords, so it is inside, and the two-chords form applies.
-
2Write the product rule$AX \times XB = CX \times XD$Each side uses the two pieces of one chord.
-
3Substitute and solve$6 \times 4 = 3 \times XD$$24 = 3 \times XD$$XD = 8$
-
4Check with the power of the point$6 \times 4 = 24 \quad \text{and} \quad 3 \times 8 = 24$Both chords give the same product, as they must.
-
1Convert the chord into a whole secant$PB = PA + AB = 5 + 7 = 12$The rule uses the distance to the FAR point, and $AB$ is only the piece inside the circle.
-
2Write the product rule$PA \times PB = PC \times PD$Near times far, on each secant.
-
3Substitute and solve for the whole second secant$5 \times 12 = 4 \times PD$$60 = 4 \times PD$$PD = 15$
-
4Convert back to the chord asked for$CD = PD - PC = 15 - 4 = 11$The question asked for $CD$, the piece inside the circle, so subtract the near length at the end.
-
1Name the unknown and express the far length$PA = x, \quad PB = x + 7$The far length is the near length plus the chord.
-
2Apply the tangent-secant rule$PT^2 = PA \times PB$$12^2 = x(x + 7)$The tangent gives a square, since its two intersections coincide.
-
3Solve the quadratic$x^2 + 7x - 144 = 0$$(x + 16)(x - 9) = 0$$x = -16 \quad \text{or} \quad x = 9$
-
4Discard the impossible root$PA = 9$$PA$ is a length, so it cannot be negative. Checking: $9 \times 16 = 144 = 12^2$.
Brain Trainer · 4 problems
Four problems using the three product results. Work each one, then reveal the answer.
-
1 Chords meet at $X$ with $AX = 8$, $XB = 3$ and $CX = 6$. Find $XD$.
$8 \times 3 = 6 \times XD$, so $XD = 4$.$4$ -
2 From $P$, a secant has $PA = 3$ and $PB = 12$. A tangent from $P$ touches at $T$. Find $PT$.
$PT^2 = 3 \times 12 = 36$.$PT = 6$ -
3 From $P$, $PC = 5$ and $CD = 7$. A second secant has $PA = 4$. Find the whole secant $PB$.
$PD = 5 + 7 = 12$, so $4 \times PB = 60$.$PB = 15$ -
4 A circle has radius $5$ and $P$ is $9$ from the centre. Find the power of $P$, and the tangent length.
$9^2 - 5^2 = 81 - 25 = 56$, and the tangent length is its square root.power $56$, $PT = 2\sqrt{14}$
Multiple Choice · 5 questions
Chords $AB$ and $CD$ meet at $X$ inside a circle. Which equation is correct?
From an external point $P$, a secant meets a circle at $A$ then $B$ with $PA = 4$ and $AB = 6$. The product for this secant is:
A tangent from $P$ touches at $T$, and a secant from $P$ has $PA = 4$ and $PB = 16$. Then $PT$ equals:
In the proof for two chords crossing inside, the pair of equal angles at $A$ and $D$ comes from:
The tangent-secant result $PT^2 = PA \times PB$ is best described as:
Short Answer · 3 questions
(a) Prove that $AX \times XB = CX \times XD$, stating the construction and giving a reason for every angle.
(b) Given $AX = 9$ cm, $XB = 2$ cm and $CD = 9$ cm, find $CX$ and $XD$.
(c) Explain why part (b) has two possible answers and why both are acceptable.
(a) Prove that $PT^2 = PA \times PB$.
(b) Given $PA = 5$ cm and $AB = 11$ cm, find $PT$.
(c) The circle has centre $O$. Use your answer to (b) to find the radius, given $OP = 17$ cm.
(a) Find $PT$.
(b) Find $OM$, the distance from the centre to the chord.
(c) Find $OP$, and verify that $PT^2 = OP^2 - r^2$.
(a) Show that for $P$ outside the circle, the power equals $PT^2$ for a tangent from $P$, and that for $P$ inside the circle the two-chord product equals $r^2 - d^2$.
(b) Describe the set of points whose power is zero, and say what happens to the tangent length there.
(c) Two circles have different centres. Describe the set of points that have the same power with respect to both, and explain what is special about points on it that lie outside both circles.
Chords inside
$AX \times XB = CX \times XD$
Secants outside
$PA \times PB = PC \times PD$, near times far
Tangent case
$PT^2 = PA \times PB$, the merged secant
One proof
Join crosswise, find two equal angles, cross-multiply
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.