This document outlines numerical methods assignments from a course on numerical methods taught by Dr. Mina B. Abd-el-Malek. The assignments involve using Picard's method, Euler's method, modified Euler's method, and Runge-Kutta method to solve various initial value problems for ordinary differential equations. Students are asked to find successive approximations or solve for specific values using the given methods and initial conditions, with specified step sizes and decimal places.
This document outlines numerical methods assignments from a course on numerical methods taught by Dr. Mina B. Abd-el-Malek. The assignments involve using Picard's method, Euler's method, modified Euler's method, and Runge-Kutta method to solve various initial value problems for ordinary differential equations. Students are asked to find successive approximations or solve for specific values using the given methods and initial conditions, with specified step sizes and decimal places.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
Course: Numerical Methods
Instructor: Dr. Mina B. Abd-el-Malek
Subject: Assignments Assignment (4): Numerical solution of differential equations Answer the following questions: (1) Picards method: Use Picards method to find y1 , y2 , y3 , y4 . dy dy (i) y 0 , y (0) 1 (ii) 2 x y , y (0) 1 dx dx dy dy (iii) x y , y (0) 1 (iv) dx 2 x y x , y (0) 0 dx
(2) Eulers and modified Eulers method:
Use both Eulers and modified Eulers method to solve the following initial value problems: dy (i) 2 x 3 y 1, y (1) 5 . Find y (1.5) with h = 0.1 dx dy (ii) 4 x 2 y , y (0) 2 . Find y (0.5) with h = 0.1 dx dy (iii) x 2 y 2 , y (0) 1 . Find y (0.5) with h = 0.1 dx (3) Runge - Kutta method: Use Runge - Kutta method to solve the following initial value problems: dy (i) 2 x 3 y 1, y (1) 5 . Find y (1.5) with h = 0.1, correct to 4 DP dx dy (ii) 4 x 2 y , y (0) 2 . Find y (0.5) with h = 0.1, correct to 4 DP dx dy (iii) x 2 y 2 , y (0) 1 . Find y (0.5) with h = 0.1, correct to 4 DP dx