Let ABC be a triangle, C its circumcircle. Let I be the center of the inscribed circle, A′ the foot of the angle bisector from A, and SA the intersection point of this bisector with C. S is called the South Pole of ABC with respect to A.
- Show that S is on the perpendicular bisector of [BC], and then that BSA=CSA=ISA. - Show that ABSA and BA′SA 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,6 and that by Jean-Louis Tu (exercises 3,4,5,6) regarding exercises 3,4,5.
Solution
For the figure, see Linda Gutsche's course, Wednesday afternoon, 25th. By the inscribed angle theorem, SABC=SAAC and SACB=SAAB. Since SAAB=SAAC, it follows that SABC=SACB, and triangle SABC is isosceles at SA. Therefore, SA lies on the perpendicular bisector of [BC].
## 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 n,
12+22+32+…+n2=6n(n+1)(2n+1)
The first step is to announce that we will use induction: Proceed by induction on n. The second step is the base case: If n=1, then we have 12=61⋅(1+1)(2⋅1+1), so the property holds for n=1. The third step is the inductive step, which usually starts with: Suppose the property is true for some natural number n≥1 and show that it is true for n+1. We have 12+22+…+n2=6n(n+1)(2n+1) by the induction hypothesis, so