Maths Olympiad Prep

Library / /514 of 520

Algebra Difficulty 6.8 National olympiad Prove it

Show by induction that for all integers n1,1+14+19++1n221nn \geq 1, 1+\frac{1}{4}+\frac{1}{9}+\ldots+\frac{1}{n^{2}} \leq 2-\frac{1}{n}. Deduce that this sum is always strictly less than 2.

## Solutions

Solution

Hypothesis of recurrence: at rank n,1+14+19++1n221nn, 1+\frac{1}{4}+\frac{1}{9}+\ldots+\frac{1}{n^{2}} \leq 2-\frac{1}{n}. Initialization: for n=1,1211n=1,1 \leq 2-\frac{1}{1}, so the relation is clearly true at rank 1.

Calculation: the relation 1+14+19++1n221n1+\frac{1}{4}+\frac{1}{9}+\ldots+\frac{1}{n^{2}} \leq 2-\frac{1}{n} being assumed true at rank nn (hypothesis of recurrence), to transform this relation into the same relation at rank n+1n+1, it is necessary to add 1(n+1)2\frac{1}{(n+1)^{2}} on the left and on the right: 1n1n+1=1n(n+1)\frac{1}{n}-\frac{1}{n+1}=\frac{1}{n(n+1)} which is clearly larger. Therefore, the inequality remains true, and by recurrence it is true for all n1n \geq 1. We deduce that for all n1n \geq 1, 1+14+19++1n221n<21+\frac{1}{4}+\frac{1}{9}+\ldots+\frac{1}{n^{2}} \leq 2-\frac{1}{n}<2.

## 2 Group A: Algebra

## 1 Friday morning, 18: Mathieu Barré

## Algebraic manipulations

Calculating with letters requires knowing a few identities. In what follows, unless otherwise stated, the letters used represent real numbers.

## Properties to remember

1. Distributivity: k(a+b)=ka+kbk(a+b)=k a+k b.
2. Rectangle factorization: ab+bc+cd+da=(a+c)(b+d)a b+b c+c d+d a=(a+c)(b+d).
3. If aa is positive, (ab)c=(ac)b=abc\left(a^{b}\right)^{c}=\left(a^{c}\right)^{b}=a^{b c}.
4. (a+b)2=a2+2ab+b2(a+b)^{2}=a^{2}+2 a b+b^{2}.
5. (ab)2=a22ab+b2(a-b)^{2}=a^{2}-2 a b+b^{2}.
6. a2b2=(a+b)(ab)a^{2}-b^{2}=(a+b)(a-b).
7. (a+b)3=a3+3a2b+3b2a+b3(a+b)^{3}=a^{3}+3 a^{2} b+3 b^{2} a+b^{3}.
8. (ab)3=a33a2b+3b2ab3(a-b)^{3}=a^{3}-3 a^{2} b+3 b^{2} a-b^{3}.
9. a3b3=(ab)(a2+ab+b2)a^{3}-b^{3}=(a-b)\left(a^{2}+a b+b^{2}\right).
10. More generally, if nn is a natural number,

anbn=(ab)(an1+an2b++abn2+bn1) a^{n}-b^{n}=(a-b)\left(a^{n-1}+a^{n-2} b+\cdots+a b^{n-2}+b^{n-1}\right)

In particular, taking b=1b=1, we get

an1=(a1)(an1+an2++a+1) a^{n}-1=(a-1)\left(a^{n-1}+a^{n-2}+\cdots+a+1\right)

11. Binomial theorem: if nn is an integer, then

(a+b)n=i=0n(ni)anibi (a+b)^{n}=\sum_{i=0}^{n}\binom{n}{i} a^{n-i} b^{i}

It is always important to keep these properties in mind in order to recognize them in exercises, generally to obtain a factored form.

## Polynomial division

Another idea for factoring algebraic expressions is to generalize the notion of division practiced since elementary school. For example, if we want to divide a31a^{3}-1 by a1a-1, we can imagine that a31a^{3}-1 and a1a-1 are integers and perform the division as an elementary school student would. We first try to eliminate the term in a3a^{3} by asking: "By what must we multiply a1a-1 to get close to a3a^{3}?". The answer is a2a^{2} and a2(a1)=a3a2a^{2}(a-1)=a^{3}-a^{2}. We then subtract a3a2a^{3}-a^{2} from a31a^{3}-1: the a3a^{3} terms cancel out (it's designed to do so!) and we are left with a31(a3a2)a^{3}-1-\left(a^{3}-a^{2}\right), which is a21a^{2}-1. We then repeat this procedure with a21a^{2}-1. The different steps are summarized in the division below:

a 3 -1 a-1 - (a 3 -a 2 ) a 2 +a+1 a 2 -1 - (a 2 -a ) a-1 -(a-1) 0\text{a 3 -1 a-1 - (a 3 -a 2 ) a 2 +a+1 a 2 -1 - (a 2 -a ) a-1 -(a-1) 0}

We have thus obtained: a31=(a1)(a2+a+1)a^{3}-1=(a-1)\left(a^{2}+a+1\right), which is also a consequence of property 9 for b=1b=1.

Let's continue to practice this principle with another example: factorize a4+4a^{4}+4 by a22a+2a^{2}-2 a+2. Proceeding exactly as before, we get successively:

a 4 +4 a 2 -2 a+2 - (a 4 -2 a 3 +2 a 2 ) a 2 +2 a+2 2 a 3 -2 a 2 +4 .a 2 +2 a ) - (2 a 3 -4 a 2 +4 a ) 2 a 2 -4 a+4 - (2 a 2 -4 a+4 )\text{a 4 +4 a 2 -2 a+2 - (a 4 -2 a 3 +2 a 2 ) a 2 +2 a+2 2 a 3 -2 a 2 +4 .a 2 +2 a ) - (2 a 3 -4 a 2 +4 a ) 2 a 2 -4 a+4 - (2 a 2 -4 a+4 )}

Thus, the final result is a4+4=(a22a+2)(a2+2a+2)a^{4}+4=\left(a^{2}-2 a+2\right)\left(a^{2}+2 a+2\right), known as Sophie Germain's identity.

We now have a method (or even an algorithm) for performing polynomial divisions. However, in the two previous examples, we were lucky because the remainders of the divisions were zero, which is not always the case. How can we guess that a polynomial will be able to be factored by another? The following theorem provides an answer:

Theorem 3. Let P(X)P(X) be a polynomial and α\alpha a root of PP (i.e., a real number that satisfies P(α)=0P(\alpha)=0). The polynomial P(X)P(X) can then be factored by XαX-\alpha.

Corollary 4. A polynomial of degree nn has at most nn distinct roots.

Proof. The proof of this result (as well as many others that will interest the curious reader) can be found in Igor Kortchemski's course on polynomials, available here.

We better understand why the polynomial Q(a)=a31Q(a)=a^{3}-1 can be factored by a1a-1: it's because 1 is a root of QQ, since Q(1)=131=0Q(1)=1^{3}-1=0. The corollary is also very useful. Indeed, if we have a polynomial of degree nn for which we know exactly nn roots α1,,αn\alpha_{1}, \ldots, \alpha_{n}, it will necessarily be written in the form (Xα1)(Xαn)\left(X-\alpha_{1}\right) \cdots\left(X-\alpha_{n}\right), up to multiplication by a constant.

Example 5. We already know how to factor the polynomial P(X)=X22P(X)=X^{2}-2 using the remarkable identity 6, but let's try to achieve this using our new result. We notice that 2\sqrt{2} and 2-\sqrt{2} are two roots of PP, which is of degree 2: we have thus found all its roots. Since the leading coefficient of PP is 1, we automatically have P(X)=(X2)(X+2)P(X)=(X-\sqrt{2})(X+\sqrt{2}).

Remark 6. Showing

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.