Series Calculator โ€“ Easy Arithmetic, Geometric, Power & Taylor Series

Series Calculator

Calculate arithmetic, geometric, power, and Taylor series with step-by-step solutions

Arithmetic Series
Geometric Series
Power Series
Taylor Series
Sโ‚™ = n/2 ร— [2aโ‚ + (n โˆ’ 1)d]
Sโ‚™ = aโ‚(1 โˆ’ rโฟ)/(1 โˆ’ r), when r โ‰  1
For an infinite geometric series, the sum exists when |r| < 1.
S(x) = aโ‚€ + aโ‚(x โˆ’ c) + aโ‚‚(x โˆ’ c)ยฒ + …
The calculator evaluates the finite polynomial represented by the coefficients you enter.
f(x) โ‰ˆ ฮฃ [fโฝโฟโพ(a)/n!] (x โˆ’ a)โฟ
Degree means the highest power of (x โˆ’ a) included in the Taylor polynomial.

Results

Calculated Value
Series Terms

Calculation Steps

Select a series type and click “Calculate Series” to see the step-by-step solution.

Calculate the sum and terms of arithmetic, geometric, power, and Taylor series with our free Series Calculator. Enter the required values to find series sums, individual terms, Taylor polynomial approximations, and step-by-step calculations.

Whether you need to calculate a finite arithmetic or geometric series, evaluate a power series, or approximate a function with a Taylor polynomial, this calculator provides the result along with the calculation steps.

Series Calculator - Arithmetic, Geometric & Power Series Solver
Series Calculator – Arithmetic, Geometric & Power Series Solver

What Is a Series?

A series is the sum of the terms of a sequence. For example:

2 + 5 + 8 + 11 + 14 = 40

The terms follow a specific pattern, and a series calculator can help determine their sum without calculating every step manually.

Depending on the pattern, a series may be arithmetic, geometric, a power series, or a Taylor series.

How to Use the Series Calculator:

Use the appropriate calculator tab for the type of series you want to calculate:

1. Arithmetic Series โ€” enter the first term, common difference, and number of terms.
2. Geometric Series โ€” enter the first term, common ratio, and number of terms.
3. Power Series โ€” enter the coefficients, center, and value of x.
4. Taylor Series โ€” select the function, center, x-value, and polynomial degree.
5. Click Calculate Series to see the result.
6. Review the series terms and calculation steps shown in the results.

Arithmetic Series Calculator:

An arithmetic series is formed by adding the terms of an arithmetic sequence. In an arithmetic sequence, the difference between consecutive terms remains constant.

For example:

2 + 5 + 8 + 11 + 14

Here:
โ€ข First term: aโ‚ = 2
โ€ข Common difference: d = 3
โ€ข Number of terms: n = 5

The sum is:

Sn=n/2[2a1+(nโˆ’1)d]Sโ‚™ = n/2 [2aโ‚ + (n โˆ’ 1)d]

For this example:

S5=5/2[2(2)+(5โˆ’1)(3)]S5=40Sโ‚… = 5/2 [2(2) + (5 โˆ’ 1)(3)] Sโ‚… = 40

Our calculator shows the terms, final sum, last term, and calculation steps.

Geometric Series Calculator:

A geometric series is a series in which each term is obtained by multiplying the previous term by the same common ratio.

For example:

12 + 6 + 3 + 1.5 + 0.75

Here:
โ€ข First term: aโ‚ = 12
โ€ข Common ratio: r = 0.5
โ€ข Number of terms: n = 5

For a finite geometric series where r โ‰  1, the sum is:

Sn=a1(1โˆ’rn)/(1โˆ’r)Sโ‚™ = aโ‚(1 โˆ’ rโฟ)/(1 โˆ’ r)

For the example above:

S5=12(1โˆ’0.55)/(1โˆ’0.5)S5=23.25Sโ‚… = 12(1 โˆ’ 0.5โต)/(1 โˆ’ 0.5) Sโ‚… = 23.25

If the common ratio is r = 1, every term is the same and the finite sum is simply:

Sn=nร—a1Sโ‚™ = n ร— aโ‚

Infinite Series Calculator:

An infinite series continues indefinitely, so its sum depends on whether the series converges or diverges.

For an infinite geometric series:

a1+a1r+a1r2+a1r3+...aโ‚ + aโ‚r + aโ‚rยฒ + aโ‚rยณ + …

the series converges when:

|r|<1|r| < 1

Its infinite sum is:

Sโˆž=a1/(1โˆ’r)Sโˆž = aโ‚/(1 โˆ’ r)

If |r| โ‰ฅ 1, the infinite geometric series does not have a finite sum and is considered divergent.

Our calculator handles finite geometric sums and identifies the convergence condition for an infinite geometric series.

Power Series Calculator:

A power series represents a function as a sum of powers of a variable.

A general power series centered at c has the form:

ฮฃan(xโˆ’c)nฮฃ aโ‚™(x โˆ’ c)โฟ

For example:

a0+a1(xโˆ’c)+a2(xโˆ’c)2+a3(xโˆ’c)3+...aโ‚€ + aโ‚(x โˆ’ c) + aโ‚‚(x โˆ’ c)ยฒ + aโ‚ƒ(x โˆ’ c)ยณ + …

Our Power Series Calculator lets you enter the coefficients, center, and value of x to evaluate the resulting polynomial.

For example, if the coefficients are:

1, 2, 3

and the center is:

c = 0

the expression becomes:

1 + 2x + 3xยฒ

The calculator evaluates the expression for the x-value you provide.

Important: A finite list of coefficients is enough to evaluate the polynomial, but it is not generally enough to determine the radius of convergence of an infinite power series.

Taylor Series Calculator:

A Taylor series represents a function as an infinite sum of derivatives evaluated around a center point.

The Taylor expansion of a function f(x) around x = a is:

f(x)=f(a)+fโ€ฒ(a)(xโˆ’a)+fโ€ณ(a)/2!(xโˆ’a)2+...f(x) = f(a) + fโ€ฒ(a)(x โˆ’ a) + fโ€ณ(a)/2!(x โˆ’ a)ยฒ + …

A Taylor polynomial uses only a finite number of terms to approximate the function.

Our Taylor Series Calculator allows you to choose a function, enter the center a, select an x-value, and specify the polynomial degree.

For example, the Maclaurin series is a Taylor series centered at:

a = 0

The calculator provides the Taylor polynomial approximation and compares the approximation with the function’s reference value.

Taylor Series vs. Maclaurin Series:

A Taylor series can be centered at any value a.

A Maclaurin series is simply a Taylor series centered at zero:

a = 0

For example, the Maclaurin expansion of sine begins:

sin(x)=xโˆ’x3/3!+x5/5!โˆ’...sin(x) = x โˆ’ xยณ/3! + xโต/5! โˆ’ …

Changing the center allows a Taylor polynomial to approximate a function around a different point.

Series Convergence:

Convergence describes whether the terms of an infinite series approach a finite sum.

A series can be:
โ€ข Convergent โ€” approaches a finite value.
โ€ข Divergent โ€” does not approach a finite value.
โ€ข Conditionally convergent โ€” converges under a particular interpretation or condition.
โ€ข Absolutely convergent โ€” the series remains convergent when absolute values of its terms are used.

Different types of series require different convergence tests. Common tests include the ratio test, comparison test, root test, and integral test.

For a geometric series, the convergence rule is particularly simple:

|r| < 1 โ†’ convergent
|r| โ‰ฅ 1 โ†’ divergent

Common Series Formulas:

Arithmetic Series:

Sn=n/2[2a1+(nโˆ’1)d]Sโ‚™ = n/2 [2aโ‚ + (n โˆ’ 1)d]

Where:
โ€ข aโ‚ = first term
โ€ข d = common difference
โ€ข n = number of terms

Geometric Series:

Sโ‚™ = aโ‚(1 โˆ’ rโฟ)/(1 โˆ’ r)

Where:
โ€ข aโ‚ = first term
โ€ข r = common ratio
โ€ข n = number of terms

Infinite Geometric Series:

Sโˆž = aโ‚/(1 โˆ’ r)

This formula applies when |r| < 1.

Power Series

ฮฃ aโ‚™(x โˆ’ c)โฟ

Taylor Series:

ฮฃ [fโฝโฟโพ(a)/n!] (x โˆ’ a)โฟ

Examples of Series Calculations:

Example 1: Arithmetic Series

Calculate:

4 + 7 + 10 + 13 + 16

The sum is:

50

Example 2: Geometric Series

Calculate:

3 + 6 + 12 + 24

The sum is:

45

Example 3: Infinite Geometric Series

Calculate:

10 + 5 + 2.5 + 1.25 + …

Because r = 0.5 and |r| < 1, the series converges.

Its sum is:

10/(1 โˆ’ 0.5) = 20

Example 4: Power Series

For:

1 + 2x + 3xยฒ

at:

x = 2

the value is:

1 + 4 + 12 = 17

Infinite series are an important part of calculus, where derivatives and limits are frequently used. Use our Derivative Calculator to calculate derivatives and understand calculus concepts.

FAQ

What is a series calculator?

A series calculator is a tool used to calculate the terms and sums of different types of mathematical series, including arithmetic and geometric series. It can also evaluate power series and Taylor polynomial approximations.

How do you calculate the sum of a series?

The method depends on the type of series. Arithmetic and geometric series have specific sum formulas, while other series may require convergence tests, partial sums, or other mathematical techniques.

What is the difference between a sequence and a series?

A sequence is an ordered list of numbers. A series is the sum of the terms in a sequence.

How do you find the sum of an infinite series?

First determine whether the series converges. For an infinite geometric series with |r| < 1, use Sโˆž = aโ‚/(1 โˆ’ r). Other infinite series require appropriate convergence tests and formulas.

What is a power series?

A power series is an infinite expression involving powers of a variable, commonly written as ฮฃ aโ‚™(x โˆ’ c)โฟ.

What is a Taylor series?

A Taylor series represents a function using its derivatives around a chosen center point. A finite number of terms produces a Taylor polynomial approximation.

Is a Maclaurin series a Taylor series?

Yes. A Maclaurin series is a Taylor series whose center is zero.

To learn more about arithmetic series, geometric series, power series, and advanced mathematical concepts, visit Wolfram MathWorld โ€“ Series.

Similar Posts