Attempt any Eight questions.
[8*5=40]
4.
Define the terms true error and relative error? Write down algorithm for Horner' method to evaluate polynomial and use the method to evaluate the polynomial 2x3−3x2+5x−2 at x=3. [5] 5.
Construct Newton's backward difference table for the given data points and approximate the value of f(x) at x=45. Xf(x)100.173200.342300.5400.643500.766 [5] 6.
Fit the quadratic curve through the following data points and estimate the value of f(x) at x=2. xy1237485765 [5] 7.
Derive formula for the Doolittle LU decomposition matrix factorization method. [5]
8.
How can we calculate derivatives of continuous functions? Write down algorithm and program for differentiating continuous function using two point forward difference formula. [5]
9.
Find following integral using composite trapezoidal rule using 2 segments (k=2) and 4 segments (k=4). ∫28(x+3)2dx [5] 10.
Approximate the solution of y'=2x+y, y(0)=1 using Euler's method with step size of 0.1. Approximate the value of y(0.4). [5]
11.
Solve the Poisson's equation ∇2f=xy with f=2 on boundary by assuming square domain 0≤x≤3, 0≤y≤3 and h=1. [5] 12.
How boundary value problems differs from initial value problems? Discuss shooting method for solving boundary value problem. [5]