Answered step by step
Verified Expert Solution
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 )
Van der Pol Equation
The second order nonlinear autonomous differential equation
is called the van der Pol equation. It describes many physical systems collectively called van der Pol
oscillators. The equation models a nonconservative 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 nonlinearity and the strength of the damping.
Please solve the van der Pol equation for the following initial conditions:
and respectively.
Instructions
i Write down in paper the ODE given in Eq as an equivalent firstorder system of ODEs and
specify the corresponding initial conditions.
ii Write down in paper the forward Euler method to the firstorder system of ODEs obtained in i
derive the discrete equations for evaluating y and dydt at t ti i h where h is the time step
size and i is an integer number.
iii. Wite down the thorder RungeKutta method to the firstorder system of ODEs obtained in b
derive the discrete equations for evaluating y and dydt 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 t
using h respectively. Specifically, for each and h plot three figures:
a y as function of t in the span of time t
b dydt as function of t in the span of time t
c dydt as function of y
v Implement the thorder RungeKutta 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
t using h respectively. Specifically, for each and h plot three
figures:
a y as function of t in the span of time t
b dydt as function of t in the span of time t
c dydt as function of y
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started