Radius of convergence: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Roffaduft
m Radius of convergence in complex analysis: added hyperlink to "argument" to remove possible confusion with "argument of a complex variable"
 
imported>Quondum
minor cleanup
 
Line 1: Line 1:
{{short description|Domain of convergence of power series}}
{{short description|Domain of convergence of power series}}
In [[mathematics]], the '''radius of convergence''' of a [[power series]] is the radius of the largest [[Disk (mathematics)|disk]] at the [[Power series|center of the series]] in which the series [[Convergent series|converges]].  It is either a non-negative real number or <math>\infty</math>.  When it is positive, the power series [[absolute convergence|converges absolutely]] and [[compact convergence|uniformly on compact sets]] inside the open disk of radius equal to the radius of convergence, and it is the [[Taylor series]] of the [[analytic function]] to which it converges. In case of multiple singularities of a function (singularities are those values of the argument for which the function is not defined), the radius of convergence is the shortest or minimum of all the respective distances (which are all non-negative numbers) calculated from the center of the disk of convergence to the respective singularities of the function.
In [[mathematics]], the '''radius of convergence''' of a [[power series]] is the radius of the largest [[Disk (mathematics)|disk]] at the [[Power series|center of the series]] in which the series [[Convergent series|converges]].  It is either a non-negative [[real number]] or <math>\infty</math>.  When it is positive, the power series [[absolute convergence|converges absolutely]] and [[compact convergence|uniformly on compact sets]] inside the open disk of radius equal to the radius of convergence, and it is the [[Taylor series]] of the [[analytic function]] to which it converges. In case of multiple singularities of a function (singularities are those values of the argument for which the function is not defined), the radius of convergence is the shortest or minimum of all the respective distances (which are all non-negative numbers) calculated from the center of the disk of convergence to the respective singularities of the function.


==Definition==
== Definition ==
For a power series ''f'' defined as:
For a power series ''f'' defined as:
 
: <math>f(z) =  \sum_{n=0}^\infty c_n (z-a)^n, </math>
:<math>f(z) =  \sum_{n=0}^\infty c_n (z-a)^n, </math>
 
where
where
 
* ''a'' is a  [[complex number|complex]] constant, the center of the [[disk (mathematics)|disk]] of convergence,
*''a'' is a  [[complex number|complex]] constant, the center of the [[disk (mathematics)|disk]] of convergence,
* ''c''<sub>''n''</sub> is the ''n''th complex coefficient, and
*''c''<sub>''n''</sub> is the ''n''-th complex coefficient, and
* ''z'' is a complex variable.
*''z'' is a complex variable.


The radius of convergence ''r'' is a nonnegative real number or <math>\infty</math> such that the series converges if
The radius of convergence ''r'' is a nonnegative real number or <math>\infty</math> such that the series converges if
 
: <math>|z-a| < r</math>
:<math>|z-a| < r</math>
 
and diverges if
and diverges if
 
: <math>|z-a| > r.</math>
:<math>|z-a| > r.</math>


Some may prefer an alternative definition, as existence is obvious:
Some may prefer an alternative definition, as existence is obvious:
: <math>r=\sup \left\{ |z-a|\ \left|\ \sum_{n=0}^\infty c_n(z-a)^n\ \text{ converges } \right.\right\} </math>
: <math>r=\sup \left\{ |z-a|\ \left|\ \sum_{n=0}^\infty c_n(z-a)^n\ \text{ converges } \right.\right\} </math>


On the boundary, that is, where |''z''&nbsp;−&nbsp;''a''| = ''r'', the behavior of the power series may be complicated, and the series may converge for some values of ''z'' and diverge for others. The radius of convergence is infinite if the series converges for all [[complex number]]s ''z''.<ref>{{Cite book|url=https://books.google.com/books?id=nw9eFnCSDNoC&q=radius+of+convergence|title=Mathematical Analysis-II|date=16 November 2010|publisher=Krishna Prakashan Media|language=en}}</ref>
On the boundary, that is, where {{abs|''z''&nbsp;−&nbsp;''a''}} = ''r'', the behavior of the power series may be complicated, and the series may converge for some values of ''z'' and diverge for others. The radius of convergence is infinite if the series converges for all [[complex number]]s ''z''.<ref>{{Cite book|url=https://books.google.com/books?id=nw9eFnCSDNoC&q=radius+of+convergence|title=Mathematical Analysis-II|date=16 November 2010|publisher=Krishna Prakashan Media|language=en}}</ref>


==Finding the radius of convergence==
== Finding the radius of convergence ==
Two cases arise:
Two cases arise:
* The first case is theoretical: when you know all the coefficients <math>c_n</math> then you take certain limits and find the precise radius of convergence.   
* The first case is theoretical: when you know all the coefficients <math>c_n</math> then you take certain limits and find the precise radius of convergence.   
* The second case is practical: when you construct a power series solution of a difficult problem you typically will only know a finite number of terms in a power series, anywhere from a couple of terms to a hundred terms.  In this second case, extrapolating a plot estimates the radius of convergence.
* The second case is practical: when you construct a power series solution of a difficult problem you typically will only know a finite number of terms in a power series, anywhere from a couple of terms to a hundred terms.  In this second case, extrapolating a plot estimates the radius of convergence.


===Theoretical radius===
=== Theoretical radius ===


The radius of convergence can be found by applying the [[root test]] to the terms of the series. The root test uses the number
The radius of convergence can be found by applying the [[root test]] to the terms of the series. The root test uses the number
 
: <math>C = \limsup_{n\to\infty}\sqrt[n]{|c_n(z-a)^n|} = \limsup_{n\to\infty} \left(\sqrt[n]{|c_n|}\right) |z-a|</math>
:<math>C = \limsup_{n\to\infty}\sqrt[n]{|c_n(z-a)^n|} = \limsup_{n\to\infty} \left(\sqrt[n]{|c_n|}\right) |z-a|</math>
 
"lim&nbsp;sup" denotes the [[limit superior]].  The root test states that the series converges if ''C''&nbsp;<&nbsp;1 and diverges if&nbsp;''C''&nbsp;>&nbsp;1.  It follows that the power series converges if the distance from ''z'' to the center ''a'' is less than
"lim&nbsp;sup" denotes the [[limit superior]].  The root test states that the series converges if ''C''&nbsp;<&nbsp;1 and diverges if&nbsp;''C''&nbsp;>&nbsp;1.  It follows that the power series converges if the distance from ''z'' to the center ''a'' is less than
 
: <math>r = \frac{1}{\limsup_{n\to\infty}\sqrt[n]{|c_n|}}</math>
:<math>r = \frac{1}{\limsup_{n\to\infty}\sqrt[n]{|c_n|}}</math>
 
and diverges if the distance exceeds that number; this statement is the [[Cauchy–Hadamard theorem]].  Note that ''r''&nbsp;=&nbsp;1/0 is interpreted as an infinite radius, meaning that ''f'' is an [[entire function]].
and diverges if the distance exceeds that number; this statement is the [[Cauchy–Hadamard theorem]].  Note that ''r''&nbsp;=&nbsp;1/0 is interpreted as an infinite radius, meaning that ''f'' is an [[entire function]].


The limit involved in the [[ratio test]] is usually easier to compute, and when that limit exists, it shows that the radius of convergence is finite.
The limit involved in the [[ratio test]] is usually easier to compute, and when that limit exists, it shows that the radius of convergence is finite.
<!-- NOTE: The ratio test as usually stated involves c_{n+1}/c_n, but THIS statement correctly uses c_{n+1}/c_n.  -->
<!-- NOTE: The ratio test as usually stated involves c_{n+1}/c_n, but THIS statement correctly uses c_{n+1}/c_n.  -->
:<math>r = \lim_{n\to\infty} \left| \frac{c_{n}}{c_{n+1}} \right|.</math>
: <math>r = \lim_{n\to\infty} \left| \frac{c_{n}}{c_{n+1}} \right|.</math>
<!-- NOTE: The ratio test as usually stated involves c_{n+1}/c_n, but THIS statement correctly uses c_n/c_{n+1}. -->
<!-- NOTE: The ratio test as usually stated involves c_{n+1}/c_n, but THIS statement correctly uses c_n/c_{n+1}. -->


This is shown as follows.  The ratio test says the series converges if
This is shown as follows.  The ratio test says the series converges if
: <math> \lim_{n\to\infty} \frac{|c_{n+1}(z-a)^{n+1}|}{|c_n(z-a)^n|} < 1. </math>
: <math> \lim_{n\to\infty} \frac{|c_{n+1}(z-a)^{n+1}|}{|c_n(z-a)^n|} < 1. </math>


That is equivalent to
That is equivalent to
: <math> |z - a| < \frac{1}{\lim_{n\to\infty} \frac{|c_{n+1}|}{|c_n|}} = \lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right|. </math>
: <math> |z - a| < \frac{1}{\lim_{n\to\infty} \frac{|c_{n+1}|}{|c_n|}} = \lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right|. </math>


==={{anchor|Domb–Sykes plot|Domb–Sykes plot}} Practical estimation of radius in the case of real coefficients ===
=== Practical estimation of radius in the case of real coefficients <span class="anchor" id="Domb–Sykes plot"></span><span class="anchor" id="Domb–Sykes plot"></span> ===
<!-- [[Domb–Sykes plot]] redirects here (and so in [[MOS:BOLD|boldface]] -->
<!-- [[Domb–Sykes plot]] redirects here (and so in [[MOS:BOLD|boldface]] -->
[[File:Domb Sykes plot Hinch.svg|thumb|right|400px|Plots of the function <math>f(\varepsilon)=\frac{\varepsilon(1+\varepsilon^3)}{\sqrt{1+2\varepsilon}}.</math> <br>
[[File:Domb Sykes plot Hinch.svg|thumb|right|400px|Plots of the function <math>f(\varepsilon)=\frac{\varepsilon(1+\varepsilon^3)}{\sqrt{1+2\varepsilon}}.</math> {{br}}
The solid green line is the [[straight line|straight-line]] [[asymptote]] in the Domb–Sykes plot,<ref>See Figure 8.1 in: {{citation| first=E.J. |last=Hinch |year=1991 |title=Perturbation Methods |series=Cambridge Texts in Applied Mathematics |volume=6 |publisher=Cambridge University Press |isbn=0-521-37897-4 |page=146}}</ref> plot (b), which intercepts the vertical axis at −2 and has a slope +1. Thus there is a singularity at <math>\varepsilon=-1/2</math> and so the radius of convergence is <math>r=1/2.</math>]]
The solid green line is the [[straight line|straight-line]] [[asymptote]] in the Domb–Sykes plot,<ref>See Figure 8.1 in: {{citation| first=E.J. |last=Hinch |year=1991 |title=Perturbation Methods |series=Cambridge Texts in Applied Mathematics |volume=6 |publisher=Cambridge University Press |isbn=0-521-37897-4 |page=146}}</ref> plot (b), which intercepts the vertical axis at −2 and has a slope +1. Thus there is a singularity at <math>\varepsilon=-1/2</math> and so the radius of convergence is <math>r=1/2.</math>]]
Usually, in scientific applications, only a finite number of coefficients <math>c_n</math> are known.  Typically, as <math>n</math> increases, these coefficients settle into a regular behavior determined by the nearest radius-limiting singularity.  In this case, two main techniques have been developed, based on the fact that the coefficients of a Taylor series are roughly exponential with ratio <math>1/r</math> where ''r'' is the radius of convergence.
Usually, in scientific applications, only a finite number of coefficients <math>c_n</math> are known.  Typically, as <math>n</math> increases, these coefficients settle into a regular behavior determined by the nearest radius-limiting singularity.  In this case, two main techniques have been developed, based on the fact that the coefficients of a Taylor series are roughly exponential with ratio <math>1/r</math> where <math>r</math> is the radius of convergence.


* The basic case is when the coefficients ultimately share a common sign or alternate in sign. As pointed out earlier in the article, in many cases the limit <math display="inline">\lim_{n\to \infty} {c_n / c_{n-1}}</math> exists, and in this case <math display="inline">1/r = \lim_{n \to \infty} {c_n / c_{n-1}}</math>. Negative <math>r</math> means the convergence-limiting singularity is on the negative axis. Estimate this limit, by plotting the <math>c_n/c_{n-1}</math> versus <math>1/n</math>, and graphically extrapolate to <math>1/n=0</math> (effectively <math>n=\infty</math>) via a [[Linear Regression|linear fit]].  The intercept with <math>1/n=0</math> estimates the reciprocal of the radius of convergence, <math>1/r</math>.  This plot is called a '''Domb–Sykes plot'''.<ref>{{citation |first1=C. |last1=Domb |first2=M.F. |last2=Sykes |title=On the susceptibility of a ferromagnetic above the Curie point |journal=Proc. R. Soc. Lond. A |volume=240 |pages=214–228 |year=1957 |issue=1221 |doi=10.1098/rspa.1957.0078 |bibcode=1957RSPSA.240..214D |s2cid=119974403 }}</ref>
* The basic case is when the coefficients ultimately share a common sign or alternate in sign. As pointed out earlier in the article, in many cases the limit <math display="inline">\lim_{n\to \infty} {c_n / c_{n-1}}</math> exists, and in this case <math display="inline">1/r = \lim_{n \to \infty} {c_n / c_{n-1}}</math>. Negative <math>r</math> means the convergence-limiting singularity is on the negative axis. Estimate this limit, by plotting the <math>c_n/c_{n-1}</math> versus <math>1/n</math>, and graphically extrapolate to <math>1/n=0</math> (effectively <math>n=\infty</math>) via a [[Linear Regression|linear fit]].  The intercept with <math>1/n=0</math> estimates the reciprocal of the radius of convergence, <math>1/r</math>.  This plot is called a '''Domb–Sykes plot'''.<ref>{{citation |first1=C. |last1=Domb |first2=M.F. |last2=Sykes |title=On the susceptibility of a ferromagnetic above the Curie point |journal=Proc. R. Soc. Lond. A |volume=240 |pages=214–228 |year=1957 |issue=1221 |doi=10.1098/rspa.1957.0078 |bibcode=1957RSPSA.240..214D |s2cid=119974403 }}</ref>
Line 70: Line 55:
== Radius of convergence in complex analysis ==
== Radius of convergence in complex analysis ==
A power series with a positive radius of convergence can be made into a [[holomorphic function]] by taking its [[Argument_of_a_function|argument]] to be a complex variable. The radius of convergence can be characterized by the following theorem:
A power series with a positive radius of convergence can be made into a [[holomorphic function]] by taking its [[Argument_of_a_function|argument]] to be a complex variable. The radius of convergence can be characterized by the following theorem:
: The radius of convergence of a power series ''f'' centered on a point ''a'' is equal to the distance from ''a'' to the nearest point where ''f'' cannot be defined in a way that makes it holomorphic.
: The radius of convergence of a power series ''f'' centered on a point ''a'' is equal to the distance from ''a'' to the nearest point where ''f'' cannot be defined in a way that makes it holomorphic.


Line 78: Line 62:


''The nearest point'' means the nearest point in the [[complex plane]], not necessarily on the real line, even if the center and all coefficients are real. For example, the function
''The nearest point'' means the nearest point in the [[complex plane]], not necessarily on the real line, even if the center and all coefficients are real. For example, the function
: <math>f(z)=\frac 1 {1+z^2}</math>
: <math>f(z)=\frac 1 {1+z^2}</math>


has no singularities on the real line, since <math>1+z^2</math> has no real roots. Its Taylor series about 0 is given by
has no singularities on the real line, since <math>1+z^2</math> has no real roots. Its Taylor series about 0 is given by
 
: <math>\sum_{n=0}^\infty (-1)^n z^{2n}.</math>
:<math>\sum_{n=0}^\infty (-1)^n z^{2n}.</math>


The root test shows that its radius of convergence is 1. In accordance with this, the function ''f''(''z'') has singularities at&nbsp;±''i'', which are at a distance 1 from&nbsp;0.
The root test shows that its radius of convergence is 1. In accordance with this, the function ''f''(''z'') has singularities at&nbsp;±''i'', which are at a distance 1 from&nbsp;0.
Line 89: Line 71:
For a proof of this theorem, see [[analyticity of holomorphic functions]].
For a proof of this theorem, see [[analyticity of holomorphic functions]].


===A simple example===
=== A simple example ===
The arctangent function of [[trigonometry]] can be expanded in a power series:
The arctangent function of [[trigonometry]] can be expanded in a power series:
 
: <math>\arctan(z)=z-\frac{z^3} 3 + \frac{z^5} 5 -\frac{z^7} 7 +\cdots .</math>
:<math>\arctan(z)=z-\frac{z^3} 3 + \frac{z^5} 5 -\frac{z^7} 7 +\cdots .</math>


It is easy to apply the root test in this case to find that the radius of convergence is 1.
It is easy to apply the root test in this case to find that the radius of convergence is 1.


===A more complicated example===
=== A more complicated example ===


Consider this power series:
Consider this power series:
 
: <math>\frac z {e^z-1}=\sum_{n=0}^\infty \frac{B_n}{n!} z^n </math>
:<math>\frac z {e^z-1}=\sum_{n=0}^\infty \frac{B_n}{n!} z^n </math>
 
where the rational numbers ''B''<sub>''n''</sub> are the [[Bernoulli numbers]].  It may be cumbersome to try to apply the ratio test to find the radius of convergence of this series.  But the theorem of complex analysis stated above  quickly solves the problem.  At ''z'' = 0, there is in effect no singularity since [[removable singularity|the singularity is removable]].  The only non-removable singularities are therefore located at the ''other'' points where the denominator is zero.  We solve
where the rational numbers ''B''<sub>''n''</sub> are the [[Bernoulli numbers]].  It may be cumbersome to try to apply the ratio test to find the radius of convergence of this series.  But the theorem of complex analysis stated above  quickly solves the problem.  At ''z'' = 0, there is in effect no singularity since [[removable singularity|the singularity is removable]].  The only non-removable singularities are therefore located at the ''other'' points where the denominator is zero.  We solve
 
: <math>e^z - 1 = 0</math>
:<math>e^z - 1 = 0</math>
 
by recalling that if {{math|1=''z'' = ''x'' + ''iy''}} and {{math|1=''e''{{i sup|''iy''}} = cos(''y'') + ''i'' sin(''y'')}} then
by recalling that if {{math|1=''z'' = ''x'' + ''iy''}} and {{math|1=''e''{{i sup|''iy''}} = cos(''y'') + ''i'' sin(''y'')}} then
 
: <math>e^z = e^x e^{iy} = e^x(\cos(y)+i\sin(y)),</math>
:<math>e^z = e^x e^{iy} = e^x(\cos(y)+i\sin(y)),</math>
and then take ''x'' and ''y'' to be real.  Since ''y'' is real, the absolute value of {{math|cos(''y'') + ''i'' sin(''y'')}} is necessarily 1.  Therefore, the absolute value of ''e''{{i sup|''z''}} can be 1 only if ''e''{{i sup|''x''}} is 1; since ''x'' is real, that happens only if ''x'' = 0.  Therefore ''z'' is purely imaginary and {{math|1=cos(''y'') + ''i'' sin(''y'') = 1}}.  Since ''y'' is real, that happens only if cos(''y'') = 1 and sin(''y'') = 0, so that ''y'' is an [[integer]] multiple of&nbsp;2{{pi}}.  Consequently the singular points of this function occur at
 
and then take ''x'' and ''y'' to be real.  Since ''y'' is real, the absolute value of {{math|cos(''y'') + ''i'' sin(''y'')}} is necessarily 1.  Therefore, the absolute value of ''e''{{i sup|''z''}} can be 1 only if ''e''{{i sup|''x''}} is 1; since ''x'' is real, that happens only if ''x'' = 0.  Therefore ''z'' is purely imaginary and {{math|1=cos(''y'') + ''i'' sin(''y'') = 1}}.  Since ''y'' is real, that happens only if cos(''y'') = 1 and sin(''y'') = 0, so that ''y'' is an integer multiple of&nbsp;2{{pi}}.  Consequently the singular points of this function occur at
 
: ''z'' = a nonzero integer multiple of&nbsp;2{{pi}}''i''.
: ''z'' = a nonzero integer multiple of&nbsp;2{{pi}}''i''.


Line 120: Line 94:


Example 1: The power series for the function {{math|1=''f''(''z'') = 1/(1 − ''z'')}}, expanded around {{math|1=''z'' = 0}}, which is simply
Example 1: The power series for the function {{math|1=''f''(''z'') = 1/(1 − ''z'')}}, expanded around {{math|1=''z'' = 0}}, which is simply
:<math> \sum_{n=0}^\infty z^n,</math>  
: <math> \sum_{n=0}^\infty z^n,</math>  
has radius of convergence 1 and diverges at every point on the boundary.
has radius of convergence 1 and diverges at every point on the boundary.


Example 2: The power series for {{math|1=''g''(''z'') = −ln(1 − ''z'')}}, expanded around {{math|1=''z'' = 0}}, which is
Example 2: The power series for {{math|1=''g''(''z'') = −ln(1 − ''z'')}}, expanded around {{math|1=''z'' = 0}}, which is
:<math> \sum_{n=1}^\infty \frac{1}{n} z^n,</math>  
: <math> \sum_{n=1}^\infty \frac{1}{n} z^n,</math>  
has radius of convergence 1, and diverges for {{math|1=''z'' = 1}}  but converges for all other points on the boundary. The function {{math|''f''(''z'')}} of Example 1 is the [[derivative]] of {{math|''g''(''z'')}}.
has radius of convergence 1, and diverges for {{math|1=''z'' = 1}}  but converges for all other points on the boundary. The function {{math|''f''(''z'')}} of Example 1 is the [[derivative]] of {{math|''g''(''z'')}}.


Example 3: The power series
Example 3: The power series
:<math> \sum_{n=1}^\infty \frac 1 {n^2} z^n </math>  
: <math> \sum_{n=1}^\infty \frac 1 {n^2} z^n </math>  
has radius of convergence 1 and converges everywhere on the boundary absolutely. If {{math|''h''}} is the function represented by this series on the unit disk, then the derivative  of ''h''(''z'') is equal to ''g''(''z'')/''z'' with ''g'' of Example 2. It turns out that {{math|''h''(''z'')}} is the [[dilogarithm]] function.
has radius of convergence 1 and converges everywhere on the boundary absolutely. If {{math|''h''}} is the function represented by this series on the [[unit disk]], then the derivative  of ''h''(''z'') is equal to ''g''(''z'')/''z'' with ''g'' of Example 2. It turns out that {{math|''h''(''z'')}} is the [[dilogarithm]] function.


Example 4: The power series
Example 4: The power series
:<math>\sum_{i=1}^\infty a_i z^i \text{ where } a_i = \frac{(-1)^{n-1}}{2^nn}\text{ for } n = \lfloor\log_2(i)\rfloor+1\text{, the unique integer with }2^{n-1}\le i < 2^n,</math>
: <math>\sum_{i=1}^\infty a_i z^i \text{ where } a_i = \frac{(-1)^{n-1}}{2^nn}\text{ for } n = \lfloor\log_2(i)\rfloor+1\text{, the unique integer with }2^{n-1}\le i < 2^n,</math>
has radius of convergence 1 and converges [[uniform convergence|uniformly]] on the entire boundary {{math|1={{mabs|''z''}} = 1}}, but does not [[Absolute convergence|converge absolutely]] on the boundary.<ref>{{cite journal |url=https://eudml.org/doc/215384|title=O szeregu potęgowym, który jest zbieżny na całem swem kole zbieżności jednostajnie, ale nie bezwzględnie|journal=Prace Matematyczno-Fizyczne|year=1918|volume=29|issue=1|pages=263–266|last1=Sierpiński|first1=W.|author-link=Wacław Sierpiński}}</ref>
has radius of convergence 1 and converges [[uniform convergence|uniformly]] on the entire boundary {{math|1={{mabs|''z''}} = 1}}, but does not [[Absolute convergence|converge absolutely]] on the boundary.<ref>{{cite journal |url=https://eudml.org/doc/215384|title=O szeregu potęgowym, który jest zbieżny na całem swem kole zbieżności jednostajnie, ale nie bezwzględnie|journal=Prace Matematyczno-Fizyczne|year=1918|volume=29|issue=1|pages=263–266|last1=Sierpiński|first1=W.|author-link=Wacław Sierpiński}}</ref>


==Rate of convergence==
== Rate of convergence ==


If we expand the function
If we expand the function
 
: <math>\sin x = \sum^{\infty}_{n=0} \frac{(-1)^n}{(2n+1)!} x^{2n+1} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots\text{ for all } x</math>
:<math>\sin x = \sum^{\infty}_{n=0} \frac{(-1)^n}{(2n+1)!} x^{2n+1} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots\text{ for all } x</math>
around the point ''x'' = 0, we find that the radius of convergence of this series is <math>\infty</math>, meaning that this series converges for all complex numbers.  However, in applications, one is often interested in the precision of a [[numerical analysis|numerical answer]].  Both the number of terms and the value at which the series is to be evaluated affect the accuracy of the answer.  For example, if we want to calculate {{math|sin(0.1)}} accurate up to five decimal places, we only need the first two terms of the series.  However, if we want the same precision for {{math|1=''x'' = 1}} we must evaluate and sum the first five terms of the series.  For {{math|sin(10)}}, one requires the first 18 terms of the series, and for {{math|sin(100)}} we need to evaluate the first 141 terms.
 
around the point ''x'' = 0, we find out that the radius of convergence of this series is <math>\infty</math> meaning that this series converges for all complex numbers.  However, in applications, one is often interested in the precision of a [[numerical analysis|numerical answer]].  Both the number of terms and the value at which the series is to be evaluated affect the accuracy of the answer.  For example, if we want to calculate {{math|sin(0.1)}} accurate up to five decimal places, we only need the first two terms of the series.  However, if we want the same precision for {{math|1=''x'' = 1}} we must evaluate and sum the first five terms of the series.  For {{math|sin(10)}}, one requires the first 18 terms of the series, and for {{math|sin(100)}} we need to evaluate the first 141 terms.


So for these particular values the fastest convergence of a power series expansion is at the center, and as one moves away from the center of convergence, the [[rate of convergence]] slows down until you reach the boundary (if it exists) and cross over, in which case the [[Series (mathematics)|series]] will diverge.
So for these particular values the fastest convergence of a power series expansion is at the center, and as one moves away from the center of convergence, the [[rate of convergence]] slows down until you reach the boundary (if it exists) and cross over, in which case the [[Series (mathematics)|series]] will diverge.


==Abscissa of convergence of a Dirichlet series==
== Abscissa of convergence of a Dirichlet series ==


An analogous concept is the [[abscissa of convergence|abscissa of convergence of a Dirichlet series]]
An analogous concept is the [[abscissa of convergence|abscissa of convergence of a Dirichlet series]]
 
: <math>\sum_{n=1}^\infty \frac{a_n}{n^s}.</math>
:<math>\sum_{n=1}^\infty \frac{a_n}{n^s}.</math>


Such a series converges if the real part of ''s'' is greater than a particular number depending on the coefficients ''a''<sub>''n''</sub>: the [[abscissa]] of convergence.
Such a series converges if the real part of ''s'' is greater than a particular number depending on the coefficients ''a''<sub>''n''</sub>: the [[abscissa]] of convergence.


==Notes==
== Notes ==
{{reflist}}
{{reflist}}


==References==
== References ==
* {{Citation | last1=Brown | first1=James | last2=Churchill | first2=Ruel | title=Complex variables and applications | publisher=[[McGraw-Hill]] | location=New York | isbn=978-0-07-010905-6 | year=1989}}
* {{citation | last1=Brown | first1=James | last2=Churchill | first2=Ruel | title=Complex variables and applications | publisher=[[McGraw-Hill]] | location=New York | isbn=978-0-07-010905-6 | year=1989}}
* {{Citation | last1=Stein | first1=Elias | author-link=Elias M. Stein |last2=Shakarchi | first2=Rami | title=Complex Analysis | publisher=[[Princeton University Press]] | location=Princeton, New Jersey | isbn=0-691-11385-8 | year=2003}}
* {{citation | last1=Stein | first1=Elias | author-link=Elias M. Stein |last2=Shakarchi | first2=Rami | title=Complex Analysis | publisher=[[Princeton University Press]] | location=Princeton, New Jersey | isbn=0-691-11385-8 | year=2003}}


==See also==
== See also ==
* [[Abel's theorem]]
* [[Abel's theorem]]
* [[Convergence tests]]
* [[Convergence tests]]
* [[Root test]]
* [[Root test]]


==External links==
== External links ==
*[http://www.lassp.cornell.edu/sethna/Cracks/What_Is_Radius_of_Convergence.html What is radius of convergence?]
* [https://www.lassp.cornell.edu/sethna/Cracks/What_Is_Radius_of_Convergence.html What is radius of convergence?]


[[Category:Analytic functions]]
[[category:Analytic functions]]
[[Category:Convergence (mathematics)]]
[[category:Convergence (mathematics)]]
[[Category:Mathematical physics]]
[[category:Mathematical physics]]
[[Category:Radii]]
[[category:Radii]]

Latest revision as of 21:25, 10 November 2025

Template:Short description In mathematics, the radius of convergence of a power series is the radius of the largest disk at the center of the series in which the series converges. It is either a non-negative real number or . When it is positive, the power series converges absolutely and uniformly on compact sets inside the open disk of radius equal to the radius of convergence, and it is the Taylor series of the analytic function to which it converges. In case of multiple singularities of a function (singularities are those values of the argument for which the function is not defined), the radius of convergence is the shortest or minimum of all the respective distances (which are all non-negative numbers) calculated from the center of the disk of convergence to the respective singularities of the function.

Definition

For a power series f defined as:

f(z)=n=0cn(za)n,

where

  • a is a complex constant, the center of the disk of convergence,
  • cn is the nth complex coefficient, and
  • z is a complex variable.

The radius of convergence r is a nonnegative real number or such that the series converges if

|za|<r

and diverges if

|za|>r.

Some may prefer an alternative definition, as existence is obvious:

r=sup{|za| | n=0cn(za)n  converges }

On the boundary, that is, where Template:Abs = r, the behavior of the power series may be complicated, and the series may converge for some values of z and diverge for others. The radius of convergence is infinite if the series converges for all complex numbers z.[1]

Finding the radius of convergence

Two cases arise:

  • The first case is theoretical: when you know all the coefficients cn then you take certain limits and find the precise radius of convergence.
  • The second case is practical: when you construct a power series solution of a difficult problem you typically will only know a finite number of terms in a power series, anywhere from a couple of terms to a hundred terms. In this second case, extrapolating a plot estimates the radius of convergence.

Theoretical radius

The radius of convergence can be found by applying the root test to the terms of the series. The root test uses the number

C=lim supn|cn(za)n|n=lim supn(|cn|n)|za|

"lim sup" denotes the limit superior. The root test states that the series converges if C < 1 and diverges if C > 1. It follows that the power series converges if the distance from z to the center a is less than

r=1lim supn|cn|n

and diverges if the distance exceeds that number; this statement is the Cauchy–Hadamard theorem. Note that r = 1/0 is interpreted as an infinite radius, meaning that f is an entire function.

The limit involved in the ratio test is usually easier to compute, and when that limit exists, it shows that the radius of convergence is finite.

r=limn|cncn+1|.

This is shown as follows. The ratio test says the series converges if

limn|cn+1(za)n+1||cn(za)n|<1.

That is equivalent to

|za|<1limn|cn+1||cn|=limn|cncn+1|.

Practical estimation of radius in the case of real coefficients

File:Domb Sykes plot Hinch.svg
Plots of the function f(ε)=ε(1+ε3)1+2ε. #REDIRECT Template:Break The solid green line is the straight-line asymptote in the Domb–Sykes plot,[2] plot (b), which intercepts the vertical axis at −2 and has a slope +1. Thus there is a singularity at ε=1/2 and so the radius of convergence is r=1/2.

Usually, in scientific applications, only a finite number of coefficients cn are known. Typically, as n increases, these coefficients settle into a regular behavior determined by the nearest radius-limiting singularity. In this case, two main techniques have been developed, based on the fact that the coefficients of a Taylor series are roughly exponential with ratio 1/r where r is the radius of convergence.

  • The basic case is when the coefficients ultimately share a common sign or alternate in sign. As pointed out earlier in the article, in many cases the limit limncn/cn1 exists, and in this case 1/r=limncn/cn1. Negative r means the convergence-limiting singularity is on the negative axis. Estimate this limit, by plotting the cn/cn1 versus 1/n, and graphically extrapolate to 1/n=0 (effectively n=) via a linear fit. The intercept with 1/n=0 estimates the reciprocal of the radius of convergence, 1/r. This plot is called a Domb–Sykes plot.[3]
  • The more complicated case is when the signs of the coefficients have a more complex pattern. Mercer and Roberts proposed the following procedure.[4] Define the associated sequence bn2=cn+1cn1cn2cncn2cn12n=3,4,5,. Plot the finitely many known bn versus 1/n, and graphically extrapolate to 1/n=0 via a linear fit. The intercept with 1/n=0 estimates the reciprocal of the radius of convergence, 1/r.Template:Pb This procedure also estimates two other characteristics of the convergence limiting singularity. Suppose the nearest singularity is of degree p and has angle ±θ to the real axis. Then the slope of the linear fit given above is (p+1)/r. Further, plot 12(cn1bncn+cn+1cnbn) versus 1/n2, then a linear fit extrapolated to 1/n2=0 has intercept at cosθ.

Radius of convergence in complex analysis

A power series with a positive radius of convergence can be made into a holomorphic function by taking its argument to be a complex variable. The radius of convergence can be characterized by the following theorem:

The radius of convergence of a power series f centered on a point a is equal to the distance from a to the nearest point where f cannot be defined in a way that makes it holomorphic.

The set of all points whose distance to a is strictly less than the radius of convergence is called the disk of convergence.

File:TaylorComplexConv.png
Radius of convergence (white) and Taylor approximations (blue) for 11+z2.

The nearest point means the nearest point in the complex plane, not necessarily on the real line, even if the center and all coefficients are real. For example, the function

f(z)=11+z2

has no singularities on the real line, since 1+z2 has no real roots. Its Taylor series about 0 is given by

n=0(1)nz2n.

The root test shows that its radius of convergence is 1. In accordance with this, the function f(z) has singularities at ±i, which are at a distance 1 from 0.

For a proof of this theorem, see analyticity of holomorphic functions.

A simple example

The arctangent function of trigonometry can be expanded in a power series:

arctan(z)=zz33+z55z77+.

It is easy to apply the root test in this case to find that the radius of convergence is 1.

A more complicated example

Consider this power series:

zez1=n=0Bnn!zn

where the rational numbers Bn are the Bernoulli numbers. It may be cumbersome to try to apply the ratio test to find the radius of convergence of this series. But the theorem of complex analysis stated above quickly solves the problem. At z = 0, there is in effect no singularity since the singularity is removable. The only non-removable singularities are therefore located at the other points where the denominator is zero. We solve

ez1=0

by recalling that if Template:Math and Template:Math then

ez=exeiy=ex(cos(y)+isin(y)),

and then take x and y to be real. Since y is real, the absolute value of Template:Math is necessarily 1. Therefore, the absolute value of eTemplate:I sup can be 1 only if eTemplate:I sup is 1; since x is real, that happens only if x = 0. Therefore z is purely imaginary and Template:Math. Since y is real, that happens only if cos(y) = 1 and sin(y) = 0, so that y is an integer multiple of 2Template:Pi. Consequently the singular points of this function occur at

z = a nonzero integer multiple of 2Template:Pii.

The singularities nearest 0, which is the center of the power series expansion, are at ±2Template:Pii. The distance from the center to either of those points is 2Template:Pi, so the radius of convergence is 2Template:Pi.

Convergence on the boundary

If the power series is expanded around the point a and the radius of convergence is Template:Math, then the set of all points Template:Math such that Template:Math is a circle called the boundary of the disk of convergence. A power series may diverge at every point on the boundary, or diverge on some points and converge at other points, or converge at all the points on the boundary. Furthermore, even if the series converges everywhere on the boundary (even uniformly), it does not necessarily converge absolutely.

Example 1: The power series for the function Template:Math, expanded around Template:Math, which is simply

n=0zn,

has radius of convergence 1 and diverges at every point on the boundary.

Example 2: The power series for Template:Math, expanded around Template:Math, which is

n=11nzn,

has radius of convergence 1, and diverges for Template:Math but converges for all other points on the boundary. The function Template:Math of Example 1 is the derivative of Template:Math.

Example 3: The power series

n=11n2zn

has radius of convergence 1 and converges everywhere on the boundary absolutely. If Template:Math is the function represented by this series on the unit disk, then the derivative of h(z) is equal to g(z)/z with g of Example 2. It turns out that Template:Math is the dilogarithm function.

Example 4: The power series

i=1aizi where ai=(1)n12nn for n=log2(i)+1, the unique integer with 2n1i<2n,

has radius of convergence 1 and converges uniformly on the entire boundary Template:Math, but does not converge absolutely on the boundary.[5]

Rate of convergence

If we expand the function

sinx=n=0(1)n(2n+1)!x2n+1=xx33!+x55! for all x

around the point x = 0, we find that the radius of convergence of this series is , meaning that this series converges for all complex numbers. However, in applications, one is often interested in the precision of a numerical answer. Both the number of terms and the value at which the series is to be evaluated affect the accuracy of the answer. For example, if we want to calculate Template:Math accurate up to five decimal places, we only need the first two terms of the series. However, if we want the same precision for Template:Math we must evaluate and sum the first five terms of the series. For Template:Math, one requires the first 18 terms of the series, and for Template:Math we need to evaluate the first 141 terms.

So for these particular values the fastest convergence of a power series expansion is at the center, and as one moves away from the center of convergence, the rate of convergence slows down until you reach the boundary (if it exists) and cross over, in which case the series will diverge.

Abscissa of convergence of a Dirichlet series

An analogous concept is the abscissa of convergence of a Dirichlet series

n=1anns.

Such a series converges if the real part of s is greater than a particular number depending on the coefficients an: the abscissa of convergence.

Notes

Template:Reflist

References

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

See also

External links

  1. Script error: No such module "citation/CS1".
  2. See Figure 8.1 in: Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "Citation/CS1".