
How can we write the function x/(ex−1) as the sum of a Taylor Series?
3 Answers By Expert Tutors
First write x/(ex − 1) as 1/{ x-1[(∑(n = 0 to n = ∞)(f(n)(0)(x − 0)n)/n!) − 1] } where [∑(n = 0 to n = ∞)(f(n)(0)(x − 0)n)/n!] is the Taylor Series Expansion Formula.
The 2nd form of x/(ex − 1) will expand to 1/{x-1[e0x0/0! + e0x1/1! + e0x2/2! + e0x3/3! + e0x4/4! + e0x5/5! + e0x6/6! + e0x7/7! + e0x8/8! + e0x9/9! + e0x10/10! + e0x11/11! + e0x12/12! + ... − 1]}.
This expansion of the 2nd form of x/(ex − 1) can be written as:
1/{e0 (or 1) times [∑(n = 0 to n = ∞)x(n − 1)/n!] − x-1} (Expression A).
With x = 1 as a test value, Expression A for 0 ≤ n ≤ 12 will come to a limiting value of 1/(2.718281828 − 1) or 0.581976707. This is the value of the given function, x/(ex − 1), when x = 1.
Since f(x)=∑f(n)(a)/n! (x-a)n all you have to do is pick "a" the point you want the series to expand about and calculate the f(n)(a)/n! terms for n=0,1,2,3,....for as many terms as needed.
In your case f(x)=x/(ex-1) and the f(n)(a)'s require the use of l'Hospital's rule to evaluate if you pick a=0 as the expansion point, otherwise it's straight forward.
Let me know if you have any questions.
Regards
Jim

David G.
Jim, L'Hopital's rule is about limits. How do these derivatives require the rule? Where are the indeterminate forms?03/25/19

Jim S.
03/25/19

David G.
I don't see any reason to use l'Hopital's rule. The quotient rule works just fine, and the quotient rule can be derived by the difference quotient definition of a derivative and arithmetic.03/26/19

Jim S.
03/26/19

David G.
Ah, that clarifies things. Yes, you can use L'Hopital's rule to find a value to force the expansion around 0. I think it should be made clear that that's what you're doing, though, and that this is only workable because f'(0) is defined, even though f(0) is not.03/26/19

David G. answered 03/25/19
OChem, Calc, ACT/SAT/GRE-years of exp. w/all ages, former OChem TA@UCB
Taylor series definition:
f(x) = Σ∞n=0 f⁽ⁿ⁾(a)/n! = f(a) + f'(a)/1!(x – a) + f''(a)/2!(x – a)2 + f'''(a)/3!(x – a)3 + ...
f'(a) = eˣ – 1 – xeˣ/(eˣ – 1)² = eˣ – 1/(eˣ – 1)² – xeˣ/(eˣ – 1)² = 1/eˣ – 1 – xeˣ/(eˣ – 1)²
f''(a) = -eˣ/(eˣ – 1)² – (eˣ + xeˣ)(eˣ – 1)² – 2xe²ˣ(eˣ – 1)/(eˣ – 1)³
etc.
Therefore...
x/eˣ – 1 = a/eᵃ – 1 + (1/eˣ – 1 – xeˣ/(eˣ – 1)²)(x – a) + 1/2(-eˣ/(eˣ – 1)² – (eˣ + xeˣ)(eˣ – 1)² – 2xe²ˣ(eˣ – 1)/(eˣ – 1)³)(x – a)2 + ...
There are ways to simplify that second derivative, but it's certainly getting messy, isn't it?
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Misha F.
03/22/19