Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Power Series in Mathematics Explained Clearly

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Power series definition formula convergence and solved examples

Power series in mathematics is an infinite series of the form $\sum_{n=0}^{\infty}a_n (x - c)^n$. Where $a_n$ is the $n^{th}$ term coefficient and $c$ is a constant.

$\sum_{n=0}^{\infty}a_n(x - c)^n = a_0 + a_1(x - c)^1 + a_2(x - c)^2 + a_3(x - c)^3 + .............$

Any polynomial can be expressed as a power series around any $c$, but all but a small number of the coefficients will be zero since a power series by definition has infinitely many terms. When the absolute value of $x$ is less than some positive number $r$, known as the radius of convergence, a given power series will usually converge, that is, the power series will reach a finite sum for all the given values of $x$ within a certain interval around zero in particular. Outside of this interval, the series diverges, reaching an infinite number, while when $x = \pm r$, the series can converge or diverge. A variant of the ratio test for power series may also be used to evaluate the radius of convergence.


Power Series Examples

Every polynomial can be expressed as a power series around $c$, but all but a small number of the coefficients will be zero because, by definition, a power series has infinite terms. 

For example the polynomial $f(x) = x^3 + 7x^2 + 4x + 3$ can be written in a power series around the $c = 0$ as follows:

$f(x) = 3 + 4x + 7x^2 + 1x^3 + 0x^4 + 0x^5 + .........$

The power series formula for a geometric series formula will be as follows: 

$\dfrac{1}{1 - x} = \sum_{n=0}^{\infty}x^n = 1 + x + x^2 + x^3 + x^4 + .................. $

Power series in mathematics for an exponential function is 

$e^x = \sum_{n=0}^{\infty} \dfrac{x^n}{n!} = 1 + \dfrac{x}{1} + \dfrac{x^2}{2!} + \dfrac{x^3}{3!} + \dfrac{x^4}{4!} + ................$

Power series in mathematics for sine functions is

$\sin(x) = \sum_{n=0}^{\infty} \dfrac{(-1)^n x^{2n+1}}{(2n+1)!}= x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} + \dfrac{x^9}{9!} -.............$

Power series in mathematics for cosine function is 

$\cos(x) = \sum_{n=0}^{\infty} \dfrac{(-1)^n x^{2n}}{2n!} = 1 - \dfrac{x^2}{2!} + \dfrac{x^4}{4!} - \dfrac{x^6}{6!} + \dfrac{x^8}{8!} - .............$

The power series in mathematics of a logarithmic function is 

$ln(1+x) = \sum_{n=0}^{\infty} \dfrac{(-1)^{n-1} x^n}{n} = x - \dfrac{x^2}{2} + \dfrac{x^3}{3} - \dfrac{x^4}{4} + \dfrac{x^5}{5} - .............$

The power series in mathematics of an inverse tangent function is 

$tan^{-1}(x) = \sum_{n=0}^{\infty} \dfrac{(-1)^n x^{2n+1}}{2n+1} = x - \dfrac{x^3}{3} + \dfrac{x^5}{5} - \dfrac{x^7}{7} + \dfrac{x^9}{9} - .............$


Radius of Convergence

For certain values of the variable $x$, such as $x = c$, a power series is convergent. For other $x$ values, the series can diverge. If $c$ isn't the only point of convergence, there's always a number $r$ with $0 < r \leq \infty$ such that the series converges when $|x – c| < r$ and diverges when $|x – c| > r$. The radius of convergence of the power series is denoted by the number $r$. 

The radius of convergence $r$ for the power series is given as follows,

$r = \lim_{n \to \infty} inf |an|^{-\frac{1}{n}}$ 

Or 

$r^{-1} = \lim_{n \to \infty} sup |a_n|^{\frac{1}{n}} $

Here $\lim\,inf$ and $\lim\,sup$ are limit inferior and limit superior which are limiting bounds on the sequence.


Operations on Power Series

We can perform basic operations on power series along with the complex calculus operations too. Here let us have a look at a few of the important operations performed on the power series.


Addition and Subtraction of the Power Series

When two functions f and g are decomposed into power series around the same centre c, termwise addition and subtraction can be used to obtain the power series of the sum or difference of the functions.

If $f(x) = \sum_{n=0}^{\infty} a_n(x-c)^n$ and $g(x) = \sum_{n=0}^{\infty} b_n(x-c)^n$ are two power series then the addition and subtraction are as follows:

$f(x) \pm g(x) = \sum_{n=0}^{\infty}(a_n \pm b_n)(x-c)^n$


Multiplication and Division of the Power Series

If $f(x) = \sum_{n=0}^{\infty}a_n(x - c)^n$ and $g(x) = \sum_{n=0}^{\infty}b_n(x - c)^n$ are two power series then the multiplication of the two power series is as follows:

$f(x) g(x) = \left(\sum_{n=0}^{\infty}a_n(x-c)^n \right) \left(\sum_{n=0}^{\infty} b_n(x-c)^n \right) \\ f(x) g(x) = \sum_{i=0}^{\infty} \sum_{j=0}^{\infty} a_i b_j (x-c)^{i+j} \\ f(x) g(x) = \sum_{n=0}^{\infty} \left(\sum_{i=0}^{\infty} a_i b_{n-i} \right) (x-c)^n$

The sequence $\sum_{i=0}^{\infty} a_ib_{n-i}$ is known as the convolution of the sequences $a_n$ and $b_n$.

If $f(x) = \sum_{n=0}^{\infty} a_n(x-c)^n$ and $g(x) = \sum_{n=0}^{\infty} b_n(x-c)^n$ are two power series then the division of the two power series is as follows:

$\dfrac{f(x)}{g(x)} = \dfrac{ \sum_{n=0}^{\infty} a_n(x-c)^n}{\sum_{n=0}^{\infty} b_n(x-c)^n} = \sum_{n=0}^{\infty} d_n(x-c)^n$


Differentiation and Integration of the Power Series

When a function $f(x)$ is expressed as a power series $\sum_{n=0}^{\infty} a_n(x-c)^n$ , it can be differentiated on the interior of the convergence domain. It's simple to differentiate and integrate by treating each term separately.

Differentiation of the power series $f(x)\sum_{n=0}^{\infty} a_n(x-c)^n$ is as follows:

$f^1(x)\sum_{n=1}^{\infty} a_n n(x-c)^n = \sum_{n=0}^{\infty} a_{n+1}(n+1)(x-c)^n$

Integration of the power series $f(x) = \sum_{n=0}^{\infty} a_n(x-c)^n$ is as follows:

$\int{f(x)\,dx} = \sum_{n=0}^{\infty} \dfrac{a_n(x-c)^{n+1}}{n+1} = \sum_{n=1}^{\infty} \dfrac{a_{n-1}(x-c)^n}{n} +k$


Applications of Power Series

  • Power series can be found as the Taylor series of infinitely differentiable functions in mathematical analysis. Every power series, according to Borel's theorem, is the Taylor series of some smooth function.

  • Power series appear as generating functions in combinatorics and as the Z-transform in electronic engineering, in addition to their role in mathematical analysis.

  • An example of a power series is also the well-known decimal notation for real numbers.

  • The definition of p-adic numbers is closely related to that of a power series in number theory.

Conclusion

Power series are useful tools that can be used to extend other functions, solve equations, test convergence intervals, and serve as trial functions in a variety of engineering applications. Taylor's Series, which are extremely significant in numerical approximations, use power series.

FAQs on Power Series in Mathematics Explained Clearly

1. What is a power series in mathematics?

A power series is an infinite series of the form ∑ aₙ(x − c)ⁿ, where aₙ are coefficients and c is the center of the series. It represents a function as an infinite polynomial around a specific point.

  • aₙ = coefficients
  • c = center of the series
  • x = variable
Power series are widely used in calculus to approximate functions and solve differential equations.

2. What is the formula for a power series?

The general formula for a power series is ∑ₙ₌₀^∞ aₙ(x − c)ⁿ. This formula represents an infinite sum where each term is a coefficient multiplied by a power of (x − c).

  • If c = 0, it is called a Maclaurin series.
  • If c ≠ 0, it is called a Taylor series centered at c.
This formula is fundamental in series expansion and function approximation.

3. What is the radius of convergence of a power series?

The radius of convergence (R) is the distance from the center c within which the power series converges. It determines the interval where the series represents a valid function.

  • If |x − c| < R, the series converges.
  • If |x − c| > R, the series diverges.
  • R is often found using the ratio test or root test.
The interval of convergence is typically written as (c − R, c + R), possibly including endpoints.

4. How do you find the radius of convergence using the ratio test?

You find the radius of convergence by applying the ratio test to the general term of the power series. The formula used is:

  • Compute lim |aₙ₊₁ / aₙ|
  • Then R = 1 / lim |aₙ₊₁ / aₙ|
Example: For ∑ xⁿ/n!, we get lim |1/(n+1)| = 0, so R = ∞, meaning the series converges for all real x.

5. What is the difference between a Taylor series and a power series?

A Taylor series is a specific type of power series whose coefficients are determined by derivatives of a function. While every Taylor series is a power series, not every power series is derived from a known function.

  • Power series: ∑ aₙ(x − c)ⁿ (general form)
  • Taylor series: ∑ [f⁽ⁿ⁾(c)/n!](x − c)ⁿ
Taylor series provide an exact function expansion when the function is infinitely differentiable.

6. Can you give an example of a power series?

A common example of a power series is the geometric series ∑ xⁿ = 1/(1 − x) for |x| < 1. This series expands as:

  • 1 + x + x² + x³ + ...
Here, the radius of convergence is 1, and it converges only when |x| < 1.

7. How do you find the interval of convergence of a power series?

The interval of convergence is found by first calculating the radius R and then testing the endpoints separately. The steps are:

  • Use the ratio test to find R.
  • Write the interval (c − R, c + R).
  • Test endpoints using substitution.
Endpoints may converge or diverge, so they must be checked individually.

8. Can you differentiate and integrate a power series?

Yes, a power series can be differentiated and integrated term by term within its interval of convergence. The new series will have the same radius of convergence.

  • Differentiation: ∑ aₙ n(x − c)ⁿ⁻¹
  • Integration: ∑ aₙ (x − c)ⁿ⁺¹/(n+1) + C
This property makes power series very useful in calculus and differential equations.

9. What is a Maclaurin series?

A Maclaurin series is a Taylor series centered at c = 0. Its formula is:

  • ∑ [f⁽ⁿ⁾(0)/n!](x)ⁿ
For example, eˣ = ∑ xⁿ/n! for all real x. Maclaurin series are commonly used to approximate exponential, sine, and cosine functions.

10. Why are power series important in calculus?

Power series are important because they allow complicated functions to be represented as infinite polynomials within their interval of convergence. This helps in:

  • Approximating functions numerically
  • Solving differential equations
  • Evaluating difficult integrals
  • Studying function behavior near a point
They form the foundation of Taylor series expansions and many advanced topics in mathematical analysis.