Difference between revisions of "1975 USAMO Problems/Problem 4"

m (See also)
m (Solution)
Line 14: Line 14:
  
 
==Solution==
 
==Solution==
by Vo Duc Dien
 
 
 
Let <math>E</math> and <math>F</math> be the centers of the small and big circles, respectively, and <math>r</math> and <math>R</math> be their respective radii.
 
Let <math>E</math> and <math>F</math> be the centers of the small and big circles, respectively, and <math>r</math> and <math>R</math> be their respective radii.
  
Line 32: Line 30:
 
So its maximum depends on <math>cos(\alpha -\epsilon)</math> which occurs when <math>\alpha=\epsilon</math>. To draw the line <math>AB</math>:
 
So its maximum depends on <math>cos(\alpha -\epsilon)</math> which occurs when <math>\alpha=\epsilon</math>. To draw the line <math>AB</math>:
  
Draw a circle with center <math>P</math> and radius <math>PE</math> to cut the radius <math>PF</math> at <math>H</math>. Draw the line parallel to <math>EH</math> passing through <math>P</math>. This line meets the small and big circles at <math>A</math> and <math>B</math>, respectively.  
+
Draw a circle with center <math>P</math> and radius <math>PE</math> to cut the radius <math>PF</math> at <math>H</math>. Draw the line parallel to <math>EH</math> passing through <math>P</math>. This line meets the small and big circles at <math>A</math> and <math>B</math>, respectively.
 +
 
 +
 
 +
 
  
 +
{{alternate solutions}}
  
 
==See Also==
 
==See Also==

Revision as of 15:09, 17 September 2012

Problem

Two given circles intersect in two points $P$ and $Q$. Show how to construct a segment $AB$ passing through $P$ and terminating on the two circles such that $AP\cdot PB$ is a maximum.

[asy] size(150); defaultpen(fontsize(7)); pair A=(0,0), B=(10,0), P=(4,0), Q=(3.7,-2.5); draw(A--B); draw(circumcircle(A,P,Q)); draw(circumcircle(B,P,Q)); label("A",A,(-1,1));label("P",P,(0,1.5));label("B",B,(1,1));label("Q",Q,(-0.5,-1.5)); [/asy]


Solution

Let $E$ and $F$ be the centers of the small and big circles, respectively, and $r$ and $R$ be their respective radii.

Let $M$ and $N$ be the feet of $E$ and $F$ to $AB$, and $\alpha = \angle APE$ and $\epsilon = \angle BPF$

We have:

\[AP \times PB = 2r \cos{\alpha} \times 2R \cos{\epsilon} = 4 rR \cos{\alpha} \cos{\epsilon}\]

$AP\times PB$ is maximum when the product $\cos{\alpha} \cos{\epsilon}$ is a maximum.

We have $\cos{\alpha} \cos{\epsilon}= \frac{1}{2} [\cos(\alpha +\epsilon) + \cos(\alpha -\epsilon)]$

But $\alpha +\epsilon = 180^{\circ} - \angle EPF$ and is fixed, so is $\cos(\alpha +\epsilon)$.

So its maximum depends on $cos(\alpha -\epsilon)$ which occurs when $\alpha=\epsilon$. To draw the line $AB$:

Draw a circle with center $P$ and radius $PE$ to cut the radius $PF$ at $H$. Draw the line parallel to $EH$ passing through $P$. This line meets the small and big circles at $A$ and $B$, respectively.



Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.

See Also

Solution with graph at Cut the Knot

1975 USAMO (ProblemsResources)
Preceded by
Problem 3
Followed by
Problem 5
1 2 3 4 5
All USAMO Problems and Solutions