Page 1 of 1

Problem 1 (3 points) Use Euler's method to solve the following ODE's: a) y'= 1+, y(1) = 2. Take a At = 0.25 and go up to

Posted: Tue Jul 12, 2022 8:57 am
by answerhappygod
Problem 1 3 Points Use Euler S Method To Solve The Following Ode S A Y 1 Y 1 2 Take A At 0 25 And Go Up To 1
Problem 1 3 Points Use Euler S Method To Solve The Following Ode S A Y 1 Y 1 2 Take A At 0 25 And Go Up To 1 (13.83 KiB) Viewed 36 times
Problem 1 (3 points) Use Euler's method to solve the following ODE's: a) y'= 1+, y(1) = 2. Take a At = 0.25 and go up to t=2. b) y'= cos(2t) + sin(3t), y(0) = 1. Take At = 0.1 and go up to t=0.3. Compare your results to the exact solutions: a) y(t) = tln(t) + 2t; b) y = sin(2t) - cos(3t) +