Solved ELCT 222 Signals and Systems Computer Assignment 4

$30.00

Original Work ?

Download Details:

  • Name: ComputerAssignment4-xhkwpj.zip
  • Type: zip
  • Size: 386.44 KB

Category: Tags: , , You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

Fibonacci numbers 𝐹𝐹0, 𝐹𝐹1, 𝐹𝐹2, … satisfy the following recurrence relation:
𝐹𝐹𝑛𝑛+1 = 𝐹𝐹𝑛𝑛 + πΉπΉπ‘›π‘›βˆ’1 (𝑛𝑛 β‰₯ 1, 𝐹𝐹0 = 0, 𝐹𝐹1 = 1)
The sequence begins with 0,1,1,2,3,5 …. Now, consider the polynomial defined by
𝑓𝑓(𝑑𝑑) ≔ 𝐹𝐹0
0!
+
𝐹𝐹1
1!
𝑑𝑑 +
𝐹𝐹2
2!
𝑑𝑑2 +
𝐹𝐹3
3!
𝑑𝑑3 … = οΏ½πΉπΉπ‘˜π‘˜
π‘˜π‘˜!
∞
π‘˜π‘˜=0
π‘‘π‘‘π‘˜π‘˜
This is also known as exponential generating function (EGF) of Fibonacci sequence.
1. (10 pts) Show the 𝑛𝑛th Fibonacci number can be obtained as
𝐹𝐹𝑛𝑛 = 𝑑𝑑𝑛𝑛
𝑑𝑑𝑑𝑑𝑛𝑛 𝑓𝑓(𝑑𝑑)|𝑑𝑑=0
2. (10 pts) By using the recurrence relation, prove that the following relationships holds:
𝑑𝑑2𝑓𝑓(𝑑𝑑)
𝑑𝑑𝑑𝑑2 = 𝑑𝑑𝑑𝑑(𝑑𝑑)
𝑑𝑑𝑑𝑑
+ 𝑓𝑓(𝑑𝑑)
3. (20 pts) Calculate the Laplace transform of 𝑓𝑓(𝑑𝑑) from the differential equation above.
4. (20 pts) Solve 𝑓𝑓(𝑑𝑑) by using partial fractions expansion of 𝐹𝐹(𝑠𝑠) and identify the zeros and poles of 𝐹𝐹(𝑠𝑠).
5. Plot 𝑓𝑓(𝑑𝑑) in MATLAB between for 𝑑𝑑 ∈ [βˆ’2,2]:
a. (2 pts) By using EGF expression above by using terms 𝐹𝐹0, … , 𝐹𝐹5
b. (8 pts) By using the exact expression obtained by using the inverse Laplace transform.
6. (20 pts) Obtain a closed-form expression for 𝐹𝐹𝑛𝑛 by using the closed-form expression obtained from the inverse
Laplace transform and 𝐹𝐹𝑛𝑛 = 𝑑𝑑𝑛𝑛
𝑑𝑑𝑑𝑑𝑛𝑛 𝑓𝑓(𝑑𝑑)|𝑑𝑑=0 (note that 𝑒𝑒(𝑑𝑑) = 1,𝑑𝑑 β‰₯ 0, 𝑒𝑒(𝑑𝑑) = 0,𝑑𝑑 < 0).
7. (10 pts) Express 𝐹𝐹19 by using the closed-form expression and calculate its value based on this expression in
MATLAB.