Attempt any Eight questions.
[8*5=40]
4.
Define the terms true error and relative error? Use Horner' method to evaluate polynomial at x = 3 and write down its algorithm. 2x3−3x2+5x−2 [5] 5.
Construct Newton's forward difference table for the given data points and approximate the value of f(x) at x = 15. xF(x)100.173200.342300.5400.643500.766 [5] 6.
Fit the curve y=aebx through the following data points. xy11.6522.7034.5047.35 [5] 7.
Discuss the Doolittle LU decomposition method for matrix factorization. [5]
8.
Write down algorithm and program for the differentiating continuous function using three point formula. [5]
9.
How Simpson's 1/3 rule differs from Trapezoidal rule? Drive the formula for Simpson's 1/3 rule. [5]
10.
Appropriate the solution of y′=2x+y, y(0)=1 using Euler’s method with step size 0.1. Approximate the value of y(0.4). [5] 11.
A plate of dimension 18cm x 18cm is subjected to temperatures as follows: left side at 100∘C, right side at 200∘C. Upper part at 50∘C, and lower at 150∘C. If square grid length of 6cm x 6cm is assumed, what will be the temperature at the interior nodes? [5] 12.
How boundary value problems differs from initial value problems? Discuss shooting method for solving boundary value problem. [5]