You are not logged in.
Hi! Could you help me calculate this limit?
Offline
As n gets large, the base is approximated by 1 + 2/n and the exponent is approximated by n.
So the limit is
Why did the vector cross the road?
It wanted to be normal.
Offline
Thanks mathsyperson. I don't understand why the base is approximated by 1 + 2/n. Could you please explain me that part?
Offline
You can rewrite the numerator as n² - n + 1 + 2n.
Then the first three terms equal the denominator and you can split them off to get
1 + 2n/(n² - n + 1).
As n grows, 1 << n << n², and so the denominator of that new fraction is approximated by n². Therefore, you have 1 + 2n/n² = 1 + 2/n.
(To be honest, I wouldn't be confident about doing that usually. I cheated and evaluated the function for large values of n. It converged to e², and I made the above post with that knowledge.)
Why did the vector cross the road?
It wanted to be normal.
Offline
You can rewrite the numerator as n² - n + 1 + 2n
Oh I missed that, I understand it now! Thank you
Offline
(To be honest, I wouldn't be confident about doing that usually. I cheated and evaluated the function for large values of n. It converged to e², and I made the above post with that knowledge.)
I don't know if this is what you mean, but I tried this in maple: seq(limit((1+i/n)^n, n=infinity), i=1..10);
It outputs e^i.
Offline
Sorry, I meant I wasn't sure if those lower-order terms I neglected were allowed to be neglected.
It certainly doesn't always work: (1+1/n)^n and 1^n converge to different things.
I knew my limit was e², but I wouldn't have known whether it was the same as yours.
Why did the vector cross the road?
It wanted to be normal.
Offline