Computational Mathematics Model Papers 2017 18
Computational Mathematics Model Papers 2017 18
PART-A
1. Find the interpolating polynomial for the data (0, 2), (1, 5), (2, 9)
2. Simplify ∆ 4 y 0
dy
5. Find y(0.1) by using Picard’s method from =1+ xy , y ( 0 )=0
dx
PART-B
1 . Find f (0.15) using Newton’s forward interpolation formula for the data
( 0.1,9 .9833 ) , ( 0.2,4 .9696 ) , ( 0.3 , 3.2836 ) , ( 0.4,2.4339 ) ,(0.5,1.9177)
x 0 1 2 4 5 6
f (x) 1 1 15 5 6 19
4
3. Find the value of y (25) using Gauss forward difference formula given
y ( 20 )=24 , y ( 24 )=32 , y ( 28 )=35 , y ( 32 )=40
4. Using Gauss backward difference formula find y ( 8 ) from the following table
x 0 5
10 15 2 25
0
f (x) 7 11 14 18 2 32
4
2
5. Fit a parabola of the form y=a+bx +c x by the method of least squares for the data
dy d 2 y
6. Find , at x=1.1 from the following table
dx d x 2
x 1.0 1.1 1.2 1.3 1.4
f (x) 7.989 8.903 8.781 9.129 9.451
1
dx 3 1
7. Evaluate ∫ using Simpson’s t h rule, taking h= . Hence find π
0 1+ x 2
8 6
8. Fit a exponential curve of the form y=a .b x to the following data by method of least squares
dy
9. Estimate y (0.4 ) by Taylor series method for =xy ; y ( 0 ) =1 taking h=0.2
dx
dy y −x
10. Given = ; y ( 0 )=1. Compute y ( 0.1 ) in steps of h=0.05 by modified Euler’s method
dx y+ x
dy y + x
11. Using RK’s fourth order method find y ( 2.5 )given that = ; y ( 2 )=2.
dx x
dy
12. Solve = y−x 2 , y ( 0 ) =1 by Picard’s method up to third approximation. Hence find
dx
y ( 0.1 ) , y (0.2)
PART-A
Short Answer Questions
Δf ( x )
Δ log(f ( x ))=log(1+ )
1. If the nodes x are equally spaced then show that f (x)
2. Find the missing values from the following table using Forward differences.
X 0 1 2 3 4 5
y 5 11 22 40 - 140
3. Using the method of Least Squares fit a straight line to the following data.
X 0 1 2 3 4
y 1 1.8 3.3 4.5 6.3
1
∫ 1+dxx2
4. Evaluate 0 using
Trapezoidal rule taking h=1/4.
dy
=x+ y
5. Find y(0.1), using Euler’s method, given that dx , y(0)=1.
6. Using Runge-Kutta method of second order, find y(0.1) given that y’ = -y, y(0)=1 .
PART-B
Long Answer Questions
7. The population of a town in the decennial census was given below. Estimate the population
in the year 1895.
190
Year x 1891 1 1911 1921 1931
Population y
(thousands) 46 66 81 93 101
8. Find f(30) for the following data, using Gauss’s Forward Difference Interpolation formula
X 21 25 29 33 37
y 18.4708 17.8144 17.1070 16.3432 15.5154
9. Using Lagrange’s Interpolation formula, fit a polynomial to the data. Also find y at x=2 .
X 0 1 4 5
y 4 3 24 39
10. Find y(42) from the following data by using Newton’s Backward Difference Interpolation
formula .
x 20 25 30 35 40 45
Y 354 332 291 260 231 204
dy d2 y
Find dx and dx 2 at x=1.1
12. A rocket launched from the ground. Its acceleration is registered during the first 80
seconds and is given in the table below. Using Simpson’s 1/3 rule, find the velocity of the rocket
at t=80seconds.
t (sec) 0 10 20 30 40 50 60 70 80
f 46.69 50.67
(cm/scec2) 30 31.63 33.34 35.47 37.75 40.33 43.25
13. Fit a curve of the form y= a+bx+cx2 from the following data by Least Squares method.
x 0 1 2 3 4
y 1 1.8 1.3 2.5 6.3
14. Fit the curve of the form y= aebx from the following data by Least Squares method.
dy
=2 x− y
16. Solve dx , y(1) = 3 using Picard’s method, upto third approximation.
dy
=−xy 2
17. Given dx , y(0)=2, find y(0.2) in step size of 0.1 using Euler’s Modified
method.
2 2
dy y −x
= 2 2
18. Using Runge-Kutta method of fourth order, solve dx y +x with y(0)=1 at x=0.2,0.4.
1. Define interpolation
∆ ∇
2. Prove that ∆+ ∇= −
∇ ∆
3. Write the normal equations for fitting a given data to the curve y=a x b.
2
1
4. Evaluate ∫ cosx dx, using Trapezoidal rule with h=
1
2
5. Given y = x 2− y , y(0)=1 , find y(0.1) and y(0.2) using the Euler’s method.
'
6. Find y(0.1) , when y’=-y , y(0)=1 , using Runge-Kutta method of second order.
PART - B
9. From the following table for the function y=f(x) , find f(35) using Gauss’s backward
interpolation formula
x 20 30 40 50 60
f(x 0.34202 0.5020 0.64279 0.76604 0.86603
) 0
10. Find the Lagrange’s interpolating polynomial that fits the following data values
x -1 2 3 4
f(x) -1 1 31 69
1
Hence find f(1.5)
11. Fit a parabola y=a+bx+cx2 by the method of least squares to the following data
x 1 2 3 4 5 6 7
y 2. 5.2 9.7 16.5 29.4 35.5 54.4
3
X 0 2 4 6 8
y 150 63 2 12 5.6
8
13. For the function y=f(x) described by the following table. Find y’ and y’’ at x=2.2