Find the number of possible integer values k such that the equation 1 1 cos x + 1 3 sin x = 2 k + 1 has a real solution.
This problem is posed by Minimario M.
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.
The R-method in trigonometry is often overlooked. It helps you to express the linear combination of sin x and cos x as a single trigonometric expression.
This makes me wonder if this question was assigned the right number of points...
Nice solution.
I actually solved this using Cauchy's inequality, the motivation feels really magical.
11cosx + 13sinx ranges from − 1 1 2 + 1 3 2 to 1 1 2 + 1 3 2
=> - 1 2 1 + 1 6 9 </= 2k+1</= 1 2 1 + 1 6 9
=> - 2 9 0 </= 2k+1</= 2 9 0
=> -17.02 </=2k+1 </= 17.02
Number of integral values of 'k' satisfying this inequality is 18.
11cosx+13sinx=V290 sin(0+40.2) V290 sin(0+40.2)=2k+1 sin(0+40.2)=2k+1/V290 Since sine lies between -1 and 1 inclusive, -17<=2k+1<=17 -9<=k<=8 Total number of integers that lie between -9 and 8 inclusive=18, hence total number of possible integer values of k=18
Problem Loading...
Note Loading...
Set Loading...
Note that a sin x + b cos x = a 2 + b 2 ( a 2 + b 2 a sin x + a 2 + b 2 b cos x ) = a 2 + b 2 ( cos y ⋅ sin x + sin y ⋅ cos x ) = a 2 + b 2 sin ( x + y ) where cos y = a 2 + b 2 a and sin y = a 2 + b 2 b . Hence $$-\sqrt{a^2 + b^2} \leq a\sin x + b\cos x \leq \sqrt{a^2 + b^2}$$ So $$-\sqrt{13^2 + 11^2} \leq 13 \sin x + 11 \cos x \leq \sqrt{13^2 + 11^2}$$ i.e. $$-\sqrt{290} \leq 13\sin x + 11\cos x \leq \sqrt{290}$$ Now 1 7 2 = 2 8 9 , hence ⌊ 2 9 0 ⌋ = 1 7 . So 2 k + 1 ∈ { − 1 7 , − 1 5 , … , 1 5 , 1 7 } , i.e. k ∈ { − 9 , − 8 , … , 7 , 8 } . So there are $$9 + 8 + 1 = \boxed{18}$$ such values of k .