skip to contentstylized crane logoWhite Crane Education

Exercises

Icon Legend

Exercises

Find the next four terms of the following recursively defined sequences.

  1. $a_n=3a_{n-1}+1$, $a_0=1$green check mark - show solution
  1. $a_n=2 - a_{n-1}$, $a_0=-1$
  1. $a_n=\frac{a_{n-1} - 1}{a_{n-1}}$, $a_0=2$green check mark - show solution
  1. $a_n=a_{n-1} - a_{n-2}$, $a_0=a_1=1$
  1. $a_n=a_{n-1} \cdot a_{n-2}$, $a_0=1, a_1=2$green check mark - show solution
  1. $a_n=a_{n-1} + a_{n-2} + 1$, $a_0=a_1=0$

The following questions refer to the Fibonacci sequence defined by $F_k=F_{k-1}+F_{k-2}$.

  1. Explain why this is equivalent to $F_{k+1}=F_k + F_{k-1}$.green check mark - show solution
  2. Prove that $F_k=3F_{k-3}+2F_{k-4}$, for $k\ge 4$.green question mark - hintgreen check mark - show solution
  3. Prove that $F_k^2-F_{k-1}^2 = F_k F_{k+1}-F_{k-1}F_{k+1}$.green check mark - show solution
  4. Show by mathematical induction that $F_{n+2}F_n - F_{n+1}^2 = F_{k-1}F_{k+2}$ for all integers $k\ge 1$.
  5. Show that for $F_n \ge 0$, $F_n=\frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right)^{n+1}-\left(\frac{1-\sqrt{5}}{2}\right)^{n+1}\right]$.

Infer an explicit formula for the following sequences by looking at the first several terms.

  1. $a_n = 6a_{n-1}$, $a_0=1$green check mark - show solution
  1. $a_n = 3$, $a_0=3$
  1. $a_n = a_{n-1}+1$, $a_0=0$green check mark - show solution
  1. $a_n = 2a_{n-1}-1$, $a_0=1$
  1. $a_n = a_{n-1}+n$, $a_0=1$green check mark - show solution
  1. $a_n = a_{n-1}+n^2$, $a_0=1$
  1. green star - important content In the lectures we saw that if $a_n=k a_{n-1}$ then $a_n = a_0 k^n$. Prove this using mathematical induction.
  2. Suppose a population increases by 3.5% per year. Find a formula that represents the size of the population after $n$ years.green A - final answer
  3. The concentration of a medication in the patient's blood has to stay above 100 mg. An initial dosage has 500 mg. If the concentration in the blood stream reduces by 15% every 6 hours develop a model that describes the concentration after n 6 hour intervals.green check mark - show solution
  4. Using your model from the previous question, write out a numeric solution and use it to determine the time it takes for the medication to drop to the minimum safe level.
  5. Suppose you owe \$1,200 on a credit card where you pay 11% interest. If you make the minimum \$100 per month, develop a numerical solution that represents the value of the account after n months. How many payments will you have to make to pay off the account?
  6. How does the solution to the previous question change if you make $50 in charges every month?

Explorations

  1. green star - important content Give a recursive definition for $\Pi_{i=0}^n a_i$.green check mark - show solution
  2. green star - important content Show that $\Pi_{i=0}^n (a_i b_i) = \Pi_{i=0}^n a_i \Pi_{i=0}^n b_i$ where $a_i, b_i \in \mathbb{R}$.green check mark - show solution
  3. Show that $\Pi_{i=1}^n (c a_i) = c^n \Pi_{i=1}^n a_i$ where $a_i, c \in \mathbb{R}$.
  4. green star - important content An annuity is an investment where you make a single initial payment then the account earns a fixed interest rate every month ($r$) and you get a fixed payment from the account every month ($b$). Develop a difference equation that represents the amount remaining in the account after $n$ months. (This same model can be used to describe the remaining balance on a mortgage payment or credit card.)green check mark - show solution
  5. green star - important content To save for their retirement, John puts a fixed amount every month ($R$) into an account that earns a fixed monthly interest rate ($r$). Develop both a difference equation and an explicit formula for the value of the account after $n$ months. How could you modify the formula to represent the value after $t$ years still assuming that the payments and interest are made monthly?
  6. Prove the following: Suppose $x(n)$ is a solution to the equation $x_n = ax_{n-1}$ and $y(n)$ is a solution to the equation $y_n=ay_{n-1} + b(n)$ then $z(n) = x(n) + y(n) = x_n + y_n$ is also a solution to $y_n=ay_{n-1} + b(n)$. (Note that the only difference between $x_n$ and $y_n$ is that $y_n$ has an additional term(s) that only depend on $n$. This theorem says that if you can find one solution to the general equation $y_n$ then you can get a more general solution by adding the solution to $x_n=ax_{n-1}$ to it.)

Icons courtesy of icons8.com


link to Facebook