Many functions encountered in calculus and complex analysis can be expressed as power series of the form . When such a series converges in some disc centered at the origin, we speak of its radius of convergence . Inside that disc, the series defines an analytic function. Beyond it, the series may diverge or converge conditionally, and understanding where the series breaks down is crucial for both theoretical insights and practical computations.
Two standard tests offer ways to determine . The root test states that , where denotes the limit superior. Alternatively, the ratio test often proves simpler when the coefficients satisfy a convenient recurrence: . For many common series, one of these limits can be evaluated exactly, yielding an explicit radius. In more complicated situations we may approximate numerically using a finite sequence of coefficients.
This calculator estimates the radius of convergence using a truncated version of the root test. Suppose we have coefficients up to . The calculation involves computing for each in that range and taking the maximum value to approximate the . The reciprocal of this maximal root provides an estimate for . Though approximate, this approach converges as we supply more coefficients. It is especially useful for power series defined by complicated recursions or by numerical computation, where a symbolic solution would be difficult.
Because the radius of convergence is controlled by the growth rate of coefficients, extreme values or irregular patterns may distort the estimate if we only consider a few terms. Nonetheless, this tool offers quick intuition. If the sequence of coefficients stabilizes to a recognizable pattern, the approximation becomes increasingly reliable. In teaching contexts, computing numerically can help students visualize the disc of convergence and see how it connects to analytic continuation and singularities of the underlying function.
Enter coefficients separated by commas, such as 1, -1/2, 1/3, -1/4
. Fractions and decimals are allowed. The program parses each term with math.js
, evaluates its absolute value, and calculates the -th root. The resulting estimates determine the radius according to the algorithm above. The final number reflects how far from the origin you may reliably evaluate the series before divergence occurs.
As you experiment, observe how doubling or halving coefficients affects . The interplay between coefficient growth and convergence radius mirrors the link between local behavior of analytic functions and the location of singularities in the complex plane. For instance, the Taylor series of has coefficients that do not decay and thus possesses radius . More rapidly growing coefficients produce smaller radii, signaling that the function has singularities closer to the origin.
By understanding how these numeric patterns reflect analytic structure, you gain insight into the behavior of complex functions far beyond mere series manipulation. This calculator aims to bridge numeric experimentation and theoretical intuition.
Approximate solutions to first-order differential equations using Euler's method.
Find the Jordan canonical form of a 2x2 matrix.
Convert between Cartesian and spherical coordinates for points in three dimensions.