Numerical Methods
Numerical Methods
Semester : VI
Duration : 3 Hours
Attempt any four questions. All questions carry equal marks. All symbols have usual meanings.
𝑥 1.1
𝐴 [ 𝑦 ] = [1.2] .
𝑧 1.3
3. Use the Lagrange’s interpolation to find a polynomial that passes through the points (0, 2), (1, 3),
(2, 12) and (5, 147).
1
Compare the errors and find which of the methods gave a better approximation of 𝑓(2.15).
4. The following data gives the velocity of a particle for 20 seconds at an interval of 5 seconds. Find
the initial acceleration using the entire data:
Time 𝑡 (sec) 0 5 10 15 20
Velocity 𝑣(m/sec) 0 2 13 68 227
𝑓(𝑥0 ) − 𝑓(𝑥0 − ℎ)
𝑓′(𝑥0 ) ≈
ℎ
Use Euler's method to approximate the solution of the initial value problem
𝑑𝑦 (1 + 𝑦)2
= , 𝑦(1) = 0, 1 ≤ 𝑡 ≤ 4
𝑑𝑡 𝑡
taking 5 steps.
2
6. Find approximate value of the integral 𝐼 = ∫0 𝑒 𝑥 𝑑𝑥 using
(i) Trapezoidal Rule;
(ii) Simpson’s 1/3 rule;
(iii) Simpson’s 3/8 rule.