x → 0 lim ( sin 2 x 1 − x 2 1 )
If the limit above is equal to b a , where a and b are coprime positive integers, find the value of a + b .
Submit your answer as 0 if you don't think the limit exist.
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.
From th expansion of sin x , how did you write expansion of sin 2 x ?
Log in to reply
Expanding sin 2 ( x ) , we have that
sin 2 ( x ) = sin ( x ) sin ( x ) = ( x − 6 x 3 + O ( x 5 ) ) ( x − 6 x 3 + O ( x 5 ) ) =
x 2 − 2 x ∗ 6 x 3 + O ( x 6 ) = x 2 − 6 x 4 + O ( x 6 ) .
One could also note that
sin 2 ( x ) 1 − x 2 1 = ( x sin ( x ) x + sin ( x ) ) ( x sin ( x ) x − sin ( x ) ) = ( x 2 + O ( x 4 ) 2 x + O ( x 3 ) ) ⎝ ⎜ ⎛ x 2 + O ( x 4 ) 6 x 3 + O ( x 5 ) ⎠ ⎟ ⎞ ,
which goes to 6 2 = 3 1 in the limit as x → 0 .
Log in to reply
Thanks sir.. I got it now, i have one query...
As we know when
x
→
0
,
sin
(
x
)
→
x
⇒
sin
2
(
x
)
→
x
2
.
Then, x → 0 lim ( sin 2 x 1 − x 2 1 ) = x → 0 lim ( x 2 1 − x 2 1 ) = 0 .
What's flaw in that?
Log in to reply
@Akhil Bansal – The concern here is that, while sin 2 ( x ) does indeed go to x 2 as x → 0 , the limit we are dealing with is of the indeterminate form ∞ − ∞ , so we can't take the direct approach you mention. This is why I chose to expand sin ( x ) in its series form, so that we could better evaluate the behavior of this limit as x → 0 .
Apply the L'Hopital's rule for lim x → 0 ( sin x 1 + x 2 1 )
ADIOS!!!
Problem Loading...
Note Loading...
Set Loading...
The limit can be rewritten as lim x → 0 ( x 2 sin 2 ( x ) x 2 − sin 2 ( x ) ) .
Now in series form sin ( x ) = x − 6 x 3 + O ( x 5 ) , giving us that sin 2 ( x ) = x 2 − 3 x 4 + O ( x 6 ) .
Thus x 2 − sin 2 ( x ) = 3 x 4 + O ( x 6 ) and x 2 sin 2 ( x ) = x 4 + O ( x 6 ) , and so the limit becomes
lim x → 0 x 4 + O ( x 6 ) 3 x 4 + O ( x 6 ) = lim x → 0 1 + O ( x 2 ) 3 1 + O ( x 2 ) = 3 1 .
Thus a + b = 1 + 3 = 4 .