AoPSWiki
Want to learn how to tackle those tough AMC/AIME/Olympiad counting and probability problems? Check out Art of Problem Solving's Intermediate Counting & Probability by David Patrick.

1992 USAMO Problems/Problem 2

From AoPSWiki

Contents

Problem

Prove \frac{1}{\cos 0^\circ \cos 1^\circ} +  \frac{1}{\cos 1^\circ \cos 2^\circ} + \cdots + \frac{1}{\cos 88^\circ \cos 89^\circ} =...

Solution 1

Consider the points M_k = (1, \tan k^\circ) in the coordinate plane with origin O=(0,0), for integers 0 \le k \le 89.

size(200);defaultpen(1);pair O=(0,0), a=expi(0), b=expi(1/6), c=expi(2/6), d=expi(3/6), y=expi(32/30), z= expi(34/30);pair A=...

Evidently, the angle between segments OM_a and OM_b is (b-a)^\circ, and the length of segment OM_a is 1/\cos a^\circ. It then follows that the area of triangle M_aOM_b is \tfrac{1}{2} \sin(b-a)^\circ \cdot OM_a \cdot OM_b = \tfrac{1}{2} \sin(b-a)^\circ / (\cos a^\circ \cdot \cos b^\circ). Therefore \begin{align*}\sum_{k=0}^{88} \frac{\tfrac{1}{2} \sin 1^\circ}{ \cos k^\circ \cos k+1^\circ} &= \sum_{k=0}^{88} [ M_k O M... so \sum_{k=0}^{88} \frac{1}{\cos k^\circ \cos (k+1)^\circ} = \frac{\cos 1^\circ}{ \sin^2 1^\circ}, as desired. \blacksquare

Solution 2

First multiply both sides of the equation by \sin 1, so the right hand side is \frac{\cos 1}{\sin 1}. Now by rewriting \sin 1=\sin((k+1)-k)=\sin(k+1)\cos(k)+\sin(k)\cos(k+1), we can derive the identity \tan(n+1)-\tan(n)=\frac{\sin 1}{\cos(n)\cos(n+1)}. Then the left hand side of the equation simplifies to \tan 89-\tan 0=\tan 89=\frac{\sin 89}{\cos 89}=\frac{\cos 1}{\sin 1} as desired.

Solution 3

Multiply by \sin{1}. We get:

\frac {\sin{1}}{\cos{0}\cos{1}} + \frac {\sin{1}}{\cos{1}\cos{2}} + ... + \frac {\sin{1}}{\cos{88}\cos{89}} = \frac {\cos{1}}...

we can right this as:

\frac {\sin{1 - 0}}{\cos{0}\cos{1}} + \frac {\sin{2 - 1}}{\cos{1}\cos{2}} + ... + \frac {\sin{89 - 88}}{\cos{88}\cos{89}} = \...

This is an identity \tan{a} - \tan{b} = \frac {\sin{(a - b)}}{\cos{a}\cos{b}}

Therefore;

\sum_{i = 1}^{89}[\tan{k} - \tan{(k - 1)}] = \tan{89} - \tan{0} = \cot{1}, because of telescoping.

but since we multiplied \sin{1} in the beginning, we need to divide by \sin{1}. So we get that:

\frac {1}{\cos{0}\cos{1}} + \frac {1}{\cos{1}\cos{2}} + \frac {1}{\cos{2}\cos{3}} + .... + \frac {1}{\cos{88}\cos{89}} = \fra... as desired. QED

Resources

1992 USAMO (Problems)
Preceded by
Problem 1
1 2 3 4 5 Followed by
Problem 3
All USAMO Problems and Solutions
Do you have what it takes to be the next brilliant trader, researcher, or developer at Jane Street Capital? Find out in the Careers in Mathematics Forum.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us