a and b are nonnegative real numbers such that sin ( a x + b ) = sin ( 2 0 1 5 x ) for all integers x .
Find the smallest possible value of a .
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.
First, since sin ( b ) = sin ( 0 ) = 0 , we have b = n π for some integer n .
Since sin function has period 2 π , we need only consider the cases when b = 0 and b = π .
Now let b ∈ { 0 , π } and a be any real number.
If for all integers x , sin ( a x + b ) = sin ( 2 0 1 5 x ) , then for any integer n , sin ( ( a + 2 π n ) x + b ) = sin ( a x + b + 2 π n x ) = sin ( a x + b ) = sin ( 2 0 1 5 x ) for all integers x as well.
Conversely, assume for some a and c that for all integers x , sin ( a x + b ) = sin ( c x + b ) = sin ( 2 0 1 5 x ) .
Then, for all integers x ,
sin ( a x ) = cos ( b ) sin ( a x ) cos ( b ) + cos ( a x ) sin ( b ) = cos ( b ) sin ( a x + b )
= cos ( b ) sin ( c x + b ) = cos ( b ) sin ( c x ) cos ( b ) + cos ( c x ) sin ( b ) = sin ( c x ) ,
since sin ( 0 ) = sin ( π ) = 0 and cos ( 0 ) , cos ( π ) = 0 .
But then, sin ( a ) = sin ( c ) and 2 sin ( a ) cos ( a ) = sin ( 2 a ) = sin ( 2 c ) = 2 sin ( c ) cos ( c ) implies cos ( a ) = cos ( c ) since sin ( a ) = sin ( c ) = cos ( b ) sin ( 2 0 1 5 ) = 0 .
Hence, a and c are the same angle, modulo integer multiples of 2 π . Now, we consider the two cases concretely.
If b = 0 , one valid assignment of a is a = 2 0 1 5 , so all possible ones are a = 2 0 1 5 + 2 π n for integers n .
The smallest positive number we can make this is 2 0 1 5 − 6 4 0 π .
Meanwhile, if b = π , one valid assignment of a is a = − 2 0 1 5 , since sin ( − 2 0 1 5 x + π ) = sin ( − 2 0 1 5 x ) cos ( π ) + cos ( − 2 0 1 5 x ) sin ( π ) = − sin ( − 2 0 1 5 x ) = sin ( 2 0 1 5 x ) . So, all possible ones are a = − 2 0 1 5 + 2 π n for integers n .
The smallest positive number we can make this is 6 4 2 π − 2 0 1 5 .
Because 6 4 2 π − 2 0 1 5 < 2 0 1 5 − 6 4 0 π so the answer is 6 4 2 π − 2 0 1 5 ≈ 1 . 9 0 2 .
Problem Loading...
Note Loading...
Set Loading...
So one way of solving is the one which Khang Nguyen Thanh has pointed out which is quite marvelous. And if you are wondering for a non generalized version then you might be tempted to do this -> s i n ( a + b ) = s i n ( 2 0 1 5 x ) for all x , then take three integer values of x 1 , 2 , 3 then Add what you get(You must have got a + b , a + 2 b , a + 3 b as arguments for sine on LHS And similarly you must have got 2 0 1 5 , 4 0 3 0 , 6 0 4 5 on the RHS as arguments of sine . You add them using the formula for addition of sines. You'll see some cancellations . Subsequently you would convert triple angle formula to single angle and again we'll see some cancellations.In the end convert the answer to the general solution for sine. And you must have got 2 a as some integral multiple of pi plus or minus 2 2 0 1 5 Then it is done choose such value of integral multiple such that it does not make your value of a negative . After getting the answer try to generalize .