0% found this document useful (0 votes)
131 views16 pages

Arithmetic Progressons (Part-1)

The document defines arithmetic progression (AP) and its key properties: - An AP has a constant difference between consecutive terms called the common difference. - The nth term of an AP is given by the formula: Tn = a + (n-1)d, where a is the first term and d is the common difference. - The sum of the first n terms of an AP is given by the formula: Sn = n/2 * (2a + (n-1)d), which is quadratic in n. Several examples are provided to illustrate calculating terms, common differences, and sums of AP sequences.

Uploaded by

shambhavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views16 pages

Arithmetic Progressons (Part-1)

The document defines arithmetic progression (AP) and its key properties: - An AP has a constant difference between consecutive terms called the common difference. - The nth term of an AP is given by the formula: Tn = a + (n-1)d, where a is the first term and d is the common difference. - The sum of the first n terms of an AP is given by the formula: Sn = n/2 * (2a + (n-1)d), which is quadratic in n. Several examples are provided to illustrate calculating terms, common differences, and sums of AP sequences.

Uploaded by

shambhavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

ARITHMETIC PROGRESSION

 DEFINITION
 When the terms of a sequence or series are arranged under a definite rule then they are said to be in a
Progression. Progression can be classified into 5 parts as -
(i) Arithmetic Progression (A.P.)
(ii) Geometric Progression (G.P.)
(iii) Arithmetic Geometric Progression (A.G.P.)
(iv) Harmonic Progression (H.P.)
(v) Miscellaneous Progression

 ARITHMETIC PROGRESSION (A.P.)



Arithmetic Progression is defined as a series in which difference between any two consecutive terms is constant
throughout the series. This constant difference is called common difference.
If ‘a’ is the first term and ‘d’ is the common difference, then an AP can be written as
a + (a + d) + (a + 2d) + (a + 3d) + ......
Note: If a,b,c, are in AP 2b = a + c
General Term of an AP
General term (nth term) of an AP is given by
Tn = a + (n– 1) d
Note :
(i) General term is also denoted by (last term)
(ii) n (No. of terms) always belongs to set of natural numbers.
(iii) Common difference can be zero, + ve or – ve.
d = 0 then all terms of AP are same
Eg. 2, 2, 2, 2, ……… d=0
d = +ve increasing AP
5 7 9 1
Eg. , 3, , 4, ,……… d = +
2 2 2 2
d = –ve decreasing A.P.
1
Eg. 57, 52, 47, 42, 37, …….. d = –
2
rth term from end of an A.P.
If number of terms in an A.P. is n then
Tr from end = Tn – (r – 1)d = (n – r + 1)th from beginning
or we can use last term of series as first term and use ‘d’ with opposite sign of given A.P.
Eg. : Find 26th term from last of an AP 7, 15, 23……., 767 consits 96 terms.
Sol. Method : I
rth term from end is given by
= Tn – (r – 1) d
or = (n – r + 1) th term from beginning where n is total no. of terms.
m = 96, n = 26
T26 from last = T(96 – 26 + 1) from beginning
= T71 from beginning
= a + 70d
= 7 + 70 (8) = 7 + 560 = 567
Method : II
d = 15 – 7 = 8
from last, a = 767 and d = –8
T26 = a + 25d = 767 + 25 (–8)
= 767 – 200
= 567.
 Sum of n terms of an A.P.
The sum of first n terms of an A.P. is given by
n n
Sn = [2a + (n – 1) d] or Sn = [a + Tn]
2 2
Note :
(i) If sum of n terms S n is given then general term Tn = Sn – Sn–1 where S n–1 is sum of (n – 1) terms of A.P.

(ii) nth term of an AP is linear in ‘n’


Eg. : an = 2 – n, an = 5n + 2……..
Also we can find common difference ‘d’ from an or Tn : d = coefficient of n
For an = 2 – n
d = –1 Ans.
Verification : by putting n = 1, 2, 3, 4,………
we get AP : 1, 0, –1, –2,……..
d = 0 – 1 = –1 Ans.
& for an = 5n + 2
d = 5 Ans.
(iii) Sum of n terms of an AP is always quadratic in ‘n’
Eg. : Sn = 2n2 + 3n.
n
Eg. : Sn = (n + 1)
4
we can find ‘d’ also from Sn.
d = 2 (coefficient of n2)
for eg. : 2n2 + 3n, d = 2(2) = 4
Verification Sn = 2n2 + 3n
at n = 1 S1 = 2 + 3 = 5 = first term
at n = 2 S2 = 2(2)2 + 3(2)
= 8 + 6 = 14 second term
= sum of first two terms.
second term = S2 – S1 = 14 – 5 = 9
d = a2 – a1 = 9 – 5 = 4
n
Eg. : Sn = (n + 1)
4
n2 n
Sn = 
4 4
1 1
d = 2    Ans.
 4 2
 EXAMPLES 
Ex.1 If the nth term of a progression be a linear expression in n, then prove that this progression is an AP.
Sol. Let the nth term of a given progression be given by
Tn = an + b, where a and b are constants.
Then, Tn–1 = a(n – 1) + b = [(an + b) – a]
(Tn – Tn–1) = (an + b) – [(an + b) – a] = a,
which is a constant.
Hence, the given progression is an AP.
Ex.2 Write the first three terms in each of the sequences defined by the following -
(i) a n = 3n + 2 (ii) an = n2 + 1
Sol. (i) We have,
an = 3n + 2
Putting n = 1, 2 and 3, we get
a1 = 3 × 1 + 2 = 3 + 2 = 5,
a2 = 3 × 2 + 2 = 6 + 2 = 8,
a3 = 3 × 3 + 2 = 9 + 2 = 11
Thus, the required first three terms of the sequence defined by an = 3n + 2 are 5, 8, and 11.
(ii) We have,
an = n2 + 1
Putting n = 1, 2, and 3 we get
a1 = 1 2 + 1 = 1 + 1 = 2
a2 = 2 2 + 1 = 4 + 1 = 5
a3 = 3 2 + 1 = 9 + 1 = 10
Thus, the first three terms of the sequence defined by an = n2 + 1 are 2, 5 and 10.
Ex.3 Write the first five terms of the sequence defined by an = (–1)n–1 . 2 n
Sol. an = (–1)n–1 × 2 n
Putting n = 1, 2, 3, 4, and 5 we get
a1 = (–1)1–1 × 21 = (–1)0 × 2 = 2
a2 = (–1)2–1 × 22 = (–1)1 × 4 = – 4
a3 = (–1)3–1 × 23 = (–1)2 × 8 × 8
a4 = (–1)4–1 × 24 = (–1)3 × 16 = –16
a5 = (–1)5–1 × 25 = (–1)4 × 32 = 32
Thus the first five term of the sequence are 2, –4, 8, –16, 32.
Ex.4 The nth term of a sequence is 3n – 2. Is the sequence an A.P. ? If so, find its 10 th term.
Sol. We have a n = 3n – 2
Clearly an is a linear expression in n. So, the given sequence is an A.P. with common difference 3.
Putting n = 10, we get
a10 = 3 × 10 – 2 = 28

REMARK : It is evident from the above examples that a sequence is not an A.P. if its nth term is not a linear
expression in n.

Ex.5 Find the 12th, 24 th and nth term of the A.P. given by 9, 13, 17, 21, 25, .........
Sol. We have,
a = First term = 9 and,
d = Common difference = 4
[ 13 – 9 = 4, 17 – 13 = 4, 21 – 7 = 4 etc.]
We know that the nth term of an A.P. with first term a and common difference d is given by
an = a + (n – 1) d
Therefore,
a12 = a + (12 – 1) d
= a + 11d = 9 + 11 × 4 = 53
a24 = a + (24 – 1) d
= a + 23 d = 9 + 23 × 4 = 101
and, an = a + (n – 1) d
= 9 + (n – 1) × 4 = 4n + 5
a12 = 53, a24 = 101 and an = 4n + 5
Ex.6 Which term of the sequence –1, 3, 7, 11, ..... , is 95 ?
Sol. Clearly, the given sequence is an A.P.
We have,
a = first term = –1 and,
d = Common difference = 4.
Let 95 be the nth term of the given A.P. then,
an = 95
 a + (n – 1) d = 95
 – 1 + (n – 1) × 4 = 95
 – 1 + 4n – 4 = 95  4n – 5 = 95
 4n = 100  n = 25
Thus, 95 is 25th term of the given sequence.
Ex.7 Which term of the sequence 4, 9 , 14, 19, ...... is 124 ?
Sol. Clearly, the given sequence is an A.P. with first term a = 4 and common difference d = 5.
Let 124 be the nth term of the given sequence. Then, an = 124
a + (n – 1) d = 124
4 + (n – 1) × 5 = 124
 n = 25
Hence, 25th term of the given sequence is 124.
Ex.8 The 10th term of an A.P. is 52 and 16th term is 82. Find the 32 nd term and the general term.
Sol. Let a be the first term and d be the common difference of the given A.P. Let the A.P. be a1, a2, a3, ..... an, ......
It is given that a10 = 52 and a16 = 82
 a + (10 – 1) d = 52 and a + (16 – 1) d = 82
 a + 9d = 52 ....(i)
and,a + 15d = 82 ....(ii)
Subtracting equation (ii) from equation (i), we get
–6d = – 30  d = 5
Putting d = 5 in equation (i), we get
a + 45 = 52  a = 7
 a32 = a + (32 – 1) d = 7 + 31 × 5 = 162
and, an = a + (n – 1) d = 7 (n – 1) × 5 = 5n + 2.
Hence a32 = 162 and an = 5n + 2.
Ex.9 Determine the general term of an A.P. whose 7 th term is –1 and 16 th term 17.
Sol. Let a be the first term and d be the common difference of the given A.P. Let the A.P. be a1, a2, a3, ....... an,
.......
It is given that a7 = – 1 and a16 = 17
a + (7 – 1) d = – 1 and, a + (16 – 1) d = 17
 a + 6d = – 1 ....(i)
and,a + 15d = 17 ....(ii)
Subtracting equation (i) from equation (ii), we get
9d = 18  d=2
Putting d = 2 in equation (i), we get
a + 12 = – 1  a = – 13
Now, General term = a n
= a + (n – 1) d = – 13 + (n – 1) × 2 = 2n – 15
Ex.10 If five times the fifth term of an A.P. is equal to 8 times its eight term, show that its 13th term is zero.
Sol. Let a1, a2, a3, ..... , an, .... be the A.P. with its first term = a and common difference = d.
It is given that 5a5 = 8a8
 5(a + 4d) = 8 (a + 7d)
 5a + 20d = 8a + 56d  3a + 36d = 0
 3(a + 12d) = 0  a + 12d = 0
 a + (13 – 1) d = 0  a13 = 0
Ex.11 If the mth term of an A.P. be 1/n and nth term be 1/m, then show that its (mn)th term is 1.
Sol. Let a and d be the first term and common difference respectively of the given A.P. Then,
1 1
= mth term  = a + (m – 1) d ....(i)
n n
1 1
= nth term  = a + (n – 1) d ....(ii)
m m
On subtracting equation (ii) from equation (i), we get
1 1
– = (m – n) d
n m
mn 1
 = (m – n) d  d=
mn mn
1
Putting d = in equation (i), we get
mn
1 ( m  1) 1
=a+  a=
n mn mn
 (mn)th term = a + (mn – 1) d
1 1
= + (mn – 1) =1
mn mn
Ex.12 If m times mth term of an A.P. is equal to n times its nth term, show that the (m + n) term of the A.P. is zero.

Sol. Let a be the first term and d be the common difference of the given A.P. Then, m times mth term = n times nth
term
 mam = nan
 m{a + (m – 1) d} = n {a + (n – 1) d}
 m{a + (m – 1) d} – n{a + (n – 1) d} = 0
 a(m – n) + {m (m – 1) – n(n – 1)} d = 0
 a(m – n) + (m – n) (m + n – 1) d = 0
 (m – n) {a + (m + n – 1) d} = 0
 a + (m + n – 1) d = 0
 am+n = 0
Hence, the (m + n)th term of the given A.P. is zero.
Ex.13 If the pth term of an A.P. is q and the q th term is p, prove that its nth term is (p + q – n).
Sol Let a be the first term and d be the common difference of the given A.P. Then,
pth term = q  a + (p – 1) d = q ....(i)
qth term= p  a + (q – 1) d = p ....(ii)
Subtracting equation (ii) from equation (i), we get
(p – q) d = (q – p)  d = – 1
Putting d = – 1 in equation (i), we get
a = (p + q – 1)
nth term = a + (n – 1) d
= (p + q – 1) + (n – 1) × (–1) = (p + q – n)
Ex.14 If pth, qth and rth terms of an A.P. are a, b, c respectively, then show that
(i) a (q – r) + b(r – p) + c(p – q) = 0
(ii) (a – b) r + (b – c) p + (c – a) q = 0
Sol. Let A be the first term and D be the common difference of the given A.P. Then,
a = pth term  a = A + (p – 1) D ....(i)
th
b = q term  b = A + (q – 1) D ....(ii)
c = rth term  c = A+ (r – 1) D ....(iii)
(i) : We have,
a(q – r) + b (r – p) + c (p – q)
= {A + (p – 1) D} (q – r)
+ {A + (q – 1)} (r – p)
+ {A + (r – 1) D} (p – q)
[Using equations (i), (ii) and (iii)]
= A {(q – r) + (r – p) + (p – q)}
+ D {(p – 1) (q – r) + (q – 1) (r – p)
+ (r – 1) (p – q)}
= A {(q – r) + (r – p) + (p – q)}
+ D{(p – 1) (q – r) + (q – 1) (r – p)
+ (r – 1) (p – q)}
= A . 0 + D {p (q – r) + q (r – p)
+ r (p – q) – (q – r) – (r – p) – (p – q)}
=A.0+D.0=0
(ii) : On subtracting equation (ii) from equation (i), equation (iii) from equation (ii) and equation (i) from
equation (iii), we get
a – b = (p – q) D, (b – c) = (q – r) D and c – a = (r – p) D
 (a – b) r + (b – c) p + (c – a) q
= (p – q) Dr + (q – r) Dp + (r – p) Dq
= D {(p – q) r + (q – r) p + (r – p) q}
=D×0=0
Ex.15 Determine the 10th term from the end of the A.P. 4, 9, 14, ........, 254.
Sol. We have,
l = Last term = 254 and,
d = Common difference = 5,
10th term from the end = l – (10 – 1) d
= l – 9d = 254 – 9 × 5 = 209.
 ARITHMETIC MEAN (A.M.)
 
 If three or more than three terms are in A.P., then the numbers lying between first and last term are known as
Arithmetic Means between them.i.e.
The A.M. between the two given quantities a and b is
A so that a, A, b are in A.P.
ab
i.e. A – a = b – A A =
2
Note : A.M. of any n positive numbers a1, a2 ......an is
a1  a 2  a 3  .....a n
A=
n
n AM’s between two given numbers
If in between two numbers ‘a’ and ‘b’ we have to insert n AM A1, A2, .....An then a, A1, A2, A3....An, b will be in
A.P. The series consist of (n + 2) terms and the last term is b and first term is a.
a + (n + 2 – 1) d = b
ba
d=
n 1
A1 = a + d, A2 = a + 2d,....An = a + nd or An = b – d
Note :
n
(i) Sum of n AM’s inserted between a and b is equal to n times the single AM between a and b i.e. A
r 1
r = nA where

ab
A=
2
(ii) between two numbers
sum of m AM' s m
= 
sum of n AM' s n

 SUPPOSITION OF TERMS IN A.P.


(i) When no. of terms be odd then we take three terms are as: a – d, a, a + d five terms are as – 2d, a – d, a, a + d, a +
2d
Here we take middle term as ‘a’ and common difference as ‘d’.
(ii) When no. of terms be even then we take 4 term are as : a – 3d, a – d, a + d, a + 3d
6 term are as = a – 5d, a – 3d, a – d, a + d, a + 3d, a + 5d
Here we take ‘a – d, a + d’ as middle terms and common difference as ‘2d’.
Note :
th
 n 1
(i) If no. of terms in any series is odd then only one middle term is exist which is   term where n is odd.
 2 
(ii) If no. of terms in any series is even then middle terms are two which are given by
th
 n  
(n/2)th and    1 term where n is even.
 2  

 SOME PROPERTIES OF AN A.P.


 
(i) If each term of a given A.P. be increased, decreased, multiplied or divided by some non zero constant number
then resulting series thus obtained will also be in A.P.
(ii) In an A.P., the sum of terms equidistant from the beginning and end is constant and equal to the sum of first and
last term.
(iii) Any term of an AP (except the first term) is equal to the half of the sum of terms equidistant from the term i.e.
1
an = (an–k + an+k), k < n
2
(iv) If in a finite AP, the number of terms be odd, then its middle term is the AM between the first and last term and
its sum is equal to the product of middle term and no. of terms.
 SOME STANDARD RESULTS

(i) Sum of first n natural numbers


n
n ( n  1)
 r 
r 1
2

(ii) Sum of first n odd natural numbers


n
  (2r  1) = n2
r 1

(iii) Sum of first n even natural numbers


n
=  2r = n ( n+ 1)
r 1

(iv) Sum of squares of first n natural numbers


n
n ( n  1) ( 2n  1)
= r
r 1
2

6

(v) Sum of cubes of first n natural numbers
n 2
 n ( n  1) 
= r 1
r3  
 2 

(vi) If for an A.P. pth term is q, qth term is p then mth term is = p + q – m
(vii) If for an AP sum of p terms is q, sum of q terms is p, then sum of (p + q) term is : (p + q).
(viii) If for an A.P. sum of p terms is equal to sum of q terms then sum of (p + q) terms is zero.

 EXAMPLES 
Ex.16 The sum of three numbers in A.P. is –3, and their product is 8. Find the numbers.
Sol. Let the numbers be (a – d), a, (a + d). Then,
Sum = – 3 (a – d) + a (a + d) = – 3
 3a = – 3
  a=–1
Product = 8
 (a – d) (a) (a + d) = 8
 a (a2 – d2) = 8
 (–1) (1 – d2) = 8
 d2 = 9  d = ± 3
If d = 3, the numbers are –4, –1, 2. If d = – 3, the numbers are 2, – 1, –4.
Thus, the numbers are –4, –1, 2, or 2, – 1, – 4.
Ex.17 Find four numbers in A.P. whose sum is 20 and the sum of whose squares is 120.
Sol. Let the numbers be (a – 3d), (a – d), (a + d), (a + 3d), Then
Sum = 20 
  (a – 3d) + (a – d) + (a + d) + (a + 3d) = 20 
   4a = 20  
   a = 5
Sum of the squares = 120
(a – 3d)2 + (a – d)2 + (a + d)2 + (a + 3d)2 = 120
 4a2 + 20d2 = 120
  a2 + 5d2 = 30
  25 + 5d2 = 30 [a = 5]
  5d2 = 5  d = ± 1
If d = 1, then the numbers are 2, 4, 6, 8. If d = – 1, then the numbers are 8, 6, 4, 2. Thus, the numbers are 2, 4,
6, 8 or 8, 6, 4, 2.

Ex.18 Divide 32 into four parts which are in A.P. such that the product of extremes is to the product of means is 7 :
15.
Sol. Let the four parts be (a – 3d), (a – d), (a + d) and (a + 3d). Then,
Sum = 32
(a – 3d) + (a – d) + (a + d) + (a + 3d) = 32
  4a = 32  a=8
(a  3d ) (a  3d ) 7
It is given that 
(a  d ) (a  d ) 15
a 2  9d 2 7 64  9d 2 7
    
a 2  d2 15 64  d 2 15
  128d2 = 512
  d2 = 4  d = ± 2
Thus, the four parts are a – d, a – d, a + d and a + 3d i.e. 2, 6, 10 and 14.
Ex.19 Find the sum of 20 terms of the A.P. 1, 4, 7, 10, ......
Sol. Let a be the first term and d be the common difference of the given A.P. Then, we have a = 1 and d = 3.
We have to find the sum of 20 terms of the given A.P.
Putting a = 1, d = 3, n = 20 in
n
Sn = [2a + (n – 1) d], we get
2
20
S20 = [2 × 1 + (20 – 1) × 3]
2
= 10 × 59 = 590
Ex.20 Find the sum of first 30 terms of an A.P. whose second term is 2 and seventh term is 22.
Sol. Let a be the first term and d be the common difference of the given A.P. Then,
a2 = 2 and a7 = 22
  a + d = 2 and a + 6d = 22
Solving these two equations, we get
a = – 2 and d = 4.
n
Sn = [2a + (n – 1) d]
2
30
  S30 = [2 × (–2) + (30 – 1) × 4]
2
  15 (–4 + 116) = 15 × 112
= 1680
Hence, the sum of first 30 terms is 1680.

Ex.21 Find the sum of all natural numbers between 250 and 1000 which are exactly divisible by 3.
Sol. Clearly, the numbers between 250 and 1000 which are divisible by 3 are 252, 255, 258, ...., 999. This is an
A.P. with first term a = 252, common difference = 3 and last term = 999. Let there be n terms in this A.P.
Then,
  an = 999
  a + (n – 1)d = 999
  252 + (n – 1) × 3 = 999  n = 250
n
  Required sum = Sn = [a + l]
2
250
= [252 + 999] = 156375
2
Ex.22 How many terms of the series 54, 51, 48, .... be taken so that their sum is 513 ? Explain the double answer.
Sol.  a = 54, d = – 3 and Sn = 513
n
 [2a + (n – 1) d] = 513
2
n
  [108 + (n – 1) × – 3] = 513
2
  n2 – 37n + 342 = 0
  (n – 18) (n – 19) = 0 n = 18 or 19
Here, the common difference is negative, So, 19th term is a19 = 54 + (19 – 1) × – 3 = 0.
Thus, the sum of 18 terms as well as that of 19 terms is 513.
1 1 1
Ex.23 If the mth term of an A.P. is and the nth term is , show that the sum of mn terms is (mn + 1).
n m 2
Sol. Let a be the first term and d be the common difference of the given A.P. Then,
1 1
am = a + (m – 1) d = ...(i)
n n
1 1
and an =  a + (n – 1) d = ...(ii)
m m
Subtracting equation (ii) from equation (i), we get
1 1
(m – n) d = –
n m
mn 1
  (m – n) d = d =
mn mn
1
Putting d = in equation (i), we get
mn
1 1
a + (m – 1) = 
mn n
1 1 1 1
   a+ – = a =
n mn n mn
mn
Now, Smn = {2a + (mn – 1) × d}
2
mn  2 1 
  Smn =  (mn  1) 
2  mn mn 
1
  Smn = (mn + 1)
2
Ex.24 If the term of m terms of an A.P. is the same as the sum of its n terms, show that the sum of its (m + n) terms
is zero.
Sol. Let a be the first term and d be the common difference of the given A.P. Then,
Sm = S n
m n
  [2a + (m – 1) d] = [2a + (n – 1) d]
2 2
  2a(m – n) + {m (m – 1) – n (n – 1)} d = 0
  2a (m – n) + {(m2 – n2) – (m – n)} d = 0
  (m – n) [2a + (m + n – 1) d] = 0
  2a + (m + n – 1) d = 0
  2a + (m + n – 1) d = 0 [ m – n  0] ....(i)
mn
Now, Sm+n = {2a + (m + n – 1) d}
2
mn
Sm+n = × 0 = 0 [Using equation (i)]
2
Ex.25 The sum of n, 2n, 3n terms of an A.P. are S1, S2, S3 respectively. Prove that S3 = 3(S2 – S1).
Sol. Let a be the first term and d be the common difference of the given A.P. Then,
S1 = Sum of n terms
n
  S1 = {2a + (n – 1)d} ....(i)
2
S2 = Sum of 2n terms
2n
  S2 = [2a + (2n – 1) d] ....(ii)
2
and, S3 = Sum of 3n terms
3n
  S3 = [2a + (3n – 1) d] ....(iii)
2
Now, S2 – S 1
2n n
= [2a + (2n – 1) d] – [2a + (n –1) d]
2 2
n
S2 – S1= [2 {2a + (2n – 1)d} – {2a + (n – 1)d}]
2
n
= [2a + (3n – 1) d]
2
3n
  3(S2 – S1) = [2a + (3n – 1) d] = S3
2
[Using (iii)]
Hence, S3 = 3 (S2 – S1)
Ex.26 The sum of n terms of three arithmetical progression are S1, S2 and S3. The first term of each is unity and the
common differences are1, 2 and 3 respectively. Prove that S1 + S3 = 2S2.
Sol. We have,
S1 = Sum of n terms of an A.P. with first term 1 and common difference 1
n n
= [2 × 1 + (n – 1) 1] = [n + 1]
2 2
S2 = Sum of n terms of an A.P. with first term 1 and common difference 2
n
= [2 × 1 + (n – 1) × 2] = n2
2
S3 = Sum of n terms of an A.P. with first term 1 and common difference 3
n n
= [2 × 1 + (n – 1) × 3] = (3n – 1)
2 2
n n
Now, S1 + S 3 = (n + 1) + (3n – 1)
2 2
= 2n2 and S2 = n2
Hence S1 + S3 = 2S2
Ex.27 The sum of the first p, q, r terms of an A.P. are a, b, c respectively. Show that
a b b
(q – r) + (r – p) + (p – q) = 0
p q r
Sol. Let A be the first term and D be the common difference of the given A.P. Then,
p
a = Sum of p terms  a = [2A + (q – 1) D]
2
2a
  = [2A + (p – 1) D] ....(i)
p
b = Sum of q terms
q
  b= [2A + (q – 1) D]
2
2b
 = [2A + (q – 1) D] ....(ii)
q
and, c = Sum of r terms
r
  c= [2A + (r – 1) D]
2
2c
  = [2A + (r – 1) D] ....(iii)
r
Multiplying equations (i), (ii) and (iii) by (q – r), (r – p) and (p – q) respectively and adding, we get
2a 2b 2c
(q – r) + (r – p) + (p – q)
p q r
= [2A + (p – 1) D] (q – r) + [2A + (q – 1) D] (r – p)
+ [(2A + (r – 1) D] (p – q)
= 2A (q – r + r – p + p – q) + D [(p – 1) (q – r)
+ (q – 1)(r – p) + (r – 1) (p – q)]
= 2A × 0 + D × 0 = 0
Ex.28 The ratio of the sum use of n terms of two A.P.’s is (7n + 1) : (4n + 27). Find the ratio of their mth terms.
Sol. Let a1, a2 be the first terms and d1, d2 the common differences of the two given A.P.’s .Then the sums of their
n terms are given by
n
Sn = [2a1 + (n – 1) d1], and
2
n
Sn = [2a2 + (n – 1) d2]
2
n
[ 2a1  ( n  1)d1 ]
Sn 2 2a  (n  1)d1
  '
  1
n
Sn [2a 2  ( n  1)d 2 ] 2a 2  (n  1)d 2
2
Sn 7n  1
It is given that 
S'n 4n  27
2a1  (n  1)d1 7n  1
   ....(i)
2a 2  (n  1)d 2 4n  27
To find the ratio of the mth terms of the two given A.P.’s, we replace n by (2m – 1) in equation (i). Then we
get
2a1  (2m  2)d1 7( 2m  1)  1
  
2a 2  (2m  2)d 2 4( 2m  1)  27
a1  (m  1)d1 14m  6
  
a 2  (m  1)d 2 8m  23
Hence the ratio of the mth terms of the two A.P.s is (14m – 6) : (8m + 23)

Ex.29 The ratio of the sums of m and n terms of an A.P. is m2 : n2. Show that the ratio of the mth and nth terms is
(2m – 1) : (2n – 1).
Sol. Let a be the first term and d the common difference of the given A.P. Then, the sums of m and n terms are
given by
m
Sm = [2a + (m – 1) d], and
2
n
Sn = [2a + (n – 1) d]
2
respectively. Then,
m
[ 2a  (m  1)d ]
Sm m2 m2
= 2  2  2
Sn n n n
[ 2a  (n  1)d ]
2
2a  ( m  1)d m
  
2a  ( n  1)d n
  [2a + (m – 1) d] n = {2a + (n – 1) d} m
  2a (n – m) = d {(n – 1) m – (m – 1) n}
  2a (n – m) = d (n – m)
  d = 2a
Tm a  (m  1)d
Now, 
Tn a  (n  1)d
a  ( m  1)2a 2m  1
= 
a  ( n  1)2a 2n  1
Ex.30 If 4 AM’s are inserted between 1/2 and 3 then find 3rd AM.
1
3
Sol. Here d = 2 1
4 1 2
1 1
A3 = a + 3d  +3× =2
2 2
Ex.31 n AM’s are inserted between 2 and 38. If third AM is 14 then n is equal to.
Sol. Here 2 + 3d = 14 d=4
38  2
 4 =
n 1
4n + 4 = 36 n = 8
Ex.32 Four numbers are in A.P. If their sum is 20 and the sum of their square is 120, then find the middle terms.

Sol. Let the numbers are a – 3d, a – d, a + d, a + 3d


given a – 3d + a – d + a + d + a + 3d = 20
4a = 20 a = 5
and (a – 3d)2 + (a – d)2 + (a + d)2 + (a + 3d)2 = 120
4a2 + 20 d2 = 120
4 × 52 + 20 d2 = 120
d2 = 1 d = ±1
Hence numbers are 2, 4, 6, 8

Ex.33 Find the common difference of an AP, whose first term is 5 and the sum of its first four terms is half the sum
of the next four terms.
Sol. ATQ
1
a1 + a2 + a3 + a4 = (a5 + a6 + a7 + a8)
2
 2[a1 + a2 + a3 + a4] = a5 + a6 + a7 + a8
 2[a1 + a2 + a3 + a4] + (a1 + a2 + a3 + a4)
= [a1 + a2 + a3 + a4]+ (a5 + a6 + a7 + a8)
(adding both side a1 + a2 + a3 + a4)
 3(a1 + a2 + a3 + a4) = a1 + .... + a8  3S4 = S8
4  8 
 3  (2  5  (4  1) d  =  ( 2  5  (8  1) d 
2  2 
 3[10 + 3d] = 2[10 + 7d]
 30 + 9d = 20 + 14d  5d = 10 d = 2

Ex.34 If the nth term of an AP is (2n + 1) then find the sum of its first three terms.
Sol. an = 2n + 1
a1 = 2(1) + 1 = 3
a2 = 2(2) + 1 = 5
a3 = 2(3) + 1 = 7
 a1 + a2 + a3 = 3 + 5 + 7 = 15
1 1 3
Ex.35 Which term of the sequence 20, 19 , 18 , 17 , …… is the first negative terms ?
4 2 4
3
Sol. The given sequence is an A.P. in which first term a = 20 and common difference d = – .
4
Let an is the first negative term
then an < 0
 3
a + (n – 1) d < 0 20 + (n – 1)    < 0
 4
3
20 < (n – 1) 80 < 3 (n – 1)
4
83 2
80 < 3n – 3 83 < 3n n > or n > 27
3 3
2
 28 is the natural number just greater than 27
3
  n = 28 Ans.
IMPORTANT POINTS TO BE REMEMBERED
1. A succession of numbers formed and arranged according to some definite law is called a sequence.
For example :
(a) 3, 7, 11, 15 .........
(b) 2, 4, 8, 16 ........
2. Each number of the sequence is called a term of the sequence. A sequence is said to be finite or infinite according
as the number of terms in it is finite or infinite.
3. If the terms of a sequence are connected by the sign of addition (+), we get a series
For example :
3 + 7 + 11 + 15 + .....
4. If the terms of a series constantly increase or decrease in numerical value, the series is called a progression.
5. A series is said to be in A.P. if the difference of each term after the first term and the proceeding term is constant.
The constant difference is called common difference.
For Example : -
1 + 3 + 5 + 7 + 9 + ........ is an A.P. with common difference 2.

6. General form of an A.P. is


a + (n –1)d = an
7. Sum of n terms of an A.P. is
n n
Sn = 2a  (n – 1)d  = (a  a n )
2 2
8. nth term (a n) = sum of n terms – sum of (n–1) terms of same AP
i.e. an = Sn – Sn–1
9. The nth term is linear in ‘n’ and d = coefficient of n.
10. The sum of n terms is quadratic in ‘n’ and d = double of coefficient of n.
11. S1 = a = (first term of A.P.)
S2 = sum of first two terms.
  if d  0
12. Sum of infinite terms = 
   if d  0

You might also like