Numerical Methods Question Bank (2)
Numerical Methods Question Bank (2)
(CIVIL/MECH/AERO)
QUESTION BANK
UNIT-1
8. Derive Newton Raphson formula to find the cube root of a positive number k.
16. Give the name of any two iteration methods in Numerical methods.
21 How to reduce the number of iterations while finding the root of an equation by
regular flair method.
PART-B (8MARKS)
10x + y + z = 12
2x + 10y +z = 13
x + y + 5z = 7
20x + y – 2z = 17
3x + 20y – z = - 18
2x – 3y + 20z = 25
5. Using Newton raphson method to find correct to four decimals the root between
0 and 1 of the equation x3 – 6 x + 4 = 0.
6. Using power method to find the dominant Eigen values and Eigen vector of
7. Solve the equation x2-2x-3=0 for the positive root by iteration method.
[ ]
2 2 6
. Using Gauss-Jordan method, find the inverse of
2 6 −6
8 4 −8 −8
2 x1 +17 x 2+ 4 x 3=35.
27x+6y-z=85
x+y+54z=110
6x+15y+2z=72
13. Find the dominant Eigen value and the corresponding Eigen vector of
[ ]
1 6 1
A¿ 1 2 0
0 0 3
14. Find also the least latent root and hence the third Eigen value also.
15. Find the inverse of the matrix using Gauss Jordan method.
10x1 + x2 + x3 = 12
2x1 + 10x2 + x3 = 13
17. Using Newton Rapson method to find correct to four decimals the root between
0 and 1 of the equation x3 – 6 x + 4 = 0.
[ ]
2 2 3
18. Using Gauss-Jordan method, find the inverse of the matrix 2 1 1
1 3 5
[ ]
5 0 1
19. Using power method, find all the Eigen values of A= 0 −2 0
1 0 5
UNIT-2
INTERPOLATION
4. Write the formula for Newton forward and Newton Backward differences.
x: 2 5 10
y: 5 29 109
9. Give the newton’s divided difference interpolation formula?
1. A function f(x) is given by the following table. Find f(0.2) by a suitable formula
x 0 1 2 3 4 5 6
x 5 6 9 11
f(x) 12 13 14 16
3. Find the value of x when y = 85, using Lagrange’s formula from the following
table
x 2 5 8 14
4. using Lagrange’s interpolation, calculate the profit in the year 2000 from the
following data
X 1 3 5 7
y 24 120 336 720
6.Using Newton’s divided difference formula , find u(3) given u(1)=-
26,u(2)=12,u(4)=256,u(6)=844.
X: 1 2 3 5
F(x): 0 7 26 124
7.using lagrangian interpolation formula find f(4) given that
f(0)=2,f(2)=12,f(15)=3587.
8. Find the age corresponding to the annuity value 13.6 given the table.
Age(x): 30 35 40 45 50
Annuity 15.9 14.9 14.1 13.3 12.5
value(y)
9. Find f (8) by Newton’s divided difference formula for the data.
X 4 5 7 10 11 13
F(x) 48 100 294 900 1210 2028
10. Obtain the cubic spline approximation for the function y=f(x) from the
following data, given that y0’’=y3”=0
x -1 0 1 2
y -1 1 3 35
11. Using Newton’s forward interpolation formula, find the polynomial f(x)
satisfying the following data. Hence evaluate y at x=5
x 4 6 8 10
y 1 3 8 10
12. From the data given below, find the number of students whose weight is given
between 60 to 70
x 1 2 3 4
y 1 8 27 64
dy
3. Write the formula for dx at x =¿ x0 using forward differences operator. .(A)4.
Why is trapezoidal rule so called?
|
b
13. using trapezoidal rule evaluate ∫ sinxdx by dividing the range in to 6equal
0
parts
16. If the rang is not (-1, 1) then what is the idea to solve the Gaussian quadrature
problems.
x 1 2 4 7 12
22. What is the order of error in the Simpson’s formula is the order?
Part –B (8 MARKS QUESTIONS)
1. Find the first second and 3 rd derivatives of the function tabulated below at the
point x=1.5?
(in
thousands)
5. The velocity v of a partial ad distances from a point on its path is given by the
table.
F 0 10 20 30 40 50 60
V 47 58 64 65 61 52 38
Estimate the time taken to travel 60feet by using Simpson’s one third value.
Compare the result with Simpson’s 3/8 rule.
7. Evaluate to integral
X 0 1 2 3 4
y 1 2.718 7.381 20.086 54.598
10. Find the maximum and minimum value of y tabulated below. .(A)
x -2 -1 0 1 2 3 42
-0.25y0 -2 -0.25 0 -0.25 2 15.75 56
π /2
11. Dividing the rang in to 10 equal parts, find the value of ∫ sinx dx by I)
0
12. Valuate ∫ x dx
2
+4
using Romberg’s method .hence obtain an approximate value
0
for π
π /2 1.4 2.4
by using trapezoidal rule and Simpsons rule. Verify your result by actual
integration.)
1
1
14. Using Simpsons rule. Evaluate∫ dx dy
0 1+ x+ y
dx dy taking = k=0.5
UNIT-4
Part-A
2marks Questions
1. State the dis advantage of Taylor series method
11. Write down the formula for Euler’s method or Euler’s algorithm?
1. Solve dy /dx= x+ y , given y (1)=0 ,∧get y (1.1), y (1.2) by Taylor series method.
Compare your result with the analysis.
2. Using Taylor method compute y (0.2) and y(0.4) correct to 4 decimal places
given
4. Evaluate the values of y (0.1) and y (0.2) given y’’ – x (y’)2 +y2 = 0; y (0) =1, y’
(0) =0 by using Taylor series method?
5. Using improved Euler method find y at x =0.1 and y at x =0.2 give =y- ,
y (0) = 1
6. Apply the fourth order Runge – kutta method, to find y (0.2) given that y’ = x +
y, y (0) = 1
7. Using the Runge – kutta method, tabulate the solution of the system = x +z,
10. Using Taylor’s series method, solve =xy+y2, y (0) = 1 at x = 0.1, 0.2 and 0.3
continue the solve at x = 0.4 by. Milne’s predictor corrector method
12. Solve with y (0) =1 use Taylor series at x = 0.2, and 0.4 find x =
0.1.
30. Given yI = 1 – y and y(0) = 0 find y(0.1) by Euler method (ii) y(0.2) by
modified Euler method. (iii) y(0.4) by Milne’s’ method.
31. Using R.K. method of 4th order solve with y(0) = 1 at x = 0.2
32. Using Runge Kutta Method calculate y (0.1), y (0.2), y (0.3), given that
2marks questions
19. Name two methods that you use to solve one dimensional heat equation.
20. Write down standard five point formula is showing laplace equation over a
region.
5. Solve the Poisson equation 2u=- (x+y)2 over the square region bounded by the
lines x=0,y=0,x=0,y=3 given that u=0 throughout the boundaries taking h=1.