Suppose satisfies the equation above, find the total number of solutions of that falls in the range .
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.
It's equivalent to solving for r = 0 ∏ 3 [ 1 − 4 sin ( 3 ⋅ 5 r x ) sin ( 5 r x ) ] = 1 .
For the first term being multiplied, we apply the double angle formula and product to sum formula, and let y = cos x for simplicity sake.
1 − 4 sin ( 3 x ) sin ( x ) = = = = = 1 + 2 ( − 2 sin ( 3 x ) sin ( x ) ) 1 + 2 ( cos ( 4 x ) − cos ( 2 x ) ) 1 − 2 [ 2 ( cos 2 ( 2 x ) − 1 ) 2 − 1 − cos ( 2 x ) ] 1 + 2 [ 2 ( ( 2 y 2 − 1 ) 2 − 1 ) 2 − 1 − ( 2 y 2 − 1 ) ] 1 6 y 4 − 2 0 y 2 + 5
Does the polynomial looks familiar? It's a slightly modified form of quintuple angle formula, cos ( 5 A ) = 1 6 cos 5 ( A ) − 2 0 cos 3 ( A ) + 5 cos ( A ) , which can be easily derived from Chebyshev Polynomials.
Thus, 1 − 4 sin ( 3 x ) sin ( x ) = cos ( x ) cos ( 5 x ) . The product in question can be stated as such:
cos ( x ) cos ( 5 x ) ⋅ cos ( 5 x ) cos ( 2 5 x ) ⋅ cos ( 2 5 x ) cos ( 1 2 5 x ) ⋅ cos ( 1 2 5 x ) cos ( 6 2 5 x ) ⇒ cos ( x ) cos ( 5 x ) ⋅ cos ( 5 x ) cos ( 2 5 x ) ⋅ cos ( 2 5 x ) cos ( 1 2 5 x ) ⋅ cos ( 1 2 5 x ) cos ( 6 2 5 x ) = = 1 1
Or cos ( 6 2 5 x ) = cos ( x ) ⇒ cos ( 6 2 5 x ) − cos ( x ) = 0
⇒ − 2 sin ( 2 6 2 5 + 1 x ) sin ( 2 6 2 5 − 1 x ) = 0 ⇒ sin ( 3 1 3 x ) = 0 , sin ( 3 1 2 x ) = 0 .
Since 3 1 3 is a prime number (which can be easily verified), all the values of x that satisfy sin ( 3 1 3 x ) = 0 falls in the given range are irreducible:
{ 3 1 3 π , 3 1 3 2 π , 3 1 3 3 π , … , 3 1 3 3 1 2 π }
Which gives a total of 3 1 2 solutions, similarly, sin ( 3 1 2 x ) = 0 gives a total of 3 1 1 solutions. Hence totaling of 3 1 2 + 3 1 1 = 6 2 3 solutions.