What is the Taylor expansion for 1/(1-exp(-1))?

AI Thread Summary
The discussion centers on finding the Taylor expansion for the function 1/(1-exp(-1)). Participants suggest using long division to derive the Taylor series for 1/(1-x) and then substituting x with exp(-1). It is noted that since the expression is a constant, its Taylor expansion is trivial, containing only the term 1/(1-exp(-1)). However, there is a clarification that the original question may have sought an approximate value for this expression using Taylor expansions. Various methods for expansion are proposed, emphasizing the flexibility in approach to achieve the desired approximation.
Callisto
Messages
41
Reaction score
0
Hi

How do you expand

(1-exp(-1))^-1

as Taylor series

Callisto
 
Last edited:
Physics news on Phys.org
Try long division to get a Taylor (or McClaurin) series for f(x) = 1/(1-x) for a start.

Then put x=exp(-1) into that series, and there you go!
 
Taylor series for

1/(1-x) = (1-x)^-1 = 1 + x^2 + x^3 + x^4 +...= SUMi x^i

Then sub in exp(-1) for x
That's it?
 
Yes. That's it.
 
Cheers James R!
 
a constant has a trivial Taylor expansion

The expression you submitted is a constant, it doesn't depend on x.
All derivatives of this function with respect to x (the assumed variable) are zero.

Therefore the Taylor expansion contains only one term (and is exact):

f(x) = 1/(1-exp(-1)) + 0 + 0 + 0 + 0 + 0 + 0 + ... = 1/(1-exp(-1))

(unless you did not formulate your problem correctly)
 
Last edited:
Technically, you're right of course, lalbatros, but your solution doesn't seem to fit the spirit of the question which was asked. Maybe the question was a little unclear, though...
 
You are probably right James.
The question probably was: "how can I get an approximate value for 1/(1-exp(-1)) using Taylor expansions".
Then, there are numerous ways to choose how to expand.
For example:

1/(1-exp(-x)) = 1 /(1-sumi((-x)^i / i!))

or explicitely:

1/(1-exp(-x)) = 1/(x-x^2/2+x^3/6-x^4/24+x^5/120 ...)
 
Back
Top