返回题库

AIME 2008 I · 第 8 题

AIME 2008 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the positive integer nn such that

arctan13+arctan14+arctan15+arctan1n=π4.\arctan\frac {1}{3} + \arctan\frac {1}{4} + \arctan\frac {1}{5} + \arctan\frac {1}{n} = \frac {\pi}{4}.
解析

Solution 1

Since we are dealing with acute angles, tan(arctana)=a\tan(\arctan{a}) = a.

Note that tan(arctana+arctanb)=a+b1ab\tan(\arctan{a} + \arctan{b}) = \dfrac{a + b}{1 - ab}, by tangent addition. Thus, arctana+arctanb=arctana+b1ab\arctan{a} + \arctan{b} = \arctan{\dfrac{a + b}{1 - ab}}.

Applying this to the first two terms, we get arctan13+arctan14=arctan711\arctan{\dfrac{1}{3}} + \arctan{\dfrac{1}{4}} = \arctan{\dfrac{7}{11}}.

Now, arctan711+arctan15=arctan2324\arctan{\dfrac{7}{11}} + \arctan{\dfrac{1}{5}} = \arctan{\dfrac{23}{24}}.

We now have arctan2324+arctan1n=π4=arctan1\arctan{\dfrac{23}{24}} + \arctan{\dfrac{1}{n}} = \dfrac{\pi}{4} = \arctan{1}. Thus, 2324+1n12324n=1\dfrac{\dfrac{23}{24} + \dfrac{1}{n}}{1 - \dfrac{23}{24n}} = 1; and simplifying, 23n+24=24n23n=4723n + 24 = 24n - 23 \Longrightarrow n = \boxed{47}.

Solution 2 (generalization)

From the expansion of eiAeiBeiCeiDe^{iA}e^{iB}e^{iC}e^{iD}, we can see that

cos(A+B+C+D)=cosAcosBcosCcosD14symsinAsinBcosCcosD+sinAsinBsinCsinD,\cos(A + B + C + D) = \cos A \cos B \cos C \cos D - \tfrac{1}{4} \sum_{\rm sym} \sin A \sin B \cos C \cos D + \sin A \sin B \sin C \sin D, and

sin(A+B+C+D)=cycsinAcosBcosCcosDcycsinAsinBsinCcosD.\sin(A + B + C + D) = \sum_{\rm cyc}\sin A \cos B \cos C \cos D - \sum_{\rm cyc} \sin A \sin B \sin C \cos D . If we divide both of these by cosAcosBcosCcosD\cos A \cos B \cos C \cos D, then we have

tan(A+B+C+D)=1tanAtanB+tanAtanBtanCtanDtanAtanAtanBtanC,\tan(A + B + C + D) = \frac {1 - \sum \tan A \tan B + \tan A \tan B \tan C \tan D}{\sum \tan A - \sum \tan A \tan B \tan C}, which makes for more direct, less error-prone computations. Substitution gives the desired answer.

Solution 3: Complex Numbers

Adding a series of angles is the same as multiplying the complex numbers whose arguments they are. In general, arctan1n\arctan\frac{1}{n}, is the argument of n+in+i. The sum of these angles is then just the argument of the product

(3+i)(4+i)(5+i)(n+i)(3+i)(4+i)(5+i)(n+i) and expansion give us (48n46)+(48+46n)i(48n-46)+(48+46n)i. Since the argument of this complex number is π4\frac{\pi}{4}, its real and imaginary parts must be equal; then, we can we set them equal to get

48n46=48+46n.48n - 46 = 48 + 46n. Therefore, n=47n=\boxed{47}.

Solution 4 Sketch

You could always just bash out sin(a+b+c)\sin(a+b+c) (where a,b,c,n are the angles of the triangles respectively) using the sum identities again and again until you get a pretty ugly radical and use a triangle to get cos(a+b+c)\cos(a+b+c) and from there you use a sum identity again to get sin(a+b+c+n)\sin(a+b+c+n) and using what we found earlier you can find tan(n)\tan(n) by division that gets us 2324\frac{23}{24}

~YBSuburbanTea