If given that x → 0 lim ln 2 ( sin 3 x + 1 ) ln ( 2 − cos 2 x ) = b a ,
find a 2 + b 2 where a and b are relatively prime,
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.
You should be careful to explain exactly how the approximations work. If your approximations are not accurate enough, then we might run into some issues.
It is better to phrase the solution in terms of error terms, and bounding those values (given that you want to avoid L'hopital's rule).
does ln^2(x) mean ln(x)^2 or ln(lnx) or(lnx)*(lnx)
I hope I got the parentheses correct!
If you try substituting zero initially, you get 0/0. So, L'Hopital's rule can be applied here. = x → 0 lim 2 ln ( sin ( 3 x ) + 1 ) ⋅ sin ( 3 x ) + 1 1 ⋅ cos ( 3 x ) ⋅ 3 2 − cos ( 2 x ) 1 ⋅ sin ( 2 x ) ⋅ 2 If you try substituting again, you still get 0/0 so you must apply L'Hopital's rule again. = x → 0 lim ( sin ( 3 x ) + 1 ) 2 ( ( sin ( 3 x ) + 1 ) ( cos ( 3 x ) ⋅ sin ( 3 x ) + 1 1 ⋅ cos ( 3 x ) ⋅ 3 ) + ( 3 ⋅ − sin ( 3 x ) ) ( ln ( sin ( 3 x + 1 ) ) ) − ( cos ( 3 x ) ) ( ln ( sin ( 3 x ) + 1 ) ) ( cos ( 3 x ) ) ) ⋅ 3 ( 2 − cos ( 2 x ) ) 2 2 ( cos ( 2 x ) ( 2 − cos ( 2 x ) − ( sin ( 2 x ) ) ( sin ( 2 x ) ) ( 2 ) )
Substituting in 0 , we know that sin ( a ⋅ 0 ) = 0 and cos ( a ⋅ 0 ) = 1 so you end up with 1 9 1 2 = 9 2 and 2 2 + 9 2 = 8 5
does ln^2(x) mean ln(x)^2 or ln(lnx) or(lnx)*(lnx)
Log in to reply
It means the last one.
Same notation used with trig
Problem Loading...
Note Loading...
Set Loading...
We could solve this problem using a variety of methods, from Expansions to L'Hospital's Rule.
I will do it the easiest way - using expansions.
As x → 0 , this is what happens
ln ( 1 + sin x ) ≈ sin x
sin x ≈ x
2 − cos 2 x = 1 + 2 sin 2 x
Using the above information,
ln ( 2 − cos 2 x ) ≈ ln ( 1 + 2 sin 2 x ) ≈ 2 sin 2 x ≈ 2 x 2
ln 2 ( sin 3 x + 1 ) = ln ( sin 3 x + 1 ) ln ( sin 3 x + 1 ) ≈ sin 3 x sin 3 x ≈ 9 x 2
Hence the required limit reduces to:
b a = 9 x 2 2 x 2 = 9 2
a 2 + b 2 = 8 5