Problem:
Let β³A0βB0βC0β be a triangle whose angle measures are exactly 59.999β,60β, and 60.001β. For each positive integer n define Anβ to be the foot of the altitude from Anβ1β to line Bnβ1βCnβ1β. Likewise, define Bnβ to be the foot of the altitude from Bnβ1β to line Anβ1βCnβ1β, and Cnβ to be the foot of the altitude from Cnβ1β to line Anβ1βBnβ1β. What is the least positive integer n for which β³AnβBnβCnβ is obtuse?
Answer Choices:
A. 10
B. 11
C. 13
D. 14
E. 15
Solution:
For all nonnegative integers n, let β CnβAnβBnβ=xnβ,β AnβBnβCnβ=ynβ, and β BnβCnβAnβ=znβ.
Note that quadrilateral A0βB0βA1βB1β is cyclic since β A0βA1βB0β=β A0βB1βB0β=90β; thus, β A0βA1βB1β= β A0βB0βB1β=90ββx0β. By a similar argument, β A0βA1βC1β=β A0βC0βC1β=90ββx0β. Thus, x1β=β A0βA1βB1β+ β A0βA1βC1β=180ββ2x0β. By a similar argument, y1β=180ββ2y0β and z1β=180ββ2z0β.
Therefore, for any positive integer n, we have xnβ=180ββ2xnβ1β (identical recurrence relations can be derived for ynβ and znβ ). To find an explicit form for this recurrence, we guess that the constant term is related exponentially to n (and the coefficient of x0β is (β2)n ). Hence, we let xnβ=pqn+r+(β2)nx0β. We will solve for p,q, and r by iterating the recurrence to obtain x1β=180ββ2x0β,x2β=4x0ββ180β, and x3β=540β8x0β. Letting n=1,2,3 respectively, we have
pq+r=180(1)
pq2+r=β180(2)
pq3+r=540(3)
Subtracting (1) from (3), we have pq(q2β1)=360, and subtracting (1) from (2) gives pq(qβ1)=β360. Dividing these two equations gives q+1=β1, so q=β2. Substituting back, we get p=β60 and r=60.
We will now prove that for all positive integers n,xnβ=β60(β2)n+60+(β2)nx0β=(β2)n(x0ββ60)+60 via induction. Clearly the base case of n=1 holds, so it is left to prove that xn+1β=(β2)n+1(x0ββ60)+60 assuming our inductive hypothesis holds for n. Using the recurrence relation, we have
xn+1β=180β2xnβ
=180β2((β2)n(x0ββ60)+60)
=(β2)n+1(x0ββ60)+60
Our induction is complete, so for all positive integers n,xnβ=(β2)n(x0ββ60)+60. Identical equalities hold for ynβ and znβ.
The problem asks for the smallest n such that either xnβ,ynβ, or znβ is greater than 90β. WLOG, let x0β=60β, y0β=59.999β, and z0β=60.001β. Thus, xnβ=60β for all n,ynβ=β(β2)n(0.001)+60, and znβ=(β2)n(0.001)+ 60. Solving for the smallest possible value of n in each sequence, we find that n=15 gives ynβ>90β. Therefore, the answer is (E)15β .
OR
We start from Solution 1 until we reach the recurrence relation xnβ=180β2xnβ1β. Iterate this again, to get xnβ1β=180β2xnβ2β. Subtract the two, getting xnβ=βxnβ1β+2xnβ2β. This recurrence has characteristic equation x2+xβ2=0=(x+2)(xβ1)=0βΊx=β2,1. Now, write
xnβ=p+q.(β2)n
We obtain similar recursions for y,z that can be easily solved by getting x1β,y1β,z1β from the original recursive formula and then using those two values to solve for p and q. Then proceed with the last paragraph of Solution 1 .
The problems on this page are the property of the MAA's American Mathematics Competitions