Find the interpolation or extrapolation of the following data by using Lagrange formula, Gregory-Newton formula, Newton's divided difference formula, and the method of least square of second order.
Q2/ Find the numerical differentiation of the value x = 0, and x = 4 for the data in (Q1) as follows:
Second derivative when using five points; two points before point (i) and two points after point (i). Fourth derivative when using five points, two points before point (i) and two points after point (i).
Q3/ Find the numerical integration of equation y = xlnx? VxI Zx + 2 by using the following methods, when integration limits are (-2) to (1):
1) Trapezoidal rule using (a) strips, (b) 10 strips, (c) 16 strips
2) Simpson rule using strips
3) Three-eight rule using strips
4) Gauss quadrature points
5) Drive Gauss quadrature points
Q4/ Find the roots of data in (Q1) and find the roots of equation in (Q2) by using the following methods:
1) Bisection method
2) Newton-Raphson method
3) The secant method
4) Modified Newton Raphson method