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

Second Semester 2016-2017

This document provides instructions for a lab assignment on numerically solving ordinary differential equations using the θ-method. Students are asked to solve 5 initial value problems for different values of θ and plot the approximate and exact solutions. They are to show the solutions in tabular form and use subplots to display the graphs. The problems cover first order linear, nonlinear, and separable differential equations with various exact solutions provided.

Uploaded by

chajedaman
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)
57 views1 page

Second Semester 2016-2017

This document provides instructions for a lab assignment on numerically solving ordinary differential equations using the θ-method. Students are asked to solve 5 initial value problems for different values of θ and plot the approximate and exact solutions. They are to show the solutions in tabular form and use subplots to display the graphs. The problems cover first order linear, nonlinear, and separable differential equations with various exact solutions provided.

Uploaded by

chajedaman
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
You are on page 1/ 1

Birla Institute of Technology and Science, Pilani-K K Birla Goa Campus

Second Semester 2016-2017

Numerical Solutions of Ordinary Differential Equations


(MATH F444)

Lab Sheet-1

1
All the problems, compute the approximate solutions using the -method for = 0, = 2
1
and = 1. Show the approximate solutions (for = 0, 2
, 1) and the exact solution in the
tabular form.

For the following initial value problems, show all the graphs of approximate solutions and
exact solution using subplot.

1
y 0 + 2xy 2 = 0, 0 x 5, y(0) = 1. The exact solution is given by y(x) = .
1 + x2

y 0 = y 2 + 2x x4 , 0 x 2, y(0) = 0. The exact solution is given by y(x) = x2 .

y 0 = y 3 8x3 + 2, 0 x 2, y(0) = 0. The exact solution is given by y(x) = 2x.


2
 
1
y 0 = (1 2t) y(t), t > 0, y(0) = 1. The exact solution is given by y(t) = e 4 (t 21 ) .

1
y0 = 2
2 (y(t))2 , 0 t 5, y(0) = 0. The exact solution is given by
(1 + t )
t
y(t) = .
1 + t2
r
t4
y(t) y 0 (t) = t3 , 0 t 5, y(0) = 1. The exact solution is given by y(t) = + 1.
2

********************* BEST OF LUCK *********************

You might also like