Assignment Numerical
Assignment Numerical
2 x 10 y z 13
(a) 10 x y z 12 correct upto 2 decimal places.
2 x 2 y 10 z 14
x 0.99
Ans : y 0.99
z 1.00
x 4 y 2 z 17
(b) x 2 y 4 z 16 correct upto 3 decimal places.
6 x y 4 z 13
x 1.091
Ans : y 2.818
z 2.318
x 0 1 2 3 4
Y 1 3 9 -- 81
[Ans. 31]
x 0 1 2 3 4 5
y=f(x) 7 -- 13 22 -- 52
9. Find tan 0.12, tan 0.26 and tan 0.35, tan 0.5 from the following table
11. Write down the interpolating polynomial expression using the following data and
hence find f(0.5)
x -1 0 1 2
y=f(x) 1 1 1 -3
1
[Ans. − 3 (2𝑥 3 − 2𝑥 − 3)]
1
13. Evaluate ∫0 √1 − 𝑥 2 𝑑𝑥 using Trapezoidal and Simpson’s 1/3 rule for n=6.
[Ans. 0.765496, 0.777532]
14. Find from the table, the area under the curve & the x-axis from x=7.47 to x=7.52
x 7.47 7.48 7.49 7.50 7.51 7.52
f(x) 1.93 1.95 1.98 2.01 2.03 2.06
[Ans. 0.0996]
5
15. Evaluate ∫1 𝑙𝑜𝑔10 𝑥 𝑑𝑥 taking n=8 by using suitable numerical method.
[Ans: 1.750505025]
𝑑𝑦
17. Use Euler’s method to compute 𝑦(0.2) & take ℎ = 0.05, = 𝑥 2 + 4𝑦, 𝑦(0) = 1.
𝑑𝑥
𝑑𝑦
18. Find 𝑦(0.2), 𝑦(0.5) by Modified Euler’s method for 𝑑𝑥 = log10 (𝑥 + 𝑦), 𝑦(0) = 1,
take ℎ = 0.2.
𝑑𝑦 1
19. Use RK method to find 𝑦(0.5) and 𝑦(1) for 𝑑𝑥 = 𝑥+𝑦 , 𝑦(0) = 1 by taking h=0.5.