# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/10/mathematics/sequence-series/arithmetic-series
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/10/mathematics/sequence-series/arithmetic-series/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Arithmetic Series",
  description: "Discover Gauss's brilliant method for calculating arithmetic series sums. Learn formulas, solve problems, and master sum calculations with examples.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "04/08/2025",
  subject: "Sequence and Series",
};
## Understanding Arithmetic Series
Ever heard the story about Carl Friedrich Gauss, the math genius? When he was in elementary school, his teacher assigned the task of summing all numbers from 1 to 100: . The teacher hoped this would keep the students busy for a while.
But Gauss had a brilliant idea! He didn't sum them one by one. This sequential summation of terms from an _arithmetic sequence_ (a sequence with a constant difference between terms) is what we call an **Arithmetic Series**.
For example,  is an arithmetic sequence with the first term  and a common difference . The corresponding arithmetic series is .
### How Did Gauss Calculate It?
Gauss noticed an interesting pattern:
- If the first term  is added to the last term , the result is .
- If the second term  is added to the second-to-last term , the result is also .
- If the third term  is added to the third-to-last term , the result is still .
- This pattern continues!
  
It turns out there are 50 pairs of numbers, each summing to 101. So, the total sum is . Clever, right?
## Finding the General Formula
We can use Gauss's method to derive a general formula for the sum of the first  terms of an arithmetic series, usually denoted by .
Let's say we have an arithmetic series:
If written out with the first term  and the common difference :
Now, let's rewrite the series  in reverse order, from the last term to the first:
Or:
Next, let's add these two versions of  together, term by term:
  
  
  
Notice! The sum of each pair of terms (top and bottom) is always the same, which is . Since there are  terms, there are  such identical sums.
So, we get:
By dividing both sides by 2, we obtain the formula for the sum of the first  terms of an arithmetic series:
## Practical Formulas for Arithmetic Series
There are two main formulas commonly used to calculate :
1.  If the **first term ** and the **common difference ** are known:
    
2.  If the **first term ** and the **-th term ** are known:
    Recall the formula for the -th term is . Substituting this into the first formula:
    
      
      
    
    This second formula resembles Gauss's method: the sum of the first and last terms, multiplied by the number of pairs .
**Notation:**
-  = Sum of the first  terms
-  = Number of terms
-  = First term ()
-  = Common difference (difference between terms)
-  = The 
  -th term
## Example Problems
### Problem 1
Recalculate the sum of the series .
Given:
- First term 
- Last term 
- Number of terms 
Since  and  are known, we use the second formula:
  
  
  
  
The result is exactly the same as Gauss's calculation!
### Problem 2
Given the arithmetic series: . Calculate the sum of the first 30 terms !
Given:
- First term 
- Common difference 
- Number of terms to sum 
Since  and  are known, we use the first formula:
  
  
  
  
  
  
So, the sum of the first 30 terms of this series is 1695.