0

Find the most general function $f: \mathbb{C} \rightarrow \mathbb{C}$ such that $f$ is entire and $\exists C > 0$ with $|f(z)| \leq C|z|^2$ $\forall z \in \mathbb{C}$.

I'm really not sure where to start with this problem.

3 Answers3

0

Hint: Use the Cauchy integral formula on disks $D_R(0)$ and send $R \to \infty$ (this is fine since $f$ is entire). Doing so, you should be able to show that, above some order, the derivatives of $f$ vanish.

Gary Moon
  • 2,495
  • We have not learned how to use the Cauchy integral formula on disks. Is there another way to do it? – Amanda Lococo Mar 19 '19 at 19:15
  • What tools do you have at your disposal? – Gary Moon Mar 19 '19 at 19:16
  • Cauchy integral test for complex functions in one dimension, Weierstrauss M-test, Lipschitz functions, uniform convergence, ratio test, domain of convergence, points of singularity. That's all we have covered so far in the course – Amanda Lococo Mar 19 '19 at 19:19
  • Have you talked about power series for holomorphic functions? If so, since $f$ is entire, it is everywhere equal to its power series centered at $z=0$. You could write $f(z) = \sum_{n=0}^\infty a_n z^n$ and go from there. – Gary Moon Mar 19 '19 at 19:22
  • We are talking about that next, but is not something we covered for this current exam, which could contain this question. The only other consideration is perhaps this practice exam was made with the intent we would have earned holomorphisms by now? – Amanda Lococo Mar 19 '19 at 19:27
  • Given that the question is asking you to describe a certain class of entire (i.e., holomorphic on all of $\mathbb{C}$) functions, you'll need to be able to utilize some properties of holomorphic functions to solve it. If you haven't talked at all about holomorphic functions (which would seem to make this a somewhat unfair question), then you may need to get some clarification from the instructor as to what methods are fair game. – Gary Moon Mar 19 '19 at 19:30
0

Hint: Observe that $f(z)/z^2$ is a bounded, entire function (can you see why it's holomorphic at $0$?)

Wojowu
  • 26,600
  • I see why it is holomorphic at 0, but still don't understand how to find the most general function that satisfies the equation. Can I have some more guidance? – Amanda Lococo Mar 19 '19 at 20:25
  • My intended solution proceeded by applying the Liouville's theorem to $f(z)/z^2$, but from your comments under the other answer it appears you have not covered that yet. Indeed, it seems that you have covered basically nothing regarding holomorphic functions, so I must say I have no idea how you could approach this question. – Wojowu Mar 19 '19 at 20:44
  • I was mistaken underneath. We have been using the term analytic, not holomorphic, and I did not realize it was the same since it has never been introduced to me that way – Amanda Lococo Mar 19 '19 at 20:50
0

As $f(z)$ is entire, it can be expressed as a Taylor's series $$f(z)=\sum_{n=0}^\infty a_nz^n$$therefore the most general form comes from $a_n=0$ for $n>2$ and $a_0=a_1=0$ so we have $$f(z)=a_2z^2$$

Mostafa Ayaz
  • 31,924