0% found this document useful (0 votes)
82 views6 pages

CSETUBE - Xclusive Xpectations: XX Yy

This document provides 46 important questions related to numerical methods. The questions cover topics such as: Gaussian elimination, Gauss-Jordan method, divided difference tables, Gaussian quadrature, Taylor series, Runge-Kutta method, finite difference methods, cubic splines, and PDE solving techniques like Crank-Nicholson method. Many questions ask to apply these numerical methods to solve equations or systems of equations, evaluate integrals, or find derivatives and interpolants using given data sets.

Uploaded by

donkalonk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views6 pages

CSETUBE - Xclusive Xpectations: XX Yy

This document provides 46 important questions related to numerical methods. The questions cover topics such as: Gaussian elimination, Gauss-Jordan method, divided difference tables, Gaussian quadrature, Taylor series, Runge-Kutta method, finite difference methods, cubic splines, and PDE solving techniques like Crank-Nicholson method. Many questions ask to apply these numerical methods to solve equations or systems of equations, evaluate integrals, or find derivatives and interpolants using given data sets.

Uploaded by

donkalonk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

h

t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

MA2264 - Numerical Methods (Important Questions)
Important 2 marks
1. Find inverse of A =
|
|

\
|
7 2
3 1
by Gauss Jordan method
2. Compare Gaussian elimination method and Gauss-Jordan method
3. Obtain the divided difference table for the following data.
X : -1 0 2 3
Y : -8 3 1 12
4. Compare Gaussian elimination method and Gauss-Jordan method.
5. State the conditions for convergence of Gauss Siedel method for solving a system of
equations.
6. Define forward, backward, central differences and divided differences.
7. State the order of convergence of cubic spline.
8. Write Simpsons 3/8 rule assuming 3n intervals.
9. State two point Gaussian quadratue formula to evaluate

1
1
) ( dx x f .
10. By Taylor series, find y(1.1) given y = x + y, y(1) = 0.
11. State Adams Bashforth predictor and corrector formula.
12 Write down the standard five point formula used in solving laplace equation U
xx
+ U
yy
= 0 at
the point ( y j x i , ).
13. State Bender Schmidts explicit formula for solving heat flow equations

14. State Newtons forward and backward interpolating formula
15. Write Simpsons 3/8 rule assuming 3n intervals
16. State two point Gaussian quadratue formula to evaluate

1
1
) ( dx x f .
17. By Taylor series, find y(1.1) given y = x + y, y(1) = 0.
18. State Adams Bashforth predictor and corrector formula
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations
h
t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

19. Write down the standard five point formula used in solving laplace equation U
xx
+ U
yy
= 0 at
the point ( y j x i , ).
20. State Bender Schmidts explicit formula for solving heat flow equations

Important 16 marks Questions
11 Solve the system of equations using Gauss Seidel iterative methods.
20x y 2z = 17, 3x + 20y z = -18, 2x 3y +20z = 25.
12. Find the largest eigen values and its corresponding vector of the matrix

(
(
(

10 4 1
4 2 3
1 3 1
by power method
13. Using Gauss- Jordan obtain the inverse of the matrix
(
(
(

5 3 1
1 1 2
3 2 2

14. Solve the following equations by Jacobis iteration method
x + y + z = 9, 2x 3y + 4z = 13, 3x + 4y + 5z = 40
15 From the following table find y(1.5),y(2.5) and y(1) using cubic spline.
X : 1 2 3
Y : -8 -1 18

16. Find y(12) using Newton forward interpolation formula given
x : 10 20 30 40 50


y : 46 66 81 93 101
17. Form the divided difference table for the following data
x : -2 0 3 5 7 8
y : -792 108 -72 48 -144 -252
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations
h
t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

18. Evaluate I =

+
2
1
2
1
y x
dy dx
by using Trapezoidal rule, rule taking h= 0.5 and h=0.25. Hence the
value of the above integration by Rombergs method
19. Evaluate

+
7
3
2
1 x
dx
using Gaussian quadrature with 3 points.

20. Evaluate

+
2
1
2
1
2 2
y x
dy dx
numerically with h= 0.2 along x-direction and k = 0.25 along y
direction.
21 For a given data find
dx
dy
and
2
2
dx
y d
at x = 1.1
X : 1.0 1.1 1.2 1.3 1.4 1.5 1.6
Y: 7.989 8.403 8.781 9.129 9.451 9.750 10.031

22. By means of Taylors series expension, find y at x = 0.1,and x = 0.2 correct to three
decimals places, given
x
e y
dx
dy
3 2 = , y(0) = 0.
23 Given , 0 ) 0 ( , 1 ) 0 ( , 0 = = = + + y y y y x y find the value of y(0.1) by using R.K.method of
fourth order.

24 Using Runge-Kutta method of 4
th
order, solve
2 2
2 2
x y
x y
dx
dy
+

= with y(0)=1 at x=0.2.


25 Using Milnes method to find y(1.4) given that 0 2 5
2
= = y y x given that
0143 . 1 ) 3 . 4 ( , 0097 . 1 ) 2 . 4 ( , 0049 . 1 ) 1 . 4 ( , 1 ) 4 ( = = = = y y y y .
26 Solve xy

+ y = 0 , y(1) =1,y(2) = 2, h = 0.25 by finite difference method


27 Solve u
xx
+ u
yy
= 0 over the square mesh of sid e 4 units, satisfying the following
conditions .
u(x,0) =3x for 0 4 x
u(x, 4) = x
2
for 0 4 x
u(0,y) = 0, for 0 4 y
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations
h
t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

u(4,y) = 12+y for 0 4 y

28 Solve the equqtion U
t
= U
xx
subject to condition u(x,0) = sin x ; 0 1 x ,u(0,t) = u(1,t) =0
using Crank- Nicholson method taking h = 1/3 , k = 1/3 (do on time step)
29. Solve the following equations by Jacobis iteration method
x + y + z = 9, 2x 3y + 4z = 13, 3x + 4y + 5z = 40.
30. Solve the system of equations using Gauss Seidel iterative methods.
20x y 2z = 17, 3x + 20y z = -18, 2x 3y +20z = 25.

31. Use Newtons backward difference formula to construct an interpolating polynomial of
degree 3 for the data:
f( - 0.75) = - 0.0718125, f( - 0.5) = - 0.02475, f( - 0.25) = - 0.3349375 and f(0) = 1.101.
Hence find f (-
3
1
).
32. Find the largest eigen values and its corresponding vector of the matrix

(
(
(

10 4 1
4 2 3
1 3 1
by power method.
33. Fit a natural cubic spline for the following data
x : 0 1 2 3
y : 1 4 0 -2

34. Given sin 45
0
= 0.7071, sin 50
0
= 0.7660, sin 55
0
= 0.8192, sin 60
0
= 0.8660, find
sin 52
0
using Newtons forward interpolating formula.
35. Find y (12) using Newton forward interpolation formula given
x : 10 20 30 40 50


y : 46 66 81 93 101
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations
h
t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

36. Evaluate

+ + y x
dxdy
1
by Simpsons rule with y x = = 0.5 where 0<x,y<1.
37. Evaluate

+
7
3
2
1 x
dx
using Gaussian quadrature with 3 points.

38. From the following data find y(6)
X : 0 2 3 4 7 9
Y: 4 26 58 112 466 922
39 The following data gives the velocity of a particle for 20 seconds at an interval of five
seconds. Find initial acceleration using the data given below
Time(secs) : 0 5 10 15 20
Velocity(m/sec): 0 3 14 69 228
40 Using Taylor;s series method find y at x = 0.1, if 1
2
= y x
dx
dy
, y(0)=1.
41 Given ) 1 (
2
y x
dx
dy
+ = , y(1) = 1, y(1.1) = 1.233, y(1.2) = 1.548, y(1.3)=1.979, evaluate y(1.4)
by Adams- Bashforth method.

42 Using R.K.Method of order 4, find y for x = 0.1, 0.2, 0.3 given that 1 ) 0 ( ,
2
= + = y y xy
dx
dy

also find the solution at x = 0.4 using Milnes method.

43 Solve xy+ y = 0 , y(1) =1,y(2) = 2, h = 0.25 by finite difference method.
44 Solve y
tt
= 4y
xx
subject to the condition y(0,t) =0, y(2,t)=o, y(x,o) = x(2-x),
0 ) 0 , ( =

x
t
y
. Do 4steps and find the values upto 2 decimal accuracy.

45 Solve u
xx
+ u
yy
= 0 over the square mesh of side 4 units, satisfying the following conditions
. u(x,0) =3x for 0 4 x
u(x, 4) = x
2
for 0 4 x
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations
h
t
t
p
:
/
/
c
s
e
t
u
b
e
.
t
k
/

u(0,y) = 0, for 0 4 y
u(4,y) = 12+y for 0 4 y
46 Solve
t
u
x
u

2
2
2
= 0, given that u(0,t)=0,u(4.t)=0.u(x,0)=x(4-x).Assume h=1.Find the
values of u up to t =5.
http://csetube.weebly.com/
CSETUBE - Xclusive Xpectations

You might also like