Skip to main content

Understanding the Cauchy-Hadamard Formula: Finding the Convergence of a Power Series

Introduction

Have you ever wondered how mathematicians determine whether an infinite series makes sense for different values? When dealing with power series—expressions like:

S = a_0 + a_1z + a_2z^2 + a_3z^3 + ...

we need to check where this series actually sums to a meaningful number. The Cauchy-Hadamard formula helps us do exactly that!

In this post, we will break down this formula step by step in a way that is easy to understand. By the end, you’ll be able to find the radius of convergence of a power series using simple calculations. Let's dive in!


Understanding the Radius of Convergence

A power series is a type of infinite sum where each term includes a power of a variable z. But for what values of z does this series actually add up to a meaningful number?

The radius of convergence RR is the boundary that tells us where the series behaves well. If we pick a value of z inside this boundary, the series will add up to a finite number. Outside this boundary, the sum might go off to infinity, which is not useful.

The Cauchy-Hadamard formula tells us how to find RR:

R = 1 / lim sup (|a_n|^(1/n))

where lim sup stands for limit superior, which means we look at the largest values that occur as n gets really big.


Step-by-Step Explanation of the Formula

Let’s break the formula down:

  1. Take the absolute value of the coefficients: If the power series is

    S = a_0 + a_1z + a_2z^2 + a_3z^3 + ...
    

    then we focus on |a_n|, which is just the absolute value of each coefficient.

  2. Compute the nth root: This means taking |a_n|^(1/n) for each coefficient.

  3. Find the limit superior: This part, lim sup, means we look at what happens to the biggest values of |a_n|^(1/n) as n grows very large.

  4. Take the reciprocal: Finally, we take 1 divided by this number to find RR, the radius of convergence.

If the result is R = 3, for example, it means the power series is valid for all |z| < 3, but not necessarily for |z| ≥ 3.


Example 1: Finding the Radius of Convergence

Let's find the radius of convergence for the series:

S = 1 + (1/2)z + (1/3)z^2 + (1/4)z^3 + ...

Here, the coefficients are a_n = 1/(n+1).

  1. Compute the nth root:

    (|a_n|)^(1/n) = (1/(n+1))^(1/n)
    
  2. Take the lim sup (largest limit value):

    As n gets really large, the term (1/(n+1))^(1/n) behaves like 1.

  3. Apply the formula:

    R = 1 / 1 = 1
    

So, the radius of convergence is R = 1, meaning this power series converges for all |z| < 1.


Example 2: When the Series Converges Everywhere

Consider the famous series:

S = 1 + (1/2!)z + (1/3!)z^2 + (1/4!)z^3 + ...

where a_n = 1/n!.

  1. Compute the nth root:

    (|a_n|)^(1/n) = (1/n!)^(1/n)
    
  2. Take the lim sup:

    Since factorials grow extremely fast, the value of (1/n!)^(1/n) gets smaller and smaller, approaching 0.

  3. Apply the formula:

    R = 1 / 0 = ∞
    

So, this power series converges for all values of z (entirely in the complex plane)!


Conclusion

The Cauchy-Hadamard formula gives us a way to determine the valid range of a power series. By following these steps:

  1. Take the absolute value of coefficients.
  2. Compute the nth root.
  3. Find the lim sup.
  4. Take the reciprocal.

we can easily determine where the series converges. If the radius is finite, the series works only within a disk of that size. If R = ∞, the series converges everywhere.

Understanding this method is crucial for deeper studies in calculus and beyond. Try applying this formula to other power series and see what you get.

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...