





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: Numerical Computations; Subject: Mathematics; University: Penn State - Main Campus; Term: Unknown 1989;
Typology: Exams
1 / 9
This page cannot be seen from the preview
Don't miss anything!






NAME: .....................
SHOW AS MUCH WORK AS POSSIBLE TO GET PARTIAL CREDITS!
y =
3 + ln(y) 2
Write down the formula of the Newton’s method and perform just one iteration start- ing from the initial guess y 0 = 1. (If you wonder why I write the unknown as y instead of the usual x, the expla- nation is that this equation will arise if one applies the implicit scheme in problem 7 to the ODE y′^ = x^2 + ln(y), y(0) = 1, with h = 1.)
x 1 3 / 2 0 2 f (x) 3 13 / 4 3 5 / 3
0
1 + x
dx
|error| =
h^2 12
(b − a)|f ′′(ξ)|
y′′^ = ln(y′) + y/ 2 y(1) = 0 y′(1) = 1
Apply the Euler method to the resulting ODE system. Perform just one iteration with the step size h = 0.5.
yk+1 = yk +
f (xk , yk) + f (xk+1, yk+1) 2
h
and a predictor-corrector scheme,
{ y¯k+1 = yk + f (xk , yk)h yk+1 = yk + f^ (xk,yk^ )+f 2 ( xk+1,y¯k+1)h
Apply the two schemes to the following ODE { y′^ = x^2 + y/ 2 y(0) = 1
Perform just one iteration for each scheme, using the step size h = 1.
Show all the intermediate steps.