MA8491 QB - Numerical Methods - by WWW - EasyEngineering.net 4
MA8491 QB - Numerical Methods - by WWW - EasyEngineering.net 4
net
DEPARTMENT OF MATHEMATICS
2 −1 0
A = using Power method.
− 1 2 − 1
0 −1 2
Evaluate by Gauss Elimination method x + 2y -5z = -9 ;
9. (a) BTL -5 Evaluating
3x - y + 2z = 5 ; 2x + 3y - z = 3..
Find the real root of f(x) = 3x+sin x - ex = 0 using Newton -
9.(b) BTL -3 Applying
Raphson method by using initial approximation x0 = 0.5.
Evaluate the dominant Eigen value and vector of
25 1 2
10.(a) A = 1 3 0 using Power method. BTL -5 Evaluating
2 0 − 4
Using Newton-Raphson method , Establish the formula and also
10.(b) to calculate the square root of N. Find the square root of 5 BTL -1 Remembering
correct to 4 places of decimals.
Apply Gauss seidel method to solve system of equations
11.(a) 6x1 - 2x2 + x3 = 11; -2x1 + 7x2 + 2x3 = 5; x1 + 2x2 - 5x3 = -1, BTL -4 Analyzing
with the initial vector of( 0 , 0 , 0 ).
Using Power method , Identify all the eigen values of
11.(b) BTL -6 Creating
A =
x: -1 0 2 3
y: -8 3 1 12
Evaluate f(2),f(8) and f(15) from the following table using Newton’s
divided difference formula
3. (a) BTL -5 Evaluating
x: 4 5 7 10 11 13
y: 48 100 294 900 1210 2028
Find third order Newton polynomial to estimate with the 4
points given in table
3.(b) BTL -3 Applying
X 1 4 6 5
f(x) 0 1.386294 1.791759 1.609438
Use Lagrange’s formula to find the value of y at x= 9.5 from the
following data:
4. (a) BTL -2 Understanding
X 7 8 9 10
Y 3 1 1 9
Find the natural cubic spline for the function given by
4.(b) x 0 1 2 BTL -4 Analyzing
f(x) 1 2 33
Estimate x when y = 20 from the following table using Lagrange’s
5. (a) method
BTL -3 Applying
x: 1 2 3 4
y: 1 8 27 64
Find the interpolated value for x = 3 of the given using Lagrange’s
interpolation
5.(b) BTL -3 Applying
x: 3.2 2.7 1.0 4.8
f(x): 22.0 17.8 14.2 38.3
Express f(x) as a polynomial using Newton’s divided difference
6. (a) method x: 0 2 3 6 9 10 Applying
f(x): 3 7 24 207 714 983 BTL -3
Obtain root of f(x)=0 by Lagrange’s Inverse interpolation formula
6.(b) BTL -2 Understanding
given that f(30)=-30, f(34)=-13, f(38)=3, f(42)=18
7. (a) Find the natural spline x: 0 1 2 3
BTL -2 Understanding
y: 1 2 1 10
Calculate y(0.5) and y’(1) given that M0 = M2 = 0 using Cubic
Spline
7. (b) BTL -3 Applying
x: 0 1 2
y: -5 -4 3
8. (a) Evaluate y (1.5), using Cubic Spline to the following data
x: 1 2 3 4 BTL -5 Evaluating
y: 1 2 5 11
8.(b) Using Newton’s forward interpolation formula find the value of
1955 from the following table x: 1951 1961 1971 1981
BTL -3 Applying
y: 35 42 58 84
9. (a) Evaluate f(7.5) from the following table Using Newton’s backward BTL -5 Evaluating
formula
X : 1 2 3 4 5 6 7 8
Y : 1 8 27 64 125 216 343 512
9.(b) Using Suitable Newton’s f interpolation formula find the value of BTL -4 Analyzing
11.(a) Find the number of students who obtain marks between 40 and 45,
using Newton’s formula
BTL -3 Applying
Marks : 30 - 40 40 -50 50 – 60 60 – 70 70 - 80
No of students : 31 42 51 35 31
11.(b) The following table gives the values of density of saturated water
for various temperature of saturated steam. Find density at T = 125 Analyzing
Temp TC 100 150 200 250 300 BTL -4
3
Density hg/m 958 917 865 799 712
12.(a) Using divided difference table find f(x) which takes the values as
follows . Evaluating
x : 0 1 3 4 BTL -5
f(x): 1 4 40 85
12.(b) Calculate the pressure t = 142 and t =175, from the following data BTL -4 Analyzing
taken from steam table, Using suitable formula.
Temp : 140 150 160 170 180
Pressure: 3.685 4.854 6.302 8.076 10.225
13.(a) Determine by Lagrange’s interpolation method, the No. of patients
over 40 years using the following data
BTL -3 Applying
Age (over x years) : 30 35 45 55
Number(y)patients: 148 96 68 34
13.(b) The population of a town is as follows
Year (x): 1941 1951 1961 1971 1981 1991 Analyzing
Population 20 24 29 36 46 51 BTL -4
in lakhs (y):
Estimate the population increase during the period 1946 to 1976.
14.(a) Using Newton’s Forward interpolation formula find the Polynomial
f(x) to the following data, and find f(2)
BTL -3 Applying
x: 0 5 10 15
f(x): 14 397 1444 3584
14.(b) Find the value of y at x= 6 by Newton’s divided difference formula
for the data:
BTL -3 Applying
x -1 0 2 3 7 10
y -11 1 1 1 141 561
20. Give the order and error of Simpson’s one third rule. BTL -1 Remembering
PART –B
6
1
1.(a) Evaluate dx , using trapezoidal and Simpson’s 1/3 rules.
rd
BTL -5 Evaluating
0 1 + x 2
7. (a) A curve passes through the points (0, 18), (1,10) , (3,-18) and
BTL -3 Applying
(6,90). Find the slope of the curve at x=2.
2 2
dx dy
7. (b) Evaluate h = k = 0.25 using trapezoidal, Simpson’s rule,
1 1
x+ y BTL -4 Analyzing
and justify.
8. (a) Find the first and second derivatives of the function
f (x) = x3 – 9x -14 at x = 3.0 using the values given below BTL -4 Analyzing
x: 3.0 3.2 3.4 3.6 3.8 4
8.(b) Find the value of f ‘ (8) from the table given below
x: 6 7 9 12 BTL - 3 Applying
f (x) : 1.556 1.690 1.908 2.158 using suitable formula.
9. (a) 2 .6 4 .4
Evaluate xy dx dy
2 4
using Simpson’s 1/3 rd rule, given that
BTL -5 Evaluating
h=0.2, k=0.3.
9.(b) A river is 80 meter wide the depth d in meters at a distance x meters
from one bank is given below. Calculate the area of the cross
section of the river using Simpson rule. BTL -4 Analyzing
x : 0 10 20 30 40 50 60 70 80
d:0 4 7 9 12 15 14 8 3
10.(a) Use the Romberg method to get an improved estimate of the integral
from x = 1.8 to x = 3.4 from the data in the table with h = 0.4.
x : 1.6 1.8 2.0 2.2 2.4 2.6 2.8 3.0
BTL -4 Analyzing
3.2 3.4 3.6 3.8
Y: 4.953 6.050 7.389 9.025 11.023 13.464 16.445 20.056
24.533 29.964 36.598 44.701
10.(b) The Velocity v( km/ min) of a moped which starts from rest, is
given at fixed intervals of time (min) as follows.
T: 0 2 4 6 8 10 12
BTL -3 Applying
V: 4 6 16 34 60 94 131
Estimate approximate distance covered in 12 minutes, by
Simpson’s 1 / 3 rd rule, also find the acceleration at t = 2 seconds.
11.(a) 2
dx
Apply Gaussian three point formula to find BTL -3 Applying
1 1+ x
3
11.(b) dy d2y
Calculate and at x = 1.35 from the following data:
dx dx 2 BTL -5 Evaluating
X 1.1 1.2 1.3 1.4 1.5 1.6
f(x) -1.62628 0.15584 2.45256 5.39168 9.125 13.83072
12.(a) The following data gives the velocity of a particle for 20 seconds at
an interval of 5 seconds . Find the Initial acceleration using the
entire data
BTL -3 Applying
Time (sec) 0 5 10 15 20
Velocity(m/sec) 0 3 14 69 228
12.(b) From the following table, find the value of x for which y is
minimum.
X -2 -1 0 1 2 3 4 BTL -4 Analyzing
Y 2 -0.25 0 -0.25 2 15.75 56
13.(a) Using the following data, find f’(5), f”(5) and the maximum value of
f(x).
X 0 2 3 4 7 9 BTL -4 Analyzing
f(x) 4 26 58 112 466 922
10
PART –B
Apply modified Euler method to find y(0.2) given
1.(a) BTL -3 Applying
y’ = y - x2 +1, y(0) = 0.5.
Using Runge-kutta method of 4th order solve the following equation
dy 4 x
1. (b) taking each step h = 0.1 for = − x. y given BTL -3 Applying
dx y
y(0) = 3.calculate y at x = 0.1 and 0.2.
Using Taylor series method find y at x = 0.1 given
2. (a) dy BTL -3 Applying
= 2 y + 3e x , y(0) = 0.
dx
Examine 2y’ –x – y = 0 given y(0) = 2 , y(0.5) = 2.636,
2.(b) BTL -4 Analyzing
y(1) = 3.595, y(1.5) = 4.968 to get y(2) by Adam’s method.
dy
Find the values of y at x=0.1 given that = x 2 − y , y(0) = 1 by
3. (a) dx BTL -3 Applying
Taylor’s series method.
dy
By Adam’s method, find y (0.6) given = x + y , y (0) = 1 using h
3.(b) dx BTL -2 Understanding
= 0.2 if y(-0.2) = .8373, y(0.2) = 1.2427, and y(0.4) = 1.5834.
dy
By Euler modified method for the function = log 10 ( x + y ) ,
4. (a) dx BTL -3 Applying
y(0) = 2 find the values of y(0.2) y(0.4) and y(0.6) by taking
h = 0.2.
dy 1
Find y(2) by Milne’s method = ( x + y ) , given y(0) = 2 ,
4.(b) dx 2 BTL -3 Applying
y(0.5) = 2.636, y(1.0) = 3.595 and y(1.5) = 4.968.
dy
Apply Milne’s method find y(0.4) given = xy + y 2 ,
5. (a) dx BTL -3 Applying
y(0) =1 ,using Taylor series method find y(0.1) , y(0.2) and y(0.3)
dy
Interpret y(0.1) and y(0.2) given = x 2 + y 2 y(0) =1and
5.(b) dx BTL -3 Applying
h = 0.1, using modified Euler methods.
12
dy
Given = x 2 (1 + y ) y(1) = 1 , y(1.1) = 1.233, y(1.2) = 1.548 ,
6. (a) dx BTL -5 Evaluating
y(1.3) = 1.979, evaluate y(1.4) By Adam’s Bash forth predictor
corrector method.
Solve the equation y’ = x + y, y(0) = 1 for x =( 0.0 ), (0.2),
6.(b) (1.0),using Euler’s method . Check your answer with the exact BTL -4 Analyzing
solution.
7. (a) Apply Runge – kutta method of order 4 solve y’ = y-x2, with y(0.6)
BTL -3 Applying
= 1.7379,h=0.1 find y(0.8).
Evaluate the value of y at x = 0.1 and 0.2to 4 decimal places given
7. (b) dy BTL -5 Evaluating
= x 2 y − 1 y(0) =1, using Taylor series method
dx
8. (a) Calculate y(0.4) by Milne’s predictor – corrector method , Given
= (1 + x 2 )y 2 and y(0) = 1, y(0.1) = 1.06, y(0.2) = 1.12,
dy 1
BTL -5 Evaluating
dx 2
y( 0.3) = 1.21,
8.(b) Explain the initial value problem dy = x − y 2 , y(0) = 1. To find
dx
y(0.4) by Adam’s Bash forth Predictor corrector method and for BTL -4 Analyzing
starting solutions use the information below, y(0.1) = 0.9117,
y(0.2) =0.8494. Compute y(0.3) using R-K method of fourth order .
9. (a) Find y(4.4) given 5xy’ + y2 – 2 = 0given y(4) = 1; y(4.1) =1.0049;
BTL -4 Analyzing
y(4.2) = 1.0097 ; and y(4.3) =1.0143. Using Milne’s method.
9.(b) dy
Find the values of y at x=0.1 given that = x 2 − y , y(0) = 1 by
dx BTL -5 Evaluating
modified Euler method.
10.(a) dy
Find y(0.4) by Milne’s method, Given = xy + y 2 y(0) =1,
dx BTL -3 Applying
y(0.1) = 1.1169, y(0.2) = 1.2773 Find i)y(0.3) by Runge-kutta
method of 4th order and ii) y(0.4) by Milne’s method.
10.(b) dy y 2 − x 2
Evaluate = given that y(0) = 1 at x = 0.2 and
dx y 2 + x 2 BTL -5 Evaluating
0.4 ,using Runge-kutta method of 4th order.
11.(a) Using Adam’s – Bashforth method, find y(0.4) given ,
BTL -3 Applying
y(0)=1, y(0.1)=1.01, y(0.2)= 1.022, y(0.3)=1.023.
11.(b) Given . (i) Compute y(0.2), y(0.4) and y(0.6)
by Runge- Kutta method of 4th order. Hence find y(0.8) by Milne’s BTL -5 Evaluating
Predictor –Corrector method taking h= 0.2.
12.(a) Given the initial value problem y’= x2 – y , y(0)=1, find the value
of y at x=0.1 by Taylor series method at x=0.2 by modified Euler
BTL -3 Applying
method, at x=0.3 by fourth order Runge-Kutta method at x=0.4, 0.5
by Adam’s- Bash forth method.
12.(b) Solve with the initial condition x= 0, y= 0 using Euler’s
algorithm and tabulate the solutions at x=0.1, 0.2, 0.3, 0.4. Using BTL -3 Applying
these results, find y(0.5) using Adam’s –Bash forth Predictor and
corrector method.
13
14.(b) Using Taylor series method, find y at x=0.1 to 0.4 given y’= x2 – y
BTL -3 Applying
correct to 4 decimals.
14. State the finite difference scheme for solving the Poisson’s equation BTL -4 Analyzing
15. State one dimensional heat equation and its boundary conditions BTL -4 Analyzing
Name at least two numerical methods that are used to solve one
16. BTL -4 Analyzing
dimensional diffusion equation
State the implicit finite difference scheme for one dimensional heat
17. BTL -4 Analyzing
equation
18. Write down the finite difference scheme for ut = uxx. BTL -2 Understanding
19. Define difference quotient of a function y (x) BTL -1 Remembering
Evaluate the explicit finite difference scheme for one dimensional
20. 2u 2 u
2
BTL -5 Evaluating
wave equation = .
t 2 x 2
PART –B
Evaluate the pivotal values of the equation Utt = 16 Uxx taking
1.(a) Δx = 1 upto t = 1.25. The boundary conditions are BTL -5 Evaluating
u ( 0 , t ) = u ( 5 , t ) =0 , ut (x , 0 ) = 0 & u( x ,0 ) = x2 ( 5 –x )
Solve y” – y = x,0 < x < 1, given y(0) = y(1) = 0 using finite
1. (b) BTL -4 Analyzing
difference method dividing the interval into 4 equal parts.
Solve the boundary value problem y”=xy subject to the conditions
2. (a) BTL -3 Applying
y(0)+y’(0)=1,y(1)=1,taking h=1/3,by finite difference method.
Solve ytt = 4yxx subject to the condition y(0,t) = 0; y(2,t) = 0; y(x,0)
BTL -2
2.(b) = x(2-x) ; ut(x,0) = 0, Do 4 steps. Find the values upto 2 decimal Understanding
accuracy.
Solve the boundary value problem x2 y ’’ – 2y +x = 0 subject to y(2) BTL -2
3. (a) Understanding
=0 = y(3), find y (2.25 ) by finite difference method.
2 x , 0 x 2.5
Solve 25 u2 = u2 , u ( x,0) = 0 u(0, t ) = 0 , u(5, t ) = 0 u ( x,0) =
2 2
3.(b)
x t t 10 − 2 x, 2.5 x 5 BTL -3 Applying
by the method derived above taking h =1 and for one period of
vibration , ( i.e. up to t =2)
Solve the elliptic equation Uxx + Uyy = 0 for the following square
mesh with boundary values as shown , using Liebman’s iteration
procedure.
11.1 17 19.7 18.6
4.(a) 0 BTL -3 Applying
21.9
0
21.9
0
0 17.0
8.7 12.1 12.8 9
t x
5. (a) BTL -4 Analyzing
u (0 , t ) = u ( 1 , t ) = 0 , u( x ,0 ) = sin πx, 0 x 1, using Crank-
Nicolson method.
15
Solve the Laplace equation Uxx+ Uyy = 0 for the following square
mesh with the boundary values as shown in the figure below.
2000 0
1000 500 0 0
10.(a) Solve : u 2 u , given u ( 0 ,t ) = 0,u(4, t ) =0,u(x ,0)= x(4–x ),
= 2
t x BTL -3 Applying
taking h = 1 (for 4 times steps)
10.(b) Solve the Poisson equation Uxx + Uyy = - 81xy , 0<x<1, 0<y<1
BTL -3 Applying
given that u(0,y)=0, u(1,y)=100, u(x,0)=0, u(x,1)=100 and h=1/3.
16
17