Difference between revisions of "Power of a point theorem"

(Case 2 (Outside the Circle):)
(Proof)
 
(91 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Theorem:==
 
==Theorem:==
  
There are three unique cases for this theorem. Each case expresses the relationship between the length of line segments that pass through a common point and touch a circle in at least one point.
+
There are three unique cases for this theorem. Each case expresses the relationship between the length of line segments that pass through a common point and touch a circle in at least one point. Can be useful with [[cyclic quadrilaterals]] as well however with a slightly different application.
  
 
===Case 1 (Inside the Circle):===
 
===Case 1 (Inside the Circle):===
  
 
If two chords <math> AB </math> and <math> CD </math> intersect at a point <math> P </math> within a circle, then <math> AP\cdot BP=CP\cdot DP </math>
 
If two chords <math> AB </math> and <math> CD </math> intersect at a point <math> P </math> within a circle, then <math> AP\cdot BP=CP\cdot DP </math>
 +
 +
<asy> draw(circle((0,0),3));
 +
dot((-2.82,1));
 +
label("A",(-3.05,1.25));
 +
dot((1,2.828));
 +
label("B",(1.25,3.05));
 +
draw((-2.82,1)---(1,2.828));
 +
dot((2.3,-1.926));
 +
label("C",(2.55,-2.346));
 +
dot((-2.12,2.123));
 +
label("D",(-2.37,2.507));
 +
draw((2.3,-1.926)---(-2.12,2.123));
 +
dot((-1.556,1.602));
 +
label("P",(-1.656,1.202));
 +
</asy>
  
 
===Case 2 (Outside the Circle):===
 
===Case 2 (Outside the Circle):===
  
 
=====Classic Configuration=====
 
=====Classic Configuration=====
 +
 +
Given lines <math> AB </math> and <math> CB </math> originate from two unique points on the [[circumference]] of a circle (<math> A </math> and <math> C </math>), intersect each other at point <math> B </math>, outside the circle, and re-intersect the circle at points <math> F </math> and <math> G </math> respectively, then <math> BF\cdot BA=BG\cdot BC </math>
 +
 +
<asy> draw(circle((0,0),3));
 +
dot((1.5,2.598));
 +
label("A",(2,3));
 +
label("B",(-6,1.6));
 +
dot((-6,1));
 +
label("C",(2.55,-2.5));
 +
dot((2.12,-2.123));
 +
dot((-2.996,-0.155));
 +
label("G",(-3.350, -0.6));
 +
dot((-2.429,1.761));
 +
label("F",(-2.729,2.061));
 +
draw((1.5,2.598)---(-6,1));
 +
draw((2.12,-2.123)---(-6,1));
 +
</asy>
  
 
=====Tangent Line=====
 
=====Tangent Line=====
  
====Normal Configuration====
+
Given Lines <math> AB </math> and <math> AC </math> with <math> AC </math> [[tangent line|tangent]] to the related circle at <math> C </math>, <math> A </math> lies outside the circle, and Line <math> AB </math> intersects the circle between <math> A </math> and <math> B </math> at <math> D </math>, <math> AD\cdot AB=AC^{2} </math>
  
====Tangent Line====
+
<asy> draw(circle((0,0),3));
 +
dot((0,3));
 +
label("C",(0,3.5));
 +
dot((-8,3));
 +
label("A",(-8,3.5));
 +
dot((2.5,-1.658));
 +
label("B",(2.8,-1.958));
 +
draw((0,3)---(-8,3));
 +
draw((2.5,-1.658)---(-8,3));
 +
dot((-2.907,0.741));
 +
label("D",(-3.357,0.421));
 +
</asy>
  
 
===Case 3 (On the Border/Useless Case):===
 
===Case 3 (On the Border/Useless Case):===
  
**Still working
+
If two chords, <math> AB </math> and <math> AC </math>, have <math> A </math> on the border of the circle, then the same property such that if two lines that intersect and touch a circle, then the product of each of the lines segments is the same. However since the intersection points lies on the border of the circle, one segment of each line is <math> 0 </math> so no matter what, the constant product is <math> 0 </math>.
 +
 
 +
<asy> draw(circle((0,0),3));
 +
dot((1,2.828));
 +
label("A",(1.4,3.028));
 +
dot((-2.5,-1.658));
 +
label("B",(-2.8,-1.958));
 +
dot((2.04,-2.2));
 +
label("C",(2.34,-2.5));
 +
draw((1,2.828)---(-2.5,-1.658));
 +
draw((1,2.828)---(2.04,-2.2));
 +
</asy>
 +
 
 +
==Proof==
 +
 
 +
Please write a proof of you have one and feel free to put name under proof writers at bottom of page :)
 +
===Case 1 (Inside the Circle)===
 +
 
 +
===Case 2 (Outside the Circle)===
 +
 
 +
===Case 3 (On the Circle Border)===
 +
 
 +
==Problems==
 +
 
 +
====Introductory (AMC 10, 12)====
 +
 
 +
Let <math>\overline{AB}</math> be a diameter in a circle of radius <math>5\sqrt2.</math> Let <math>\overline{CD}</math> be a chord in the circle that intersects <math>\overline{AB}</math> at a point <math>E</math> such that <math>BE=2\sqrt5</math> and <math>\angle AEC = 45^{\circ}.</math> What is <math>CE^2+DE^2?</math>
 +
 
 +
Source: [[2020 AMC 12B Problems/Problem 12]]
 +
 
 +
====Intermediate (AIME)====
 +
 
 +
Let <math>ABC</math> be a triangle inscribed in circle <math>\omega</math>. Let the tangents to <math>\omega</math> at <math>B</math> and <math>C</math> intersect at point <math>D</math>, and let <math>\overline{AD}</math> intersect <math>\omega</math> at <math>P</math>. If <math>AB=5</math>, <math>BC=9</math>, and <math>AC=10</math>, <math>AP</math> can be written as the form <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime integers. Find <math>m + n</math>.
 +
 
 +
Source: [[2024 AIME I Problems/Problem 10]]
 +
 
 +
====Olympiad (USAJMO, USAMO, IMO)====
 +
 
 +
Given circles <math>\omega_1</math> and <math>\omega_2</math> intersecting at points <math>X</math> and <math>Y</math>, let <math>\ell_1</math> be a line through the center of <math>\omega_1</math> intersecting <math>\omega_2</math> at points <math>P</math> and <math>Q</math> and let <math>\ell_2</math> be a line through the center of <math>\omega_2</math> intersecting <math>\omega_1</math> at points <math>R</math> and <math>S</math>. Prove that if <math>P, Q, R</math> and <math>S</math> lie on a circle then the center of this circle lies on line <math>XY</math>.
 +
 
 +
Source: [[2009 USAMO Problems/Problem 1]]
 +
 
 +
Let <math>P</math> be a point interior to triangle <math>ABC</math> (with <math>CA \neq CB</math>). The lines <math>AP</math>, <math>BP</math> and <math>CP</math> meet again its circumcircle <math>\Gamma</math> at <math>K</math>, <math>L</math>, respectively <math>M</math>. The tangent line at <math>C</math> to <math>\Gamma</math> meets the line <math>AB</math> at <math>S</math>. Show that from <math>SC = SP</math> follows <math>MK = ML</math>.
 +
 
 +
Source: [[2010 IMO Problems/Problem 4]]
 +
 
 +
==Builders==
 +
 
 +
=====Creator:=====
 +
=====Proof Writer: =====
 +
=====Other Editors (feel free to put username if you contributed):=====

Latest revision as of 22:48, 23 April 2024

Theorem:

There are three unique cases for this theorem. Each case expresses the relationship between the length of line segments that pass through a common point and touch a circle in at least one point. Can be useful with cyclic quadrilaterals as well however with a slightly different application.

Case 1 (Inside the Circle):

If two chords $AB$ and $CD$ intersect at a point $P$ within a circle, then $AP\cdot BP=CP\cdot DP$

[asy] draw(circle((0,0),3));  dot((-2.82,1)); label("A",(-3.05,1.25)); dot((1,2.828)); label("B",(1.25,3.05)); draw((-2.82,1)---(1,2.828)); dot((2.3,-1.926)); label("C",(2.55,-2.346)); dot((-2.12,2.123)); label("D",(-2.37,2.507)); draw((2.3,-1.926)---(-2.12,2.123)); dot((-1.556,1.602)); label("P",(-1.656,1.202)); [/asy]

Case 2 (Outside the Circle):

Classic Configuration

Given lines $AB$ and $CB$ originate from two unique points on the circumference of a circle ($A$ and $C$), intersect each other at point $B$, outside the circle, and re-intersect the circle at points $F$ and $G$ respectively, then $BF\cdot BA=BG\cdot BC$

[asy] draw(circle((0,0),3));  dot((1.5,2.598)); label("A",(2,3)); label("B",(-6,1.6)); dot((-6,1)); label("C",(2.55,-2.5)); dot((2.12,-2.123)); dot((-2.996,-0.155)); label("G",(-3.350, -0.6)); dot((-2.429,1.761)); label("F",(-2.729,2.061)); draw((1.5,2.598)---(-6,1)); draw((2.12,-2.123)---(-6,1)); [/asy]

Tangent Line

Given Lines $AB$ and $AC$ with $AC$ tangent to the related circle at $C$, $A$ lies outside the circle, and Line $AB$ intersects the circle between $A$ and $B$ at $D$, $AD\cdot AB=AC^{2}$

[asy] draw(circle((0,0),3));  dot((0,3)); label("C",(0,3.5)); dot((-8,3)); label("A",(-8,3.5)); dot((2.5,-1.658)); label("B",(2.8,-1.958)); draw((0,3)---(-8,3)); draw((2.5,-1.658)---(-8,3)); dot((-2.907,0.741)); label("D",(-3.357,0.421)); [/asy]

Case 3 (On the Border/Useless Case):

If two chords, $AB$ and $AC$, have $A$ on the border of the circle, then the same property such that if two lines that intersect and touch a circle, then the product of each of the lines segments is the same. However since the intersection points lies on the border of the circle, one segment of each line is $0$ so no matter what, the constant product is $0$.

[asy] draw(circle((0,0),3));  dot((1,2.828)); label("A",(1.4,3.028)); dot((-2.5,-1.658)); label("B",(-2.8,-1.958)); dot((2.04,-2.2)); label("C",(2.34,-2.5)); draw((1,2.828)---(-2.5,-1.658)); draw((1,2.828)---(2.04,-2.2)); [/asy]

Proof

Please write a proof of you have one and feel free to put name under proof writers at bottom of page :)

Case 1 (Inside the Circle)

Case 2 (Outside the Circle)

Case 3 (On the Circle Border)

Problems

Introductory (AMC 10, 12)

Let $\overline{AB}$ be a diameter in a circle of radius $5\sqrt2.$ Let $\overline{CD}$ be a chord in the circle that intersects $\overline{AB}$ at a point $E$ such that $BE=2\sqrt5$ and $\angle AEC = 45^{\circ}.$ What is $CE^2+DE^2?$

Source: 2020 AMC 12B Problems/Problem 12

Intermediate (AIME)

Let $ABC$ be a triangle inscribed in circle $\omega$. Let the tangents to $\omega$ at $B$ and $C$ intersect at point $D$, and let $\overline{AD}$ intersect $\omega$ at $P$. If $AB=5$, $BC=9$, and $AC=10$, $AP$ can be written as the form $\frac{m}{n}$, where $m$ and $n$ are relatively prime integers. Find $m + n$.

Source: 2024 AIME I Problems/Problem 10

Olympiad (USAJMO, USAMO, IMO)

Given circles $\omega_1$ and $\omega_2$ intersecting at points $X$ and $Y$, let $\ell_1$ be a line through the center of $\omega_1$ intersecting $\omega_2$ at points $P$ and $Q$ and let $\ell_2$ be a line through the center of $\omega_2$ intersecting $\omega_1$ at points $R$ and $S$. Prove that if $P, Q, R$ and $S$ lie on a circle then the center of this circle lies on line $XY$.

Source: 2009 USAMO Problems/Problem 1

Let $P$ be a point interior to triangle $ABC$ (with $CA \neq CB$). The lines $AP$, $BP$ and $CP$ meet again its circumcircle $\Gamma$ at $K$, $L$, respectively $M$. The tangent line at $C$ to $\Gamma$ meets the line $AB$ at $S$. Show that from $SC = SP$ follows $MK = ML$.

Source: 2010 IMO Problems/Problem 4

Builders

Creator:
Proof Writer:
Other Editors (feel free to put username if you contributed):