PDA

View Full Version : Series of cos(exp(-z))


Rat3dR
Jan5-11, 04:44 PM
Hi there!

I'm new to the forum, in the sense that i've just registered, i have been reading the forum for years now, but this time I feel like i need to ask a question myself :P.

What i'm trying to figure out is how to get to the series of cos(exp(-z)). I know the result should be:

cos(exp(-z)) = cos(1) + z*sin(1) + (1/2)*z^2*(-sin(1) - cos(1)) + ...

I already figured out the "sub-series" of cos(z) and exp(-z) which are:

cos(z) = 1 - z^2/2! + z^4/4! - ....
exp(-z) = 1 - z + z^2/2! - z^3/3! + ....

I've tried many strategies to find the complete series from the two sub-series, but whatever i try, it just doesn't work.. Any hints? Because i'm completely stuck, while i'm probably just overlooking some easy, but essential, step.

Thanks, R.

Rat3dR
Jan5-11, 05:01 PM
Allright, i found that if i apply the Taylor series in its basic form, i get the desired result..

( = f(a) + f'(a)/1! * (x-a) + .. etc)

Sourabh N
Jan5-11, 05:13 PM
But isn't it the series near z = 0? They (You) didn't specify we are looking for the series near z = 0...

Rat3dR
Jan6-11, 03:47 AM
Yes it's the series around z=0. I'm sorry for not mentioning that before.. :)