Maths Olympiad Prep

Library / /401 of 520

Geometry Difficulty 6.0 AIME, harder Prove it

: Return to the South Pole

Let ABCA B C be a triangle, C\mathcal{C} its circumcircle. Let II be the center of the inscribed circle, AA^{\prime} the foot of the angle bisector from AA, and SAS_{A} the intersection point of this bisector with C\mathcal{C}. SS is called the South Pole of ABCA B C with respect to AA.

- Show that SS is on the perpendicular bisector of [BC][B C], and then that BSA=CSA=ISAB S_{A}=C S_{A}=I S_{A}.
- Show that ABSAA B S_{A} and BASAB A^{\prime} S_{A} are similar.

## Solutions

For more detailed corrections, see the photocopy by Cécile Gachet (exercises 5.4, 5.5, 5.6) regarding exercises 1,2,61, 2, 6 and that by Jean-Louis Tu\mathrm{Tu} (exercises 3,4,5,63, 4, 5, 6) regarding exercises 3,4,53, 4, 5.

Solution

For the figure, see Linda Gutsche's course, Wednesday afternoon, 25th. By the inscribed angle theorem, SABC^=SAAC^\widehat{S_{A} B C}=\widehat{S_{A} A C} and SACB^=SAAB^\widehat{S_{A} C B}=\widehat{S_{A} A B}. Since SAAB^=SAAC\widehat{S_{A} A B}=\overline{S_{A} A C}, it follows that SABC^=SACB^\widehat{S_{A} B C}=\widehat{S_{A} C B}, and triangle SABCS_{A} B C is isosceles at SAS_{A}. Therefore, SAS_{A} lies on the perpendicular bisector of [BC][B C].

## IV. Advanced

## 1 Morning: Basic Strategies and Combinatorics

## 1 Tuesday morning, 24th: Martin Rakovsky

When writing a proof by induction, there are important steps to highlight. Let's start with the following example.

Example 35. Show that for any strictly positive integer nn,

12+22+32++n2=n(n+1)(2n+1)6 1^{2}+2^{2}+3^{2}+\ldots+n^{2}=\frac{n(n+1)(2 n+1)}{6}

The first step is to announce that we will use induction: Proceed by induction on nn. The second step is the base case: If n=1n=1, then we have 12=1(1+1)(21+1)61^{2}=\frac{1 \cdot(1+1)(2 \cdot 1+1)}{6}, so the property holds for n=1n=1. The third step is the inductive step, which usually starts with: Suppose the property is true for some natural number n1n \geq 1 and show that it is true for n+1n+1. We have 12+22++n2=n(n+1)(2n+1)61^{2}+2^{2}+\ldots+n^{2}=\frac{n(n+1)(2 n+1)}{6} by the induction hypothesis, so

12+22++n2+(n+1)2=n(n+1)(2n+1)6+(n+1)2=(n+1)n(2n+1)+6(n+1)6=(n+1)(n+2)(2n+3)6 \begin{aligned} 1^{2}+2^{2}+\ldots+n^{2}+(n+1)^{2} & =\frac{n(n+1)(2 n+1)}{6}+(n+1)^{2} \\ & =(n+1) \cdot \frac{n(2 n+1)+6(n+1)}{6} \\ & =(n+1) \cdot \frac{(n+2)(2 n+3)}{6} \end{aligned}

Therefore, the property is true for n+1n+1, which concludes the proof.

## To Begin

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.