Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 Van der Pol Equation The second order nonlinear autonomous differential equation d 2 y d t 2 + ( y 2 - 1 )

1 Van der Pol Equation
The second order nonlinear autonomous differential equation
d2ydt2+(y2-1)dydt+y=0,>0
is called the van der Pol equation. It describes many physical systems collectively called van der Pol
oscillators. The equation models a non-conservative system in which energy is added to and subtracted
from the system, resulting in a periodic motion called a limit cycle. The parameter is a positive scalar
indicating the non-linearity and the strength of the damping.
Please solve the van der Pol equation for the following initial conditions:
y(0)=2,dydt(0)=0
and =0.01,0.1,1,5,10, respectively.
Instructions
i. Write down in paper the ODE given in Eq.1 as an equivalent first-order system of ODEs and
specify the corresponding initial conditions.
ii. Write down in paper the forward Euler method to the first-order system of ODEs obtained in (i),
derive the discrete equations for evaluating y and dy/dt at t = ti = i h, where h is the time step
size and i is an integer number.
iii. Wite down the 4th-order Runge-Kutta method to the first-order system of ODEs obtained in (b),
derive the discrete equations for evaluating y and dy/dt at t = ti = i h, where h is the time step
size and i is an integer number. iv. Implement the forward Euler method in Python or Matlab or any other language to solve the firstorder system of ODEs obtained in (i) with the discrete equations obtained in (b) over 0= t =60,
using h =0.01,0.005,0.001, respectively. Specifically, for each and h, plot three figures:
a. y as function of t, in the span of time 0= t =60,
b. dy/dt as function of t, in the span of time 0= t =60,
c. dy/dt as function of y.
v. Implement the 4th-order Runge-Kutta method in Python or Matlab or any other language to solve
the first-order system of ODEs obtained in (i) with the discrete equations obtained in (b) over
0= t =60, using h =0.01,0.005,0.001, respectively. Specifically, for each and h, plot three
figures:
a. y as function of t, in the span of time 0= t =60,
b. dy/dt as function of t, in the span of time 0= t =60,
c. dy/dt as function of y.
image text in transcribed

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

Database Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions