0% found this document useful (0 votes)
2 views1 page

MA2208 Tutorial6

The document outlines a problem sheet for a Numerical Methods course at École Centrale School of Engineering, Mahindra University. It includes various initial value problems (IVPs) requiring analysis of well-posedness, existence, uniqueness, and solutions using methods like Euler's, Taylor's series, and Runge-Kutta. Specific tasks involve calculating approximate values and actual errors for given IVPs over defined intervals.

Uploaded by

John Daniel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

MA2208 Tutorial6

The document outlines a problem sheet for a Numerical Methods course at École Centrale School of Engineering, Mahindra University. It includes various initial value problems (IVPs) requiring analysis of well-posedness, existence, uniqueness, and solutions using methods like Euler's, Taylor's series, and Runge-Kutta. Specific tasks involve calculating approximate values and actual errors for given IVPs over defined intervals.

Uploaded by

John Daniel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

École Centrale School of Engineering, Mahindra University, Hyderabad

MA2208 (Numerical Methods), Problem Sheet−VI


dy
1. Consider the IVP = y − x2 + 1, 0 ≤ x ≤ 2, y(0) = 0.5 and D = {(x, y) | 0 ≤ x ≤ 2, y ∈ R}. Show
dx
that the IVP is well-posed.

2. Discuss existence, uniqueness, maximal interval of existence of solutions for the following initial value
problem.
dy
= y 2 , y(1) = 1.
dx

dy
3. Using Euler’s method, solve the IVP (Initial Value Problem) = 100y −101e−x , 0 ≤ x ≤ 1, y(0) = 1
dx
and D = {(x, y) | 0 ≤ x ≤ 1, y ∈ R} to find an approximate value of y(0.4) by dividing the interval
into 10 equal parts. What is your conclusion ?
dy
4. Using Euler’s method, solve the IVP = y − x2 + 1, 0 ≤ x ≤ 2, y(0) = 0.5 to find an approximate
dx
value of y(0.8) by dividing the interval into 10 equal parts. Then compute the actual error at the
nodes.

5. Using Taylor’s series method of order 2 and Runge-Kutta method of order 2 and order 4, solve the
dy
IVP = y − x2 + 1, 0 ≤ x ≤ 2, y(0) = 0.5 to find an approximate value of y(0.8) by dividing the
dx
interval into 10 equal parts. Then compute the actual errors at the nodes.

You might also like