Sequences Solutions

Part of the Oxford MAT Livestream.

Revision Questions

  1. a3=323=6. a10=90.
    an+1an=((n+1)2(n+1))(n2n)=2n.
    an+12an+an1=(an+1an)(anan1)=2n2(n1) using the previous part, and this is 2.
  2. This is the sum of the first 11 terms of an arithmetic sequence with first term a=1 and common difference 3. So the sum is 112(2+10×3)=176. Also, a1000=3001.
  3. This is the sum of the first 11 terms of a geometric sequence with first term a=1 and common ratio 13. So the sum is (1311)131=32(1311). Also, a1000=31000.
    The common ratio is between 1 and 1 so the sum to infinity does converge. The sum to infinity is 1131=32.
  4. In particular, we would need a0=b0 so 1=A+B. Also, we would need a1=b1 so 4=3A+B. So A=32 and B=12.
    We should check that this works for all n, so let's check that if an1=bn1 then an=bn. We know that an=3an1+1 and we can work out 3bn1+1=3×323n132+1=323n12 which is exactly bn. So if an1=bn1 then an=bn. The sequences match for all n.
  5. At first sight, this doesn't look like enough information; we haven't been told the values of any of the terms in the sequence! The key is that we're asked to give our answer in terms of the first three terms of the sequence without solving for what those are.
    For example, if we substitute n=0 then we find a0=C. So we've got an expression for C in terms of a0.
    Now substitute n=1 and n=2 to get a1=A+B+C and a2=4A+2B+C. We want A and B in terms of the variables a0, a1, a2, and we can use the fact that C=a0 to eliminate C. These are simultaneous equations for A and B with solution
    A=12(a22a1+a0),B=12(a2+4a13a0)
  6. This is a geometric sequence with common ratio x3, and the sum to infinity converges if |x3|<1, which is precisely |x|<1.
    In that case, it converges to (1x3)1.
  7. This is a geometric sequence with common ratio x2, and the sum to infinity converges if |x2|<1, which is precisely |x|<2.
    In that case, it converges to 21+x2=42+x.
  8. The 15th term will be equal to the first plus 14 times the common difference, so 5+14×3=47.
  9. This is strange because the next k terms should each be kd more than the corresponding term k places before it in the sequence. For the sum to be the same, we would need d=0 (a constant sequence) or k=0 (no numbers in the statement!).
  10. The nth term is the same thing as the sum of the first n terms minus the sum of the first (n1) terms, so we want (3n2+5n)(3(n1)2+5(n1))=6n+2.
    Alternatively, just set n=1 and n=2 to find the first term is 8 and the sum of the first two terms is 22 so the second term is 14 and the common difference is therefore 6.
  11. 2+4+6+8++200 is the sum of an arithmetic progression with first term a=2, common difference d=2 and number of terms n=100, so the sum is n2(2a+(n1)d)=50×202=10100.
  12. What's the common ratio? We have a=3 and ar2=27 so either r=3 or r=3. The sum of the first five terms is
    a(r51)r1=3((±3)51)(±3)1=either363or183
  13. First note that a1=3 (the only previous term is 3) and then a2=3+3=6. After that, a3=6+3+3=12 and it seems like the terms double each time.
    That's true because an=an1+an2++a0 and an1=an2++a0 so an=an1+an1=2an1.
    So after a0 this is a geometric sequence with an=3×2n1 for n1.
  14. For C1 I'll put n=0 into the equation, so that the left-hand side reads C1. The right-hand side is then 0i=0CiCi. That looks pretty weird written out like that; the sum from i=0 to 0 is just the term with i=0, which is C20. So C1=C20=1.
    Now for C2, I'll put n=1 into the equation. The right-hand side is more interesting now; I get 1i=0CiC1i which is C0C1+C1C0. So C2=C0C1+C1C0=2.
    Then C3=C2C0+C1C1+C0C2=5 and C4=C3C0+C2C1+C1C2+C0C3=14.

MAT Questions

MAT 2016 Q1A

  • The first fifteen terms are 1, l, l2, l3, , l13, l14.
  • The product of these terms is 1×l×l2××l14.
  • This simplifies to a power of l, where the exponent is 1+2++14, which is an arithmetic series with value 12×14×15=105.
  • The answer is (d).

MAT 2017 Q1C

  • The first few terms are a1=2, a2=6, a3=3, a4=1/2, a5=1/6, a6=1/3, a7=2, a8=6.
  • From here, the sequence repeats, because each term just depends on the previous two, which are now back to where we started.
  • an will be equal to 2 whenever n is one more than a multiple of 6.
  • 2016 is a multiple of 6, so 2017 is one more than a multiple of 6.
  • The answer is (d).

MAT 2016 Q1G

  • The first few terms are x0=1, x1=1, x2=2, x3=4, x4=8.
  • After the first term, each term is twice the previous term (this is because the most recent term was the sum of all terms before that, so our next sum will include two copies of that sum).
  • The sum to infinity that we're asked for is 1+1+12+14+18+ which is, after the first term, a geometric series that converges to 2. So the sum including the first term is 3.
  • The answer is (d).

MAT 2008 Q2

(i) Perhaps (x,y)=(1,0) if you count zero as positive. Or (x,y)=(3,2) if you don't.

(ii) We would need 
(3xn+4yn)22(axn+byn)2=x2n2y2n
Multiply out the left-hand side.
9x2n+24xnyn+16y2n2a2x2n4abxnyn2b2y2n=x2n2y2n
This looks unlikely to be true, but one way to make it work would be to make the coefficients of x2n, and xnyn, and y2n agree between the two expressions. We would need
92a2=1and244ab=0and162b2=2
Amazingly, we can satisfy all of these by setting a=2 and b=3.

(iii) Use the sequences xn and yn. The relationship we proved in the previous part of the question means that x2n+12y2n+1=x2n2y2n=x2n12y2n1==x222y22=x212y21=1.

If we generate the first few terms with the rules in part (ii), we find
x1=3,y1=2,x2=17,y2=12,x3=99,y3=70.
So X=99, Y=70 works (check; 992=9801, 702=4900, so X22Y2=1).    

(iv) These values of xn and yn satisfy (xn)22(yn)2=1. If we divide this by y2n then we get
(xnyn)22=1(yn)2
If yn is very large, then the right-hand side of this equality is very small. So (xn/yn)2 must be close to 2. Since xn/yn is positive, we can conclude that it is close to 2 for large n.


Extension

  • Consider x2n3y2n=1. Let x1=1 and y1=0. Suppose xn+1=axn+byn and yn+1=cxn+dyn. It would be nice to have (axn+byn)23(cxn+dyn)2=x2n3y2n. Comparing terms, we want a23c2=1 and ab3cd=0 and b23d2=3. We can achieve all of these with a=2, b=3, c=1, and d=2. Then generate some more solutions for (x,y)(1,0)(2,1)(7,4)(26,15)(97,56). So 39756.

 

MAT 2016 Q5

(i) s1=2 and s2=10 and s3=34. Meanwhile, f(1)=(A+B)2+C, f(2)=(2A+B)22+C, and f(3)=(3A+B)23+C. So we have the following equations.
2=2A+2B+C10=8A+4B+C34=24A+8B+C
(ii) Take the difference between the first and second equations. Take the difference between the second and third equations. Simplify to get 4=3A+B and 6=4A+B. Take the difference to get A=2. Then B=2 and C=2 from the other equations. So f(n)=(2A2)2n+2.

(iii) The difference between sk+1 and sk is just the final term in the sum, (k+1)2k+1.

The difference between f(k+1) and f(k) is [(2(k+1)2)2k+1+2][(2k2)2k+2], which simplifies to 
(2k)2k+1(k1)2k+1=(k+1)2k+1

That's the same expression for the difference. So if sk is equal to f(k), then sk+1 will be equal to f(k+1).

(iv) That last term can be written as 2n1(n(n1)) to make it easier to see the pattern. If we expand the brackets, we have n+2n2+4n8++2n1n(n1)2n1.
The terms with minus signs are the sum we had before, up to n1. The other terms are just a geometric series multiplied by n. So the sum is 
n(1+2+4++2n1)sn1
which is (2n1)n(2(n1)2)2n12=2n+1n2 after simplifying.

Then un is just tn/2n (with the terms written in the opposite order).

(v) We can use the formula for sk and expand to get nk=1((2k2)2k+2)=2nk=1k2k2nk=12k+nk=12.
The first of these is just 2sn, then the second term is 2(2n+12) and the third is just 2n.

Using the formula for sn and simplifying gives 2n+2n2n+3+2n+8.

 

Extension

  • The extension asks for the sum of that last expression. Using the formula for the sum sn, the sum of a geometric sequence, and the sum of an arithmetic sequence, we get 4×((2n2)2n+2)8×(2n+12)+n(n+1)+8n=(n3)2n+3+n2+9n+24.
Last updated on 28 Jun 2024, 5:21pm. Please contact us with feedback and comments about this page.