Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Arithmetic Series

If you are building a football stadium and each row has 10 fewer seats as you go toward the bottom of the stadium, how do you figure out how many seats will be in the stadium?  The answer lies in arithmetic series.

Get started

Scan and solve every subject with AI

Try our homework helper for free Homework Helper
Avatar

Millions of flashcards designed to help you ace your studies

Sign up for free

Achieve better grades quicker with Premium

PREMIUM
Karteikarten Spaced Repetition Lernsets AI-Tools Probeklausuren Lernplan Erklärungen Karteikarten Spaced Repetition Lernsets AI-Tools Probeklausuren Lernplan Erklärungen
Kostenlos testen

Geld-zurück-Garantie, wenn du durch die Prüfung fällst

Did you know that StudySmarter supports you beyond learning?

SS Benefits Icon

Find your perfect university

Get started for free
SS Benefits Icon

Find your dream job

Get started for free
SS Benefits Icon

Claim big discounts on brands

Get started for free
SS Benefits Icon

Finance your studies

Get started for free
Sign up for free and improve your grades

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

Vaia Editorial Team

Team Arithmetic Series Teachers

  • 8 minutes reading time
  • Checked by Vaia Editorial Team
Save Article Save Article
Sign up for free to save, edit & create flashcards.
Save Article Save Article
  • Fact Checked Content
  • Last Updated: 10.07.2022
  • 8 min reading time
Contents
Contents
  • Fact Checked Content
  • Last Updated: 10.07.2022
  • 8 min reading time
  • Content creation process designed by
    Lily Hulatt Avatar
  • Content cross-checked by
    Gabriel Freitas Avatar
  • Content quality checked by
    Gabriel Freitas Avatar
Sign up for free to save, edit & create flashcards.
Save Article Save Article

Thank you for your interest in audio learning!

This feature isn’t ready just yet, but we’d love to hear why you prefer audio learning.

Why do you prefer audio learning? (optional)

Send Feedback
Play as podcast 12 Minutes

The Definition of an Arithmetic Series

First, remember that an arithmetic sequence is one where the distance between terms is a constant. So an example of an arithmetic sequence would be {3,6,7,9,}, where the distance between successive terms is always 2.

In general, an arithmetic sequence has the form {a,a+d,a+2d,a+3d,} where a and d are real numbers. The distance between successive terms is always d.

An arithmetic series is one where the terms of the series are an arithmetic sequence.

The Formula for an Arithmetic Series

Naturally, you want a compact way to write out an arithmetic series.

An arithmetic series is a series of the form

n=0(a+dn)

where a and d are constant real numbers.

The Sum of an Arithmetic Series

You might wonder if an arithmetic series converges. The first thing to try is the nth Term Test for Divergence. The nth Term Test for Divergence tells you that if

limn(a+dn)

does not exist, or has a limit which isn't zero, then the arithmetic series diverges. But a and d are constants, so if d0 this limit doesn't exist and the arithmetic series diverges. On the other hand, if d=0 then

limn(a+dn)=limna=a

Since a0 then you know that the arithmetic series diverges. That leads you to exactly one arithmetic series being able to converge, and that is the one where the corresponding arithmetic sequence is {0,0,0,}, which is not very interesting!

So then, why do you care about arithmetic series at all?

The Formula for the Partial Sums of an Arithmetic Series

The answer to why you might care about arithmetic series lies in the partial sums. Even if the series doesn't converge, the partial sums can still be useful. So let's examine the partial sums for the arithmetic series:

s0=as1=2a+ds2=3a+3ds3=4a+6ds4=5a+10d.

This isn't looking very helpful so far in trying to find a pattern. Sometimes in math, you try something and then find out it wasn't very helpful, so you try something different. This is part of the discovery process and doesn't mean you did something wrong!

Instead let's try looking at the whole partial sum sn1 written out in longer form:

sn1=a+(a+d)++(a+(n2)d)+(a+(n1)d).

It looks like many of those terms are similar, so what happens if you write them backward? Then

sn1=(a+(n1)d)+(a+(n2)d)++(a+d)+a.

If you add the two of those together things might cancel out, so giving that a try:

2sn1=a+(a+d)++(a+(n2)d)+(a+(n1)d)+(a+(n1)d)+(a+(n2)d)++(a+d)+a=[a+(a+(n1)d]+[(a+d)+(a+(n2)d)]++[(a+(n2)d)+(a+d)]+[(a+(n1)d)+a]=n[2a+(n1)d]

because there are exactly n repeats of 2a+(n1)d. So it was a strange thing to try, but it certainly seems to have helped! Now all that is left is to divide by 2 to get

sn1=n2(2a+(n1)d).

Sometimes you will see this written as

k=0n1(a+kd)=n2(2a+(n1)d).

There is more than one way to think of the same sum. Suppose you want to add up the natural numbers 1, 2, 3, and 4. You already know the answer should be 10, but let's look at two ways of thinking of this as a sequence and a partial sum for an arithmetic series.

Method 1:

If you think of the sequence as {0,1,2,3,} then a=0 and d=1. If you want to add the numbers up to 4 together, you would use n=5. That would give you the partial sum

s51=s4=k=051(0+k1)=k=04k=0+1+2+3+4=10,

and if you used the formula

sn1=s4=52(0+(51)1)=10.

So this method gives the correct answer.

Method 2:

If you think of the sequence as {1,2,3,} then a=1 and d=1. If you want to add the numbers up to 4 together, you would use n=4. That would give you the partial sum

s41=s3=k=041(1+k1)=k=03(1+k)=(0+1)+(1+1)+(1+2)+(1+3)=10,

and if you used the formula

sn1=s3=42(1+(41)1)=10.

So this method also gives the correct answer!

What gives? Why do both methods give you the correct answer? That is because what is really happening is a substitution, just like in integration when you do a substitution and change the limits of integration.

The key takeaway: When setting up a problem, it is always good to test out a shorter sum by hand to ensure you have the setup right before you go on to do the larger sum using the formula.

Stay organized and focused with your smart to do list

Sign up for free
Arithmetic Series

Arithmetic Series Examples

One of the most common ways to use the formula for the partial sums of an arithmetic series is to find the sum of the first n natural numbers.

Find the sum of the first 20 natural numbers.

Answer:

This question is really asking you to add the numbers 1, 2, 3, etc., all the way up to 20. Notice that each of those numbers is 1 unity apart, and from the deep dive above, you can think of this as the partial sum

s211=s20=k=020k, where a=0,d=1,n=21,

or as

s201=s19=k=019(1+k), where a=1,d=1,n=20,

either one will give you the correct answer. If you choose the first one where a=0, d=1, and n=21, then

s20=k=020k=212(0+(211)1)=210.

So the sum of the first 20 natural numbers is 210.

Let's go back to the stadium example at the start.

You are building a football stadium, and each row has 10 fewer seats as you go toward the bottom of the stadium. Suppose that the stadium has 800 seats in the top row, and there are 25 rows total in the stadium. How many seats are there in the stadium?

Answer:

First, let's think of the first few rows and see what the pattern is.

Row 1: 800 seats

Row 2: 790 seats

Row 3: 780 seats

Now you do need to be a little careful because the formula for the arithmetic series starts with the 0th row, not the first row. So instead, what you have is:

Row 0: 800 seats

Row 1: 790 seats

Row 2: 780 seats

This is an arithmetic sequence with a=800 and d=10.

You want to know how many seats there are in the stadium if there are 25 rows. What do you use for n?

Doing a little test, if there were only 4 rows of seats, you would add Row 0, Row 1, Row 2, and Row 3 to get a total of 4 rows of seats. That would make n=4.

Since there are 25 rows in the stadium, you would use you can use the formula for the partial sums of an arithmetic series with n=25 to get

s251=s24=252(2800+(251)(10))=252(1600240)=17000.

So there will be 17000 seats in the stadium.

Geometric vs. Arithmetic Series

It can be easy to confuse geometric and arithmetic series. Just remember this:

  • a series is arithmetic if you subtract consecutive terms and get a constant

  • a series is geometric if you divide consecutive terms and get a constant

When you think arithmetic series, think arithmetic. You learn to add and subtract first when doing arithmetic, so that is what goes with arithmetic series.

Arithmetic Series - Key takeaways

  • An arithmetic sequence has the form {a,a+d,a+2d,a+3d,} where a and d are real numbers.
  • An arithmetic series is one where the terms of the series are an arithmetic sequence. That means an arithmetic series looks like

    n=0(a+dn).

  • The partial sums for an arithmetic series have the form sn1=k=0n1(a+kd)=n2(2a+(n1)d).
  • The only arithmetic series that converges is the one that has terms that are all zero.
Learn faster with the 0 flashcards about Arithmetic Series

Sign up for free to gain access to all our flashcards.

Arithmetic Series
Frequently Asked Questions about Arithmetic Series

What is an arithmetic series?

An arithmetic series is one where the difference between the terms of the sequence is constant.

How to find the sum of an arithmetic series ?

It depends on the series.  In general you will look at the partial sums of an arithmetic series because the series itself often doesn't converge.

What is the sum of the finite arithmetic series?

It depends on the series, and how many terms of it you are summing up.

What is arithmetic series examples? 

Any series formed from a sequence where the difference between the terms is constant is an arithmetic series.

How to evaluate arithmetic series ? 

In general you don't evaluate the arithmetic series because it doesn't converge.  Instead you look at the value of the partial sums.

Save Article
How we ensure our content is accurate and trustworthy?

At StudySmarter, we have created a learning platform that serves millions of students. Meet the people who work hard to deliver fact based content as well as making sure it is verified.

Content Creation Process:
Lily Hulatt Avatar

Lily Hulatt

Digital Content Specialist

Lily Hulatt is a Digital Content Specialist with over three years of experience in content strategy and curriculum design. She gained her PhD in English Literature from Durham University in 2022, taught in Durham University’s English Studies Department, and has contributed to a number of publications. Lily specialises in English Literature, English Language, History, and Philosophy.

Get to know Lily
Content Quality Monitored by:
Gabriel Freitas Avatar

Gabriel Freitas

AI Engineer

Gabriel Freitas is an AI Engineer with a solid experience in software development, machine learning algorithms, and generative AI, including large language models’ (LLMs) applications. Graduated in Electrical Engineering at the University of São Paulo, he is currently pursuing an MSc in Computer Engineering at the University of Campinas, specializing in machine learning topics. Gabriel has a strong background in software engineering and has worked on projects involving computer vision, embedded AI, and LLM applications.

Get to know Gabriel

Discover learning materials with the free Vaia app

Sign up for free
1
About Vaia

Vaia is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

Learn more
Vaia Editorial Team

Team Math Teachers

  • 8 minutes reading time
  • Checked by Vaia Editorial Team
Save Explanation Save Explanation

Study anywhere. Anytime.Across all devices.

Sign-up for free

Sign up to highlight and take notes. It’s 100% free.

Join over 22 million students in learning with our Vaia App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our Vaia App
Sign up with GoogleSign up with Google
Sign up with Email

Join over 30 million students learning with our free Vaia app

The first learning platform with all the tools and study materials you need.

Intent Image
  • Note Editing
  • Flashcards
  • AI Assistant
  • Explanations
  • Mock Exams