Three special sums worth memorising. Several everyday sums are themselves APs, and their totals have tidy closed forms that save time in exams.
1. Sum of the first $n$ natural numbers: $1 + 2 + 3 + \dots + n = \dfrac{n(n + 1)}{2}$. This is an AP with $a = 1$, $d = 1$, $l = n$, so $S_n = \dfrac{n}{2}(1 + n)$.
2. Sum of the first $n$ even numbers: $2 + 4 + 6 + \dots + 2n = n(n + 1)$. Here $a = 2$, $d = 2$, $l = 2n$. Notice it is exactly twice the natural-number sum.
3. Sum of the first $n$ odd numbers: $1 + 3 + 5 + \dots + (2n - 1) = n^2$. With $a = 1$, $d = 2$, $l = 2n - 1$, the total is a perfect square — a result you can even picture as nested L-shapes filling a square.
The middle-term shortcut. When an AP has an odd number of terms, its sum equals the middle term times the number of terms, because the middle term is the average of all of them. For three angles in AP summing to $180^\circ$, the middle angle must be $60^\circ$ — no algebra needed.
Smart variables for "numbers in AP". When a problem gives the sum (and maybe the product) of several terms in AP, choose symmetric variables so the $d$'s cancel in the sum:
- Three terms: take $a - d,\ a,\ a + d$ (sum $= 3a$).
- Four terms: take $a - 3d,\ a - d,\ a + d,\ a + 3d$ (sum $= 4a$, common difference $2d$).
- Five terms: take $a - 2d,\ a - d,\ a,\ a + d,\ a + 2d$ (sum $= 5a$).
With these, the sum instantly gives $a$, after which the product (or another condition) gives $d$. For four terms remember the actual common difference is $2d$, not $d$.
A strategy for word problems. (1) Decide what quantity changes by a fixed amount — that identifies the AP and its $d$. (2) Pin down $a$, $d$ and either $n$ or the last term from the wording. (3) Ask what is wanted: a single value points to the $n$th-term formula $a_n = a + (n - 1)d$; a running total points to $S_n$; an unknown count of terms points to solving an equation (often quadratic) in $n$.
Translating common phrases. "increases/decreases by a fixed amount each year" $\to d$; "in the $k$th year" $\to a_k$; "total over $n$ years/days" $\to S_n$; "how many years until ..." $\to$ solve for $n$. Watch units and keep currency symbols outside the maths.
Counting how many numbers fit a rule. Many problems ask for the count or sum of numbers in a range that are divisible by some value (e.g. two-digit multiples of 7, three-digit numbers leaving remainder 3 on division by 7). Treat them as an AP: the smallest qualifying number is $a$, the divisor is $d$, the largest qualifying number is $l$, and $n = \dfrac{l - a}{d} + 1$ gives the count. Then $S_n = \dfrac{n}{2}(a + l)$ gives the total. Always find $a$ and $l$ first by hand before plugging in.
Geometry meets AP. Angle problems are a favourite: the angles of a triangle sum to $180^\circ$ and of a quadrilateral to $360^\circ$. If the angles are in AP, the symmetric variables ($a - d, a, a + d$ for a triangle) make the sum collapse to a multiple of $a$, instantly giving the middle angle. The same trick handles sides of a right triangle in AP (the classic 3-4-5 family) and similar configurations.
Common mistakes to avoid. (1) Confusing the three special sums ($n^2$ for odds, $n(n+1)$ for evens). (2) Forgetting the four-term common difference is $2d$. (3) Solving for a term when a total was asked (or vice versa). (4) Keeping a negative or fractional $n$. (5) Misreading "between" — "multiples of 4 between 10 and 100" excludes the endpoints unless they are themselves multiples of 4 inside the range.
Find the sum of all odd numbers between 0 and 50.
Solution- Odd numbers: $1, 3, 5, \dots, 49$ — an AP with $a = 1$, $d = 2$.
- Count them: $49 = 1 + (n - 1)2 \Rightarrow (n - 1)2 = 48 \Rightarrow n = 25$.
- Sum of first $n$ odd numbers $= n^2 = 25^2$.
- $= 625$.
Answer: 625.
Find the sum of the first 100 natural numbers.
Solution- Use $1 + 2 + \dots + n = \dfrac{n(n + 1)}{2}$ with $n = 100$.
- $= \dfrac{100 \times 101}{2}$.
- $= 50 \times 101 = 5050$.
Answer: 5050.
Find three numbers in AP whose sum is 24 and whose product is 440.
Solution- Let the numbers be $a - d,\ a,\ a + d$.
- Sum: $3a = 24 \Rightarrow a = 8$.
- Product: $a(a^2 - d^2) = 8(64 - d^2) = 440 \Rightarrow 64 - d^2 = 55 \Rightarrow d^2 = 9 \Rightarrow d = \pm 3$.
- Numbers: 5, 8, 11 (or 11, 8, 5).
Answer: 5, 8, 11 (or 11, 8, 5).
The angles of a triangle are in AP and the smallest is half the largest. Find the angles.
Solution- Take the angles as $a - d,\ a,\ a + d$. Their sum is $180^\circ$, so $3a = 180^\circ \Rightarrow a = 60^\circ$.
- Smallest $= 60 - d$, largest $= 60 + d$. Given smallest $= \tfrac{1}{2}$ largest: $60 - d = \tfrac{1}{2}(60 + d)$.
- $120 - 2d = 60 + d \Rightarrow 60 = 3d \Rightarrow d = 20^\circ$.
- Angles: $40^\circ, 60^\circ, 80^\circ$.
Answer: The angles are $40^\circ,\ 60^\circ,\ 80^\circ$.
The angles of a quadrilateral are in AP with common difference $10^\circ$. Find the angles.
Solution- Take the angles as $a - 15,\ a - 5,\ a + 5,\ a + 15$ (common difference $10^\circ$).
- Sum of angles of a quadrilateral $= 360^\circ$, so $4a = 360^\circ \Rightarrow a = 90^\circ$.
- Angles: $90 - 15,\ 90 - 5,\ 90 + 5,\ 90 + 15$.
- $= 75^\circ, 85^\circ, 95^\circ, 105^\circ$.
Answer: $75^\circ,\ 85^\circ,\ 95^\circ,\ 105^\circ$.
Find four numbers in AP whose sum is 20 and the sum of whose squares is 120.
Solution- Take the numbers as $a - 3d,\ a - d,\ a + d,\ a + 3d$.
- Sum: $4a = 20 \Rightarrow a = 5$.
- Sum of squares $= 2(a^2 + 9d^2) + 2(a^2 + d^2)\,$? Better: $(a-3d)^2 + (a-d)^2 + (a+d)^2 + (a+3d)^2 = 4a^2 + 20d^2 = 120$.
- $4(25) + 20d^2 = 120 \Rightarrow 20d^2 = 20 \Rightarrow d^2 = 1 \Rightarrow d = \pm 1$.
- Numbers: 2, 4, 6, 8 (or 8, 6, 4, 2).
Answer: 2, 4, 6, 8 (or 8, 6, 4, 2).
A man saves ₹100 in the first month and increases his saving by ₹50 each month. What does he save in the 12th month, and what is his total saving in a year?
Solution- Savings form an AP: $a = 100$, $d = 50$.
- 12th-month saving: $a_{12} = 100 + 11 \times 50 = 100 + 550 = 650$.
- Total in 12 months: $S_{12} = \dfrac{12}{2}[2 \times 100 + 11 \times 50]$.
- $= 6[200 + 550] = 6 \times 750 = 4500$.
Answer: 12th-month saving $=$ ₹650; yearly total $=$ ₹4500.
Find the sum of all multiples of 4 lying between 10 and 100.
Solution- Multiples of 4 in this range: $12, 16, 20, \dots, 96$ — an AP with $a = 12$, $d = 4$, $l = 96$.
- Count: $96 = 12 + (n - 1)4 \Rightarrow (n - 1)4 = 84 \Rightarrow n = 22$.
- $S_{22} = \dfrac{22}{2}(12 + 96) = 11 \times 108$.
- $= 1188$.
Answer: The sum is 1188.
A ladder has rungs 25 cm apart, decreasing uniformly in length from 45 cm at the bottom to 25 cm at the top. The top and bottom rungs are 2.5 m apart. Find the total length of wood used for the rungs.
Solution- Distance top-to-bottom $= 2.5$ m $= 250$ cm; gap between rungs $= 25$ cm.
- Number of gaps $= \dfrac{250}{25} = 10$, so number of rungs $= 10 + 1 = 11$.
- Rung lengths form an AP with $a = 45$, $l = 25$, $n = 11$.
- Total $= S_{11} = \dfrac{11}{2}(45 + 25) = \dfrac{11}{2} \times 70 = 11 \times 35 = 385$ cm.
Answer: 385 cm of wood.
The sum of the 4th and 8th terms of an AP is 24, and the sum of the 6th and 10th terms is 44. Find the first term and the common difference.
Solution- $a_4 + a_8 = (a + 3d) + (a + 7d) = 2a + 10d = 24 \Rightarrow a + 5d = 12$ ... (1)
- $a_6 + a_{10} = (a + 5d) + (a + 9d) = 2a + 14d = 44 \Rightarrow a + 7d = 22$ ... (2)
- Subtract (1) from (2): $2d = 10 \Rightarrow d = 5$.
- From (1): $a + 25 = 12 \Rightarrow a = -13$.
Answer: $a = -13,\ d = 5$.
In a flower bed, the first row has 23 rose plants, the second 21, the third 19, and so on, the last row having 5 plants. How many rows are there, and how many plants in all?
Solution- Plants per row: $23, 21, 19, \dots, 5$ — an AP with $a = 23$, $d = -2$, $l = 5$.
- Rows: $5 = 23 + (n - 1)(-2) \Rightarrow -18 = -2(n - 1) \Rightarrow n - 1 = 9 \Rightarrow n = 10$.
- Total plants $= S_{10} = \dfrac{10}{2}(23 + 5) = 5 \times 28 = 140$.
Answer: 10 rows, with 140 plants in all.
Houses in a row are numbered 1, 2, 3, ..., 49. Find the house number $x$ such that the sum of the numbers of the houses before it equals the sum of the numbers of the houses after it.
Solution- Sum before $x$: $1 + 2 + \dots + (x - 1) = \dfrac{(x - 1)x}{2}$.
- Sum after $x$: $(x + 1) + \dots + 49 = \dfrac{49 \times 50}{2} - \dfrac{x(x + 1)}{2} = 1225 - \dfrac{x(x + 1)}{2}$.
- Set them equal: $\dfrac{(x - 1)x}{2} = 1225 - \dfrac{x(x + 1)}{2}$.
- Multiply by 2: $(x - 1)x + x(x + 1) = 2450 \Rightarrow 2x^2 = 2450 \Rightarrow x^2 = 1225 \Rightarrow x = 35$.
Answer: The required house number is 35.