Processing math: 62%

Chapter 0

  1. Find all functions x(t), y(t) satisfying x(t)=y(t)x(t) y(t)=3x(t)3y(t). Find the Particular pair of functions satisfying x(0)=y(0)=1/2

    Solution :

    We solve this by eliminating variables.

  2. Find the function f(n),n=0,1,,10 that satisfies f(n)=14f(n1)+34f(n+1),n=1,2,..,9, and f(0)=0, f(1)=1.

    Solution :

  3. The Fibonacci numbers Fn are defined by F1=1, F2=1 and for n>2, Fn=Fn1+Fn2. Find a formula for Fn by solving the difference equation.

    Solution :

  4. Find the function f(n), n=0,1,2, that satisfies:

f(0)=0, f(n)=13f(n1)+13f(n+1)+13f(n+2), n1, lim

**Solution :**
  1. Find all functions ff from the integers to the real numbers satisfying \begin{equation*} f(n) = \frac{1}{2}f(n+1) + \frac{1}{2}f(n-1) -1 \end{equation*}

    Solution :

  2. (a) Find all functions ff from the real numbers to the real numbers such that for all xx, \begin{equation*} f''(x)+f'(x) +f(x) = 0 \end{equation*}

    Solution :

    (b) Find all functions ff from the integers to the real numbers such that for all nn, \begin{equation*} f(n+2) = -f(n) -f(n+1) \end{equation*}

    Solution :