Question Bank Numerical Methods
Question Bank Numerical Methods
∆𝑓(𝑥)
1. Show that ∆𝑙𝑜𝑔𝑓 𝑥 = 𝑙𝑜𝑔 1 +
𝑓(𝑥)
1
8. Integrate numerically 0
𝑥 𝑑𝑥 by Trapezoidal rule with 3 sub-intervals.
6 𝑑𝑥
9. Evaluate 0 1+𝑥 2
, taking 3 ordinates.
0.5 𝑥𝑑𝑥
10. Compute 0 𝑆𝑖𝑛 𝑥
taking = 0.25, using Simpson’s 1/3rd rule.
𝜋 1 𝑑𝑥
11. Compute the value of ‘𝜋’ from the relation = 0 1+𝑥 2
, taking 9 equal sub-intervals.
4
8 𝑑𝑥
12. Evaluate 0 1+𝑥
by (i) Trapezoidal rule and (ii) Simpson’s 1/3rd rule, taking 8 equal sub-
intervals.
1
20. Find the positive root of 𝑥 2 − sin 𝑥 = 0 correct upto three significant digits by the
method of bisection.
23. Use Regular Falsi method to evaluate the smallest real root of the equation 𝑥𝑒 𝑥 = cos 𝑥.
7
24. Find the value of 125 by the Newton-Raphson’s method, upto three decimal places.
25. Find the value of 𝑦(0.1) by Euler’s method, from the IVP
𝑑𝑦 𝑦−𝑥
= 𝑥+𝑦 , 𝑦 0 = 1 , taking = 0.02.
𝑑𝑥
26. Find the value of 𝑦(1.1) by Euler’s Modified method, from the IVP
𝑑𝑦 𝑦 1
+ 𝑥 = 𝑥 2 , 𝑦 1 = 1 , taking = 0.1.
𝑑𝑥
27. Find the value of 𝑦(1.1) by R-K method, from the IVP
𝑑𝑦
= 𝑦(𝑥 + 𝑦), 𝑦 1 = 1 , taking = 0.1.
𝑑𝑥
𝑑𝑦
28. Find the solution of the differential equation 𝑑𝑥 = 𝑥 2 − 𝑦 , 𝑦 0 = 1 for 𝑥 = 0.3 taking
h=0.1, using Euler’s method. Compare the result with the exact solution.
29. Find the value of 𝑦(0.4) using Runge-Kutta method of forth order with = 0.2, given
𝑑𝑦
that 𝑑𝑥 = 𝑥 2 + 𝑦 , 𝑦 0 = 0.8 , correct up-to 2-decimal places.
30. Find the value of 𝑦(0.6) using Euler’s modified method with = 0.2, given that
𝑑𝑦
= 𝑥 + 𝑦 , 𝑦 0 = 1 , correct up-to 2-decimal places.
𝑑𝑥
31. Evaluate the missing term from the following table.
X 0 1 2 3 4 5
F(x) 0 --- 8 15 ---- 35
32. The following table gives the normal weights of babies during the first eight months of
life.
2
35. Show that ∆𝑓 𝑥 = 𝐸∇𝑓 𝑥 .
36. (a) Find the polynomial from the following data and hence find 𝑓(0) by using Newton’s
Divided Difference Formula.
X -1 1 2 3
F(x) 21 15 12 3
(b) The values of 𝑠𝑖𝑛𝑥 are given below, for different values of x. Find 𝑠𝑖𝑛320 from this
table.
X 300 350 400 450 500 550
F(x) 0.5 0.5736 0.6428 0.7071 0.7660 0.8192
𝑛−1
(c) Prove that 𝑘=0
∆2 fk = ∆fn − ∆f0
37. (a) Compute 𝑓(0) from the following data by using Lagrange’s Interpolation Formula.
X -1 -2 2 4
F(x) -1 -9 11 69
(b) Given some values of the function f(x)=1/x. Find 1/2.72 from f(2.7)=0.3704,
f(2.8)=0.3571, f(2.9)=0.3448.
6 𝑑𝑥
38. Evaluate 0 (1+𝑥)2 , by simpson’s 1/3rd rule taking n=6.
1
39. Evaluate 0
𝑐𝑜𝑠𝑥 𝑑𝑥 by taking n=5.
1 𝑑𝑥
40. (a) Evaluate 0 1+𝑥 2
, by simpson’s 1/3rd rule and Trapezoidal rule and then compare the
result.
(b) A river is 70 m wide. The depth y of the river at a distance x from one bank is given
by the following table:
X 0 10 20 30 40 50 60 70
Y 0 4 7 9 12 8 5 2
Find the approximate area of cross-section of the river using numerical integration. Explain
the reason behind your choice of the integration formula used.
44. (a) Using the method of Bisection compute a root of 𝑥 3 − 3𝑥 − 5 = 0 correct up to four
significant figure.
3
(b) Give Geometrical interpretation of Newton-Raphson method and Regula Falsi
method.
45. (a) Find the positive real root of 𝑥 3 − 𝑥 2 − 1 = 0 using the Bisection method after 4
iterations.
(b) Using Neton-Raphson method compute a root of 𝑥 4 − 𝑥 − 1 = 0 correct up to four
significant figure.
c) Find the positive real root of 𝑥 3 − 𝑥 − 0.1 = 0 using Regula Falsi method.
𝑑𝑦
46. (a) Compute 𝑦(0.1), 𝑦(0.2), 𝑦(0.3) from the equation − 1 = 𝑦 2 , 𝑦 0 = 0 taking
𝑑𝑥
= 0.1 by Euler’s method.
(b) Using Taylor’s series method compute 𝑦(0.3) correct up to five decimal places from
𝑑𝑦
= 𝑥 𝑦 − 2 given 𝑦 0 = 3
𝑑𝑥
𝑑𝑦
c) Compute 𝑦 1.1 , by Runge- Kutta method of 4th order from the equation = 𝑥2 + 𝑦2,
𝑑𝑥
𝑦 0 =1
47. a) Using finite difference method, solve the following boundary value problem:
𝑑2 𝑦
+ 𝑦 + 1 = 0 with 𝑦 0 = 0, 𝑦 1 = 0.
𝑑𝑥2
𝑑𝑦
(b) Compute 𝑦(0.4), from the equation = 1 + 𝑥𝑦 , 𝑦 0 = 2, 𝑦 0.1 = 2.1103,
𝑑𝑥
𝑦 0.2 = 2.2430 , 𝑦 0.3 = 2.4011 by Milne’s method.