What did I do wrong in my Taylor Series Expansion for y=kcosh(x/k)?

Nusc
Messages
752
Reaction score
2
y=kcosh(x/k) = k(e^(x/w) + e^(-x/k))

y ~ k[1 + x/k + (1/2!)(x^2/k^2) + (1/3!)(x^3/k^3)] +...+ k[1 - x/k +(1/2!)(x^2/k^2) - (1/3!)(x^3/k^3) +...]

All odd terms except 1 cancel out.

So we are left with

y = k [2 + (2/2!)(x^2/k^2) + (2/4!)(x^4/k^4) + (2/6!)(x^6/k^6) +...]

I've been staring at this for hours and I'm supposed to show that:

y= k + (1/2k)(x^2) for k>>x


What did I do wrong? My error lies somewhere where the twos are bolded.
 
Physics news on Phys.org
you lost a 1/2 in your definition of cosh:

cosh(x)=\frac{e^x+e^{-x}}{2}
 
Well, you obviously are missing a factor of two somewhere... but I suppose you figured that out already. The answer lies here:

\cosh x = \frac{e^x + e^{-x}}{2}
 
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