Mathwords logoMathwords

Analytic Function — Definition, Formula & Examples

An analytic function is a function that can be expressed as a convergent power series in a neighborhood of every point in its domain. In complex analysis, a function of a complex variable is analytic if and only if it is holomorphic (complex-differentiable).

A function f:UCf: U \to \mathbb{C}, where UCU \subseteq \mathbb{C} is open, is analytic at a point z0Uz_0 \in U if there exists r>0r > 0 such that f(z)=n=0an(zz0)nf(z) = \sum_{n=0}^{\infty} a_n (z - z_0)^n converges for all zz with zz0<r|z - z_0| < r. The function is analytic on UU if it is analytic at every point of UU.

Key Formula

f(z)=n=0an(zz0)n,an=f(n)(z0)n!f(z) = \sum_{n=0}^{\infty} a_n (z - z_0)^n, \quad a_n = \frac{f^{(n)}(z_0)}{n!}
Where:
  • z0z_0 = The center point of the power series expansion
  • ana_n = The nth coefficient of the series
  • f(n)(z0)f^{(n)}(z_0) = The nth derivative of f evaluated at z_0

How It Works

To determine whether a complex function is analytic, you can check whether it satisfies the Cauchy–Riemann equations. Write f(z)=u(x,y)+iv(x,y)f(z) = u(x,y) + iv(x,y) where z=x+iyz = x + iy, and verify that ux=vy\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y} and uy=vx\frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}, with uu and vv having continuous partial derivatives. If these conditions hold throughout an open set, the function is analytic there. A landmark result of complex analysis is that analyticity, holomorphicity, and satisfying the Cauchy–Riemann equations are all equivalent for functions on open subsets of C\mathbb{C}.

Worked Example

Problem: Show that f(z)=z2f(z) = z^2 is analytic on all of C\mathbb{C} and find its power series centered at z0=1z_0 = 1.
Step 1: Write z=(z1)+1z = (z - 1) + 1 and expand z2z^2 in powers of (z1)(z - 1).
z2=[(z1)+1]2=(z1)2+2(z1)+1z^2 = [(z-1) + 1]^2 = (z-1)^2 + 2(z-1) + 1
Step 2: Identify the coefficients using the formula an=f(n)(1)/n!a_n = f^{(n)}(1)/n!. We have f(1)=1f(1) = 1, f(1)=2f'(1) = 2, and f(1)=2f''(1) = 2, so a0=1a_0 = 1, a1=2a_1 = 2, a2=1a_2 = 1, and an=0a_n = 0 for n3n \geq 3.
f(z)=1+2(z1)+1(z1)2f(z) = 1 + 2(z-1) + 1 \cdot (z-1)^2
Step 3: This finite series converges for all zCz \in \mathbb{C}, confirming f(z)=z2f(z) = z^2 is entire (analytic everywhere).
Answer: f(z)=z2f(z) = z^2 is analytic on C\mathbb{C} with power series 1+2(z1)+(z1)21 + 2(z-1) + (z-1)^2 about z0=1z_0 = 1.

Why It Matters

Analytic functions are central to complex analysis, which underpins much of electrical engineering (AC circuit analysis, signal processing via Laplace and Fourier transforms) and theoretical physics (quantum field theory, fluid dynamics). Understanding analyticity is also essential for evaluating contour integrals and applying the residue theorem.

Common Mistakes

Mistake: Assuming that a real function that is infinitely differentiable must be analytic.
Correction: In real analysis, CC^\infty does not imply analytic. The classic counterexample is f(x)=e1/x2f(x) = e^{-1/x^2} (with f(0)=0f(0)=0), whose Taylor series at x=0x=0 converges to 00, not to f(x)f(x). In complex analysis, however, being once complex-differentiable on an open set guarantees analyticity.