Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer in python code 2.2 15 pts Find the stationary points of the ODE (using Bisection method) x = sin(x) , exp(x) both stable

Please answer in python code

image text in transcribedimage text in transcribed

2.2 15 pts Find the stationary points of the ODE (using Bisection method) x = sin(x) , exp(x) both stable and unstable on the interval [2; 4 Hint: Plot out the function sin(x) exp(x). You can use Google and get a rough estimate of where the fixed points should be, and whether they are stable or unstable. 2.3 25 pts Using a numerical solver (either Forward Euler or Runge-Kutta methods or bisection method) find the fixed points, both stable and unstable for the following differential equation, with x e -4,4]: x = x , sin(x)-1 In this section, you need to define a function with several input arguments, and output a dictionary with index name equal to 'stable' and 'unstable'. Hint: Solve the ODE for different initial conditions xo E44. For some initial points, the solution should converge to an equilibrium point. The stable fixed points are easier to find, while estimating the unstable will be more difficult. Forward Euler Method: If we have a differential equation defined by x = f(x) then given an initial condition of x(0) = xo and ot > 0 the forward Euler algorithm is described as We see that the Forward Euler method is a straight forward application of linear approximation 2.2 15 pts Find the stationary points of the ODE (using Bisection method) x = sin(x) , exp(x) both stable and unstable on the interval [2; 4 Hint: Plot out the function sin(x) exp(x). You can use Google and get a rough estimate of where the fixed points should be, and whether they are stable or unstable. 2.3 25 pts Using a numerical solver (either Forward Euler or Runge-Kutta methods or bisection method) find the fixed points, both stable and unstable for the following differential equation, with x e -4,4]: x = x , sin(x)-1 In this section, you need to define a function with several input arguments, and output a dictionary with index name equal to 'stable' and 'unstable'. Hint: Solve the ODE for different initial conditions xo E44. For some initial points, the solution should converge to an equilibrium point. The stable fixed points are easier to find, while estimating the unstable will be more difficult. Forward Euler Method: If we have a differential equation defined by x = f(x) then given an initial condition of x(0) = xo and ot > 0 the forward Euler algorithm is described as We see that the Forward Euler method is a straight forward application of linear approximation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Oracle Fusion Applications Installation And Administration

Authors: Tushar Thakker

1st Edition

1484209834, 9781484209837

More Books

Students also viewed these Databases questions

Question

What is Working Capital ? Explain its types.

Answered: 1 week ago

Question

a. How does this change affect the demand for money? LOP8

Answered: 1 week ago