返回题库

AIME 1995 · 第 7 题

AIME 1995 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given that (1+sint)(1+cost)=5/4(1+\sin t)(1+\cos t)=5/4 and

(1sint)(1cost)=mnk,(1-\sin t)(1-\cos t)=\frac mn-\sqrt{k},

where k,m,k, m, and nn_{} are positive integers with mm_{} and nn_{} relatively prime, find k+m+n.k+m+n.

解析

Solution 1

From the givens, 2sintcost+2sint+2cost=122\sin t \cos t + 2 \sin t + 2 \cos t = \frac{1}{2}, and adding sin2t+cos2t=1\sin^2 t + \cos^2t = 1 to both sides gives (sint+cost)2+2(sint+cost)=32(\sin t + \cos t)^2 + 2(\sin t + \cos t) = \frac{3}{2}. Completing the square on the left in the variable (sint+cost)(\sin t + \cos t) gives sint+cost=1±52\sin t + \cos t = -1 \pm \sqrt{\frac{5}{2}}. Since sint+cost2<1+52|\sin t + \cos t| \leq \sqrt 2 < 1 + \sqrt{\frac{5}{2}}, we have sint+cost=521\sin t + \cos t = \sqrt{\frac{5}{2}} - 1. Subtracting twice this from our original equation gives (sint1)(cost1)=sintcostsintcost+1=13410(\sin t - 1)(\cos t - 1) = \sin t \cos t - \sin t - \cos t + 1 = \frac{13}{4} - \sqrt{10}, so the answer is 13+4+10=02713 + 4 + 10 = \boxed{027}.

Solution 2

Let (1sint)(1cost)=x(1 - \sin t)(1 - \cos t) = x. Multiplying xx with the given equation, 5x4=(1sin2t)(1cos2t)=sin2tcos2t\frac{5x}{4} = (1 - \sin^2 t)(1 - \cos^2 t) = \sin^2 t \cos ^2 t, and 5x2=sintcost\frac{\sqrt{5x}}{2} = \sin t \cos t. Simplifying and rearranging the given equation, sint+cost=54(sin2t+cos2t)sintcost=145x2\sin t + \cos t = \frac{5}{4} - (\sin^2 t + \cos^2 t) - \sin t \cos t = \frac{1}{4} - \frac{\sqrt{5x}}{2}. Notice that (1+sint)(1+cost)2(sint+cost)=x(1 + \sin t)(1 + \cos t) - 2(\sin t + \cos t) = x, and substituting, x=542(145x2)=34+5xx = \frac{5}{4} - 2( \frac{1}{4} - \frac{\sqrt{5x}}{2}) = \frac{3}{4} + \sqrt{5x}. Rearranging and squaring, 5x=x232x+9165x = x^2 - \frac{3}{2} x + \frac{9}{16}, so x2132x+916=0x^2 - \frac{13}{2} x + \frac{9}{16} = 0, and x=134±10x = \frac{13}{4} \pm \sqrt{10}, but clearly, 0x<40 \leq x < 4. Therefore, x=13410x = \frac{13}{4} - \sqrt{10}, and the answer is 13+4+10=02713 + 4 + 10 = \boxed{027}.

Solution 3

We want 1+sintcostsintcost1+\sin t \cos t-\sin t-\cos t. However, note that we only need to find sint+cost\sin t+\cos t.

Let y=sint+costy2=sin2t+cos2t+2sintcost=1+2sintcosty = \sin t+\cos t \rightarrow y^2 = \sin^2 t + \cos^2 t + 2\sin t \cos t = 1 + 2\sin t \cos t

From this we have sintcost=y212\sin t \cos t = \frac{y^2-1}{2} and sint+cost=y\sin t + \cos t = y

Substituting, we have 2y2+4y3=0y=2±1022y^2+4y-3=0 \rightarrow y = \frac {-2 \pm \sqrt{10}}{2}

542(2+102)=1341013+10+4=027\frac{5}{4} - 2(\frac{-2+\sqrt{10}}{2}) = \frac{13}{4}-\sqrt{10} \rightarrow 13+10+4=\boxed{027}.