Level 1 — RecognitionSequences & Series

Sequences & Series

20 minutes30 marksprintable — key stays hidden on paper

Difficulty Level: 1 (Recognition — MCQ, Matching, True/False with justification) Time Limit: 20 minutes Total Marks: 30


Section A — Multiple Choice Questions (1 mark each)

Choose the correct option.

Q1. The nnth term of an AP with first term aa and common difference dd is: (a) a+nda + nd (b) a+(n1)da + (n-1)d (c) an+dan + d (d) a(n1)da - (n-1)d

Q2. The sum of the first nn natural numbers k=1nk\sum_{k=1}^{n} k equals: (a) n(n+1)2\dfrac{n(n+1)}{2} (b) n(n1)2\dfrac{n(n-1)}{2} (c) n2n^2 (d) n(2n+1)6\dfrac{n(2n+1)}{6}

Q3. An infinite GP a+ar+ar2+a + ar + ar^2 + \cdots converges if and only if: (a) r>1r > 1 (b) r<1|r| < 1 (c) r<0r < 0 (d) r1|r| \ge 1

Q4. The sum of an infinite convergent GP with first term aa and ratio rr is: (a) a1r\dfrac{a}{1-r} (b) ar1\dfrac{a}{r-1} (c) a(1r)1\dfrac{a(1-r)}{1} (d) 11r\dfrac{1}{1-r}

Q5. If a,b,ca, b, c are in HP, then bb (the Harmonic Mean of aa and cc) equals: (a) a+c2\dfrac{a+c}{2} (b) ac\sqrt{ac} (c) 2aca+c\dfrac{2ac}{a+c} (d) aca+c\dfrac{ac}{a+c}

Q6. For two positive numbers, the correct inequality is: (a) AMGMHMAM \le GM \le HM (b) HMGMAMHM \le GM \le AM (c) GMAMHMGM \le AM \le HM (d) AMHMGMAM \le HM \le GM

Q7. The value of k=1nk2\sum_{k=1}^{n} k^2 is: (a) n(n+1)2\dfrac{n(n+1)}{2} (b) (n(n+1)2)2\left(\dfrac{n(n+1)}{2}\right)^2 (c) n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6} (d) n(n+1)(n+2)6\dfrac{n(n+1)(n+2)}{6}

Q8. The number of terms in the binomial expansion of (x+y)n(x+y)^n is: (a) nn (b) n1n-1 (c) n+1n+1 (d) 2n2n

Q9. The general term Tr+1T_{r+1} in the expansion of (x+y)n(x+y)^n is: (a) (nr)xnryr\binom{n}{r} x^{n-r} y^r (b) (nr)xrynr\binom{n}{r} x^r y^{n-r} (c) (nr+1)xnryr\binom{n}{r+1} x^{n-r} y^r (d) (nr)xnyr\binom{n}{r} x^n y^r

Q10. The relation between AM, GM, HM of two positive numbers is: (a) GM2=AMHMGM^2 = AM \cdot HM (b) AM2=GMHMAM^2 = GM \cdot HM (c) HM2=AMGMHM^2 = AM \cdot GM (d) AM=GM=HMAM = GM = HM always

Q11. A telescoping sum k=1n(1k1k+1)\sum_{k=1}^{n}\left(\dfrac{1}{k} - \dfrac{1}{k+1}\right) equals: (a) 11n+11 - \dfrac{1}{n+1} (b) 1n\dfrac{1}{n} (c) 1+1n1 + \dfrac{1}{n} (d) 1n+1\dfrac{1}{n+1}

Q12. In mathematical induction, after verifying the base case, we must: (a) prove the statement for all nn directly (b) assume P(k)P(k) true and prove P(k+1)P(k+1) (c) assume P(k+1)P(k+1) and prove P(k)P(k) (d) check only n=1n=1 and n=2n=2


Section B — Matching (1 mark each; total 5 marks)

Q13. Match each expression in Column I with its value/form in Column II.

Column I Column II
(i) k=1n1\sum_{k=1}^{n} 1 (P) n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6}
(ii) k=1nk3\sum_{k=1}^{n} k^3 (Q) nn
(iii) k=1nk2\sum_{k=1}^{n} k^2 (R) a(rn1)r1\dfrac{a(r^n-1)}{r-1}
(iv) Sum of nn terms of GP (r1)(r\ne1) (S) (n(n+1)2)2\left(\dfrac{n(n+1)}{2}\right)^2
(v) GM of aa and bb (T) ab\sqrt{ab}

Section C — True / False WITH Justification (2 marks each; total 13 marks)

State True or False and give a one-line reason. 1 mark for verdict, 1 mark for justification.

Q14. The sequence 2,4,8,16,2, 4, 8, 16, \ldots is an arithmetic progression.

Q15. The infinite series 1+2+4+8+1 + 2 + 4 + 8 + \cdots has a finite sum.

Q16. In Pascal's triangle, the entry in row nn, position rr (both from 0) equals (nr)\binom{n}{r}, and (nr)+(nr+1)=(n+1r+1)\binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1}.

Q17. For a rational index, (1+x)1/21+x2(1+x)^{1/2} \approx 1 + \dfrac{x}{2} is a valid approximation for small xx.

Q18. For any two distinct positive reals, AM=GMAM = GM.

Q19. The middle term of (x+y)6(x+y)^6 is the 4th term.

Q20. Strong induction assumes the statement holds for all values from the base up to kk to prove it for k+1k+1.

Answer keyMark scheme & solutions

Section A (1 mark each)

Q1. (b) a+(n1)da+(n-1)d. From the base term aa, add dd exactly (n1)(n-1) times to reach the nnth term.

Q2. (a) n(n+1)2\dfrac{n(n+1)}{2}. Standard AP sum with a=1,d=1a=1,d=1: n2(1+n)\frac{n}{2}(1+n).

Q3. (b) r<1|r|<1. Only then does rn0r^n\to0, making partial sums converge.

Q4. (a) a1r\dfrac{a}{1-r}. Limit of a(1rn)1r\frac{a(1-r^n)}{1-r} as rn0r^n\to0.

Q5. (c) 2aca+c\dfrac{2ac}{a+c}. HM is the reciprocal of the average of reciprocals.

Q6. (b) HMGMAMHM \le GM \le AM. Standard AM–GM–HM chain (equality iff numbers equal).

Q7. (c) n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6}. Standard Σn2\Sigma n^2 formula.

Q8. (c) n+1n+1. Powers r=0,,nr=0,\dots,n give n+1n+1 terms.

Q9. (a) (nr)xnryr\binom{n}{r}x^{n-r}y^r. General term with descending power of xx.

Q10. (a) GM2=AMHMGM^2 = AM\cdot HM. Since a+b22aba+b=ab=(ab)2\frac{a+b}{2}\cdot\frac{2ab}{a+b}=ab=(\sqrt{ab})^2.

Q11. (a) 11n+11-\dfrac{1}{n+1}. Telescoping: all middle terms cancel, leaving first minus last.

Q12. (b) Assume P(k)P(k), prove P(k+1)P(k+1) — the inductive step.

Section B (1 mark each)

Q13.

  • (i) → (Q): 1=n\sum 1 = n
  • (ii) → (S): k3=(n(n+1)2)2\sum k^3 = \left(\frac{n(n+1)}{2}\right)^2
  • (iii) → (P): k2=n(n+1)(2n+1)6\sum k^2 = \frac{n(n+1)(2n+1)}{6}
  • (iv) → (R): GP sum a(rn1)r1\frac{a(r^n-1)}{r-1}
  • (v) → (T): GM=abGM=\sqrt{ab}

Section C (2 marks: 1 verdict + 1 reason)

Q14. FALSE. Ratios are constant (=2=2) but differences (2,4,8,)(2,4,8,\dots) are not constant; it is a GP, not an AP.

Q15. FALSE. It is a GP with r=2r=2, and r1|r|\ge1, so partial sums diverge to \infty; no finite sum.

Q16. TRUE. Pascal entries are binomial coefficients and satisfy Pascal's rule (nr)+(nr+1)=(n+1r+1)\binom{n}{r}+\binom{n}{r+1}=\binom{n+1}{r+1}.

Q17. TRUE. Binomial series for rational index: (1+x)1/2=1+12x18x2+(1+x)^{1/2}=1+\frac12 x-\frac18 x^2+\cdots, valid x<1|x|<1; leading terms give the stated approximation.

Q18. FALSE. For distinct positives AM>GMAM>GM strictly; equality holds only when the numbers are equal.

Q19. TRUE. For n=6n=6 there are 7 terms; middle term is the (62+1)=4\left(\frac{6}{2}+1\right)=4th term.

Q20. TRUE. Strong induction uses the hypothesis P(1)P(k)P(1)\wedge\cdots\wedge P(k) to establish P(k+1)P(k+1).

[
  {"claim":"HM of a and c equals 2ac/(a+c)","code":"a,c=symbols('a c',positive=True); HM=2/(1/a+1/c); result = simplify(HM-2*a*c/(a+c))==0"},
  {"claim":"GM^2 = AM*HM for two positives","code":"a,b=symbols('a b',positive=True); AM=(a+b)/2; HM=2*a*b/(a+b); GM2=a*b; result = simplify(GM2-AM*HM)==0"},
  {"claim":"Telescoping sum equals 1-1/(n+1)","code":"k,n=symbols('k n',positive=True,integer=True); S=summation(1/k-1/(k+1),(k,1,n)); result = simplify(S-(1-1/(n+1)))==0"},
  {"claim":"Sum of k^2 equals n(n+1)(2n+1)/6","code":"k,n=symbols('k n',positive=True,integer=True); S=summation(k**2,(k,1,n)); result = simplify(S-n*(n+1)*(2*n+1)/6)==0"}
]