Skip to content

9709 · 1.6

Series — practice questions

Practice and worked examples for 9709 Series. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

i) Find the first three terms in the expansion of 14x\sqrt{1-4x} in ascending powers of xx.

ii) State the range of values of xx for which the expansion is valid.

Show solution outline

i) First, rewrite the expression in index form: 14x=(14x)1/2\sqrt{1-4x} = (1-4x)^{1/2}. This is in the form (1+y)n(1+y)^n with y=4xy = -4x and n=12n = \frac{1}{2}.

Using the binomial expansion formula 1+ny+n(n1)2!y2+1 + ny + \frac{n(n-1)}{2!}y^2 + \dots:

=1+(12)(4x)+(12)(121)2!(4x)2+= 1 + (\frac{1}{2})(-4x) + \frac{(\frac{1}{2})(\frac{1}{2}-1)}{2!}(-4x)^2 + \dots

=12x+(12)(12)2(16x2)+= 1 - 2x + \frac{(\frac{1}{2})(-\frac{1}{2})}{2}(16x^2) + \dots

=12x+142(16x2)+= 1 - 2x + \frac{-\frac{1}{4}}{2}(16x^2) + \dots

=12x18(16x2)+= 1 - 2x - \frac{1}{8}(16x^2) + \dots

=12x2x2+= 1 - 2x - 2x^2 + \dots

ii) The expansion is valid when $-4x< 1$.
$4x< 1$
$x< \frac{1}{4}$.
This can also be written as 14<x<14-\frac{1}{4} < x < \frac{1}{4}.

Worked example 2

The second term of a geometric progression is 12 and its sum to infinity is 50. The common ratio is positive. Find the first term of the progression.

Show solution outline

Let the first term be aa and the common ratio be rr.

We are given: The second term is 12: u2=ar=12u_2 = ar = 12 (Equation 1) The sum to infinity is 50: S=a1r=50S_\infty = \frac{a}{1-r} = 50 (Equation 2)

From Equation 1, we can express aa in terms of rr: a=12ra = \frac{12}{r}.

Substitute this expression for aa into Equation 2: 12/r1r=50\frac{12/r}{1-r} = 50

Now, solve for rr: 12=50r(1r)12 = 50r(1-r) 12=50r50r212 = 50r - 50r^2 50r250r+12=050r^2 - 50r + 12 = 0 Divide by 2 to simplify: 25r225r+6=025r^2 - 25r + 6 = 0

This is a quadratic equation in rr. We can factorise it: (5r2)(5r3)=0(5r-2)(5r-3) = 0 So, r=25r = \frac{2}{5} or r=35r = \frac{3}{5}.

Both values of rr are positive and satisfy the condition r<1|r|<1 for the sum to infinity to exist.

Case 1: r=25r = \frac{2}{5} a=12r=122/5=12×52=30a = \frac{12}{r} = \frac{12}{2/5} = 12 \times \frac{5}{2} = 30.

Case 2: r=35r = \frac{3}{5} a=12r=123/5=12×53=20a = \frac{12}{r} = \frac{12}{3/5} = 12 \times \frac{5}{3} = 20.

The question asks for the first term, and we have found two possible values.

The possible values for the first term are 20 and 30.