Sequences and Series

1. Definition of a sequence and a series
  1. What is a sequence, what is a series of a sequence? Explain.
  2. The sequence (an)(a_n) is given by an=2n1(n=1,2,3,...)a_n=2n-1\quad (n=1,2,3,...) the sequence (bn)(b_n) is given by b1=1,bn+1=bn+2(n=1,2,3,...)b_1=1, b_{n+1}=b_n+2\quad (n=1,2,3,...)
    1. Which representation is called explicit, which recursive?
    2. Determine for (an)(a_n) the first 4 terms.
    3. Determine for (bn)(b_n) the first 4 terms.
  3. The sequence (cn)(c_n) is given by c1=2,cn+1=5cn(n=1,2,3,...)c_1=2, c_{n+1}=5c_n \quad (n=1,2,3,...)
    1. Determine the first 44 terms. What is the name of this sequence?
    2. Determine s3s_3, where (sn)(s_n) is the series of the sequence.
  4. The sequence (dn)(d_n) is given by d1=2,dn+1=dn+5(n=1,2,3,...)d_1=2, d_{n+1}=d_n+5 \quad (n=1,2,3,...)
    1. Determine the first 44 terms. What is the name of this sequence?
    2. Determine s4s_4, where (sn)(s_n) is the series of the sequence.
Show
Solution 1
  1. A sequence is a list of numbers or terms: (an)=a1,a2,a3,...(a_n)=a_1, a_2, a_3, ... Often we are interested in the sum of the first nn terms: sn=a1+a2+...+ans_n=a_1+a_2+...+a_n where n=1,2,3,...n=1,2,3,..., thus s1=a1,s2=a1+a2,s3=a1+a2+a3s_1=a_1, s_2=a_1+a_2, s_3=a_1+a_2+a_3 and so on. We call this new sequence (sn)=s1,s2,s3,...(s_n)=s_1, s_2, s_3, ... the series of the sequence (an)(a_n)
  2. We have
    1. (an)(a_n) is explicit, (bn)(b_n) is recursive.
    2. a1=211=1,a2=221=3,a3=231=5,a4=241=7,...a_1=2\cdot 1-1=1, a_2=2\cdot 2-1=3, a_3=2\cdot 3 -1=5, a_4=2\cdot 4-1=7, ... (the odd numbers)
    3. b1=1,b2=1+2=3,b3=3+2=5,b4=5+2=7,...b_1=1, b_2=1+2=3, b_3=3+2=5, b_4=5+2=7, ... (the odd numbers)
  3. We have
    1. c1=2,c2=52=10,c3=510=50,c4=550=250,...c_1=2, c_2=5\cdot 2=10, c_3=5\cdot 10=50, c_4=5\cdot 50=250, ... (geometric sequence)
    2. s3=2+10+50=62s_3=2+10+50=62
  4. We have
    1. d1=2,d2=2+5=7,d3=7+5=12,d4=12+5=17,...d_1=2, d_2=2+5=7, d_3=7+5=12, d_4=12+5=17, ... (arithmetic sequence)
    2. s4=2+7+12+17=38s_4=2+7+12+17=38
2. Arithmetic and geometric sequences

Consider the two sequences

(an)=2,2.5,3,3.5,...(a_n)=2, 2.5, 3, 3.5, ...

and

(bn)=2,2.5,3.125,3.90625,...(b_n)=2, 2.5, 3.125, 3.90625, ...
  1. Which of these sequences is arithmetic, which geometric? Why? What is the common difference, what is the common quotient?
  2. Calculate a5a_5 and b5b_5.
  3. Determine the explicit form for both sequences. Explain why these formulas hold.
  4. Calculate with the explicit formulas a12a_{12} and b12b_{12}.
  5. For which nn is ana_n greater than 10001000 for the first time?
  6. For which nn is bnb_n greater than 10001000 for the first time?
  7. Which sequence describes linear growth, which exponential growth? And what are the respective functional equations describing this growth?
Show
Solution 2
  1. (an)(a_n) is an arithmetic sequence, because from one term to the next always the same number dd is added (d=0.5d=0.5). dd is called the common difference, because it is d=a2a1=a3a2=...d=a_2-a_1=a_3-a_2= ... (bn)(b_n) is a geometric sequence, because from one term to the next always the same factor dd is multiplied (q=1.25q=1.25). dd is called the common quotient, since it is q=a2a1=a3a2=...q=\frac{a_2}{a_1}=\frac{a_3}{a_2}= ...
  2. a5=a4+d=3.5+0.5=4a_5=a_4+d=3.5+0.5=4, b5=qa4=1.253.90625=4.8828125b_5=q\cdot a_4 = 1.25\cdot 3.90625= 4.8828125.
  3. We have an=2+(n1)0.5a_n=2+(n-1)\cdot 0.5 (since from a1a_1 to ana_n the number 0.50.5 is added exactly (n1n-1)-times to 22) and bn=21.25n1b_n=2\cdot 1.25^{n-1} (since from b1b_1 to bnb_n the number 1.251.25 is multiplied exactly (n1n-1)-times with 22).
  4. a12=2+110.5=7.5a_{12}=2+11\cdot 0.5=7.5,b12=21.2511=23.283...b_{12}=2\cdot 1.25^{11}=23.283...
  5. Find nn with an=2+(n1)0.5=1000a_n=2+(n-1)\cdot 0.5=1000 It follows n=1997n=1997. So the answer is n=1998n=1998.
  6. Find nn with bn=21.25n1=1000b_n=2\cdot 1.25^{n-1}=1000 So 1.25n1=5001.25^{n-1}=500. Apply the logarithm to both sides. It follows n=ln(500)ln(1.25)+1=28.85n=\frac{\ln(500)}{\ln(1.25)}+1=28.85 So the answer is n=29n=29.
  7. The arithmetic sequence (an)(a_n) describes linear growth. At "time" x=1x=1 the "population size" is y=2y=2, at "time" x=2x=2 the "population size" is y=2.5y=2.5. It follows f(x)=2+0.5x11=0.5x+1.5f(x)=2+0.5\cdot \frac{x-1}{1}=0.5x+1.5 The geometric sequence (bn)(b_n) describes exponential growth. At "time" x=1x=1 the "population size" is y=2y=2, at "time" x=2x=2 the "population size" is y=2.5y=2.5. It follows f(x)=21.25x11=21.25x1f(x)=2\cdot 1.25^\frac{x-1}{1}=2\cdot 1.25^{x-1}
3. Geometric and arithmetic series (finite sums)
  1. What is the summation formula for summing the first nn terms sn=a1+a2+...+ans_n=a_1+a_2+...+a_{n} of an arithmetic sequence (an)(a_n)?
  2. What is the summation formula for summing the first nn terms sn=b1+b2+...+bns_n=b_1+b_2+...+b_n of a geometric sequence (bn)(b_n)?
  3. Calculate s10s_{10} for the sequence (an)=2,2.5,3,3.5,...(a_n)=2, 2.5, 3, 3.5, .... For which nn is sns_n greater than 1000010000 for the first time?
  4. Calculate s10s_{10} for the sequence (bn)=2,2.5,3.125,3.90625,...(b_n)=2, 2.5, 3.125, 3.90625, .... For which nn is sns_n greater than 1000010000 for the first time?
  5. Calculate the sum 20+19.2+...+1.620+19.2+...+1.6 (assuming that the numbers form an arithmetic sequence).
  6. Calculate the sum 16+12+9+...+590496553616+12+9+...+\frac{59049}{65536} (assuming that the numbers form a geometric sequence).
Show
Solution 3
  1. The summation formula for an arithmetic sequence (an)(a_n) is sn=n(a1+an)2s_n=\frac{n(a_1+a_n)}{2} (half of nn times the of the first and last term).
  2. The summation formula for a geometric sequence (bn)(b_n) is sn=a11qn1qs_n=a_1\cdot\frac{1-q^n}{1-q} where qq is the common quotient of (bn)(b_n).
  3. a10=2+90.5=6.5a_{10}=2+9\cdot 0.5=6.5, also s10=10(2+6.5)2=42.5s_{10}=\frac{10(2+6.5)}{2}=42.5 Find nn with sn>10000s_n>10000: As we have an=2+(n1)0.5a_n=2+(n-1)\cdot 0.5, find nn with sn=n(2+2+(n1)0.5)2=n(3.5+0.5n)2s_n=\frac{n(2+2+(n-1)0.5)}{2}=\frac{n(3.5+0.5n)}{2} Solve the equation for nn n(3.5+0.5n)2=10000\frac{n(3.5+0.5n)}{2}=10000 This is a quadratic equation. Using the midnight formula, we get n1=203.5n_1=-203.5 und n2=196.5n_2=196.5. Thus the solution is n=197n=197.
  4. With q=1.25q=1.25 follows s10=211.251011.25=66.505...s_{10}=2\cdot \frac{1-1.25^{10}}{1-1.25}=66.505... Find nn with sn>10000s_n>10000, that is, find nn with sn=211.25n11.25=10000s_n=2\cdot \frac{1-1.25^n}{1-1.25}=10000 It follows 1.25n=12511.25^n = 1251 Applying the logarithm on both sides, we get n=ln(1251)ln(1.25)=31.96n=\frac{\ln(1251)}{\ln(1.25)}=31.96 Thus, the solution is n=32n=32.
  5. First, find nn: We know that d=19.220=0.8d=19.2-20=-0.8, thus an=20+(n1)(0.8)=1.6a_n=20+(n-1)(-0.8)=1.6 It follows n=24n=24. Now we have 20a1+19.2+...+1.6a24=s24=24(20+1.6)2=259.2\underbrace{20}_{a_1}+19.2+...+\underbrace{1.6}_{a_{24}}=s_{24}=\frac{24(20+1.6)}{2}=259.2
  6. First, find nn: We know that q=1216=0.75q=\frac{12}{16}=0.75, thus an=160.75n1=5904965536a_n=16\cdot 0.75^{n-1}=\frac{59049}{65536} and it follows n=11n=11 (apply logarithm). Therefore we have 16a1+12+9+...+5904965536a11=s11=1610.751110.75=61.29\underbrace{16}_{a_1}+12+9+...+\underbrace{\frac{59049}{65536}}_{a_{11}}=s_{11}=16\frac{1-0.75^{11}}{1-0.75}=61.29
4. Limits of arithmetic and geometric sequences
  1. What does it mean if a "sequence converges", and a "sequence diverges"? What is the limit of a sequence? Explain.
  2. Give examples of convergent sequences with
    1. limit 00
    2. limit 33.
  3. Give examples of divergent sequences that
    1. strive to \infty,
    2. strive to -\infty,
    3. alternate between 1-1 and 11.
    4. alternate between increasing and alternating positive and negative numbers.
  4. When does an arithmetic sequence converge?
  5. When does a geometric sequence converge? If the geometric sequence converges, what is its limit?
Show
Solution 4
  1. If we keep increasing nn and the terms ana_n tend towards a certain numerical value aa, we say that the sequence converges (more precisely: converges towards aa). The numerical value aa is called the limit of the sequence, and we write limnan=a\lim_{n\rightarrow \infty} a_n = a or ana(n)a_n\rightarrow a\quad (n\rightarrow \infty) or a bit more casual a=aa_\infty=a If a sequence does not converge (for example, if the terms ana_n oscillate between two values, or tend towards \infty or -\infty), we say that the sequence diverges.
  2. A few examples:
    1. an=1na_n=\frac{1}{n} converges to 00.
    2. bn=31nb_n=3-\frac{1}{n} is convergent (converges to 33)
  3. A few examples:
    1. an=1000n2a_n=1000-n^2 is divergent (tends towards \infty).
    2. bn=12nb_n=1-2n is divergent (tends to -\infty)
    3. cn=(1)nc_n=(-1)^n is divergent (alternates between 1-1 and 11)
    4. dn=(2)nd_n=(-2)^n alternates between increasing positive and negative numbers.
  4. Arithmetic sequences never converge, so they are always divergent. In fact, they always tend to \infty or -\infty. This is easily seen by inspecting the explicit form an=a1+(n1)da_n=a_1+(n-1)d. An except is the uninteresting case where the common difference d=0d=0. In this case, the sequence is convergent.
  5. Geometric sequences converge only if 1<q<1-1<q<1 holds for the common quotient qq. If this is the case, then an=a1qn1a_n=a_1\cdot q^{n-1} converges to 00. For all other values of qq (qq bigger or equal than 11 or smaller or equal to 1-1) ana_n tends toward \infty, towards -\infty, or shows some kind of oscillatory behaviour (e.g. check out sequences ene_n and fnf_n above).
5. Limits of arithmetic and geometric series (infinite sums)
  1. Consider a sequence (an)(a_n) and its series (sn)(s_n). Give an interpretation of ss_\infty.
  2. When is the infinite sum of an arithmetic sequence finite?
  3. When is the infinite sum of a geometric sequence finite? How is this sum calculated?
  4. Calculate the infinite sum 2+1.9+...2+1.9+..., where the numbers form
    1. an arithmetic sequence.
    2. a geometric sequence.
  5. Calculate the infinite sum where the numbers form a geometric sequence:
    1. 2+2.1+...2+2.1+...
    2. 21.9+...2-1.9+-...
    3. 22.1+...2-2.1+-...
Show
Solution 5
  1. We have s1=a1s2=a1+a2s3=a1+a2+a3......s=a1+a2+a3+a4+...\begin{array}{lll} s_1 & = &a_1\\ s_2 & =& a_1+a_2\\ s_3 & =& a_1+a_2+a_3\\ ... & & ...\\ s_\infty & =& a_1+a_2+a_3+a_4+... \end{array} Thus, the limit ss_\infty of the series (sn)(s_n) is the sum of the infinite many terms of the sequence (an)(a_n). In short, ss_\infty is an infinite sum. If (sn)(s_n) converges, the sum a1+a2+...a_1+a_2+... is finite. If (sn)(s_n) diverges, the sum a1+a2+...a_1+a_2+... is either \infty or -\infty, or does not exist (for oscillatory behaviour).
  2. Never, as the terms ana_n of an arithmetic sequence tend to \infty or -\infty. Thus, the sum of these terms can not be finite. The exception is the uninteresting case where all terms of the sequence (an)(a_n) are zero.
  3. Only for 1<q<1-1<q<1. Then we have s=a111qs_\infty = a_1\cdot\frac{1}{1-q} where qq is the common quotient of the sequence (an)(a_n). This formula follows from the summation formula sn=a11qn1qs_n=a_1\cdot\frac{1-q^n}{1-q} Indeed, for 1<q<1-1<q<1, the value qnq^n converges towards 00 for nn\rightarrow \infty, so sna1101qs_n\rightarrow a_1\cdot\frac{1-0}{1-q} Important: Obviously you can insert any qq-value into the formula s=a111qs_\infty = a_1\cdot\frac{1}{1-q} and you will get a value. But only if 1<q<1-1<q<1 will this value correspond to the infinite sum of the geometric sequence. See the example below.
  4. We have:
    1. s=s_\infty=-\infty
    2. q=1.92=0.95q=\frac{1.9}{2}=0.95 and as 1<q<1-1<q<1 it follows s=2110.95=40s_\infty=2\cdot\frac{1}{1-0.95}=40.
  5. We have:
    1. q=2.12=1.05q=\frac{2.1}{2}=1.05 and thus it is not 1<q<1-1<q<1. It follows that the infinite sum is not finite (indeed it is \infty). Note that we can still use the formula s=2111.05=40s_\infty=2\cdot\frac{1}{1-1.05}=-40. But the result is wrong and is not the infinite sum.
    2. q=1.92=0.95q=\frac{-1.9}{2}=-0.95 and from 1<q<1-1<q<1 follows s=211+0.95=1.025...s_\infty=2\cdot\frac{1}{1+0.95}=1.025....
    3. q=2.12=1.05q=\frac{-2.1}{2}=-1.05 and 1<q<1-1<q<1 does not hold. So the infinite sum is not finite, and also not \infty or -\infty. Indeed, the terms sns_n become larger and larger (in the positive as well as in the negative range). Again note that we can still apply the formula s=211+1.05=0.975s_\infty=2\cdot\frac{1}{1+1.05}=0.975. But this is not the infinite sum.
6. Geometric problems
  1. The following are the first three figures of an infinite sequence of figures. Figure 1 is a square of side length 3. To get figure 2 three squares of side length 11 are added, and so on. The limit figure FF_\infty consists of infinitely many squares.
    1. determine the area (sum of the square areas) of FF_\infty.
    2. in which figure is the height of the object 99.99%99.99\% the height of FF_\infty?
  2. Adding smaller and smaller equilateral triangles as shown in the figure below, we obtain a limit object FF_\infty consisting of infinitely many equilateral triangles. The first triangle has side length 11. After each iteration, the side length is halved.
    1. Which equilateral triangle has for the first time a side length smaller than 0.00010.0001?
    2. Determine the length LL_\infty of the fat spiral a1,a2,...a_1, a_2, ....
    3. Let LnL_n be the sum of the first nn side lengths. For which nn is LnL_n for the first time greater than 1.99991.9999?
    4. Determine the area AA_\infty of FF_\infty.
    5. When is the sum of the first nn triangle areas for the first time bigger than 99.9%99.9\% of the area of FF_\infty?
Show
Solution 6
  1. It is:
    1. The total areas of the objects (from left to right) are

      F1=32=9F2=9+312=9+3F3=9+3+9(13)2=9+3+1F4=9+3+1+27(19)2=9+3+1+13...=\begin{array}{lll} F_1 &=& 3^2=9\\ F_2 &=& 9+ 3\cdot 1^2=9+3\\ F_3 &=& 9+3+9\cdot \left(\frac{1}{3}\right)^2 = 9+3+1\\ F_4 &=& 9+3+1 + 27\cdot \left(\frac{1}{9}\right)^2=9+3+1+\frac{1}{3}\\ ... &=& \\ \end{array}

      So we see that the underlyung sequence of this series is

      9,3,1,13,...9,3,1,\frac{1}{3},...

      Thus q=13q=\frac{1}{3} and therefore the total area is

      F=9111/3=272=13.5F_\infty = 9\frac{1}{1-1/3}=\frac{27}{2}=13.5
    2. The total height in each generation is

      H1=3H2=3+1H3=3+1+13H4=3+1+13+19...\begin{array}{lll} H_1&=&3\\[0.5em] H_2&=&3+1\\[0.5em] H_3&=&3+1+\frac{1}{3}\\[0.5em] H_4&=&3+1+\frac{1}{3}+\frac{1}{9} ...&& \end{array}

      Thus the underlying sequence of this series,

      3,1,13,19,...3,1,\frac{1}{3}, \frac{1}{9},...

      is geometric with q=13q=\frac{1}{3} and it follows for the total height

      H=31113=4.5H_\infty=3\frac{1}{1-\frac{1}{3}}=4.5

      Now, find nn with

      Hn=0.9999HH_n =0.9999\cdot H_\infty

      thus

      31(13)n113=0.99994.53\frac{1-\left(\frac{1}{3}\right)^n}{1-\frac{1}{3}}=0.9999\cdot 4.5

      And it follows n=8.38n=8.38 (apply logarithm), thus n=9n=9.

  2. We have:
    1. The side lengths a1=1,a2=0.5,a3=0.25,...a_1=1, a_2=0.5, a_3=0.25, ..., form a geometric sequence with q=0.5q=0.5. It is an=10.5n1a_n=1\cdot 0.5^{n-1} Find nn with an<0.0001a_n<0.0001, thus 0.5na=0.00010.5^{n-a}=0.0001 n=ln(0.0001)ln(0.5)+1=14.28n = \frac{\ln(0.0001)}{\ln(0.5)}+1=14.28 It follows n=15n=15.
    2. The length LL_\infty of the bold spiral is L=1+0.5+0.25+...L_\infty = 1+0.5+0.25+... The sum forms a geometric sequence with q=0.5q=0.5, and because 1<q<1-1<q<1 if follows L=1110.5=2L_\infty =1\cdot \frac{1}{1-0.5}=2
    3. Find nn with Ln=110.5n10.5>1.9999L_n=1\cdot \frac{1-0.5^n}{1-0.5}>1.9999. We have 10.5n10.5=1.99990.5n=0.00005n=ln(0.00005)0.5=14.28\begin{array}{lll} \frac{1-0.5^n}{1-0.5}&=1.9999\\ 0.5^n & = 0.00005\\ n & = \frac{\ln(0.00005)}{0.5}\\ & = 14.28 \end{array} Thus, it is n=15n=15.
    4. The triangle areas have height (Pythagoras): h1=32h_1=\frac{\sqrt{3}}{2} h2=34h_2=\frac{\sqrt{3}}{4} h3=38h_3=\frac{\sqrt{3}}{8} ...... The triangle area are therefore A1=12321=34A_1=\frac{1}{2}\cdot\frac{\sqrt{3}}{2}\cdot 1=\frac{\sqrt{3}}{4} A2=12340.5=316A_2=\frac{1}{2}\cdot\frac{\sqrt{3}}{4}\cdot 0.5=\frac{\sqrt{3}}{16} A2=12380.25=364A_2=\frac{1}{2}\cdot\frac{\sqrt{3}}{8}\cdot 0.25=\frac{\sqrt{3}}{64} ...... and we see that this is a geometric sequence with q=0.25q=0.25. Because of 1<q<1-1<q<1 if follows A=34110.25=0.577...A_\infty=\frac{\sqrt{3}}{4}\cdot\frac{1}{1-0.25}=0.577...
    5. Sn=3410.25n10.25S_n=\frac{\sqrt{3}}{4}\cdot \frac{1-0.25^n}{1-0.25}. Find nn with Sn>0.999FS_n>0.999\cdot F_\infty 3410.25n10.25=0.99934110.25\frac{\sqrt{3}}{4}\cdot \frac{1-0.25^n}{1-0.25} = 0.999\cdot \frac{\sqrt{3}}{4}\cdot\frac{1}{1-0.25} 0.25n=0.0010.25^n=0.001 n=ln(0.001)ln(0.25)=4.983n = \frac{\ln(0.001)}{\ln(0.25)}=4.983 This it is n=5n=5.