Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

NPTEL lectures on

Elementary Numerical Analysis


by
Professor Rekha P. Kulkarni
Department of Mathematics
Indian Institute of Technology Bombay
Assignment 5
1. let x0 , x1 , , xN be equally spaced nodes. Derive Simpsons implicit
method for the initial value problem y 0 = f (x, y), y(x0 ) = y0 by apply-
ing Simpson rule to the integral
Z xn+1
y(xn+1 ) y(xn1 ) = f (x, y(x))dx.
xn1

2. Consider approximate solution of the initial value problem

y 0 = f (x, y), y(x0 ) = y0

by the formula Z xn+1


yn+1 = yn + p1 (x)dx,
xn

where p1 (x) is the linear polynomial on [xn , xn+1 ] interpolating of g(x) =


f (x, y(x)) at xn and xn+1 . Choose an appropriate approximation of
g(xn+1 ) that leads to the Runge-Kutta method of order 2.

3. Let A be a tridiagonal matrix of order n with diagonal entries equal to


zero and ai,i+1 = ai+1,i = 1, i = 1, 2, , n 1. For k = 1, , n, let
u(k) be the n vector whose ith entry is sin[ik/(n+1)], i = 1, , n.
Prove that
 
(k) k
Au = 2 cos u(k) , k = 1, , n.
n+1
4. If A is a tridiagonal matrix with aii = d, ai,i+1 = ai+1,i = e, for all i,
then the eigenvalues of A consists of the numbers
 
k
d + 2e cos k = 1, , n.
n+1

You might also like