- #1
bobber205
- 26
- 0
Trying to find the Taylor Series for cos(x) where x0 is PI.
I've gotten
It's clearly 0 every other term so I need 2k or 2k-1. But the -1 term switches between -1 and 1
How in world do I deal with this? xD
Thanks for any suggestions. I am assuming I've made a mistake somewhere.
I've asked my fellow students and they're cheating with k+1 which does work.
Thanks! :)
I've gotten
Code:
cos(x) -1
-sin(x) 0
-cos(x) 1
sin(x) 0
cos(x) -1
It's clearly 0 every other term so I need 2k or 2k-1. But the -1 term switches between -1 and 1
How in world do I deal with this? xD
Thanks for any suggestions. I am assuming I've made a mistake somewhere.
I've asked my fellow students and they're cheating with k+1 which does work.
Thanks! :)