Find the number of solutions x in [0,2pi) to the equation 7sin x +2(cos x)^2 =5.

The problem seems to be hard as the equation involved both cosx and sinx But we can relate the two as (cosx)^2 + (sinx)^2 = 1, so we can rearrange this as 0 = 2(sinx)^2 - 7sinx + 3. This quadratic in sinx has solutions sinx = (7+5)/4 = 3 or sinx = (7-5)/4 = 0.5. As |sinx| is at most 1, we have sinx = 0.5, so that x = pi/6 or x = 5pi/6. (We should draw a graph of sinx to make sure we have all the solutions in the stated range.) So the answer is 2.

JR

Related MAT University answers

All answers ▸

How many distinct real roots does the equation x^3 − 30x^2 + 108x − 104 = 0 have?


If f(x) =x^2 - 5x + 7 what are the coordinates of the minimum of f(x-2)?


Deduce a formula (in terms of n) for the following sum: sum (2^i * i) where 1<=i<=n, n,i: natural numbers ( one can write this sum as: 1*2^1+ 2*2^2+ .. +n*2^n)


We define the digit sum of a non-negative integer to be the sum of its digits. For example, the digit sum of 123 is 1 + 2 + 3 = 6. Let n be a positive integer with n < 10. How many positive integers less than 1000 have digit sum equal to n?