0
$\begingroup$

Consider the power series $\sum_{n=0}^\infty{\frac{x^{2n}}{(2n)!}}$

From this, it follows that its sum defines an infinitely differentiable function $f$, given by $f(x):=\sum_{n=0}^\infty{\frac{x^{2n}}{(2n)!}}$

  • Determine whether $f$ is even or odd.

To do this, do I simply show that $f(x)=f(-x)$ and hence the function is even or is there more to the justification than that?

  • Is there a simple relationship between $f''$ and $f$?

I found that the series can be expressed as the function $\cosh x$. The power series of the first derivative is or $\sinh x$ or $\sum_{n=1}^\infty{\frac{x^{2n+1}}{(2n+1)!}}$ and the second derivative is $\sum_{n=0}^\infty{\frac{x^{2n}}{(2n)!}}$, but I'm not sure what is meant by 'a simple relationship between $f''$ and $f$.

  • 0
    does there can be something simpler than $f = f''$? :D2012-12-10

1 Answers 1

1

$f(x)=f(-x)$ is the definition of even function, so that is enough.

$ f''(x) = \sum_{n=2} \frac{x^{2n-2} 2n\cdot(2n-1)}{(2n)!} = \sum_{n=2} \frac{x^{2n-2} }{(2n-2)!} = \sum_{k=0} \frac{x^{2k} }{(2k)!} = f(x) $

  • 0
    simple means 'can be expressed'. many functions have relations between function and its derivative (see for instance properties of Bessel function).2012-12-10