Pages

Bookmark and Share

Monday, June 28, 2010

Minimum Reciprocal Length

Given a triangle $ABC$, and point $P$ in its interior. Find points $X,Y$ on $AB$ and $AC$ (or their extensions) such that $XY$ passes through $P$ and
$$\frac{1}{PX} + \frac{1}{PY}$$ is maximized.

Circumcircle and Incircle Tangency

Given a triangle $ABC$, its circumcircle $C_O$ and incircle $C_I$. Suppose $X,Y,Z$ are points on $C_O$ such that $XY$ and $XZ$ are tangent to $C_I$, prove that $YZ$ is also tangent to $C_I$.

Solution

Let us denote $R$ to be the radius of $C_O$ and $r$ to be the radius of $C_I$. Also let $O$ and $I$ to be the centers of the circle. Let also Suppose $AB$ is tangent to $C_I$ at $L$. And suppose $AI$ meets $C_O$ at $M$ and $MO$ meets $C_O$ at $N$.

Now suppose $a = \angle MAZ = \angle MAB = \angle MNC = \angle MCB$. Because $\angle ALI = \angle MCN = 90^o$ then by similarity of $\triangle ALI$ and $\triangle MNC$ we have: $$AI.MC = MN.LI = 2Rr$$

Now $\angle MIC = \angle IAC + \angle ACI = x + \angle ACI = \angle MCB + \angle ICB = \angle MCI$ so that we know $MC = MI$. Thus: $$AI.MI = 2Rr$$

Now, we draw similar figures to the triangle $X,Y,Z$. That is: $XY$ is tangent to $C_I$ at $L'$. And suppose $XI$ meets $C_O$ at $M'$ and $M'O$ meets $C_O$ at $N'$.

In our analysis above, we showed that $AI.MC = 2Rr$ but we didn't use the fact that $BC$ is tangent to $C_I$, so we can repeat the argument to claim that $$XI.M'Z = 2Rr$$.

On the other hand, $XI.IM' = AI.IM = 2Rr$ so we have $IM' = M'Z$ which means $IM'Z$ is an isosceles. $$\angle M'IZ = \angle M'ZI$$ $$\angle M'XZ + \angle IZX = \angle M'ZY + \angle YZI$$ Because $XY$ and $XZ$ are both tangent to $C_I$ then $XM$ is a bisector of $\angle YXZ$ so that $\angle M'XZ = \angle M'XY = \angle M'ZY$. So our equation above becomes: $$\angle IZX = \angle YZI$$ which means $ZI$ is also internal angle bisector, which means $YZ$ is tangent to $C_I$.

Thursday, June 24, 2010

Three independent random variables

3 independent random variables $A,B,C$ are drawn from the same distribution. Determine the correlation between $A-B$ and $B-C$.

Tuesday, June 15, 2010

Polynomial and divisibility

A sequence of polynomials $P_i(x)$ are defined as follows:
$P_1(x) = 1$
$P_2(x) = 1$
$P_{n+2}(x) = (x+2)P_{n+1}(x) - P_n(x), n=1,2,\dots$

Prove that for all $n > 1$, $P_n(x)^2 + x$ is divisible by $P_{n-1}(x)$