Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

3 Solved Problems to determine the Euler's Method - Assignment 6 | MATH 435, Assignments of Mathematical Methods for Numerical Analysis and Optimization

Material Type: Assignment; Professor: Datta; Class: Numerical Analysis; Subject: MATHEMATICAL SCIENCES; University: Northern Illinois University; Term: Spring 2009;

Typology: Assignments

Pre 2010

Uploaded on 08/18/2009

koofers-user-oaj
koofers-user-oaj 🇺🇸

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MATH 435 Homework #6
Spring 2009 Prof. Biswa Nath Datta
1. (a) Determine an upper bound on the error for Euler’s Method to solve the IVP:
y0=6xy, y(0) = 7
from x= 0 to x= 1, with h= 0.25.
(b) Solve the above equation at x= 1 using Euler’s Method.
(c) Compare the bound obtained in (a) with the actual error obtained from (b).
(Exact solution is y(x) = 7e3x2).
pf2

Partial preview of the text

Download 3 Solved Problems to determine the Euler's Method - Assignment 6 | MATH 435 and more Assignments Mathematical Methods for Numerical Analysis and Optimization in PDF only on Docsity!

MATH 435 Homework

Spring 2009 Prof. Biswa Nath Datta

  1. (a) Determine an upper bound on the error for Euler’s Method to solve the IVP:

y′^ = − 6 xy, y(0) = 7

from x = 0 to x = 1, with h = 0.25.

(b) Solve the above equation at x = 1 using Euler’s Method.

(c) Compare the bound obtained in (a) with the actual error obtained from (b). (Exact solution is y(x) = 7e−^3 x

2 ).

  1. Derive the following predictor-corrector formula:

y(0) 1 = y 0 + hf (t 0 , y 0 )

y( i+1k) = yi + h 2 [f (ti, yi) + f (ti+1, y i(+1k− 1)], k = 1, 2 , · · ·

Apply this formula to obtain an approximation of y(0.2) of the IVP: y′^ = t − (^1) y , y(0) = 1, h = 0.1 with four digits accuracy.

  1. Given

y′^ = −y^2

y(1) = 1

and h = 0. 1

Apply Four-Step Adams-Bashforth formula to compute y(1.4), y(1.5) and y(1.6). Tabulate the results with approximate and exact values and errors. (Exact solution: y(t) = (^1) t )