Question Numerical Method
Question Numerical Method
Question Numerical Method
∆𝑓(𝑥)
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. (a) Compute 0 𝑆𝑖𝑛 𝑥
taking = 0.25, using Simpson’s 1/3rd rule.
1
(b) Evaluate 0
cos 𝑥 𝑑𝑥 , by using Trapezoidal rule taking h=0.2, correct upto 3 significant
figures.
𝜋 1 𝑑𝑥
11. Compute the value of ‘𝜋’ from the relation = 0 1+𝑥 2
, taking 9 equal sub-intervals.
4
8 𝑑𝑥
12. (a) Evaluate 0 1+𝑥 by (i) Trapezoidal rule and (ii) Simpson’s 1/3rd rule, taking 8 equal
sub-intervals.
1 𝑑𝑥
(b) Evaluate 0 1+𝑥 , by (i) Trapezoidal rule and (ii) simpson’s 1/3rd rule taking eleven
ordinates.
0.7
(c) Find the value of 0.1 𝑒 𝑥 + 2𝑥 𝑑𝑥 taking = 0.1 correct upto 5-decimal place by (a)
Simpson 1/3 rule and by (b) Trapezoidal rule.
1
16. Solve 𝑥 + 𝑦 + 𝑧 = 9 ; 2𝑥 − 3𝑦 + 4𝑧 = 13 ; 3𝑥 + 4𝑦 + 5𝑧 = 40 by Gauss elimination
method.
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. (a) Evaluate the missing term from the following table.
X 0 1 2 3 4 5
F(x) 0 --- 8 15 ---- 35
(b) Evaluate the missing term from the following table.
x 0 1 2 3 4
2
f(x) 1 3 9 --- 81
32. (a) The following table gives the normal weights of babies during the first eight months
of life.
(d) The value of 𝑥 and corresponding functional values are as follows 11, 12, 13, 14, 15, 16,
17 and 1.0414, 1.0792, 1.1139, 1.1461, 1.1761, 1.2041, 1.2304. Find 𝑓(11.1) using
appropriate formula.
(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.
3
(c) Using Newton’s Divided Difference formula find 𝑓(8) .
x 4 5 7 10 11 13
f(x) 48 100 294 900 1210 2028
x 0 1 2 3 4 5 6
f(x) 176 185 194 203 212 220 229
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.
(b) Using the method of Bisection compute a real root of 𝑥 3 − 9𝑥 + 1 = 0 in [2,3], correct
up to three significant figures.
44. (a) Using the method of Bisection compute a root of 𝑥 3 − 3𝑥 − 5 = 0 correct up to four
significant figure.
4
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.
d) ) Find a root of 𝑥 3 − 𝑥 − 4 = 0 in [3,4] ,by Newton-Raphson method, correct
upto 4-decimal places.
e) Find a positive root of 𝑥 3 − 5𝑥 − 7 = 0 between 2 and 3 by Regula-Falsi method,
correct upto three significant figure.
𝑑𝑦
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
𝑑𝑦
(d) Compute 𝑦(0.15) from the equation = 𝑥 2 + 𝑦 2 , 𝑦 0 = 0 taking = 0.05 by
𝑑𝑥
Euler’s method correct upto 4-decimal places.
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.
𝑑𝑦 1
(c) Compute 𝑦(0.1), by Runge- Kutta method of 4th order from the equation = 𝑥+𝑦 ,
𝑑𝑥
𝑦 0 =1 (Ans: 1.0914)
𝑑𝑦
(d) Compute 𝑦(1), correct upto five decimal places from the equation = 𝑥𝑦 ,
𝑑𝑥
𝑦 0 = 1 taking = 0.2 by Euler’s method. (Ans: 1.45926)
𝑑𝑦
(e) Compute 𝑦(1), by Runge- Kutta method of 4th order from the equation = 𝑦−𝑥 ,
𝑑𝑥
𝑦 0 = 1.5 . (Ans:3.36)
5
𝑥 + 𝑦 − 10𝑧 = −35
𝑥 + 10𝑦 + 𝑧 = 36
(Ans. 𝑥 = 3, 𝑦 = 3, 𝑧 = 4)
50. Solve by LU decomposition method
3𝑥 + 4𝑦 + 2𝑧 = 15
5𝑥 + 2𝑦 + 𝑧 = 18
2𝑥 + 3𝑦 + 2𝑧 = 10
(Ans. 𝑥 = 3, 𝑦 = 2, 𝑧 = −1)
51. Solve by Gauss-Seidal iterative method
5𝑥 − 2𝑦 + 𝑧 = −4
𝑥 + 6𝑦 − 2𝑧 = −1
3𝑥 + 𝑦 + 5𝑧 = 13
(Ans. 𝑥 = −1, 𝑦 = 1, 𝑧 = 3)