M Tech (TRE) - I Applied Numerical Methods - Out
M Tech (TRE) - I Applied Numerical Methods - Out
1. Find by Newton – Raphson’s method, the real root of the equation 3x = Cosx + 1,
correct to four decimal places.
𝑑𝑦 = 𝑙𝑜𝑔(𝑥 + 𝑦)
2. Given 𝑑𝑥 with initial condition y = 1 at x = 0; find y for x = 0.1 by
Euler’s method.
3. Given that:
5. Obtain the Newton’s divided difference interpolating polynomial and hence find f(4):
x 0 1 2 3 4 5 6
y 1 14 15 5 6 19 21
6. Find the largest eigen value and the corresponding eigen vector of the matrix
2 ‒1 0
[ ‒1
0
2
‒1
‒1
2 ] using power method. Take [1, 0, 0]T as initial eigen vector.
Page 1 of 2
8. From the following table:
x (degrees) 0 5 10 15 20 25 30
9. Using Runge – Kutta fourth order method, solve for ‘y’ at x = 1.2, 1.4 from
𝑑𝑦 = 2𝑥𝑦 + 𝑒𝑥
𝑑𝑥 𝑥2 + 𝑥𝑒𝑥 , given that x0 = 1 where y0 = 0.
1
2
∫1 +𝑥 𝑥 𝑑𝑥 3
10. (i) Evaluate the integral 0 , using Trapezoidal and Weddle’s rule. (10)
(ii) Solve the equations 27x + 6y – z = 85, x + y + 54z = 110, 6x + 15y + 2z = 72, by
using Gauss – Seidal iteration method. (10)
Page 2 of 2