Find all entire functions $f$ such that $f^{(n)}(z) = z$ for all $z$, $n$ being a given positive integer.
I can not think such a function exist or not.can somebody help me please
|
Find all entire functions $f$ such that $f^{(n)}(z) = z$ for all $z$, $n$ being a given positive integer. I can not think such a function exist or not.can somebody help me please |
|||||||||||
|
Hint. Use the above lemma along with an inductive argument to show that $f$ must be a polynomial of degree $n+1$. |
|||
|
|
|
Since $f$ is entire, it has a series development $$f(z) = a_0 + a_1 z \ + ...$$ But then equation $f^{(n)}(z)=z$ implies $$f(z) = a_0 + a_1 z + ... + a_{n-1} z^{n-1} + {z^{n+1} \over {(n+1)!}}$$ |
|||
|
|
|
Consider the example $f'''(z) = z$. Integrating gives $f''(z) = \frac{1}{2}z^2+c_1$ and in turn: $$f'(z) = \frac{1}{6}z^3+c_1z+c_2 \, . $$ Integrating a final time gives: $$f(z) = \frac{1}{4!}z^4+\frac{c_1}{2}z^2+c_2z+c_3 \, . $$ In general, if $f^{(n)}(z)=z$ then we can integrate $n$ times to give ourselves: \begin{array}{ccc} f(z) &=& \frac{1}{(n+1)!}z^{n+1}+\frac{c_1}{(n-1)!}z^{n-1}+\frac{c_2}{(n-2)!}z^{n-2}+\cdots + c_{n-1}z+c_n \\ f(z) &=& \frac{1}{(n+1)!}z^{n+1} + b_1z^{n-1}+b_2z^{n-2}+\cdots+b_{n-1}z+b_n \end{array} These are all polynomials, and so are entire. You can choose the constants $b_i \in \mathbb{C}$ however you like. Obviously, the simplest case would be $b_i = 0$ for all $i$ and hence: $$f(z) = \frac{1}{(n+1)!}z^{n+1} \, . $$ |
||||
|
|