Problem Sheet 6 - Systems of Equations and Boundary Value Problems#
Question 1#
Apply the Euler method to estimate the solution of the system of equations
using a stepsize h = 0.25, giving the approximate value of the solution at t = 2.0.
Question 2#
Use the Euler method to estimate the solution of the Lorenz system of first order initial value problems,
where \(\sigma=8\), \(\rho=2\) and \(\beta=\frac{7}{3}\), and using \(h=0.25\), estimate the value of the solution at \(t=1.0\).
Question 3#
Consider the boundary value problem
Apply the linear shooting method to transform this equation into two second order initial value problems and approximate the solution using the Euler method with stepsize \(h=\frac{1}{3}.\)
Question 4#
Describe in your own words how the linear shooting method is used to numerically approximate a boundary value problem as a system of initial value problems.
Question 5#
The Van der Pol oscillator is a non-conservative oscillator with non-linear damping is described by the differential non-linear second order differential equation,
Let \(\epsilon=1.5\), and given the initial condition
Apply the one iteration of the non-linear shooting method to approximate the solution from, \(0\leq t \leq 1,\) using a stepsize of \(h=0.2.\)
Question 6#
a. Describe in your own words how the non-linear shooting method is used to numerically approximate a boundary value problem as a system of initial value problems.
Question 7#
Consider the boundary value problem
Apply the finite difference method to approximate the solution using the Euler method with stepsize \(h=\frac{1}{3}.\)