|
Posted: 11/13/23
Due: 11/20/23, 11:59PM
Investigate various aspects of the problem
with a linear operator and
nonlinear. Algorithms will be applied to the Van der Pol oscillator
for with ,
Plots of the solution are typically presented in phase space as
(x(t),x'(t)).
Rewrite the second-order ODE as a system of first-order equations .
Carry out a convergence study when applying the single-step Runge-Kutta method
Carry out a convergence study when applying the Adams-Bashforth of order 4.
Rewrite the second-order ODE as a system of first-order equations .
Use a symbolic package (e.g., Mathematica) to verify the fourth-order theoretical accuracy of the Runge-Kutta method from Track 1.
Carry out a convergence study using Adams-Moulton of fourth order. This requires knowledge the latest value . Approximate this by a predictor obtained by an Adams-Bashforth of fourth order where needed, e.g., .