| New Reply |
cos(i) using taylor series |
Share Thread | Thread Tools |
| Dec21-12, 11:21 AM | #1 |
|
|
cos(i) using taylor series
Is there a way to find the cosine of i, the imaginary unit, by computing the following infinite sum?
[tex]cos(i)=\sum_{n=0}^\infty \frac{(-1)^ni^{2n}}{(2n)!}[/tex] Since the value of ##i^{2n}## alternates between -1 and 1 for every ##n\in\mathbb{N}##, it can be rewritten as ##(-1)^n##. [tex]\sum_{n=0}^\infty \frac{(-1)^n(-1)^n}{(2n)!}[/tex] ##(-1)^n(-1)^n=(-1)^{2n}##, which is equal to one for all ##n\in\mathbb{N}##. Thus, [tex]cos(i)=\sum_{n=0}^\infty \frac{1}{(2n)!}[/tex] Is all of this correct? If so, how would the final sum be calculated? Edit: got the inline equations working |
| Dec21-12, 11:26 AM | #2 |
|
|
By the way, can someone remind me how to do inline equations? single dollar signs are not working for some reason. Also, why won't my last equation come out?
|
| Dec21-12, 11:41 AM | #3 |
|
Recognitions:
|
(Begin a reply-with-quote to someone's post that has the type of expression you want and you'll see the details of the LaTex.) If you right click on a an expression you can get some menus and one of them gives options to pick the "math renderer". Picking a different renderer can fix some problems with how formulas are displayed. |
| Dec21-12, 11:47 AM | #4 |
|
Mentor
|
cos(i) using taylor series
Looks correct so far. cos(i)=cosh(1) which can be expressed with exponential functions. If you write them as series and simplify, you should get the same result.
You can use ## for inline TeX. |
| Dec21-12, 12:25 PM | #5 |
|
|
|
| Dec21-12, 12:46 PM | #6 |
|
|
\sum_{n=0}^{\infty} \frac{1}{(2n)!} = \frac12 \sum_{m=0}^{\infty} \left(\frac{1}{m!} + \frac{(-1)^m}{m!}\right) = \frac12(e + e^{-1}). [/tex] |
| Dec21-12, 01:35 PM | #7 |
|
|
|
| Dec21-12, 02:10 PM | #8 |
|
Mentor
|
Clever guessing (based on the known result). Write down the first terms of the second sum and you'll see how it works.
For odd m, both summands cancel each other, for even m, they stay (and get a factor of 2 to cancel the 1/2). |
| New Reply |
| Tags |
| taylor series |
| Thread Tools | |
Similar Threads for: cos(i) using taylor series
|
||||
| Thread | Forum | Replies | ||
| Shortcut to taylor series of f, given taylor series of g | Calculus | 2 | ||
| Inverse Laplace Transfrom - Taylor Series/Asymptotic Series?! | Calculus & Beyond Homework | 2 | ||
| check my solution to a power series/taylor series problem | Calculus & Beyond Homework | 2 | ||
| Taylor Series using Geometric Series and Power Series | Calculus & Beyond Homework | 5 | ||
| [URGENT] Taylor Series without using the built-in MATLAB "Taylor's Function" | Math & Science Software | 1 | ||