Taylor and Maclaurin series

liubava

New member
Joined
Mar 14, 2021
Messages
9
1615748052704.png
Hello, everyone! I am trying to represent this function as Maclaurin series, however I am a bit stuck with finding the n-th order derivative of f(x). Can someone please help me?
 
f'(x) = e^x - e^(-x)
f''(x) = e^x + e^(-x)
f'(0) = 0
f''(0) = 2
I am okay with finding derivatives, I just wonder how I can represent exactly the n-th order derivative as a general formula
1615750680132.png
here is what I am talking about
 
f'(x) = e^x - e^(-x)
f''(x) = e^x + e^(-x)
f'(0) = 0
f''(0) = 2
I am okay with finding derivatives, I just wonder how I can represent exactly the n-th order derivative as a general formula
Continue on → f"' & f""

and so on .....

Do you see a pattern?
 
it's 0, 2, 0, 2 ....
0 - for odd n
2 - for even n
but still, I have no idea how to show it as a formula
 
it's 0, 2, 0, 2 ....
0 - for odd n
2 - for even n
but still, I have no idea how to show it as a formula

so, after several attempts, I end up with 2* x^2n / (2n!). Is it correct?
 
Last edited:
[MATH]e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + ... + \frac{x^n}{n!} + ...[/MATH]
[MATH]e^{-x} = 1 - x + \frac{x^2}{2!} - \frac{x^3}{3!} + ... + \frac{(-1)^nx^n}{n!} + ...[/MATH]
------------------------------------------------------------------

[MATH]e^x+e^{-x} = 2\left(1 + \frac{x^2}{2!} + \frac{x^4}{4!} + ... + \frac{x^{2n}}{(2n)!} + ... \right)[/MATH]
 
[MATH]e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + ... + \frac{x^n}{n!} + ...[/MATH]
[MATH]e^{-x} = 1 - x + \frac{x^2}{2!} - \frac{x^3}{3!} + ... + \frac{(-1)^nx^n}{n!} + ...[/MATH]
------------------------------------------------------------------

[MATH]e^x+e^{-x} = 2\left(1 + \frac{x^2}{2!} + \frac{x^4}{4!} + ... + \frac{x^{2n}}{(2n)!} + ... \right)[/MATH]

Thank you very much!!! I understood the logic
 
You could also note that \(\displaystyle e^x- e^{-x}= 2\frac{e^x- e^{-x}}{2}= 2 sinh(x)\)
and use the fact that \(\displaystyle sinh'(x)= cosh(x)\) and \(\displaystyle cosh'(x)= sinh(x)\).
 
Top