Skip to main content

Understanding Laurent Series: A Friendly Introduction

If you've learned about Taylor series in calculus, you might know that some functions can be written as an infinite sum of powers of xx or zz. But what happens when a function has a problem—a singularity? That’s where the Laurent series comes in!

What Is a Laurent Series?

A Laurent series is like a Taylor series, but it includes negative powers too! It looks like this:

f(z)=n=cn(zz0)nf(z) = \sum_{n=-\infty}^{\infty} c_n (z - z_0)^n

Here:

  • z0z_0 is the center of expansion,
  • The coefficients cnc_n tell us how much each term contributes,
  • The powers of (zz0)(z - z_0) can be both positive and negative!

The key difference from the Taylor series is that Laurent series allow for terms like 1(zz0)k\frac{1}{(z - z_0)^k}, which help describe functions with singularities.

Why Do We Need Laurent Series?

Sometimes, a function behaves badly at a certain point. For example, the function:

f(z)=1zf(z) = \frac{1}{z}

is not defined at z=0z = 0 (because division by zero is undefined!). The Taylor series cannot handle this, but a Laurent series can!

Example: Laurent Series for 1z1\frac{1}{z-1}

Let's find the Laurent series for:

f(z)=1z1f(z) = \frac{1}{z - 1}

around z0=0z_0 = 0. We rewrite it:

1z1=11z\frac{1}{z - 1} = -\frac{1}{1 - z}

Now, using the geometric series formula:

11z=n=0zn,for z<1\frac{1}{1 - z} = \sum_{n=0}^{\infty} z^n, \quad \text{for } |z| < 1

we get:

f(z)=n=0zn,for z<1f(z) = -\sum_{n=0}^{\infty} z^n, \quad \text{for } |z| < 1

This is a power series, but what if z>1|z| > 1? We rewrite the function:

1z1=1z111z\frac{1}{z - 1} = \frac{1}{z} \cdot \frac{1}{1 - \frac{1}{z}}

Expanding 111z\frac{1}{1 - \frac{1}{z}} as a geometric series for z>1|z| > 1:

111z=n=01zn,for z>1\frac{1}{1 - \frac{1}{z}} = \sum_{n=0}^{\infty} \frac{1}{z^n}, \quad \text{for } |z| > 1

Multiplying by 1z\frac{1}{z}, we get:

f(z)=n=01zn+1,for z>1f(z) = \sum_{n=0}^{\infty} \frac{1}{z^{n+1}}, \quad \text{for } |z| > 1

How Is This Useful?

Laurent series are crucial in complex analysis. They help in:

  • Understanding singularities (like poles and essential singularities),
  • Residue theorem (a powerful tool for evaluating contour integrals),
  • Physics and engineering (solving differential equations and signal processing problems).

Final Thoughts

If you’re comfortable with Taylor series, the Laurent series isn’t too different—just with extra terms for handling singularities. In future posts, we’ll explore more examples and applications. Stay curious, and happy learning!

Comments

Popular posts from this blog

What is Mathematical Fluency?

What does it really mean for students to be mathematically fluent? If you’ve been in any math PD over the past few years, you’ve likely heard the phrase everywhere. We talk about fluency as something students should develop, strengthen, and demonstrate, but it can still feel abstract when we try to describe it in observable, classroom-ready terms. This post breaks down mathematical fluency into the two simplest frames we can use as teachers: what it looks like and what it sounds like . These descriptions can guide instruction, assessment, student goal-setting, and even walkthrough conversations with colleagues or administrators. What Mathematical Fluency Looks Like In a classroom where students are developing mathematical fluency, you see students making choices about strategies rather than following steps robotically. They use representations—number lines, diagrams, tables, graphs, manipulatives, symbolic expressions—and switch between them to make sense of a problem. They move ...

The Tribe of Math Mentors: 11 Questions Every Educator Should Answer

It is easy to get caught up in the vague, existential questions of education: How do I become a better teacher? How do I make math engaging? How do I survive the burnout? But as author Tim Ferriss noted when writing his book Tribe of Mentors, "Life punishes the vague wish and rewards the specific ask." When Ferriss set out to deconstruct the habits of world-class performers, he didn’t ask them broad questions about "the secret to success." He engineered 11 highly specific questions designed to bypass rehearsed answers and force his subjects to share actionable, vulnerable, and unconventional insights. Recently, I started thinking about how perfectly this methodology translates to our world. What if we asked these exact types of questions to master math teachers? What if we used them to guide the next generation of educators? Here is my best thinking of what Ferriss’s Tribe of Mentors questionnaire looks like when translated into the context of the mathematics classr...

Beyond Taylor Series: The Magic and History of Padé Approximations

If you have ever taken a calculus class, you probably remember the Taylor series. It is the mathematical magic trick that lets you turn complicated functions—like sines, cosines, and exponentials—into simple, infinitely long polynomials. For centuries, it has been a cornerstone of numerical mathematics. But the Taylor series has a dark secret: it frequently breaks. If a function has a vertical asymptote (a pole) or if you move too far from your starting point, the Taylor series spirals out of control into infinity. It is strictly bounded by what mathematicians call a "radius of convergence." Enter the Padé approximation . Instead of using a single polynomial to estimate a function, a Padé approximant uses a fraction (a ratio of two polynomials). This simple structural change unlocks a profound level of mathematical power, allowing us to see past the limits of Taylor series and model complex, chaotic systems in modern physics and engineering. A Brief History: From Franc...