Sines and Sums and Squares

Algebra Level 5

Let { a i } i = 1 2014 \{a_i\}_{i=1}^{2014} be a sequence of 2014 2014 angles satisfying 0 a i π 2 0\le a_i \le \dfrac{\pi}{2} for all i = 1 2014 i=1\to 2014 . Let the number of ordered 2014 2014 -tuplets of solutions to the equation

c y c sin 2 ( a 1 + a 2 ) = c y c ( sin a 1 + sin a 2 ) ( cos a 1 + cos a 2 ) \sum_{cyc}\sin^2(a_1+a_2)=\sum_{cyc}(\sin a_1+\sin a_2)(\cos a_1+\cos a_2)

be N N . What is the last 3 3 digits of N N ?

\quad Details and Assumptions \text{Details and Assumptions}

c y c \displaystyle\sum_{cyc} denotes the cyclic sum . For example,

c y c a 1 a 2 = a 1 a 2 + a 2 a 3 + + a n 1 a n + a n a 1 \sum_{cyc}a_1a_2=a_1a_2+a_2a_3+\cdots +a_{n-1}a_n+a_na_1


The answer is 384.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Daniel Liu
May 14, 2014

This problem is a mess; we have such a complicated equation to solve with 2014 2014 variables, we have to find all solutions, then find the last three digits. Where should we start?

Well, let's first break the equation up into little parts and look at one of those parts:

sin 2 ( a 1 + a 2 ) = ( sin a 1 + sin a 2 ) ( cos a 1 + cos a 2 ) \sin^2(a_1+a_2)=(\sin a_1+\sin a_2)(\cos a_1+\cos a_2)

Let's expand the left side:

( sin a 1 cos a 2 + sin a 2 cos a 1 ) 2 = ( sin a 1 + sin a 2 ) ( cos a 1 + cos a 2 ) (\sin a_1 \cos a_2 + \sin a_2 \cos a_1)^2=(\sin a_1+\sin a_2)(\cos a_1+\cos a_2)

Hey, wait a sec. This looks awfully familiar to the Cauchy Schwarz inequality. Let's apply Cauchy Schwarz on the LHS:

( sin a 1 cos a 2 + sin a 2 cos a 1 ) 2 ( sin 2 a 1 + sin 2 a 2 ) ( cos 2 a 1 + cos 2 a 2 ) (\sin a_1 \cos a_2 + \sin a_2 \cos a_1)^2\le (\sin^2 a_1+\sin^2 a_2)(\cos^2 a_1+\cos^2 a_2)

Thankfully, since sin 2 α sin α \sin^2 \alpha \le \sin \alpha and cos 2 α cos α \cos^2\alpha \le \cos \alpha if 0 α π 2 0\le \alpha \le \dfrac{\pi}{2} , we have

( sin 2 a 1 + sin 2 a 2 ) ( cos 2 a 1 + cos 2 a 2 ) ( sin a 1 + sin a 2 ) ( cos a 1 + cos a 2 ) (\sin^2 a_1+\sin^2 a_2)(\cos^2 a_1+\cos^2 a_2)\le (\sin a_1+\sin a_2)(\cos a_1+\cos a_2)

Thus,

sin 2 ( a 1 + a 2 ) = ( sin a 1 cos a 2 + sin a 2 cos a 1 ) 2 ( sin a 1 + sin a 2 ) ( cos a 1 + cos a 2 ) \sin^2(a_1+a_2)=(\sin a_1 \cos a_2 + \sin a_2 \cos a_1)^2\le (\sin a_1+\sin a_2)(\cos a_1+\cos a_2)

But what are the equality cases? In the Cauchy Schwarz inequality, the equality case is when sin a 1 cos a 2 = sin a 2 cos a 1 \dfrac{\sin a_1}{\cos a_2}=\dfrac{\sin a_2}{\cos a_1} . This simplifies to sin 2 a 1 = sin 2 a 2 \sin 2a_1=\sin 2a_2 which means either a 1 = a 2 a_1=a_2 or a 1 , a 2 = 0 or π 2 a_1,a_2=0\text{ or }\dfrac{\pi}{2} .

The equality case for sin 2 a 1 sin a 1 \sin^2 a_1\le \sin a_1 is a 1 = 0 or π 2 a_1=0\text{ or }\dfrac{\pi}{2} (and ditto for a 2 a_2 and the cos \cos functions). Thus, the equality case of the inequality overall is only a 1 , a 2 = 0 or π 2 a_1,a_2=0\text{ or }\dfrac{\pi}{2} .

But now we've basically solved the question: a i = 0 or π 2 a_i=0\text{ or }\dfrac{\pi}{2} for all i = 1 2014 i=1\to 2014 ; thus, there are 2 2014 2^{2014} different ordered 2014 2014 -tuples of solutions. All we need to do is find the last three digits of 2 2014 2^{2014} .

This is not hard with Euler's theorem: since ϕ ( 1000 ) = 400 \phi (1000)=400 , we have that 2 2014 2 5 400 + 14 2 14 16384 384 ( m o d 1000 ) 2^{2014}\equiv 2^{5\cdot 400+14}\equiv 2^{14}\equiv 16384\equiv \boxed{384}\pmod{1000} and we are done.

I was going to be more devious and add a few surds (it doesn't really affect the solution) but then I thought the problem would be too hard to approach. Thank me later :P

Daniel Liu - 7 years ago

I have a small doubt.Can we apply Euler's theorem when the two numbers are not coprime (like in this case 2 and 1000)

Jayanta Mandi - 7 years ago

Log in to reply

You raised a valid point, that Euler's Theorem doesn't apply immediately, and we need to consider relatively prime indices.

Note that the answer of 384 is (luckily) correct.

Calvin Lin Staff - 7 years ago

Thankfully in the case of 2's and 5's which are special when finding the last three digits, Euler's theorem works anyways :P

Daniel Liu - 7 years ago

By mistake, I interpreted the equation as c y c sin 2 ( a 1 + a 2 ) = c y c ( sin a 1 + cos a 1 ) ( sin a 2 + cos a 2 ) \sum_{cyc}\sin^2(a_1+a_2)=\sum_{cyc}(\sin a_1 + \cos a_1)(\sin a_2 + \cos a_2) How many solutions are there ?

Abhishek Sinha - 6 years, 5 months ago

wow nice solution @daniel Liu this problem is so messey

Mardokay Mosazghi - 6 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...