Question 1: If the \displaystyle n^{th} term \displaystyle a_n of a sequence is given by \displaystyle a_n = n^2-n+1 , write down the first five terms. 

Answer:

Given sequence is \displaystyle a_n = n^2-n+1

\displaystyle \text{Let the first five terms be } a_1, a_2, a_3, a_4, a_5

\displaystyle a_1 = (1)^2 - 1 + 1 = 1

\displaystyle a_2 = (2)^2 - 2 + 1 = 3

\displaystyle a_3 = (3)^2 - 3 + 1 = 7

\displaystyle a_4 = (4)^2 - 4 + 1 = 13

\displaystyle a_5 = (5)^2 - 5 + 1 = 21

Therefore the first five terms are \displaystyle 1, 3, 7, 13, \text{and } 21

\displaystyle \\

Question 2: A sequence is defined by \displaystyle a_n = n^3 - 6n^2 + 11n -6, n \in N . Show that the first three terms of the sequence are zero and all other terms are positive.

Answer:

$latex \displaystyle \text{Given sequence } a_n = n^3 – 6n^2 + 11n -6, n \in N $

\displaystyle \text{Let the first five terms be } a_1, a_2, a_3

\displaystyle a_1 = (1)^3 - 6(1)^2 + 11(1) - 6 = 0

\displaystyle a_1 = (2)^3 - 6(2)^2 + 11(2) - 6 = 0

\displaystyle a_1 = (3)^3 - 6(3)^2 + 11(3) - 6 = 0

Therefore the first three terms are \displaystyle 0

\displaystyle \text{And } a_n = n^3 - 6n^2 + 11n -6 = (n-2)^3 - (n-2)

\displaystyle \text{Therefore } a_n will be positive \displaystyle \text{For } n \geq 4

\displaystyle \\

Question 3: Find the first four terms of the sequence defined by \displaystyle a_1 =3 \text{and } a_n = 3a_{n-1} +2 for all.

Answer:

Given \displaystyle a_1 =3 \text{and } a_n = 3a_{n-1} +2

\displaystyle a_2 = 3 a_{2-1}+ 2 = 3a_1 + 2 = 3(3) + 2 = 11

\displaystyle a_3 = 3 a_{3-1}+ 2 = 3a_2 + 2 = 3(11) + 2 = 35

\displaystyle a_4 = 3 a_{4-1}+ 2 = 3a_3 + 2 = 3(35) + 2 = 107

\displaystyle \\

Question 4: Write the first five terms in each of the following sequences:

i) \displaystyle a_1 = 1, a_n = a_{n-1} + 2, n > 1

ii) \displaystyle a_1 = 1 = a_2, a_n = a_{n-1}+ a_{n-2}, n > 2

iii) \displaystyle a_1=a_2= 2, a_n = a_{n-1}-1, n > 2

Answer:

i) \displaystyle a_1 = 1, a_n = a_{n-1} + 2, n > 1

\displaystyle a_1 = 1

\displaystyle a_2 = a_{2-1} + 2 = a_1 + 2 = 1 + 2 = 3

\displaystyle a_3 = a_{3-1} + 2 = a_2 + 2 = 3 + 2 = 5

\displaystyle a_4 = a_{4-1} + 2 = a_3 + 2 = 5 + 2 = 7

\displaystyle a_5 = a_{5-1} + 2 = a_4 + 2 = 7 + 2 = 9

Therefore the first five terms of the given sequence are \displaystyle 1, 3, 5, 7 \text{and } 9 .

ii) \displaystyle a_1 = 1 = a_2, a_n = a_{n-1}+ a_{n-2}, n > 2

\displaystyle a_1 = 1

\displaystyle a_2 = 1

\displaystyle a_3 = a_{3-1} + a({3-2} = a_2 + a_1 = 1 + 1 = 2

\displaystyle a_4 = a_{4-1} + a({4-2} = a_3 + a_2 = 2 + 1 = 3

\displaystyle a_5 = a_{5-1} + a({5-2} = a_4 + a_3 = 3 + 2 = 5

Therefore the first five terms of the given sequence are \displaystyle 1, 1, 2, 3 \text{and } 5 .

iii) \displaystyle a_1=a_2= 2, a_n = a_{n-1}-1, n > 2

\displaystyle a_1 = 2

\displaystyle a_2 = 2

\displaystyle a_3 = a_{3-1} - 1 = a_2 -1 = 2 - 1 = 1

\displaystyle a_4 = a_{4-1} - 1 = a_3 -1 = 1 - 1 = 0

\displaystyle a_5 = a_{5-1} - 1 = a_4 -1 = 0 - 1 = -1

Therefore the first five terms of the given sequence are \displaystyle 2, 2, 1, 0 \text{and } -1 .

\displaystyle \\

Question 5: The Fibonacci sequence is defined by \displaystyle a_1 = 1 = a_2, a_n = a_{n-1} + a_{n-2} \displaystyle \text{For } n > 2 . Find \displaystyle \frac{a_{n + 1}}{a_n} \text{For } n = 1, 2, 3, 4, 5 .

Answer:

\displaystyle \text{Given: } a_1= 1, a_2 = 1

\displaystyle a_3 = a_{3-1} + a_{3-2} = a_2 + a_1 = 1+1= 2

\displaystyle a_4 = a_{4-1} + a_{4-2} = a_3 + a_2 = 2+1= 3

\displaystyle a_5 = a_{5-1} + a_{5-2} = a_4 + a_3 = 3+2= 5

\displaystyle a_6 = a_{6-1} + a_{6-2} = a_5 + a_4 = 5+3= 8

\displaystyle \text{Therefore } \text{For } \frac{a_{n + 1}}{a_n}  

\displaystyle \text{For } n = 1: \frac{a_{1 + 1}}{a_1} = \frac{a_2}{a_1} = \frac{1}{1} = 1

\displaystyle \text{For } n = 2: \frac{a_{2 + 1}}{a_2} = \frac{a_3}{a_2} = \frac{2}{1} = 2

\displaystyle \text{For } n = 3: \frac{a_{3 + 1}}{a_3} = \frac{a_4}{a_3} = \frac{3}{2}  

\displaystyle \text{For } n = 4: \frac{a_{4 + 1}}{a_4} = \frac{a_5}{a_4} = \frac{5}{3}  

\displaystyle \text{For } n = 5: \frac{a_{5 + 1}}{a_5} = \frac{a_6}{a_5} = \frac{8}{5}  

\displaystyle \\

Question 6: Show that each of the following sequences is in A.P. Also find the common difference and write 3 more terms in each case.

i) \displaystyle 3, -1, -5, -9, \ldots

ii) \displaystyle -1, \frac{1}{4} , \frac{3}{2} , \frac{11}{4} , \ldots

iii) \displaystyle \sqrt{2}, 3\sqrt{2}, 5\sqrt{2}, 7\sqrt{2}, \ldots

iv) \displaystyle 9, 7 , 5, 3 \ldots

Answer:

i) Given sequence: \displaystyle 3, -1, -5, -9, \ldots

\displaystyle a_1 = 3, a_2 = -1, a_3 = -5, a_4 = -9

\displaystyle a_2 - a_1 = -1-3 = - 4

\displaystyle a_3 - a_2 = -5 - (-1) = - 4

\displaystyle a_4 - a_3 = -9 - (-5) = - 4

Therefore the common difference \displaystyle (d) = -4

\displaystyle a_5 = a_4 + d = -9 +(-4) = - 13

\displaystyle a_6 = a_5 + d = -13 +(-4) = -17

\displaystyle a_7 = a_6 + d = -17 +(-4) = -21

ii) Given sequence: \displaystyle -1, \frac{1}{4} , \frac{3}{2} , \frac{11}{4} , \ldots

\displaystyle a_1 = -1, a_2 = \frac{1}{4} , a_3 = \frac{3}{2} , a_4 = \frac{11}{4}  

\displaystyle a_2 - a_1 = \frac{1}{4} - (-1) = \frac{5}{4}  

\displaystyle a_3 - a_2 = \frac{3}{2} - ( \frac{1}{4} ) = \frac{5}{4}  

\displaystyle a_4 - a_3 = \frac{11}{4} - ( \frac{3}{2} ) = \frac{5}{4}  

Therefore the common difference \displaystyle (d) = \frac{5}{4}  

\displaystyle a_5 = a_4 + d = \frac{11}{4} + \frac{5}{4} = 4

\displaystyle a_6 = a_5 + d = 4 + \frac{5}{4} = \frac{21}{4}  

\displaystyle a_7 = a_6 + d = \frac{21}{4} + \frac{5}{4} = \frac{26}{4} = \frac{13}{2}  

iii) Given sequence: \displaystyle \sqrt{2}, 3\sqrt{2}, 5\sqrt{2}, 7\sqrt{2}, \ldots

\displaystyle a_1 = \sqrt{2}, a_2 = 3\sqrt{2}, a_3 = 5\sqrt{2}, a_4 = 7\sqrt{2}

\displaystyle a_2 - a_1 = 3\sqrt{2}-\sqrt{2} = 2\sqrt{2}

\displaystyle a_3 - a_2 = 5\sqrt{2} - 3\sqrt{2} = 2\sqrt{2}

\displaystyle a_4 - a_3 = 7\sqrt{2} - 5\sqrt{2} = 2\sqrt{2}

Therefore the common difference \displaystyle (d) = 2\sqrt{2}

\displaystyle a_5 = a_4 + d = 7\sqrt{2} +2\sqrt{2} = 9\sqrt{2}

\displaystyle a_6 = a_5 + d = 9\sqrt{2} +2\sqrt{2} = 11\sqrt{2}

\displaystyle a_7 = a_6 + d = 11\sqrt{2} +2\sqrt{2} = 13\sqrt{2}

iv) Given sequence: \displaystyle 9, 7 , 5, 3 \ldots

\displaystyle a_1 = 9, a_2 = 7, a_3 = 5, a_4 = 3

\displaystyle a_2 - a_1 = 7-9 = - 2

\displaystyle a_3 - a_2 = 5-7 = - 2

\displaystyle a_4 - a_3 = 3-5 = - 2

Therefore the common difference \displaystyle (d) = -2

\displaystyle a_5 = a_4 + d = 3 +(-2) = 1

\displaystyle a_6 = a_5 + d = 1 +(-2) = -1

\displaystyle a_7 = a_6 + d = -1 +(-2) = -3

\displaystyle \\

Question 7: The \displaystyle n^{th} terms of a sequence is given by \displaystyle a_n = 2n+ 7 . Show that it is an A.P. Also, find its \displaystyle 7^{th} terms.

Answer:

\displaystyle \text{Given sequence } a_n = 2n+ 7

\displaystyle a_1 = 2 ( 1) + 7 = 9

\displaystyle a_2 = 2(2) + 7 = 11

\displaystyle a_3 = 2(3) + 7 = 13

\displaystyle a_2 - a_1 = a_3 - a_2 = 2

Therefore the common difference \displaystyle (d) = 2 . Therefore the given sequence is an A.P.

\displaystyle a_7 = 2(7) + 7 = 21

\displaystyle \\

Question 8: The \displaystyle n^{th} terms of a sequence is given by \displaystyle a_n = 2n^2 +n + 1 . Show that it is not an A.P.

Answer:

\displaystyle \text{Given sequence } a_n = 2n^2 +n + 1

\displaystyle a_1 = 2(1)^2 + 1 + 1 = 4

\displaystyle a_2 = 2(2)^2 + 2 + 1 = 11

\displaystyle a_3 = 2(3)^2 + 3 + 1 = 21

\displaystyle \text{Therefore } a_3-a_2 \neq a_2-a_1

Hence the sequence is not an A.P.