CMSC250, Spring 2004 Homework 7 Answers

Due Wednesday, March 17 at the beginning of your discussion section.

You must write the solutions to the problems single-sided on your own lined paper, with all sheets stapled together, and with all answers written in sequential order or you will lose points.

  1. Simplify this expression: $ \displaystyle \ln\left[ \prod_{i=1}^n e^{f(i)} \right]$.

  2. Prove $ \displaystyle \forall n \in {\bf {Z}}^+ \ \sum_{i=1}^n (2i)(2i-1) = \frac{n(n+1)(4n-1)}{3}$.

  3. Prove $ \displaystyle \forall n \in {\bf {Z}}^+ \ \sum_{i=1}^n (4i-3) = n(2n-1)$.

  4. Prove $ \displaystyle \forall n \in {\bf {Z}}^+ \ \prod_{i=1}^n 2^{i} = 2^{\left(\frac{n}{2} + \frac{n^2}{2}\right)}$.

  5. Recall the recursive definition of the Fibonacci sequence:

        $\displaystyle F_1$ $\displaystyle = 1$
        $\displaystyle F_2$ $\displaystyle = 1$
        $\displaystyle F_k$ $\displaystyle = F_{k-1} + F_{k-2}$   for $\displaystyle k > 2.$

    Let's perform a change of variable on the third line to get $ F_{m+2} = F_{m} + F_{m+1}$ for $ m > 0$, and $ F_{n+3} = F_{n+1} + F_{n+2}$ for $ n \geq 0$.

    Prove these interesting facts about this sequence:

    1. $ \displaystyle \forall n \in {\bf {Z}}^{+} \ \sum_{k=1}^{n} F_k = F_{n+2} - 1$
      • Answer:
        Base Case:
        $ (n=1)$
        (LHS) $ \displaystyle \sum_{k=1}^{1} F_k = F_1 = 1$
        (RHS) $ \displaystyle F_{1+2} - 1 = F_3 - 1 = 2-1 = 1$
        $ 1=1 \quad \surd$

        Inductive Hypothesis:
        $ (n=p)$
        $ \displaystyle \sum_{k=1}^{p} F_k = F_{p+2} - 1$

        Inductive Step:
        $ (n=p+1)$
        Show:
        $ \displaystyle \sum_{k=1}^{p+1} F_k = F_{p+3} - 1$
        Proof:

            $\displaystyle \sum_{k=1}^{p+1} F_k$ $\displaystyle = \sum_{k=1}^{p} F_k + \sum_{k=p+1}^{p+1} F_k = \sum_{k=1}^{p} F_k + F_{p+1}$  
              $\displaystyle = F_{p+2} - 1 + F_{p+1}$ (by the IH)
              $\displaystyle = F_{p+1} + F_{p+2} - 1$  
              $\displaystyle = F_{p+3} - 1$ (by the definition of the Fib. seq.)

    2. $ \displaystyle \forall n \in {\bf {Z}}^{+} \ \sum_{k=1}^{n} F_k^2 = F_{n} \cdot F_{n+1}$.
      • Answer:
        Base Case:
        $ (n=1)$
        (LHS) $ \displaystyle \sum_{k=1}^{1} F_k^2 = F_1^2 = 1$
        (RHS) $ \displaystyle F_{1} \cdot F_{1+1} = F_1\cdot F_2 = 1\cdot 1 = 1$
        $ 1=1 \quad \surd$

        Inductive Hypothesis:
        $ (n=p)$
        $ \displaystyle \sum_{k=1}^{p} F_k^2 = F_{p} \cdot F_{p+1}$

        Inductive Step:
        $ (n=p+1)$
        Show:
        $ \displaystyle \sum_{k=1}^{p+1} F_k^2 = F_{p+1} \cdot F_{p+2}$
        Proof:

            $\displaystyle \sum_{k=1}^{p+1} F_k^2$ $\displaystyle = \sum_{k=1}^{p} F_k^2 + \sum_{k=p+1}^{p+1} F_k^2 = \sum_{k=1}^{p} F_k^2 + F_{p+1}^2$  
              $\displaystyle = F_p \cdot F_{p+1} + F_{p+1}^2$ (by the IH)
              $\displaystyle = F_{p+1}\left( F_p + F_{p+1} \right)$  
              $\displaystyle = F_{p+1} \cdot F_{p+2} \quad \surd$ (by the definition of the Fib. seq.)

About this document ...

This document was generated using the LaTeX2HTML translator Version 2002 (1.62)

Copyright © 1993, 1994, 1995, 1996, Nikos Drakos, Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999, Ross Moore, Mathematics Department, Macquarie University, Sydney.

The command line arguments were:
latex2html -split 0 -nonavigation -antialias_text -antialias hw7ans

The translation was initiated by Phillip Kirlin on 2004-03-18


Phillip Kirlin 2004-03-18

Web Accessibility