S3-SA1-0157
What is the Sum of n Terms of an AP?
Grade Level:
Class 7
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
The sum of 'n' terms of an Arithmetic Progression (AP) is the total value you get when you add up a specific number of terms in that sequence. An AP is a list of numbers where the difference between consecutive terms is constant.
Simple Example
Quick Example
Imagine you save money: Rs. 10 on Monday, Rs. 20 on Tuesday, Rs. 30 on Wednesday, and so on. This is an AP. If you want to know your total savings after 5 days, you'd find the sum of the first 5 terms (10 + 20 + 30 + 40 + 50 = Rs. 150).
Worked Example
Step-by-Step
Find the sum of the first 10 terms of the AP: 3, 6, 9, 12, ...
Step 1: Identify the first term (a), common difference (d), and number of terms (n).
Here, a = 3, d = 6 - 3 = 3, and n = 10.
---Step 2: Recall the formula for the sum of n terms of an AP: Sn = n/2 * [2a + (n-1)d].
---Step 3: Substitute the values into the formula.
S10 = 10/2 * [2 * 3 + (10 - 1) * 3]
---Step 4: Simplify the expression inside the brackets.
S10 = 5 * [6 + (9 * 3)]
S10 = 5 * [6 + 27]
S10 = 5 * [33]
---Step 5: Perform the final multiplication.
S10 = 165
Answer: The sum of the first 10 terms is 165.
Why It Matters
Understanding sums of APs helps in fields like finance to calculate total interest over time or in computer science for analyzing algorithm efficiency. Data scientists use similar concepts to process sequential data, and engineers apply it in design and stress calculations. It's a foundational tool for problem-solving in many careers!
Common Mistakes
MISTAKE: Forgetting the common difference 'd' can be negative. | CORRECTION: Always calculate 'd' by subtracting a term from its succeeding term (e.g., a2 - a1). It can be positive, negative, or even zero.
MISTAKE: Confusing the formula for the nth term (an) with the formula for the sum of n terms (Sn). | CORRECTION: Remember, an = a + (n-1)d gives a specific term's value, while Sn = n/2 * [2a + (n-1)d] gives the total sum of terms up to 'n'.
MISTAKE: Calculation errors, especially with multiplication and addition inside the brackets. | CORRECTION: Follow the order of operations (BODMAS/PEMDAS) carefully. Do multiplication before addition inside the brackets.
Practice Questions
Try It Yourself
QUESTION: What is the sum of the first 5 terms of the AP: 5, 10, 15, ...? | ANSWER: 75
QUESTION: Find the sum of the first 8 terms of an AP whose first term is 7 and common difference is 4. | ANSWER: 176
QUESTION: An AP has its first term as 20 and the 10th term as 65. Find the sum of its first 10 terms. (Hint: First find the common difference 'd'). | ANSWER: 425
MCQ
Quick Quiz
Which of the following is the correct formula for the sum of 'n' terms of an AP?
Sn = n/2 * [a + (n-1)d]
Sn = n/2 * [2a + (n-1)d]
Sn = a + (n-1)d
Sn = n * [2a + (n-1)d]
The Correct Answer Is:
B
Option B is the correct formula. Option A is incorrect because it misses the '2a'. Option C is the formula for the nth term, not the sum. Option D incorrectly multiplies by 'n' instead of 'n/2'.
Real World Connection
In the Real World
Banks often use principles similar to AP sums to calculate the total amount of simple interest earned on a fixed deposit over several years, where the interest added each year is constant. Also, in a cricket match, if a batsman scores runs in an AP in consecutive overs, an analyst might sum it up to predict their total score.
Key Vocabulary
Key Terms
ARITHMETIC PROGRESSION (AP): A sequence of numbers where the difference between consecutive terms is constant. | FIRST TERM (a): The initial number in an AP. | COMMON DIFFERENCE (d): The constant difference between any two consecutive terms in an AP. | NUMBER OF TERMS (n): How many terms are being considered in the AP. | SUM (Sn): The total value obtained by adding a specific number of terms.
What's Next
What to Learn Next
Great job understanding AP sums! Next, you can explore Geometric Progressions (GP) and their sums. GPs are similar but involve multiplication instead of addition, which opens up new ways to solve problems, especially in growth and decay scenarios.


