Asked by Heather

Find the limit as x approaches infinity of (1-(1/(2x)))^(2x).

Answers

Answered by Count Iblis
f(x)= [1-1/(2x)]^(2 x)

Log[f(x)] = 2x Log[1-/(2x)] =

2 x [1/(2x) + O(1/x^2)] =

1 + O(1/x)

The limit for x to infinity of
Log[f(x)] is thus 1. The limit for x to infinity of f(x) is thus e, because the logarithmic function is continuous there.
Answered by Steve
Hmmm. Let u = 1/2x and you have

(1+u)^(-1/u) = 1 / (1+u)^(1/u)
as x->infinity, u->0, and we have

1/e
Answered by Count Iblis
I see, I forgot a minus sign.



f(x)= [1-1/(2x)]^(2 x)

Log[f(x)] = 2x Log[1-/(2x)] =

2 x [-1/(2x) + O(1/x^2)] =

-1 + O(1/x)

So, you get exp(-1), using the fact that log is continuous there.
Answered by Heather
thank you! we are supossed to use Lopital's rule though. Is there a different way to do it using Lopital's?
Answered by Count Iblis
If you have to use L'Hôpital, then that's close to how I did it above. After taking logarithms, you have:

Log[f(x)] = 2x Log[1-/(2x)]

You can write this as:

Log[1-1/(2x)] / (1/(2x))

This is then a 0/0 case. If you put
1/(2x) = u then this becomes:

Log[1-u]/u

and you need to compute the limit of u to zero.
Answered by Heather
thank you so much!
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions