Find the number of solutions to the inequality E = 2 sin 2 θ 2 1 ⋅ 3 sin 2 θ 3 1 ⋅ 4 sin 2 θ 4 1 ⋯ n sin 2 θ n 1 ≤ n ! where θ i ∈ ( − π , 2 π ) for i = 2 , 3 , … , n .
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.
Please change
for i=1,2,3,4...n
To
for i=2,3,4...n
Because with the first it is clear there are infinite solutions, when the problem intends different
Problem Loading...
Note Loading...
Set Loading...
sin θ ϵ [ − 1 , 1 ]
sin 2 θ ϵ [ 0 , 1 ]
sin 2 θ 1 ϵ [ 1 , α ]
Since minimum possible value of sin 2 θ 1 is 1 , and 2.3.4.....n=n!, thus the solution to this can be only sin 2 θ i = 1
sin θ i = ± 1
When θ i ϵ ( − π , 2 π ) there can be three values of θ corresponding to s i n θ = ± 1 .
Thus the number of solutions = 3 n − 1 .
Please post better solutions to this problem, I am a novice.