MT152 Assignment 1 2024-25
MT152 Assignment 1 2024-25
1. Using Newton-Raphson method, find a real root of the equation 𝑥2 − 5𝑥 + 2 = 0 in the interval (4, 5).
[BT-5, CO-1, PO-1]
2. Use Iteration method to find a real root of the equation x3 − 2x2 − 4 = 0. [BT-5, CO-1, PO-4]
3. Given u0=10, u2=8, u4=10, u6=50, find u5 by Newton backward difference interpolation formula.
[BT-5, CO-2, PO-1]
4. Draw divided difference table, for the given set of values [BT-3, CO-2, PO-1]
x -4 -1 0 2 5
y 1245 33 5 9 1335
5. Find a real root of the equation x3 − x2 − 2 = 0 in the interval (1,2) correct to three decimal
places by Regula–Falsi method. [BT-5, CO-1, PO-4]
6. Use Gauss backward formula to find f(51.5) given [BT-5, CO-2, PO-1]
x: 50 51 52 53 54
f(x): 1.19 1.24 1.28 1.32 1.38
7. Find a root of x3 − 9x +1= 0 in the interval (2, 3) by using Bisection method. [BT-5, CO-1, PO-1]
8. Find the cube root of 18 correct to four decimal places by using Newton-Raphson method.
[BT-5, CO-1, PO-1]
x: 0 1 2 3
y: 3 6 11 18
10. Given√5 = 2.236, √6 = 2.449, √7 = 2.646 , √8 = 2.828, find √5.5. [BT-5, CO-2, PO-1]