SOLUTION: if limit ((1 - cos (2 x) cos (2 kx))/(sin ^2(x))) = 10, then k = .... as x \[LongRightArrow]

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson -> SOLUTION: if limit ((1 - cos (2 x) cos (2 kx))/(sin ^2(x))) = 10, then k = .... as x \[LongRightArrow]       Log On


   



Question 1209152: if limit ((1 - cos (2 x) cos (2 kx))/(sin ^2(x))) = 10, then k = .... as x \[LongRightArrow]
Found 3 solutions by Edwin McCravy, ikleyn, mccravyedwin:
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Since this is an advanced limit problem, you are probably in Calculus II
studying L'Hopital's rule.

matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%281-cos%5E%22%22%282x%29cos%5E%22%22%282kx%29%29%2Fsin%5E2%28x%29+%22%22=%22%2210

Since both numerator and denominator approach 0,
we may use L'Hopital's rule.  The above is equal to

matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%22%22=%22%2210

matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%22%22=%22%2210

matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%282sin%282x%29cos%282kx%29+%2B+2k%2Acos%282x%29sin%282kx%29%29%2F%28sin%282x%29%29%22%22=%22%2210

matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%282sin%282x%29cos%282kx%29%29%2Fsin%282x%29%22%22%2B%22%22matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%282k%2Acos%282x%29sin%282kx%29%29%2F%28sin%282x%29%29%22%22=%22%2210

matrix%282%2C1%2Clim%2C%22x-%3E0%22%292cos%282kx%29%22%22%2B%22%22matrix%282%2C1%2Clim%2C%22x-%3E0%22%292k%2Acos%282x%29%22%22%2A%22%22matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%28sin%282kx%29%29%2F%28sin%282x%29%29%22%22=%22%2210

matrix%281%2C2%2CSince%2Ccos%280%29=1%29,

2%22%22%2B%22%222k%22%22%2A%22%22matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%28sin%282kx%29%29%2F%28sin%282x%29%29%22%22=%22%2210

In the remaining limit, the numerator and denominator both approach 0,
so we can use L'Hopital's rule again, differentiating top and bottom:

              matrix%282%2C1%2Clim%2C%22x-%3E0%22%29%282k%2Acos%282kx%29%29%2F%282cos%282x%29%29%22%22=%22%22k since cos(0)=1

So now our equation becomes:

2%22%22%2B%22%222k%22%22%2A%22%22k%22%22=%22%2210

2k%5E2%22%22=%22%228
k%5E2%22%22=%22%224
k%22%22=%22%22%22%22+%2B-+2  <-- correct answer, 2 values for k

You may get an heuristic check that this is the correct answer by 
using your calculator (TI-84 in radian mode) to calculate:

%28%281+-+cos%5E%22%22%282x%29cos%5E%22%22%282kx%29%29%2F%28sin%5E2%28x%29%29%29

where k=±2 when x = 0.0001, for you get 10.00000003, which is close enough 
to 10 to convince anybody that we have the correct answer.

Edwin


Answer by ikleyn(52754) About Me  (Show Source):
You can put this solution on YOUR website!
.
if limit ((1 - cos (2 x) cos (2 kx))/(sin ^2(x))) = 10, then k = .... as x \[LongRightArrow]
~~~~~~~~~~~~~~~~~~~~~~~~~~


As x is small and close to zero, we can use the decompositions for functions cos(2x) and cos(2kx)

    cos(2x) = 1 - 2x^2 + . . . ,  cos(2kx) = 1 - 2k^2x^2 + . . . ,  sin^2(x) = x^2 + . . . 


where ellipsis denote the terms of higher degrees, which do not make influence on my calculations.


So,  (1-cos(2x)*cos(2kx)) = 1 - (1-2x^2)*(1-2k^2x^2) = 2x^2 + 2k^2x^2 + . . . = 2x^2*(1+k^2) + . . . 


Therefore,  %281-cos%282x%29%2Acos%282kx%29%29%2Fsin%5E2%28x%29 = %282x%5E2%2A%281%2Bk%5E2%29%29%2Fx%5E2 + . . . = 2*(1+k^2) + . . . 


From it, we conclude that  

    2*(1+k^2) = 10,

    1+k^2 = 10/2 = 5

       k^2 = 5 - 1 = 4,

       k = +/- sqrt%284%29 = +/- 2.


ANSWER.  There are two possible values for k, namely,  k = +/- 2.

Solved.



Answer by mccravyedwin(405) About Me  (Show Source):