How does Maple evaluate the series of hyperbolic functions in this expression?

gdumont
Messages
16
Reaction score
0
Hi,

I have the following function to evaluate in a power series:
<br /> f(a)=\frac{\pi}{8d}\frac{1}{\left (\sinh \left ( \frac{\pi a}{2 d} \right) \right)^2}<br />
Maple computes then following
<br /> f(a) = \frac{\pi}{8d} \left ( \frac{4 d^2}{\pi^2 a^2} - \frac{1}{3} + O(a^2) \right)<br />
When I ask Maple if this series is of Taylor or Laurent type it tells me that it is neither. I tried to compute the Taylor series around a=0 but I get stuck at the first term, namely f(0), which is infinite. The first term of the expression obtained by Maple is precisely equal to the inverse of the first non-zero term of the Taylor series of
<br /> g(a)= \left (\sinh \left ( \frac{\pi a}{2 d} \right) \right)^2 = \left (0 + \frac{\pi a}{2 d} +\right )^2 = \frac{\pi^2 a^2}{4 d^2}<br />
But I can't figure out where do the other terms come from. Anyone knows how does Maple evaluate this series?

Any help greatly appreciated
 
Physics news on Phys.org
Well, here's the catch:

f(a)=\frac{\pi}{8d}\left[\frac{1}{\frac{e^{\pi a/ 2d}-e^{-\pi a/ 2d}}{2}}}\right]^{2}

and is equal to

f(a)=\frac{\pi}{2d} \frac{e^{\pi a/d}}{\left(e^{\pi a/d}-1\right)^{2}}

and just then u can use the Taylor series for the exponentials.

For the record, i don't get the "1/3" factor...

Daniel.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top