Question: In C + + please: Write a computer program to solve the following non - linear difference equation: x ( t + 1 ) =

In C++ please:
Write a computer program to solve the following non-linear difference equation: x(t+1)= rx(t)(1-x(t)) for the following values of r and x(0):
(a) x(0)=0.5, r=1.2; (b) x(0)=0.5, r=0.1; (c) x(0)=0.1, r=2.8; (d) x(0)=0.5, r=2.8; (e) x(0)=0.1, r=3.0; (f)
x(0)=0.5, r=3.0; (g) x(0)=0.1, r=3.10; (h) x(0)=0.1, r=3.6; (i) x(0)=0.1, r=3.8; (j) x(0)=0.1, r=3.9; (k)
x(0)=0.1, r=4.0
Plot x(t+1) vs. x(t) for each of these cases. Try to interpret the results. Are they strange? [This exercise is to illustrate the so called Chaos]
Note: You solve the equation using C++ and Excel (or Simlab or another program to plot x(t+1) vs, x(t)
In C + + please: Write a computer program to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!