Series Math Examples: Key Types, Notation, and Applications
Ever find yourself staring at a pattern and thinking, “How do I turn this into a sum?” You’re definitely not alone. Here, I’ll walk you through some straightforward and actually useful series math examples. These will help you expand, write sums in sigma notation, and figure out what those sums add up to.

You’ll see clear examples of arithmetic and geometric series, learn how to use summation (sigma) notation, and pick up a few tricks for computing or recognizing series fast. I’ll keep the worked examples short and to the point, so you can move from a basic list of numbers to summed results and the notations you’ll run into on homework or tests.
We’ll look at hands-on examples. I’ll show you how to expand a series, write it in sigma form, and evaluate it step by step. These skills make later topics way less intimidating and help you spot patterns much faster.
Fundamental Examples of Series in Mathematics

Let’s look at some concrete examples of finite and infinite sums. You’ll see how terms link together in arithmetic and geometric patterns, and we’ll glance at classics like the harmonic series.
These examples will show you how to compute partial sums, spot convergence or divergence, and use the common difference or ratio.
Finite and Infinite Series Examples
A finite series just adds up a specific number of terms from a sequence. For example, 2 + 5 + 8 + 11 adds four terms from an arithmetic sequence where the first term is 2 and the common difference is 3. You can add them up directly, or use the formula for the partial sum of an arithmetic series.
An infinite series, on the other hand, doesn’t stop. The geometric series 1 + 1/2 + 1/4 + 1/8 + … has partial sums that actually approach 2, so the infinite series converges to 2.
But if you try 1 + 2 + 3 + 4 + …, the partial sums just keep growing forever—so that series diverges. Usually, you test infinite series with partial sums, ratio tests, or some handy formulas.
Here’s the gist: the sequence terms feed into the series, a partial sum means you’re just adding up the first n terms, and convergence means those partial sums settle down to a specific number.
Arithmetic Series: Common Difference and Examples
In an arithmetic sequence, you add the same difference (call it d) each time. If you start with a1, the sequence looks like a1, a1 + d, a1 + 2d, and so on. The arithmetic series just sums those terms.
You can use this formula for the sum of the first n terms: S_n = n*(a1 + a_n)/2, where a_n = a1 + (n-1)d.
For example, with the sequence 3, 7, 11, 15,… (so d = 4), the sum of the first 5 terms is 5*(3 + 19)/2 = 55. If you only need a few terms, it’s fine to just add them up.
Arithmetic series come up a lot in problems about totals, averages, or anything with evenly spaced values.
Just remember: finite arithmetic series always have a neat closed formula for S_n. Infinite arithmetic series will diverge unless your common difference is zero.
Geometric Series: Common Ratio and Examples
A geometric sequence multiplies each term by a constant ratio r. The terms look like a1, a1r, a1r^2, and so on. To find the sum of the first n terms, use S_n = a1*(1 – r^n)/(1 – r) as long as r isn’t 1.
Let’s say a1 = 4 and r = 1/3. The first four terms are 4, 4/3, 4/9, 4/27. Plugging into the formula: S_4 = 4*(1 – (1/3)^4)/(1 – 1/3) = 4*(1 – 1/81)/(2/3) = 6*(80/81) which is about 5.93.
If |r| < 1, the infinite geometric series converges to a1/(1 – r). If |r| is 1 or more, it diverges.
You’ll see geometric series pop up in finance, repeated percent changes, and even fractals. Use the ratio test or the closed formula to check if they converge.
Harmonic and Other Classic Series Examples
The harmonic series goes 1 + 1/2 + 1/3 + 1/4 + … . Even though the terms get tiny, the partial sums just keep growing—so the series diverges. You can prove that by grouping terms: (1) + (1/2) + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) and comparing each group to 1/2.
There are other classic series too. The alternating series 1 – 1/2 + 1/3 – 1/4 + … actually converges (to ln 2, if you’re curious). The Fibonacci sequence 1, 1, 2, 3, 5, … gives rise to series like the sum of reciprocals of Fibonacci numbers—some of those converge, some don’t.
Usually, you test these using comparison tests, the alternating series test, or some known identities.
A practical tip: figure out the type of series by looking for a common difference, common ratio, or a reciprocal pattern. That helps you choose the right test or summation formula.
Series Notation and Special Cases
Here’s where you’ll see how to write sums compactly, test if an infinite series settles to a number, and spot where advanced series like Fourier series show up.
Summation and Sigma Notation in Series Examples
You’ll often see sums written in sigma (Σ) notation to keep things tidy.
Just use Σ with an index, lower and upper limits, and a formula. For example, Σ_{k=1}^n a_k means you add a_1 through a_n.
If you know the formula for a_k, you can find each term and add them up for the partial sum S_n = Σ_{k=1}^n a_k.
Some basics:
- The index of summation is usually k, i, or n.
- The lower limit tells you where to start.
- The upper limit tells you where to stop (or ∞ if it’s an infinite series).
- Partial sum S_n is just the sum of the first n terms.
With arithmetic or geometric series, the closed-form formulas let you find S_n without much fuss.
For infinite geometric series where |r| < 1, use sum = a/(1 − r). That gives you the total if the partial sums converge.
Convergent and Divergent Series: Applications
Check the partial sums to see if an infinite series converges or diverges.
If the sequence of partial sums S_n approaches a finite limit as n goes to infinity, the series converges. If not, it diverges.
Some tests and facts you’ll probably use:
- Geometric test: Σ a r^{k} converges if |r| < 1.
- Divergence test: if the terms a_k don’t go to 0, the series definitely diverges.
- Comparison and ratio tests help with more complicated terms.
You’ll bump into these ideas in finance (like calculating the present value of repeating payments), physics (summing wave amplitudes), and signal processing.
Try writing out partial sums for simple series to get a feel for how they behave. For complicated terms, use the tests above.
Advanced Series Examples: Fourier Series and Beyond
Fourier series let us express periodic functions as sums of sines and cosines.
To find the Fourier coefficients, you’ll actually use integrals.
At most points, the Fourier series matches the function.
If there’s a jump, it lands right at the midpoint—kind of neat, right?
Here are a few key things to keep in mind:
- The form looks like: f(x) ~ a_0/2 + Σ_{n=1}^∞ [a_n cos(nx) + b_n sin(nx)].
- When you add more terms, the partial sums get closer to the actual function.
- If your function is piecewise smooth, convergence tends to work out well.
You might also run into power series and Taylor series.
These represent functions locally as Σ c_n (x − x_0)^n.
People use these series to solve differential equations or model signals.
They’re also handy for approximating functions with numbers computers can handle.
