You are on page 1of 1

Linear Algebra, Numeircal and Complex Analysis (MA11004)

Department of Mathematics
Indian Institute of Technology Kharagpur
Tutorial Sheet 7 - Answers/Hints, Spring 2024

20
Q.1 ANS:
81
f (xn )
HINT: Use Newton-Raphson method xn+1 = xn − , where n = 0, 1, 2, 3, . . .. Put n = 0 in
f ′ (xn )
the method and proceed.

Q.2 ANS: 0.77001784


HINT: Take initial point equal to 1, and then follow the algorithm.
N
xn + xn
Q.3 ANS: xn+1 = , x1 = 1.416666, x2 = 1.414215
2
HINT: Take f (x) = x2 − N = 0 and then follow the algorithm.

Q.4 ANS: x1 = 0.905882, x2 = 0.954096, x3 = 0.977315, x4 = 0.988744


f (xn )
HINT: Use Newton-Raphson method xn+1 = xn − ′ , where n = 0, 1, 2, 3, . . .. Terminate each
f (xn )
term/expression at the 6th decimal place with rounding.

Q.5 HINT: ∆ log f (x) = log f (x + h) − log f (x)

Q.6 HINT: Use the basic error formula of interpolation.

Q.7 ANS: x3 + x2 − 3x + 1
HINT: Use Newton’s forward interpolation formula and Newton’s backward interpolation formula
one-by-one.

Q.8 ANS: 48
HINT: Use Newton’s forward interpolation formula

Q.9 ANS: 96.6352 thousands


HINT: Use Newton’s backward interpolation formula.

Q.10 ANS: 0.5296


HINT: Use Newton’s forward interpolation formula.

You might also like