返回题库

AIME 2019 I · 第 8 题

AIME 2019 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let xx be a real number such that sin10x+cos10x=1136\sin^{10}x+\cos^{10} x = \tfrac{11}{36}. Then sin12x+cos12x=mn\sin^{12}x+\cos^{12} x = \tfrac{m}{n} where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

We can substitute y=sin2xy = \sin^2{x}. Since we know that cos2x=1sin2x\cos^2{x}=1-\sin^2{x}, we can do some simplification.

This yields y5+(1y)5=1136y^5+(1-y)^5=\frac{11}{36}. From this, we can substitute again to get some cancellation through binomials. If we let z=12yz=\frac{1}{2}-y, we can simplify the equation to:

(12+z)5+(12z)5=1136.\left(\frac{1}{2}+z\right)^5+\left(\frac{1}{2}-z\right)^5=\frac{11}{36}. After using binomial theorem, this simplifies to:

116(80z4+40z2+1)=1136.\frac{1}{16}(80z^4+40z^2+1)=\frac{11}{36}. If we use the quadratic formula, we obtain z2=112z^2=\frac{1}{12}, so z=±123z=\pm\frac{1}{2\sqrt{3}} (observe that either choice of zz doesn't matter). Substituting z,z, we get:

sin12x+cos12x=(12z)6+(12+z)6=2z6+15z42+15z28+132=1354.\sin^{12}{x}+\cos^{12}{x}=\left(\frac{1}{2}-z\right)^6+\left(\frac{1}{2}+z\right)^6=2z^6 + \frac{15z^4}{2} + \frac{15z^2}{8} + \frac{1}{32}=\frac{13}{54}. Therefore, the answer is 13+54=06713+54=\boxed{067}.

-eric2020, inspired by Tommy2002

Motivation

The motivation to substitute z=12yz=\frac{1}{2}-y comes so that after applying the binomial theorem to y5+(1y)5=(12+z)5+(12z)5,y^5+(1-y)^5=\left(\frac{1}{2}+z\right)^5+\left(\frac{1}{2}-z\right)^5, a lot of terms will cancel out. Note that all the terms with odd exponents in (12+z)5\left(\frac{1}{2}+z\right)^5 will cancel out, while the terms with even exponents will be doubled. mathboy282

Solution 2

First, for simplicity, let a=sinxa=\sin{x} and b=cosxb=\cos{x}. Note that a2+b2=1a^2+b^2=1. We then bash the rest of the problem out. Take the fifth power of this expression and get a10+b10+5a2b2(a6+b6)+10a4b4(a2+b2)=1136+5a2b2(a6+b6)+10a4b4=1a^{10}+b^{10}+5a^2b^2(a^6+b^6)+10a^4b^4(a^2+b^2)=\frac{11}{36}+5a^2b^2(a^6+b^6)+10a^4b^4=1. Note that we also have 1136=a10+b10=(a10+b10)(a2+b2)=a12+b12+a2b2(a8+b8)\frac{11}{36}=a^{10}+b^{10}=(a^{10}+b^{10})(a^2+b^2)=a^{12}+b^{12}+a^2b^2(a^8+b^8). So, it suffices to compute a2b2(a8+b8)a^2b^2(a^8+b^8). Let y=a2b2y=a^2b^2. We have from cubing a2+b2=1a^2+b^2=1 that a6+b6+3a2b2(a2+b2)=1a^6+b^6+3a^2b^2(a^2+b^2)=1 or a6+b6=13ya^6+b^6=1-3y. Next, using 1136+5a2b2(a6+b6)+10a4b4=1\frac{11}{36}+5a^2b^2(a^6+b^6)+10a^4b^4=1, we get a2b2(a6+b6)+2a4b4=536a^2b^2(a^6+b^6)+2a^4b^4=\frac{5}{36} or y(13y)+2y2=yy2=536y(1-3y)+2y^2=y-y^2=\frac{5}{36}. Solving gives y=56y=\frac{5}{6} or y=16y=\frac{1}{6}. Clearly y=56y=\frac{5}{6} is extraneous, so y=16y=\frac{1}{6}. Now note that a4+b4=(a2+b2)22a2b2=23a^4+b^4=(a^2+b^2)^2-2a^2b^2=\frac{2}{3}, and a8+b8=(a4+b4)22a4b4=49118=718a^8+b^8=(a^4+b^4)^2-2a^4b^4=\frac{4}{9}-\frac{1}{18}=\frac{7}{18}. Thus we finally get a12+b12=113671816=1354a^{12}+b^{12}=\frac{11}{36}-\frac{7}{18}\cdot\frac{1}{6}=\frac{13}{54}, giving 067\boxed{067}.

- Emathmaster

Solution 3 (Newton Sums)

Newton sums is basically constructing the powers of the roots of the polynomials instead of deconstructing them which was done in Solution 22. Let sin2x\sin^2x and cos2x\cos^2x be the roots of some polynomial F(a)F(a). Then, by Vieta, F(a)=a2a+bF(a)=a^2-a+b for some b=sin2xcos2xb=\sin^2x\cdot\cos^2x.

Let Sk=(sin2x)k+(cos2x)kS_k=\left(\sin^2x\right)^k+\left(\cos^2x\right)^k. We want to find S6S_6. Clearly S1=1S_1=1 and S2=12bS_2=1-2b. Newton sums tells us that SkSk1+bSk2=0Sk=Sk1bSk2S_k-S_{k-1}+bS_{k-2}=0\Rightarrow S_k=S_{k-1}-bS_{k-2} where k3k\ge 3 for our polynomial F(a)F(a).

Bashing, we have

S3=S2bS1S3=(12b)b(1)=13bS_3=S_2-bS_1\Rightarrow S_3=(1-2b)-b(1)=1-3b S4=S3bS2S4=(13b)b(12b)=2b24b+1S_4=S_3-bS_2\Rightarrow S_4=(1-3b)-b(1-2b)=2b^2-4b+1 S5=S4bS3S5=(2b24b+1)b(13b)=5b25b+1=1136S_5=S_4-bS_3\Rightarrow S_5=(2b^2-4b+1)-b(1-3b)=5b^2-5b+1=\frac{11}{36} Thus

5b25b+1=11365b25b+2536=0,36b236b+5=0,(6b1)(6b5)=05b^2-5b+1=\frac{11}{36}\Rightarrow 5b^2-5b+\frac{25}{36}=0, 36b^2-36b+5=0, (6b-1)(6b-5)=0 b=16 or 56b=\frac{1}{6} \text{ or } \frac{5}{6}. Clearly, sin2xcos2x56\sin^2x\cdot\cos^2x\not=\frac{5}{6} so sin2xcos2x=b=16\sin^2x\cdot\cos^2x=b=\frac{1}{6}.

Note S4=718S_4=\frac{7}{18}. Solving for S6S_6, we get S6=S516S4=1354S_6=S_5-\frac{1}{6}S_4=\frac{13}{54}. Finally, 13+54=06713+54=\boxed{067}.

Solution 4

Factor the first equation.

sin10x+cos10x=(sin2x+cos2x)(sin8xsin6xcos2x+sin4xcos4xsin2xcos6x+cos8x)\sin^{10}x + \cos^{10}x = (\sin^2x+\cos^2x)(\sin^8x-\sin^6x\cos^2x+\sin^4x\cos^4x-\sin^2x\cos^6x+\cos^8x) First of all, sin4x+cos4x=12sin2xcos2x\sin^4x+\cos^4x = 1-2\sin^2x\cos^2x because sin4x+cos4x=(sin2x+cos2x)22sin2xcos2x=12sin2xcos2x\sin^4x+\cos^4x=(\sin^2x + \cos^2x)^2 -2\sin^2x\cos^2x = 1 - 2\sin^2x\cos^2x We group the first, third, and fifth term and second and fourth term. The first group:

sin8+sin4xcos4x+cos8x=(sin4x+cos4x)2sin4xcos4x)=(12sin2xcos2x)2sin4xcos4x)=1+4sin4xcos4x4sin2xcos2x\begin{aligned} \sin^8+\sin^4x\cos^4x+\cos^8x &= (\sin^4x+\cos^4x)^2-\sin^4x\cos^4x)\\ &= (1 - 2\sin^2x\cos^2x)^2-\sin^4x\cos^4x)\\ &= 1+4\sin^4x\cos^4x-4\sin^2x\cos^2x \end{aligned} The second group:

sin6xcos2xsin2xcos6x=sin2xcos2x(sin4x+cos4x)=sin2xcos2x(12sin2xcos2x)=sin2xcos2x+2sin4xcos4x\begin{aligned} -\sin^6x\cos^2x-\sin^2x\cos^6x &= -\sin^2x\cos^2x(\sin^4x+\cos^4x)\\ &= -\sin^2x\cos^2x(1-2\sin^2x\cos^2x)\\ &= -\sin^2x\cos^2x+2\sin^4x\cos^4x \end{aligned} Add the two together to make

1+4sin4xcos4x4sin2xcos2xsin2xcos2x+2sin4xcos4x=15sin2xcos2x+5sin4xcos4x1+4\sin^4x\cos^4x-4\sin^2x\cos^2x-\sin^2x\cos^2x+2\sin^4x\cos^4x = 1 - 5\sin^2x\cos^2x+5\sin^4x\cos^4x Because this equals 1136\frac{11}{36}, we have

5sin4xcos4x5sin2xcos2x+2536=05\sin^4x\cos^4x- 5\sin^2x\cos^2x+\frac{25}{36}=0 Let sin2xcos2x=a\sin^2x\cos^2x = a so we get

5a25a+2536=0a2a+5365a^2- 5a+\frac{25}{36}=0 \Rightarrow a^2-a+\frac{5}{36} Solving the quadratic gives us

a=1±232a = \frac{1 \pm \frac{2}{3}}{2} Because sin2xcos2x14\sin^2x\cos^2x \le \frac{1}{4}, we finally get a=1232=16a = \frac{1 - \frac{2}{3}}{2} = \frac{1}{6}.

Now from the second equation,

sin12x+cos12x=(sin4x+cos4x)(sin8xsin4xcos4x+cos8x)=(12sin2xcos2x)((sin4x+cos4x)23sin4xcos4x)=(12sin2xcos2x)((12sin2xcos2x)23sin4xcos4x)\begin{aligned} \sin^{12}x + \cos^{12}x &= (\sin^4x+\cos^4x)(\sin^8x-\sin^4x\cos^4x+\cos^8x)\\ &= (1-2\sin^2x\cos^2x)((\sin^4x+\cos^4x)^2-3\sin^4x\cos^4x)\\ &= (1-2\sin^2x\cos^2x)((1-2\sin^2x\cos^2x)^2-3\sin^4x\cos^4x) \end{aligned} Plug in sin2xcos2x=16\sin^2x\cos^2x = \frac{1}{6} to get

(12(16))(12(16)23(16)2)=1354(1-2(\frac{1}{6}))(1-2(\frac{1}{6})^2-3(\frac{1}{6})^2) = \frac{13}{54} which yields the answer 067\boxed{067}

~ZericHang

Solution 5

Define the recursion an=(sin2x)n+(cos2x)na_n=(\sin^2 x)^n+(\cos^2 x)^n We know that the characteristic equation of ana_n must have 2 roots, so we can recursively define ana_n as an=pan1+qan2a_n=p*a_{n-1}+q*a_{n-2}. pp is simply the sum of the roots of the characteristic equation, which is sin2x+cos2x=1\sin^2 x+\cos^2 x=1. qq is the product of the roots, which is (sin2x)(cos2x)-(\sin^2 x)(\cos^2 x). This value is not trivial and we have to solve for it. We know that a0=2a_0=2, a1=1a_1=1, a5=1136a_5=\frac{11}{36}. Solving the rest of the recursion gives

a2=1+2qa_2=1+2q a3=1+3qa_3=1+3q a4=1+4q+2q2a_4=1+4q+2q^2 a5=1+5q+5q2=1136a_5=1+5q+5q^2=\frac{11}{36} a6=1+6q+9q2+2q3a_6=1+6q+9q^2+2q^3 Solving for qq in the expression for a5a_5 gives us q2+q+536=0q^2+q+\frac{5}{36}=0, so q=56,16q=-\frac{5}{6}, -\frac{1}{6}. Since q=(sin2x)(cos2x)q=-(\sin^2 x)(\cos^2 x), we know that the minimum value it can attain is 14-\frac{1}{4} by AM-GM, so qq cannot be 56-\frac{5}{6}. Plugging in the value of qq into the expression for a6a_6, we get a6=11+141108=26108=1354a_6=1-1+\frac{1}{4}-\frac{1}{108}=\frac{26}{108}=\frac{13}{54}. Our final answer is then 13+54=06713+54=\boxed{067}

-Natmath

Solution 6

Let m=sin2xm=\sin^2 x and n=cos2xn=\cos^2 x, then m+n=1m+n=1 and m5+n5=1136m^5+n^5=\frac{11}{36}

m6+n6=(m5+n5)(m+n)mn(m4+n4)=(m5+n5)mn(m4+n4)m^6+n^6=(m^5+n^5)(m+n)-mn(m^4+n^4)=(m^5+n^5)-mn(m^4+n^4)

Now factoring m5+n5m^5+n^5 as solution 4 yields m5+n5=(m+n)(m4m3n+m2n2mn3+n4)m^5+n^5=(m+n)(m^4-m^3n+m^2n^2-mn^3+n^4) =m4+n4mn(m2mn+n2)=m4+n4mn[(m+n)23mn]=m4+n4mn(13mn)=m^4+n^4-mn(m^2-mn+n^2)=m^4+n^4-mn[(m+n)^2-3mn]=m^4+n^4-mn(1-3mn).

Since (m+n)4=m4+4m3n+6m2n2+4mn3+n4(m+n)^4=m^4+4m^3n+6m^2n^2+4mn^3+n^4, m4+n4=(m+n)42mn(2m2+3mn+2n2)=12mn(2m2+3mn+2n2)m^4+n^4=(m+n)^4-2mn(2m^2+3mn+2n^2)=1-2mn(2m^2+3mn+2n^2).

Notice that 2m2+3mn+2n22m^2+3mn+2n^2 can be rewritten as [2(a+b)]2mn=2mn[\sqrt{2}(a+b)]^2-mn=2-mn. Thus,m4+n4=12mn(2mn)m^4+n^4=1-2mn(2-mn) and m5+n5=12mn(2mn)mn(13mn)=15mn+5(mn)2=1136m^5+n^5=1-2mn(2-mn)-mn(1-3mn)=1-5mn+5(mn)^2=\frac{11}{36}. As in solution 4, we get mn=16mn=\frac{1}{6} and m4+n4=1216(216)=718m^4+n^4=1-2*\frac{1}{6}(2-\frac{1}{6})=\frac{7}{18}

Substitute m4+n4=718m^4+n^4=\frac{7}{18} and mn=16mn=\frac{1}{6}, then m6+n6=113616718=1354m^6+n^6=\frac{11}{36}-\frac{1}{6}*\frac{7}{18}=\frac{13}{54}, and the desired answer is 067\boxed{067}

Solution 7 (Algebra and Recursion)

This was my solution on the real test. Let a=sin2x,b=cos2xa=\sin^{2}x, b=\cos^{2}x. Observe that a+b=1a+b=1, and (an1+bn1)(a+b)=an1b+abn1+an+bn=an1+bn1    an+bn=an1+bn1ab(an2+bn2)(a^{n-1}+b^{n-1}) \cdot (a+b) = a^{n-1}b+ab^{n-1}+a^n+b^n=a^{n-1}+b^{n-1} \implies a^n+b^n=a^{n-1}+b^{n-1}-ab(a^{n-2}+b^{n-2}). Let ab=xab=x, and we want to know xx.

Starting from n=2n=2, we have a2+b2=12x    a3+b3=12xx=13x    a4+b4=14xx(12x)=15x+2x2    a5+b5=2x25x+1x(13x)=5x25x+1=1136a^2+b^2=1-2x \implies a^3+b^3=1-2x-x=1-3x \implies a^4+b^4=1-4x-x(1-2x)=1-5x+2x^2 \implies a^5+b^5=2x^2-5x+1-x(1-3x)=5x^2-5x+1=\frac{11}{36}. Rearrange this quadratic and divide by 55 to get x2x+536=0    x={16,56}x^2-x+\frac{5}{36}=0 \implies x=\{\frac{1}{6}, \frac{5}{6}\}. (You can guess the factorization or use the quadratic formula.)

Given we have two solutions, plug both in and see which results in a positive rational fraction. Plugging in x=16x=\frac{1}{6}, we get a2+b2=23,a3+b3=12,a4+b4=718,a5+b5=1136,a6+b6=113616718=26108=1354    67a^2+b^2=\frac{2}{3}, a^3+b^3=\frac{1}{2}, a^4+b^4=\frac{7}{18}, a^5+b^5=\frac{11}{36}, a^6+b^6=\frac{11}{36}-\frac{1}{6} \cdot \frac{7}{18} = \frac{26}{108} = \frac{13}{54} \implies \boxed{67}.

~First

Solution 8 (Official MAA)

Let c=sin2xcos2x,c=\sin^2x\cdot\cos^2x, and let S(n)=sin2nx+cos2nx.S(n)=\sin^{2n}x+\cos^{2n}x. Then for n1n\ge 1

S(n)=(sin2nx+cos2nx)(sin2x+cos2x)=sin2n+2x+cos2n+2x+sin2xcos2x(sin2n2x+cos2n2x)=S(n+1)+cS(n1).\begin{aligned} S(n)&=(\sin^{2n}x+\cos^{2n}x)\cdot(\sin^2x+\cos^2x)\\ &=\sin^{2n+2}x+\cos^{2n+2}x+\sin^2x\cdot\cos^2x(\sin^{2n-2}x+\cos^{2n-2}x)\\ &=S(n+1)+cS(n-1). \end{aligned} Because S(0)=2S(0)=2 and S(1)=1,S(1)=1, it follows that S(2)=12c,S(3)=13c,S(4)=2c24c+1,S(2)=1-2c, S(3)=1-3c,S(4)=2c^2-4c+1, and 1136=S(5)=5c25c+1.\tfrac{11}{36}=S(5)=5c^2-5c+1. Hence c=16c=\tfrac16 or 56,\tfrac56, and because 4c=sin22x,4c=\sin^2{2x}, the only possible value of cc is 16.\tfrac16. Therefore

S(6)=S(5)cS(4)=113616(2(16)24(16)+1)=1354.S(6)=S(5)-cS(4)=\frac{11}{36}-\frac16\left(2\left(\frac16\right)^2-4\left(\frac16\right)+1\right)=\frac{13}{54}. The requested sum is 13+54=67.13+54=67.

Solution 9 (Recursion)

Let an=sinnx+cosnxa_n=\sin^nx+\cos^nx for non-negative integers nn. Then a0=2a_0=2 and a2=1a_2=1. In addition,

an=sinnx+cosnx=(sinn2x+cosn2x)(sin2x+cos2x)sin2xcos2x(sinn4x+cosn4x)=an2Xan4,a_n=\sin^nx+\cos^nx=\left(\sin^{n-2}x+\cos^{n-2}x\right)\left(\sin^2x+\cos^2x\right)-\sin^2x\cos^2x\left(\sin^{n-4}x+\cos^{n-4}x\right)=a_{n-2}-Xa_{n-4}, where X=sin2xcos2xX=\sin^2x\cos^2x. So we can compute \begin{align*} a_4&=1-2X\\ a_6&=1-3X\\ a_8&=1-4X+2X^2\\ a_{10}&=1-5X+5X^2=\frac{11}{36} \end{align*}so X=16,56X=\frac{1}{6},\frac{5}{6}. But by the sin double angle formula, sin2xcos2x=14sin22x14\sin^2x\cos^2x=\frac{1}{4}\sin^22x\leq\frac{1}{4}, so X=16X=\frac{1}{6}. Then

a12=a10Xa8=113616718=1354a_{12}=a_{10}-Xa_8=\frac{11}{36}-\frac{1}{6}\cdot\frac{7}{18}=\frac{13}{54} so the answer is 067\boxed{067} as desired.

A quick note: this solution uses recursion and is similar to the solution 7 above. It was from trumpeter, posted in the AoPS Forums, Contest Discussion.

Solution 10 (Algebra but not bad)

Note that from the Pythagorean identity, sin2(x)+cos2(x)=1\sin^{2}(x)+\cos^{2}(x)=1. Now, let m=sin2(x)m=\sin^{2}(x) and let n=cos2(x)n=\cos^{2}(x). Now, we seek m6+n6m^{6}+n^{6} given

m+n=1m+n=1, and m5+n5=1136m^{5}+n^{5}=\frac{11}{36}.

Now, note the factorization m5+n5=(m+n)(m4m3n+m2n2mn3+n4)=1136m^{5}+n^{5}=(m+n)(m^{4}-m^{3}n+m^{2}n^{2}-mn^{3}+n^{4})=\frac{11}{36}, so

m4m3n+m2n2mn3+n4=1136m^{4}-m^{3}n+m^{2}n^{2}-mn^{3}+n^{4}=\frac{11}{36} .

Now, we also have (m+n)4=m4+4m3n+6m2n2+4mn2+n4=1(m+n)^{4}=m^{4}+4m^{3}n+6m^{2}n^{2}+4mn^{2}+n^{4}=1. Now, upon subtraction, we obtain

5(m3n+m2n2+mn3)=2536m3n+m2n2+mn3=5365(m^{3}n+m^{2}n^{2}+mn^{3})=\frac{25}{36} \rightarrow m^{3}n+m^{2}n^{2}+mn^{3}=\frac{5}{36} .

This tells us that mn(m2+mn+n2)=536mn(m^{2}+mn+n^{2})=\frac{5}{36}. However, note that m2+2mn+n2=(m+n)2=1m^{2}+2mn+n^{2}=(m+n)^{2}=1, so if we let a=mna=mn, we have

a(1a)=536a(1-a)=\frac{5}{36} .

Solving this quadratic yields a=16a=\frac{1}{6} and a=56a=\frac{5}{6}. Now, note that a56a \neq \frac{5}{6} because of the fact that sin2(x)cos2(x)\sin^{2}(x) \cos^{2}(x) is really small, so a=16a=\frac{1}{6}.

Now, we seek m6+n6m^{6}+n^{6}. This can be found by finding (m3+n3)22m3n3(m^{3}+n^{3})^{2}-2m^{3}n^{3}.

We have m3+n3=(m+n)(m2mn+n2)=(1)(123(16))=12m^{3}+n^{3}=(m+n)(m^{2}-mn+n^{2})=(1)\left(1^{2}-3\left(\frac{1}{6}\right)\right)=\frac{1}{2}. Thus, our desired value is

(12)22(16)3=141108=1354\left(\frac{1}{2}\right)^{2}-2\left(\frac{1}{6}\right)^{3}=\frac{1}{4}-\frac{1}{108}=\frac{13}{54} and the desired extraction is 13+54=06713+54=\fbox{067} SIX SEVEN SIX SEVEN SIX SEVEN SIX SEVEN SIX SEVEN SIX SEVEN SIX SEVEN SIX SEVEN

Video Solution By The Power Of Logic

https://youtu.be/TWQn4DvBATc

~ Hayabusa1