APGP: Discussion and examples

Worksheet 1 Q2c

We will encounter the word “within” in a few different topics (very commonly in normal distribution), so it will be useful to know how to translate that into mathematical notation.

xx is within 5 units of yy \Rightarrow xy<5{|x-y| < 5}
Alternatively, 5<xy<5{-5 < x-y < 5}

So the translation for this part of the question, "SnS_n to be within 0.1% of the sum to infinity", would be SnS<0.1100S\boxed{|S_n - S_\infty| < \frac{0.1}{100} S_\infty}.

We will then apply our formulas and use either algebra or the GC (the table method is useful here as nn is an integer) to get the answer.

Algebraic type questions: worksheet 2 Q1

Algebraic type questions involve making use of the unu_n, SnS_n and SS_\infty formulas from our topic, forming equations and manipulating them. We will use the following example to illustrate a few common techniques:

Question A geometric series has common ratio rr, and an arithmetic series has first term aa and common difference dd, where aa and dd are non-zero. The first three terms of the geometric series are equal to the first, fourth and sixth terms respectively of the arithmetic series.

We set up our equations based on what the question says:

a=aa+3d=ara+5d=ar2 \begin{align} a &= a \\ a + 3d &= ar \\ a + 5d &= ar^2 \end{align}

Part (i)

(i) Show that 3r25r+2=0{3r^2 - 5r + 2 = 0}

A very useful technique for AP questions is to subtract equations (because this helps us find the common difference dd). As an aside, if we will like to find an expression for rr, it is then useful to divide equations.

Let’s subtract our equations for this question:

(2)(1):3d=ara(3)(1):5d=ar2a \begin{align*} (2) - (1): && 3d &= ar-a \\ (3) - (1): && 5d &= ar^2-a \\ \end{align*}

We can then make dd the subject from each of the two and equate:
ara3=ar2a5 \frac{ar-a}{3} = \frac{ar^2-a}{5}

Rearrangement will then get us the answer (aa will cancel out in the process).

Part (ii)

(ii) Deduce that the geometric series is convergent and find, in terms of aa, the sum to infinity.

Recall that

GP is convergent \Rightarrow 1<r<1{-1 < r < 1}

We thus want to find rr: which we do by solving the equation in (i). r=1{r=1} (as well as other cases like r=0{r=0} and d=0{d=0}) are almost always rejected (do you know why?) so we have r=23{r=\frac{2}{3}} and we can make our conclusion.

Part (iii)

(iii) The sum of the first nn terms of the arithmetic series is denoted by SS. Given that a>0{a > 0}, find the set of possible values of nn for which SS exceeds 4a4a.

Since we are interested in the AP, we will need the common difference dd.
Recall in the derivation in part (i) we have found that d=ara3{d = \frac{ar-a}{3}}. Substituting r=23{r=\frac{2}{3}} in gives us d=19a{d = -\frac{1}{9}a}.

We can then plug this into the SnS_n formula to get

n2(2a+(n1)(19a))>4a \frac{n}{2} \Big( 2a + (n-1) ( {\textstyle -\frac{1}{9}a} ) \Big) > 4a

which we can solve for nn (once again, aa will cancel out).

Showing type questions: worksheet 1 Q6

To show that a sequence is arithmetic, we will have to show that
unun1=constant\displaystyle {u_n - u_{n-1} = \textrm{constant}}

To show that a sequence is geometric, we will have to show that
unun1=constant\displaystyle {\frac{u_n}{u_{n-1}}= \textrm{constant}}

Being a “constant” typically means that “nn” in our expression cancels out in the process.

Part (i)

(i) Given that TnT_n represents the nnth term of an arithmetic progression, show that the terms of a new sequence where the nnth term is represented by Un=eTn{U_n = \mathrm{e}^{T_n}} form as geometric progression.

Since TnT_n is arithmetic, Tn=a+(n1)d{T_n = a + (n-1)d}. Hence

UnUn1=eTneTn1=ea+(n1)dea+(n2)d=edwhich is a constant \begin{align*} \frac{U_n}{U_{n-1}} &= \frac{\mathrm{e}^{T_n}}{\mathrm{e}^{T_{n-1}}} \\ &= \frac{\mathrm{e}^{a+(n-1)d}}{\mathrm{e}^{a+(n-2)d}} \\ &= e^d \quad \textrm{which is a constant} \end{align*}

so UnU_n forms a geometric progression.

Part (ii)

(ii) Given that XnX_n represents the nnth term of a geometric progression, show that the terms of a new sequence where the nnth term is represented by Yn=lnXn{Y_n = \ln X_n} form as geometric progression.

Since XnX_n is geometric, Xn=arn1{X_n = ar^{n-1}}. Hence

YnYn1=ln(Xn)ln(Xn1)=ln(arn1)ln(arn2)=ln(arn1arn2)=lnrwhich is a constant \begin{align*} Y_n - Y_{n-1} &= \ln (X_n) - \ln(X_{n-1}) \\ &= \ln(ar^{n-1}) - \ln (ar^{n-2}) \\ &= \ln \left( \frac{ar^{n-1}}{ar^{n-2}} \right) \\ &= \ln r \quad \textrm{which is a constant} \end{align*}

so YnY_n forms a arithmetic progression.