Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Linear recurrences

1.[2p]

Solve an=7an-1-10an-2 with a0=2 and a1=7. What is a6?

CorrectNot quite: 15689

2.[1p]

What is the larger root of the characteristic equation of an=an-1+12an-2?

CorrectNot quite: 4

3.[2p]

The Lucas numbers obey Ln=Ln-1+Ln-2 with L0=2 and L1=1. With φ=1+52 and ψ=1-52, which formula gives Ln?

Correct
The answer is: $\varphi^n + \psi^n$
The answer is: $\varphi^n + \psi^n$
The answer is: $\varphi^n + \psi^n$

4.[2p]

For n≥0, what is the largest possible difference between φn5 and Fn, the bound that makes Fn its nearest integer? Give it to three decimal places.

CorrectNot quite: 0.447

5.[2p]

Solve an=8an-1-16an-2 with a0=1 and a1=8. What is a5?

CorrectNot quite: 6144

6.[2p]

Solve an=3an-1+4 with a0=0. What is a8?

CorrectNot quite: 13120

7.[2p]

Solve an=an-1+2n with a0=5. What is a20?

CorrectNot quite: 425

8.[3p]

Match each recurrence to the form of its general solution.

  • an=5an-1-6an-2

  • an=4an-1-4an-2

  • an=an-1+2an-2

  • an=2an-1+1

  • (A+Bn)2n

  • A×2n-1

  • A×2n+B(-1)n

  • A×2n+B×3n

Show the answer

an=5an-1-6an-2: A×2n+B×3n an=4an-1-4an-2: (A+Bn)2n an=an-1+2an-2: A×2n+B(-1)n an=2an-1+1: A×2n-1

9.[3p]

Which of these statements are correct?

Select all that apply

Correct
Correct
Correct
The answer is: If $x_n$ and $y_n$ both satisfy a linear homogeneous recurrence with constant coefficients, so does $x_n + y_n$, If $r$ is a double root of the characteristic equation, both $r^n$ and $nr^n$ satisfy the recurrence, Every solution of a recurrence with a forcing term is one particular solution plus a solution of the homogeneous recurrence
The answer is: If $x_n$ and $y_n$ both satisfy a linear homogeneous recurrence with constant coefficients, so does $x_n + y_n$, If $r$ is a double root of the characteristic equation, both $r^n$ and $nr^n$ satisfy the recurrence, Every solution of a recurrence with a forcing term is one particular solution plus a solution of the homogeneous recurrence
The answer is: If $x_n$ and $y_n$ both satisfy a linear homogeneous recurrence with constant coefficients, so does $x_n + y_n$, If $r$ is a double root of the characteristic equation, both $r^n$ and $nr^n$ satisfy the recurrence, Every solution of a recurrence with a forcing term is one particular solution plus a solution of the homogeneous recurrence