
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
A math project for a university course, math 2280. Students are required to solve various differential equations using euler and improved euler methods. The project includes finding the exact solution by hand for some problems and approximating solutions using these methods with different subinterval numbers. The document also asks students to complete problems from sections 2.4, 2.5, and 2.6.
Typology: Study Guides, Projects, Research
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Due Wednesday, June 4 Please include all code and graphs necessary to answer each question. The portions that you are asked to do by hand can be attached seperately. Show all work.
1 + x^2 y(0) = 0
a. (By hand) Find the solution y and show that it satisfies y(1) = π. b.results for multiples of 0 Use Euler’s Method to approximate.1. π with n = 20 and n = 100 subintervals. Print out the
c. Repeat part b) applying the Improved Euler’s Method. d. Which method is more efficient? Why?