Answer all the questions.
Question1) Use Euler method to solve numerically the initial value problem
dx/dt= -2t u2; u(0) = 1
Also solve the above initial value problem by fourth order Runge-Kutta method.
Question2) (i) Find out the root between 2 and 3, of the equation
x sin x + cos x = 0
(ii) Solve following systems of simultaneous linear equations using Gauss elimination method
(i) x1+x2+x3=6
x1-x2-x3=6
2x1+x2+7x3=12
(ii) 2x1+4x2+6x3=16
2x1+4x2+9x3=8
4x1+3x2+2x3=23
Question3) Functions below have roots in the intervals that are specified on their right sides. Calculate the roots of these functions in each of the intervals to an assured three important figures by use of bisection method:
(i) ex- 3x, on (0,1) and (1,2)
(ii) x2 - √x -2 on (1,2)
(iii) lnx+ √x- 2 on (1,2)
Question4) (i) Determine real root of the equation 4x3 + 3x2 - 4x - 5= 0 using bisection method. Perform three reiterations.
(ii) If π = 22/7 is approximated as 3.14, determine the absolute error, relative error and relative percentage error.
Question5) Find smallest positive root of e-x-cos(x)=0 by fixed point method.