Questions tagged [complex-analysis]

For questions mainly about theory of complex analytic/holomorphic functions of one complex variable. Use [tag:complex-numbers] instead for questions about complex numbers. Use [tag:several-complex-variables] instead for questions about holomorphic functions of more than one complex variables.

Complex analysis is a branch of mathematical analysis that investigates functions of one or several complex variables. Typical topics include Cauchy's integral formula, singularities, poles, holomorphic and meromorphic functions, Laurent and Taylor series, maximum modulus principle, isolated zeros principle, etc.

Independent variable and dependent variable of complex functions are both complex numbers, and may be separated into real (denoted by $\Re$) and imaginary parts (denoted by $\Im$) : $z = x +iy$ and $w = f(z) =u(x,y)+iv(x,y)$ where $x, y \in \mathbb{R}$, $u(x,y)$ and $v(x,y)$ being real-valued functions.

A fundamental result of complex analysis is the Cauchy-Riemann equations, which give the conditions for a function to have a complex derivative, which is a complex generalization of the (real) derivative. If the complex derivative is defined at each point in an open connected subset of $\mathbb C$, the function is called analytic, or holomorphic. If the complex derivative is defined at each point in $\mathbb C$, the function is called entire.

51771 questions
8
votes
2 answers

Existence of Holomorphic function (Application of Schwarz-Lemma)

Let, $D=\{z\in \mathbb C:|z|<1\}$. Which are correct? there exists a holomorphic function $f:D \to D$ with $f(0)=0$ & $f'(0)=2$. there exists a holomorphic function $f:D \to D$ with $f\left(\dfrac{3}{4}\right)=\dfrac{3}{4}$ &…
Empty
  • 13,012
8
votes
1 answer

The integral $\int_{|z|=2}\log\frac{z+1}{z-1}dz$

Let $\log$ be the branch of the logarithm that extends the usual real logarithm, and consider on $D=\Bbb C\smallsetminus [-1,1]$ the function $$f(z)=\log\frac{z+1}{z-1}$$ I have to find the integral of $f$ around the circle $|z|=2$. Now, as an…
Pedro
  • 122,002
7
votes
0 answers

Lower bound for $ F(z) = \sum_{n=1}^\infty d(n)z^n $ near radius of convergence.

In Stein and Sharkarchi Problem 2.7.2 one is asked to find a lower bound $$ |F(z)| \geq c\frac{1}{1-r}\log\left(\frac{1}{1-r}\right) $$ for the function $$ F(z) = \sum_{n=1}^\infty d(n)z^n $$ near the radius of convergence $ R $. Here $ d(n) $ is…
zo0x
  • 568
7
votes
1 answer

Best possible approximation by holomorphic functions

Let $D$ denote the closed complex unit disk and let $f:D \rightarrow \mathbb C$ be any continuous function. Suppose we wish to approximate $f$ by a holomorphic function $g$ in the uniform metric: we seek to minimize $\sup\{z\in D : |g(z) - f(z)|\}$,…
user15464
  • 11,682
7
votes
1 answer

Entire function taking all complex values?

I am struggling with one exercise here. It says: Let $f(z)$ be an entire function, and the set of zeros of $f$ is finite, but nonempty. Show that $f$ takes all complex values. My idea is: Assuming there is some $b$ s.th. there is no $a$ with…
Marie. P.
  • 1,723
7
votes
2 answers

maximum modulus principle implies Liouville's Theorem

Today during the qualifying exam I met this question: Show that the maximum modulus principle implies the Liouville Theorem. Well, this is my attempt: It suffices to show that a bounded entire function can achieve its maximum modulus in complex…
user167839
7
votes
1 answer

Given two holomorphic functions on a region find two other such that...

Let $\Omega$ be a region in the complex plane and let $f_1$ and $f_2$ be holomorphic functions on $\Omega$ having no common zero. Show that there exist holomorphic functions $g_1$ and $g_2$ on $\Omega$ such that, $f_1g_1+f_2g_2$ is identically equal…
7
votes
2 answers

Fixed points of a holomorphic map on a simply connected domain

Given a holomorphic map $f: \Omega\to \Omega$, where $\Omega$ is a simply-connected domain in $\mathbb{C}$, is the number of fixed points at most $1$ if $f$ is not the identity map? How many could they be? By the Riemann Mapping Theorem, I am able…
Herband
  • 843
7
votes
1 answer

$f^2$ and $f^3$ are holomorphic implies $f$ is holomorphic.

Suppose $f$ is a continuous complex valued function on a domain $\Omega$. Suppose $f^2$ and $f^3$ are holomorphic in $\Omega$. Show that $f$ is also holomorphic in $\Omega$. Assume $f=u+iv$. I see that if $u,v$ are in $C^1$ then $f^2$ is…
Koma
  • 263
7
votes
1 answer

Question regarding Goursat's Theorem

I read through and pretty much understand most of Goursat's Theorem in $\textit{Complex Analysis}$ by Gamelin. The theorem states that if $f(z)$ is a complex-valued function on a domain $D$ such that $f'(z_0)$ exists at each point $z_0 \in D$, then…
Libertron
  • 4,415
7
votes
1 answer

a sequence of polynomials converges to $0$

I am trying to show that there is a sequence $(P_{n})_{n}$ of polynomials such that $P'_{n}(0)=1$ for all $n$, $P'_{n}(z)\rightarrow0$ if $z \in \mathbb{C}^{\times}$ and $P_{n}(z)\rightarrow0$ if $z \in \mathbb{C}$ but I could not able to do…
7
votes
1 answer

Zeros of a holomorphic function on the boundary of a closed region

Is there a holomorphic nonzero function on a closed bounded connected subset of $\mathbb{C}$ which has infinitely many zeros on the boundary and at most a finitely many zeros in the interior (open connected subset of the closed set)? If there are…
Herband
  • 843
7
votes
1 answer

A question from Conway's Complex Functions textbook

the question is from Conway's Functions of One Complex Variable, volume I,second edition, chapter VI section 1, exercise 7. Let $f$ be analytic in the disk $B(0,R)$ and for $0 \leq r \leq R$ define $$A(r)=\max\{\operatorname{Re} f(z) : |z|=r\}.$$…
7
votes
1 answer

Finding the order of an entire function defined from an integral

The following problem is posed in Greene and Krantz, page 297, Problem 11. Let $g: \mathbb{R} \to \mathbb{C}$ be a continuous function, $\alpha \in \mathbb{R}$, and define $f: \mathbb{C} \to \mathbb{C}$ s.t. $$f(z) = \int^b_a e^{\alpha z t} g(t) dt…