Has anyone seen this problem before?

  • Thread starter Thread starter ZioX
  • Start date Start date
ZioX
Messages
370
Reaction score
0
Cute solution.

\lim_{n\to+\infty}e^{-n}\sum_{i=n}^{+\infty}\frac{n^i}{i!}
 
Physics news on Phys.org
Has anyone? Is anyone working on this? I can give you a hint if it's needed. I thought this was really cool when I saw it the other day and I figured I would share it. Wasn't sure how well known this problem is.
 
Why don't you answer the (my) question in the math Q&A topic in the general math section, then you could post this as a problem.
 
that is the formula for e approximation. i did that in programming, but not approaching infinity, it should be real number.. i might be wrong.
 
etek said:
that is the formula for e approximation. i did that in programming, but not approaching infinity, it should be real number.. i might be wrong.

Sum begins at n, which is going to infinity.
 
the series is just e^n- s, where s is the partial sum of formal power series e^n truncated when i=n

so the limit becomes
lim n-> inf
1-e^{-n)*s

s goes to e^{n} and the whole thing goes to zero...?
 
Yea i get the same answer as tim, The whole thing goes to zero.

Edit: Working-

\lim_{n\to\infty}e^{-n}\sum_{i=n}^{\infty}\frac{n^i}{i!}

\lim_{n\to\infty}e^{-n}(e^n - \sum_{i=0}^n \frac{x^n}{n!})

\lim_{n\to\infty}(1 - \frac{\sum_{i=0}^n \frac{x^n}{n!}}{e^n})

1 - \frac{\lim_{n\to\infty}\sum_{i=0}^n \frac{x^n}{n!}}{\lim_{n\to\infty} e^n}

1 - \frac{\sum_{n=0}^{\infty} \frac{x^n}{n!}}{e^n}

1 - \frac{e^n}{e^n}

Which is zero. I think i included enough obvious steps for everyone to follow :)
 
Last edited:
Woah! Are you sure you can go here, man?

1 - \frac{\sum_{n=0}^{\infty} \frac{x^n}{n!}}{e^n}

I can give you guys a hint: I could've posted this in the probability forum.
 
if you graph this, this equation the domain is approximately (-inf, inf), while its range is the same which is infinity. ziox is right it's not zero, but if you take n as real number the equation solves the e approximation in e^n.
 
  • #10
Gib Z said:
\lim_{n\to\infty}e^{-n}\sum_{i=n}^{\infty}\frac{n^i}{i!}

\lim_{n\to\infty}e^{-n}(e^n - \sum_{i=0}^n \frac{x^n}{n!})
First correction
\lim_{n\to\infty}e^{-n}\sum_{i=n}^{\infty}\frac{n^i}{i!}

\lim_{n\to\infty}e^{-n}(e^n - \sum_{i=0}^{n-1} \frac{n^i}{i!})
 
  • #11
By the way, is the limit = 0.5 = P[Z>0], Z~N(0,1).
 
Last edited:
  • #12
Yes.

CLT for the win.

My statistician friend gave me the problem, and I hacked away at it for a good 5 hours and finally got a very non-trivial solution.
 
Last edited:

Similar threads

Replies
3
Views
3K
Replies
17
Views
5K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
9
Views
2K
Back
Top