2. Functions of a Complex Variable

Differentiability

Differentiability in Complex Analysis

students, in complex analysis, differentiability is the gateway idea that turns a simple function of a complex variable into something much richer ✨. In real calculus, you learn that a derivative measures how a function changes near a point. In complex analysis, the same basic idea appears, but the rules are stricter and the consequences are much stronger. A complex function that is differentiable at a point must behave in a very organized way near that point.

Objectives for this lesson:

  • Explain what it means for a complex function to be differentiable.
  • Use the limit definition of the complex derivative.
  • Understand why differentiability in the complex plane is stronger than real differentiability.
  • See how differentiability connects to analyticity and the larger study of functions of a complex variable.
  • Work through examples and counterexamples related to complex differentiability.

What Differentiability Means

A complex-valued function usually has the form $f(z)$, where $z$ is a complex number. If $z=x+iy$, then $f(z)$ often depends on both $x$ and $y$. The derivative at a point $z_0$ is defined by the limit

$$

$f'(z_0)=\lim_{z\to z_0}\frac{f(z)-f(z_0)}{z-z_0},$

$$

provided this limit exists.

This looks almost exactly like the derivative from real calculus, but there is an important difference. In the complex plane, the variable $z$ can approach $z_0$ from infinitely many directions, not just from the left or right on a line. For the limit to exist, the expression must approach the same value no matter how $z$ gets close to $z_0$. That makes complex differentiability very demanding.

For students, a helpful way to think about it is this: if a function is complex differentiable at $z_0$, then near that point the function behaves almost like a complex multiplication by $f'(z_0)$. That means it locally acts like a scaling and a rotation. This geometric idea helps explain why complex differentiable functions are so important.

Why Complex Differentiability Is Stronger Than Real Differentiability

In calculus, a function of two real variables can be differentiable in many cases without being especially smooth. But in complex analysis, differentiability has a much stronger impact. A function $f(z)$ can be written as

$$

$f(z)=u(x,y)+iv(x,y),$

$$

where $u$ and $v$ are real-valued functions of $x$ and $y$.

If $f$ is complex differentiable at a point, then the real functions $u$ and $v$ must satisfy special relations at that point. These are the Cauchy-Riemann equations:

$$

$\frac{\partial u}{\partial x}=\frac{\partial v}{\partial y},$

$$

$$

$\frac{\partial u}{\partial y}=-\frac{\partial v}{\partial x}.$

$$

These equations are not just a technical detail. They show that the real and imaginary parts are tightly linked. In other words, the function cannot change independently in every direction. That is one reason complex differentiability is more restrictive than real differentiability.

A useful fact is that if $f$ is complex differentiable, then it is automatically continuous at that point. Also, when a function is complex differentiable on an open set and the derivative exists everywhere in that set, the function is called analytic on that set. In complex analysis, analyticity is incredibly important because it often leads to very strong theorems.

Checking Differentiability Through an Example

Let’s test a simple function:

$$

$f(z)=z^2.$

$$

Using the derivative definition,

$$

$\frac{f(z)-f(z_0)}{z-z_0}=\frac{z^2-z_0^2}{z-z_0}.$

$$

Factor the numerator:

$$

$z^2-z_0^2=(z-z_0)(z+z_0).$

$$

So for $z\ne z_0$,

$$

$\frac{f(z)-f(z_0)}{z-z_0}=z+z_0.$

$$

Now let $z\to z_0$:

$$

$f'(z_0)=\lim_{z\to z_0}(z+z_0)=2z_0.$

$$

So $f(z)=z^2$ is differentiable at every complex number. In fact, it is analytic everywhere on $\mathbb{C}$.

This example shows a major pattern in complex analysis: familiar algebraic functions often behave beautifully. Powers, polynomials, and many rational functions are differentiable wherever they are defined.

A Function That Fails to Be Complex Differentiable

Now consider

$$

$f(z)=\overline{z}.$

$$

If $z=x+iy$, then

$$

$\overline{z}=x-iy.$

$$

This function looks simple, but it is not complex differentiable anywhere. To see why, compute the difference quotient:

$$

$\frac{\overline{z}-\overline{z_0}}{z-z_0}=\frac{\overline{z-z_0}}{z-z_0}.$

$$

The value of this quotient depends on the direction from which $z$ approaches $z_0$.

For example, if $z-z_0$ is a real number, then

$$

$\frac{\overline{z-z_0}}{z-z_0}=1.$

$$

But if $z-z_0$ is a purely imaginary number, then

$$

$\frac{\overline{z-z_0}}{z-z_0}=-1.$

$$

Since the limit depends on the path of approach, the derivative does not exist. This is a powerful lesson for students: not every function that looks simple in complex form is differentiable in the complex sense.

The Geometry Behind Differentiability

Complex differentiability is not just algebraic. It has geometric meaning too. Near a point where $f'(z_0)\ne 0$, the function behaves approximately like

$$

$f(z)\approx f(z_0)+f'(z_0)(z-z_0).$

$$

This means that small shapes around $z_0$ are usually transformed into similar shapes around $f(z_0)$, but scaled and rotated. If $f'(z_0)=0$, then the local behavior may be more complicated.

This is why complex analysis is often described as the study of functions that preserve angles locally. A complex differentiable function with nonzero derivative is conformal at that point, meaning it preserves angles and orientation locally. That idea is important in physics, engineering, and mapping problems 🌍.

For example, imagine a weather map. A complex differentiable transformation can take a small grid and bend it smoothly while keeping tiny angles intact. This makes complex functions useful in fluid flow, electricity, and geometric modeling.

Differentiability, Continuity, and Analyticity

Differentiability in complex analysis fits into a larger chain of ideas:

  • If $f$ is complex differentiable at $z_0$, then $f$ is continuous at $z_0$.
  • If $f$ is complex differentiable on an open set, then it may be analytic there, especially if this happens at every point of the set.
  • Analytic functions are the central objects in complex analysis.

This is different from real calculus, where differentiability does not automatically lead to very strong global structure. In complex analysis, once differentiability is established on a region, many deeper results may follow, including powerful formulas and extension properties.

A key point is that a function can be differentiable at one point without being analytic on a whole region. Analyticity requires differentiability in a neighborhood, not just at a single point.

For example, a function might have a derivative at one isolated point but fail to be differentiable nearby. That does not make it analytic. So students should remember the distinction:

  • Differentiable at a point means the derivative exists there.
  • Analytic on a region means the derivative exists throughout an open neighborhood around each point in that region.

How to Approach Differentiability Problems

When solving problems about complex differentiability, a good strategy is to combine algebra, limits, and the Cauchy-Riemann equations.

Here is a practical checklist:

  1. Write $z=x+iy$ and express $f(z)$ as $u(x,y)+iv(x,y)$.
  2. Compute the partial derivatives $\frac{\partial u}{\partial x}$, $\frac{\partial u}{\partial y}$, $\frac{\partial v}{\partial x}$, and $\frac{\partial v}{\partial y}$.
  3. Check whether the Cauchy-Riemann equations hold.
  4. If needed, test the limit definition of the derivative directly.
  5. Remember that the derivative must be the same from every direction in the complex plane.

Example: suppose

$$

$f(z)=x^2-y^2+i(2xy).$

$$

Here, $u(x,y)=x^2-y^2$ and $v(x,y)=2xy$. Then

$$

$\frac{\partial u}{\partial x}=2x,\quad \frac{\partial u}{\partial y}=-2y,$

$$

$$

$\frac{\partial v}{\partial x}=2y,\quad \frac{\partial v}{\partial y}=2x.$

$$

The Cauchy-Riemann equations become

$$

$2x=2x$

$$

and

$$

$-2y=-2y.$

$$

So the equations hold everywhere. In fact, this function is just $f(z)=z^2$, which we already know is differentiable everywhere.

Conclusion

Differentiability is one of the most important ideas in complex analysis, students. The definition uses the limit

$$

$f'(z_0)=\lim_{z\to z_0}\frac{f(z)-f(z_0)}{z-z_0},$

$$

and the existence of this limit requires the function to behave consistently from every direction in the complex plane. This leads to strong conditions such as the Cauchy-Riemann equations, and it connects differentiability to continuity, analyticity, and geometric transformation ideas.

The main takeaway is simple but powerful: complex differentiability is much more restrictive than real differentiability, and that restriction gives complex analysis its remarkable structure. When a function is differentiable in the complex sense, it often becomes much easier to study and much richer in behavior πŸš€.

Study Notes

  • A complex derivative is defined by the limit

$$

$f'(z_0)=\lim_{z\to z_0}\frac{f(z)-f(z_0)}{z-z_0}.$

$$

  • The limit must be the same no matter how $z$ approaches $z_0$.
  • If $f(z)=u(x,y)+iv(x,y)$ is differentiable, then the Cauchy-Riemann equations hold:

$$

\frac{\partial u}{\partial x}=\frac{\partial v}{\partial y},\quad \frac{\partial u}{\partial y}=-\frac{\partial v}{\partial x}.

$$

  • Complex differentiability is stronger than real differentiability.
  • If a function is complex differentiable, it is continuous at that point.
  • A function that is complex differentiable on a region is called analytic there.
  • Polynomials such as $f(z)=z^2$ are differentiable everywhere.
  • The conjugate function $f(z)=\overline{z}$ is not complex differentiable anywhere.
  • Differentiability in complex analysis is linked to local scaling, rotation, and angle preservation.
  • Understanding differentiability helps explain the deeper power of functions of a complex variable.

Practice Quiz

5 questions to test your understanding

Differentiability β€” Complex Analysis | A-Warded