Problem 1. Find the sum of the first n natural numbers.
Solution:
The first n natural numbers are 1, 2, 3, 4, 5, …, n.
Here, a=1 and d=(2-1)=1.
Sum of n terms of an AP is given by
Sn=½n[2⋅1+(n-1)⋅1]
Sn=½n[2+(n-1)]
Sn=½n(n+1)
Example 7: Find the sum of 23 terms and n terms of the A.P. 16, 11, 6, 1 …
Solution: Here a=16, a+d=11 Therefore d=-5
Since Sn=½n[2a+(n-1)d] we get
=23⋅½⋅(32-110)
=23⋅(-78)=-897.
Also Sn=½n[2⋅16+(n-1)(-5)]=½n[32-5n+5]=½n[37-5n]
P2. Find the sum of first n even natural numbers.
Solution:
The first n even natural numbers are 2, 4, 6, 8, 10, …, n.
Here, a=2 and d=(4-2)=2.
Sum of n terms of an AP is given by
Sn=½n[2⋅2+(n-1)⋅2]
Sn=½n[4+2n-2]
Sn=½n(2n+2)
Sn=n(n+1)
Hence, the required sum is n(n+1).
P3. Find the sum of first n terms of an AP whose nth term is (5-6n). Hence, find the sum of its first 20 terms.
Solution:
Let an be the nth term of the AP.
∴ an=5-6n
Putting n=1, we get
First term, a=a1=5-6⋅1=-1
Putting n=2, we get
Let (1 be the common difference of the AP.
∴ d=a2–a1=-7-(-1)=-7+1=-6.
Sum of first n term of the AP, Sn
Sn=½n[2∙(-1)+(n-1)∙(-6)]
=½∙n(-2-6n+6)
=n(2-3n)
=2n-3n2
Putting n=20, we get
P4. The sum of the first 7 terms of an AP is 49 and the sum of its first 17 terms is 289. Find the sum of its first n terms.
Solution:
Let a be the first term and d be the common difference of the given AP. Then, we have:
S7=½⋅7⋅(2a+6d)=7⋅(a+3d)
S17=½⋅17⋅(2a+16d)=17⋅(a+8d)
However, S7=49 and S17=289.
Now, 7(a+3d)=49
Also, 17(a+8d)=289
a+8d=17 … (ii)
Subtracting (i) from (ii), we ge:
d=2
Putting d=2 in (i), we get
a=1
Thus, a=1 and d=2.
∴ Sum of n terms of AP
Let’s read a particular post Derivation of the partial sum formula of every Arithmetic Series.
P5. If the sum of first 7 terms of an AP is 49 and that of 17 terms is 289, find the sum of first n terms.
Solution:
Here, S7=49 and S17=289.
The sum of n terms of an AP is given by
S7=½⋅7⋅[2a+6d]
49=7⋅(a+3d)
7=a+3d
a=7-3d … (1)
and S17=½⋅17⋅[2a+16d]
289=17⋅(a+8d)
17=a+8d
Putting the value of a from equation (1), we get
5d=10
d=2
Putting the value of d in equation (1), we get
The sum of n terms of an AP is given by
=½n[2⋅1+(n-1)⋅2]
=½n(2+2n-2)=n2