Skip to main content

Sequences and Series

Sequences and Series

A sequence is an ordered list of numbers. A series is the sum of the terms of a sequence.

Geometric Series Convergence

Adjust the parameters in the graph above to explore the relationships between variables.

Notation

  • unu_n or ana_n: the nn-th term of a sequence
  • u1u_1: the first term
  • dd: common difference (arithmetic)
  • rr: common ratio (geometric)
  • nn: number of terms
  • SnS_n: sum of the first nn terms

Arithmetic Sequences

An arithmetic sequence has a constant difference between consecutive terms:

un+1un=du_{n+1} - u_n = d

General Term

un=u1+(n1)du_n = u_1 + (n-1)d

Sum of the First nn Terms

Sn=n2(u1+un)=n2[2u1+(n1)d]S_n = \frac{n}{2}(u_1 + u_n) = \frac{n}{2}[2u_1 + (n-1)d]
Example

Find the 20th term and the sum of the first 20 terms of the sequence 3,7,11,15,3, 7, 11, 15, \ldots.

u1=3u_1 = 3, d=4d = 4.

u20=3+19×4=79u_{20} = 3 + 19 \times 4 = 79S20=202(3+79)=10×82=820S_{20} = \frac{20}{2}(3 + 79) = 10 \times 82 = 820

Properties of Arithmetic Sequences

The arithmetic mean of aa and bb is a+b2\dfrac{a+b}{2}.

If a,b,ca, b, c are consecutive terms of an arithmetic sequence, then 2b=a+c2b = a + c.

Example

The 5th term of an arithmetic sequence is 1717 and the 12th term is 3838. Find the first term and the common difference.

u5=u1+4d=17(1)u_5 = u_1 + 4d = 17 \quad \mathrm{(1)}u12=u1+11d=38(2)u_{12} = u_1 + 11d = 38 \quad \mathrm{(2)}

(2) - (1): 7d=21    d=37d = 21 \implies d = 3.

From (1): u1+12=17    u1=5u_1 + 12 = 17 \implies u_1 = 5.


Geometric Sequences

A geometric sequence has a constant ratio between consecutive terms:

un+1un=r\frac{u_{n+1}}{u_n} = r

General Term

un=u1rn1u_n = u_1 r^{n-1}

Sum of the First nn Terms

Sn=u1(rn1)r1=u1(1rn)1r(r1)S_n = \frac{u_1(r^n - 1)}{r - 1} = \frac{u_1(1 - r^n)}{1 - r} \quad (r \neq 1)

When r=1r = 1: Sn=nu1S_n = nu_1.

Example

Find the 8th term and the sum of the first 8 terms of 2,6,18,54,2, 6, 18, 54, \ldots.

u1=2u_1 = 2, r=3r = 3.

u8=2×37=2×2187=4374u_8 = 2 \times 3^7 = 2 \times 2187 = 4374S8=2(381)31=2(65611)2=6560S_8 = \frac{2(3^8 - 1)}{3 - 1} = \frac{2(6561 - 1)}{2} = 6560

Geometric Mean

The geometric mean of aa and bb is ab\sqrt{ab} (for positive a,ba, b).

If a,b,ca, b, c are consecutive terms of a geometric sequence, then b2=acb^2 = ac.


Convergence of Geometric Series

Sum to Infinity

If r<1|r| \lt 1, the geometric series converges and the sum to infinity is:

S=u11rS_{\infty} = \frac{u_1}{1 - r}

If r1|r| \ge 1, the series diverges (the sum to infinity does not exist).

Example

Find the sum to infinity of 1+12+14+18+1 + \dfrac{1}{2} + \dfrac{1}{4} + \dfrac{1}{8} + \cdots.

u1=1u_1 = 1, r=12r = \dfrac{1}{2}. Since r<1|r| \lt 1:

S=1112=2S_{\infty} = \frac{1}{1 - \frac{1}{2}} = 2
Example

Express 0.7˙0.\dot{7} (recurring decimal) as a fraction.

0.7˙=0.7777=710+7100+71000+0.\dot{7} = 0.7777\ldots = \frac{7}{10} + \frac{7}{100} + \frac{7}{1000} + \cdots

This is a geometric series with u1=710u_1 = \dfrac{7}{10} and r=110r = \dfrac{1}{10}.

S=7101110=710910=79S_{\infty} = \frac{\frac{7}{10}}{1 - \frac{1}{10}} = \frac{\frac{7}{10}}{\frac{9}{10}} = \frac{7}{9}
Example

Express 0.2˙7˙0.\dot{2}\dot{7} (i.e., 0.2727270.272727\ldots) as a fraction.

0.2˙7˙=27100+2710000+0.\dot{2}\dot{7} = \frac{27}{100} + \frac{27}{10000} + \cdots

u1=27100u_1 = \dfrac{27}{100}, r=1100r = \dfrac{1}{100}.

S=2710011100=2710099100=2799=311S_{\infty} = \frac{\frac{27}{100}}{1 - \frac{1}{100}} = \frac{\frac{27}{100}}{\frac{99}{100}} = \frac{27}{99} = \frac{3}{11}

Conditions for Convergence

| Condition | Behaviour | | --------- | ----------------------------- | ------ | ------------------------------- | | r<1 | r | \lt 1 | Converges to u11r\dfrac{u_1}{1-r} | | r=1r = 1 | Diverges (grows linearly) | | | | r=1r = -1 | Oscillates, does not converge | | | | r>1 | r | \gt 1 | Diverges (grows exponentially) |


Sigma Notation

Definition

i=1nui=u1+u2+u3++un\sum_{i=1}^{n} u_i = u_1 + u_2 + u_3 + \cdots + u_n

Properties

  1. i=1nk=kn\displaystyle\sum_{i=1}^{n} k = kn
  2. i=1nkui=ki=1nui\displaystyle\sum_{i=1}^{n} k u_i = k\sum_{i=1}^{n} u_i
  3. i=1n(ui±vi)=i=1nui±i=1nvi\displaystyle\sum_{i=1}^{n} (u_i \pm v_i) = \sum_{i=1}^{n} u_i \pm \sum_{i=1}^{n} v_i

Useful Sigma Summations

i=1ni=n(n+1)2\sum_{i=1}^{n} i = \frac{n(n+1)}{2} i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} i=1ni3=[n(n+1)2]2\sum_{i=1}^{n} i^3 = \left[\frac{n(n+1)}{2}\right]^2
Example

Evaluate k=110(3k1)\displaystyle\sum_{k=1}^{10} (3k - 1).

k=110(3k1)=3k=110kk=1101=310×11210=16510=155\sum_{k=1}^{10}(3k-1) = 3\sum_{k=1}^{10}k - \sum_{k=1}^{10}1 = 3 \cdot \frac{10 \times 11}{2} - 10 = 165 - 10 = 155
Example

Evaluate r=1nr(r+1)\displaystyle\sum_{r=1}^{n} r(r+1).

r=1n(r2+r)=r=1nr2+r=1nr=n(n+1)(2n+1)6+n(n+1)2\sum_{r=1}^{n}(r^2 + r) = \sum_{r=1}^{n}r^2 + \sum_{r=1}^{n}r = \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2}=n(n+1)6[(2n+1)+3]=n(n+1)(2n+4)6=n(n+1)(n+2)3= \frac{n(n+1)}{6}\big[(2n+1) + 3\big] = \frac{n(n+1)(2n+4)}{6} = \frac{n(n+1)(n+2)}{3}

Applications

Compound Interest

If a principal PP is invested at a rate of rr per period, compounded for nn periods:

A=P(1+r)nA = P(1 + r)^n

Population Growth

If a population P0P_0 grows at a rate of r%r\% per year:

Pn=P0(1+r100)nP_n = P_0\left(1 + \frac{r}{100}\right)^n

Depreciation

For depreciation at rate r%r\% per year:

Vn=V0(1r100)nV_n = V_0\left(1 - \frac{r}{100}\right)^n
Example

USD 5000 is invested at 6% per year, compounded annually. Find the value after 10 years.

A=5000(1.06)105000×1.7908=8954.24A = 5000(1.06)^{10} \approx 5000 \times 1.7908 = 8954.24

The investment is worth approximately USD 8954.24.

Example

A car bought for USD 25000 depreciates at 15% per year. Find its value after 5 years.

V5=25000(0.85)525000×0.4437=11092.50V_5 = 25000(0.85)^5 \approx 25000 \times 0.4437 = 11092.50

The car is worth approximately USD 11092.50 after 5 years.

Loan Repayments

For a loan of LL with monthly repayment RR at monthly interest rate ii over nn months:

L=R[1(1+i)n]iL = \frac{R[1 - (1+i)^{-n}]}{i}

The Binomial Theorem

Expansion of (a+b)n(a + b)^n

For positive integer nn:

(a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

where the binomial coefficient is:

(nk)=n!k!(nk)!=nCk\binom{n}{k} = \frac{n!}{k!(n-k)!} = {}^nC_k

Special Cases

(1+x)n=k=0n(nk)xk=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+(1 + x)^n = \sum_{k=0}^{n} \binom{n}{k} x^k = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \cdots

Pascal's Triangle

Each entry is the sum of the two entries above it:

\begin`\{array}``\{cccccccc}` & & & 1 & & & \\ & & 1 & & 1 & & \\ & 1 & & 2 & & 1 & \\ 1 & & 3 & & 3 & & 1 \\ & 1 & & 4 & & 6 & & 4 & & 1 \end`\{array}`

Row nn (starting from row 0) gives the coefficients of (a+b)n(a + b)^n.

Example

Expand (2x3)4(2x - 3)^4.

Using the binomial theorem:

(2x3)4=k=04(4k)(2x)4k(3)k(2x - 3)^4 = \sum_{k=0}^{4}\binom{4}{k}(2x)^{4-k}(-3)^k=1(2x)41+4(2x)3(3)+6(2x)29+4(2x)(27)+181= 1 \cdot (2x)^4 \cdot 1 + 4 \cdot (2x)^3 \cdot (-3) + 6 \cdot (2x)^2 \cdot 9 + 4 \cdot (2x) \cdot (-27) + 1 \cdot 81=16x496x3+216x2216x+81= 16x^4 - 96x^3 + 216x^2 - 216x + 81

Finding Specific Terms

To find the term containing xrx^r in the expansion of (a+bx)n(a + bx)^n:

The general term is (nk)ankbkxk\dbinom{n}{k}a^{n-k}b^k x^k.

Set k=rk = r to find the coefficient of xrx^r.

Example

Find the coefficient of x3x^3 in the expansion of (2+3x)7(2 + 3x)^7.

The general term is (7k)27k(3x)k\dbinom{7}{k} 2^{7-k}(3x)^k.

For x3x^3: k=3k = 3.

Coefficient =(73)2433=35×16×27=15120= \dbinom{7}{3} \cdot 2^4 \cdot 3^3 = 35 \times 16 \times 27 = 15120.

Binomial Expansion for Negative or Fractional Powers

For x<1|x| \lt 1 and n{Q}n \in \mathbb{'\{'}Q{'\}'}:

(1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+(1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \cdots

This is an infinite series that converges for x<1|x| \lt 1.

Example

Find the expansion of (1+x)2(1 + x)^{-2} up to the term in x3x^3.

(1+x)2=1+(2)x+(2)(3)2x2+(2)(3)(4)6x3(1+x)^{-2} = 1 + (-2)x + \frac{(-2)(-3)}{2}x^2 + \frac{(-2)(-3)(-4)}{6}x^3=12x+3x24x3= 1 - 2x + 3x^2 - 4x^3
Example

Find the expansion of 11+x\dfrac{1}{\sqrt{1+x}} up to the term in x2x^2.

(1+x)1/2=1+(12)x+(12)(32)2x2(1+x)^{-1/2} = 1 + \left(-\frac{1}{2}\right)x + \frac{\left(-\frac{1}{2}\right)\left(-\frac{3}{2}\right)}{2}x^2=1x2+3x28= 1 - \frac{x}{2} + \frac{3x^2}{8}

Validity of Expansion

The expansion (1+x)n(1+x)^n for non-integer nn converges when x<1|x| \lt 1.

To use this for expressions like (2+3x)1/2(2 + 3x)^{-1/2}, factor out the constant:

(2+3x)1/2=21/2(1+3x2)1/2(2+3x)^{-1/2} = 2^{-1/2}\left(1 + \frac{3x}{2}\right)^{-1/2}

This converges when 3x2<1\left|\dfrac{3x}{2}\right| \lt 1, i.e., x<23|x| \lt \dfrac{2}{3}.


Mixed Arithmetic-Geometric Sequences

Recurrence Relations

A sequence defined by a recurrence relation gives each term in terms of previous terms.

un+1=aun+bu_{n+1} = au_n + b

Solving First-Order Linear Recurrence Relations

For un+1=run+du_{n+1} = ru_n + d with u1u_1 given:

If r1r \neq 1, the solution is:

un=rn1u1+drn11r1u_n = r^{n-1}u_1 + d\frac{r^{n-1} - 1}{r - 1}
Example

A sequence is defined by un+1=3un+2u_{n+1} = 3u_n + 2 with u1=1u_1 = 1. Find unu_n.

r=3r = 3, d=2d = 2.

un=3n11+23n1131=3n1+3n11=23n11u_n = 3^{n-1} \cdot 1 + 2 \cdot \frac{3^{n-1} - 1}{3 - 1} = 3^{n-1} + 3^{n-1} - 1 = 2 \cdot 3^{n-1} - 1

Verify: u1=211=1u_1 = 2 \cdot 1 - 1 = 1. u2=231=5u_2 = 2 \cdot 3 - 1 = 5. Check: u2=3(1)+2=5u_2 = 3(1) + 2 = 5.


IB Exam-Style Questions

Question 1 (Paper 1 style)

An arithmetic sequence has first term 55 and common difference 33. A geometric sequence has first term 33 and common ratio 22. Find the value of nn for which the nn-th terms are equal.

un=5+(n1)×3=3n+2u_n = 5 + (n-1) \times 3 = 3n + 2 vn=3×2n1v_n = 3 \times 2^{n-1} 3n+2=3×2n13n + 2 = 3 \times 2^{n-1}

Testing values:

n=1n = 1: 535 \neq 3.

n=2n = 2: 868 \neq 6.

n=3n = 3: 111211 \neq 12.

n=4n = 4: 142414 \neq 24.

n=5n = 5: 174817 \neq 48.

The sequences do not have equal terms for small nn. The geometric sequence grows much faster. The only possible solution is n=3n = 3 approximately (left =11= 11, right =12= 12), so there is no exact integer solution.

Question 2 (Paper 2 style)

The sum of the first three terms of a geometric sequence is 5252. The sum of the first six terms is 47324732. Find the common ratio and the first term.

S3=u1(r31)r1=52(1)S_3 = \frac{u_1(r^3 - 1)}{r - 1} = 52 \quad \mathrm{(1)} S6=u1(r61)r1=4732(2)S_6 = \frac{u_1(r^6 - 1)}{r - 1} = 4732 \quad \mathrm{(2)}

Dividing (2) by (1):

r61r31=473252=91\frac{r^6 - 1}{r^3 - 1} = \frac{4732}{52} = 91 r3+1=91    r3=90r^3 + 1 = 91 \implies r^3 = 90

Since 90=9×1090 = 9 \times 10 is not a perfect cube, this suggests the ratio might not be exact. Let us reconsider with r310r^3 - 1 \neq 0:

(r31)(r3+1)r31=r3+1=91\frac{(r^3 - 1)(r^3 + 1)}{r^3 - 1} = r^3 + 1 = 91 r3=90,r=903r^3 = 90, \quad r = \sqrt[3]{90}

From (1): u1=52(r1)r31=52(r1)89u_1 = \dfrac{52(r-1)}{r^3 - 1} = \dfrac{52(r-1)}{89}.

Question 3 (Paper 1 style)

Expand (12x)5(1 - 2x)^5 in ascending powers of xx up to and including the term in x3x^3.

(12x)5=1+5(2x)+10(2x)2+10(2x)3+5(2x)4+(2x)5(1-2x)^5 = 1 + 5(-2x) + 10(-2x)^2 + 10(-2x)^3 + 5(-2x)^4 + (-2x)^5 =110x+40x280x3+80x432x5= 1 - 10x + 40x^2 - 80x^3 + 80x^4 - 32x^5

Question 4 (Paper 2 style)

The first three terms of a geometric sequence are sinθ\sin\theta, cosθ\cos\theta, and 13\dfrac{1}{\sqrt{3}}, where 0<θ<π20 \lt \theta \lt \dfrac{\pi}{2}.

Find the value of θ\theta.

Common ratio: r=cosθsinθ=cotθr = \dfrac{\cos\theta}{\sin\theta} = \cot\theta.

Also: r=1/3cosθr = \dfrac{1/\sqrt{3}}{\cos\theta}.

cotθ=13cosθ\cot\theta = \frac{1}{\sqrt{3}\cos\theta} cosθsinθ=13cosθ\frac{\cos\theta}{\sin\theta} = \frac{1}{\sqrt{3}\cos\theta} cos2θ=sinθ3\cos^2\theta = \frac{\sin\theta}{\sqrt{3}}

Since cos2θ=1sin2θ\cos^2\theta = 1 - \sin^2\theta:

1sin2θ=sinθ31 - \sin^2\theta = \frac{\sin\theta}{\sqrt{3}} 3sin2θ+sinθ3=0\sqrt{3}\sin^2\theta + \sin\theta - \sqrt{3} = 0

Let u=sinθu = \sin\theta:

3u2+u3=0\sqrt{3}u^2 + u - \sqrt{3} = 0 u=1±1+1223=1±1323u = \frac{-1 \pm \sqrt{1 + 12}}{2\sqrt{3}} = \frac{-1 \pm \sqrt{13}}{2\sqrt{3}}

Since 0<θ<π20 \lt \theta \lt \dfrac{\pi}{2}, sinθ>0\sin\theta \gt 0:

sinθ=1+1323\sin\theta = \frac{-1 + \sqrt{13}}{2\sqrt{3}}

Question 5 (Paper 1 style)

Evaluate k=150(2k+1)\displaystyle\sum_{k=1}^{50} (2k + 1).

k=150(2k+1)=2k=150k+k=1501=250×512+50=2550+50=2600\sum_{k=1}^{50}(2k+1) = 2\sum_{k=1}^{50}k + \sum_{k=1}^{50}1 = 2 \cdot \frac{50 \times 51}{2} + 50 = 2550 + 50 = 2600

Question 6 (Paper 2 style)

The series 1+2x+3x2+4x3+1 + 2x + 3x^2 + 4x^3 + \cdots can be written as n=1nxn1\displaystyle\sum_{n=1}^{\infty} nx^{n-1}.

(a) Find the sum to infinity in terms of xx for x<1|x| \lt 1.

We know n=0xn=11x\displaystyle\sum_{n=0}^{\infty}x^n = \frac{1}{1-x} for x<1|x| \lt 1.

Differentiating both sides with respect to xx:

n=1nxn1=1(1x)2\sum_{n=1}^{\infty}nx^{n-1} = \frac{1}{(1-x)^2}

(b) Hence find the sum to infinity of n=1n3n\displaystyle\sum_{n=1}^{\infty}\frac{n}{3^n}.

Setting x=13x = \dfrac{1}{3}:

n=1n(13)n1=1(11/3)2=1(2/3)2=94\sum_{n=1}^{\infty}n\left(\frac{1}{3}\right)^{n-1} = \frac{1}{(1 - 1/3)^2} = \frac{1}{(2/3)^2} = \frac{9}{4}

Therefore:

n=1n3n=13n=1n(13)n1=1394=34\sum_{n=1}^{\infty}\frac{n}{3^n} = \frac{1}{3}\sum_{n=1}^{\infty}n\left(\frac{1}{3}\right)^{n-1} = \frac{1}{3} \cdot \frac{9}{4} = \frac{3}{4}

Summary

| Topic | Key Formula | | ---------------------- | ------------------------------------------------------------- | --- | ------ | | Arithmetic nn-th term | un=u1+(n1)du_n = u_1 + (n-1)d | | | | Arithmetic sum | Sn=n2[2u1+(n1)d]S_n = \dfrac{n}{2}[2u_1 + (n-1)d] | | | | Geometric nn-th term | un=u1rn1u_n = u_1 r^{n-1} | | | | Geometric sum | Sn=u1(1rn)1rS_n = \dfrac{u_1(1-r^n)}{1-r} | | | | Sum to infinity | S=u11rS_{\infty} = \dfrac{u_1}{1-r} for r<1 | r | \lt 1 | | Binomial theorem | (a+b)n=k=0n(nk)ankbk(a+b)^n = \displaystyle\sum_{k=0}^{n}\binom{n}{k}a^{n-k}b^k | | | | Sigma of ii | i=1ni=n(n+1)2\displaystyle\sum_{i=1}^{n}i = \dfrac{n(n+1)}{2} | | | | Sigma of i2i^2 | i=1ni2=n(n+1)(2n+1)6\displaystyle\sum_{i=1}^{n}i^2 = \dfrac{n(n+1)(2n+1)}{6} | | |

Exam Strategy

For binomial expansion questions, always check the validity condition when nn is not a positive integer. For geometric series, always verify that r<1|r| \lt 1 before computing SS_{\infty}. In Paper 2, show all steps of sigma notation manipulations.


Mathematical Induction

Principle

Mathematical induction is a proof technique used to prove statements about natural numbers.

Steps

  1. Base case: Prove the statement is true for n=1n = 1 (or the starting value).
  2. Inductive hypothesis: Assume the statement is true for n=kn = k.
  3. Inductive step: Prove that if it is true for n=kn = k, then it is true for n=k+1n = k + 1.
  4. Conclusion: By the principle of mathematical induction, the statement is true for all n1n \ge 1.
Example

Prove that i=1ni2=n(n+1)(2n+1)6\displaystyle\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} for all n1n \ge 1.

Base case (n=1n = 1): i=11i2=1\displaystyle\sum_{i=1}^{1} i^2 = 1 and 1×2×36=1\dfrac{1 \times 2 \times 3}{6} = 1. True.

Inductive hypothesis: Assume i=1ki2=k(k+1)(2k+1)6\displaystyle\sum_{i=1}^{k} i^2 = \frac{k(k+1)(2k+1)}{6}.

Inductive step: Show for n=k+1n = k + 1:

i=1k+1i2=i=1ki2+(k+1)2=k(k+1)(2k+1)6+(k+1)2\sum_{i=1}^{k+1} i^2 = \sum_{i=1}^{k} i^2 + (k+1)^2 = \frac{k(k+1)(2k+1)}{6} + (k+1)^2=k(k+1)(2k+1)+6(k+1)26=(k+1)[k(2k+1)+6(k+1)]6= \frac{k(k+1)(2k+1) + 6(k+1)^2}{6} = \frac{(k+1)[k(2k+1) + 6(k+1)]}{6}=(k+1)(2k2+k+6k+6)6=(k+1)(2k2+7k+6)6= \frac{(k+1)(2k^2 + k + 6k + 6)}{6} = \frac{(k+1)(2k^2 + 7k + 6)}{6}=(k+1)(k+2)(2k+3)6=(k+1)((k+1)+1)(2(k+1)+1)6= \frac{(k+1)(k+2)(2k+3)}{6} = \frac{(k+1)((k+1)+1)(2(k+1)+1)}{6}

This is the required formula with n=k+1n = k + 1. The statement is true by induction.


Additional Sigma Notation Problems

Changing the Index

Sometimes it is useful to change the index of summation:

i=1nai=j=0n1aj+1=k=2n+1ak1\sum_{i=1}^{n} a_i = \sum_{j=0}^{n-1} a_{j+1} = \sum_{k=2}^{n+1} a_{k-1}

Telescoping Series

A telescoping series is one where many terms cancel:

k=1n1k(k+1)=k=1n(1k1k+1)=11n+1=nn+1\sum_{k=1}^{n} \frac{1}{k(k+1)} = \sum_{k=1}^{n}\left(\frac{1}{k} - \frac{1}{k+1}\right) = 1 - \frac{1}{n+1} = \frac{n}{n+1}
Example

Evaluate k=1n1k(k+2)\displaystyle\sum_{k=1}^{n} \frac{1}{k(k+2)}.

Using partial fractions:

1k(k+2)=12(1k1k+2)\frac{1}{k(k+2)} = \frac{1}{2}\left(\frac{1}{k} - \frac{1}{k+2}\right)k=1n1k(k+2)=12(1+121n+11n+2)=12(322n+3(n+1)(n+2))\sum_{k=1}^{n} \frac{1}{k(k+2)} = \frac{1}{2}\left(1 + \frac{1}{2} - \frac{1}{n+1} - \frac{1}{n+2}\right) = \frac{1}{2}\left(\frac{3}{2} - \frac{2n+3}{(n+1)(n+2)}\right)

Arithmetic-Geometric Mean Inequality

Statement

For positive real numbers aa and bb:

\frac{a + b}{2} \ge \sqrt`\{ab}`

Equality holds if and only if a=ba = b.

Generalisation

For positive real numbers a1,a2,,ana_1, a_2, \ldots, a_n:

a1+a2++anna1a2ann\frac{a_1 + a_2 + \cdots + a_n}{n} \ge \sqrt[n]{a_1 a_2 \cdots a_n}

Additional Exam-Style Questions

Question 7 (Paper 2 style)

Use the binomial theorem to expand (1+x)4(1 + x)^4 and hence evaluate 1.0141.01^4 to 5 decimal places.

(1+x)4=1+4x+6x2+4x3+x4(1+x)^4 = 1 + 4x + 6x^2 + 4x^3 + x^4

Set x=0.01x = 0.01:

1.014=1+4(0.01)+6(0.0001)+4(0.000001)+0.000000011.01^4 = 1 + 4(0.01) + 6(0.0001) + 4(0.000001) + 0.00000001 =1+0.04+0.0006+0.000004+0.00000001=1.04060401= 1 + 0.04 + 0.0006 + 0.000004 + 0.00000001 = 1.04060401

To 5 decimal places: 1.040601.04060.

Question 8 (Paper 2 style)

The sum of the first nn terms of a sequence is Sn=n2+2nS_n = n^2 + 2n. Find an expression for the nn-th term unu_n.

un=SnSn1=(n2+2n)((n1)2+2(n1))u_n = S_n - S_{n-1} = (n^2 + 2n) - ((n-1)^2 + 2(n-1)) =n2+2n(n22n+1+2n2)=n2+2nn2+1=2n+1= n^2 + 2n - (n^2 - 2n + 1 + 2n - 2) = n^2 + 2n - n^2 + 1 = 2n + 1

Check: u1=S1=3=2(1)+1u_1 = S_1 = 3 = 2(1) + 1. Correct.

This is an arithmetic sequence with first term 3 and common difference 2.

Question 9 (Paper 2 style)

Find the coefficient of x4x^4 in the expansion of (23x)7(2 - 3x)^7.

The general term is (7k)27k(3x)k\dbinom{7}{k}2^{7-k}(-3x)^k.

For x4x^4: k=4k = 4.

Coefficient =(74)23(3)4=35×8×81=22680= \dbinom{7}{4} \cdot 2^3 \cdot (-3)^4 = 35 \times 8 \times 81 = 22680.

Question 10 (Paper 1 style)

A geometric series has first term aa and common ratio rr. The sum of the first three terms is 2828 and the sum to infinity is 3232. Find aa and rr.

a+ar+ar2=28(1)a + ar + ar^2 = 28 \quad \mathrm{(1)} a1r=32    a=32(1r)(2)\frac{a}{1-r} = 32 \implies a = 32(1-r) \quad \mathrm{(2)}

Substituting (2) into (1):

32(1r)(1+r+r2)=2832(1-r)(1 + r + r^2) = 28 (1r)(1+r+r2)=1r3=2832=78(1-r)(1+r+r^2) = 1 - r^3 = \frac{28}{32} = \frac{7}{8} r3=178=18    r=12r^3 = 1 - \frac{7}{8} = \frac{1}{8} \implies r = \frac{1}{2} a=32(112)=16a = 32\left(1 - \frac{1}{2}\right) = 16

Verify: 16+8+4=2816 + 8 + 4 = 28. And S=16/(11/2)=32S_\infty = 16/(1 - 1/2) = 32. Correct.

For the A-Level treatment of this topic, see Sequences and Series.


tip

tip Ready to test your understanding of Sequences and Series? The diagnostic test contains the hardest questions within the IB specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Sequences and Series with other IB mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.