Examples
Examples
Examples
1. Using Bisection method, show that a real root of the equation 3x - √ 1=0
lies between 0 and 1
2. Using Newton Raphson method find first approximation x1 for finding √ , taking
x0 = 3.1.
3. Using the Bisection method find the real root of each of the equation :
a. x3 – 2x – 5 = 0.
b. x3 – 9x + 1 = 0.
c. x3 – 10 = 0.
4. Using Newton-Raphson method, find the real root of each of the
equations given bellow (up to three iterations) :
a. x3 – 2x – 5 = 0
b. x5 + 5x + 1 = 0
c. sinx = 1 – x
d. x4 + x2 – 80 = 0
5. Using Lagrange’s interpolation formula find u3 if u0 = 580, u1 = 556,
u2 = 520, u4 = 385.
6. Find the difference table for the data given below
11. Given that y′ = –2y with y(0) = 1 and h = 0.1, compute y(0.2) using Euler’s method.
Numerical – M.A.S Final 6
12. Using Euler’s method, find y(0.5), given that y′ = y2 – x2 with y(0) = 1
and h = 0.1.
13. Using Euler’s method, find y(1.5), given that y′ = xy with y(1) = 5 in the
interval [1 , 1.5] and h = 0.1.
14. Use Euler’s method for each to compute
15. Use forward ,backward and centered difference approximations to estimate the first
derivative of
1
Numerical – M.A.S Final 6
16. The vertical distance covered by a rocket from t=8 to t=30 seconds is given by:
2
Numerical – M.A.S Final 6
We can divide the interval [8,30] into [8,19] and [19,30] intervals and apply
Trapezoidal rule over each segment.
3
Numerical – M.A.S Final 6
17. Construct a forward/backward difference table for the following given data.
4
Numerical – M.A.S Final 6
Remember that:
18. Obtain the interpolation quadratic polynomial for the given data by using Newton
forward difference formula to find y(3)=f(3)
5
Numerical – M.A.S Final 6
19. Construct Newton’s forward interpolation polynomial for the following data
20. Given sin45 0.7071, sin50 0.7660, sin55 0.8192, sin60 0.8660 Find sin 52 by
Newton’s forward formula
Sol:
6
Numerical – M.A.S Final 6
….
21. The following data are taken from the steam table
7
Numerical – M.A.S Final 6
24. Use Newton formula for interpolation to find the net premium at the age 25
from the table given below :
25. From the following table find the number of students who obtained less
than 45 marks :
8
Numerical – M.A.S Final 6
27. By means of Newton’s divided difference formula find the value of ƒ(2),
ƒ(8) and ƒ(15) from the following table :
28. Find the polynomial of the lowest possible degree which assumes the
values 3, 12, 15, -21 when x has values 3, 2, 1, -1 respectively. Use Divided
difference.
29. Given that ƒ(1) = 2 , ƒ(2) = 4 , ƒ(3) = 8 , ƒ(4) = 16 , ƒ(7) = 128 Find the value of ƒ(5)
with the help of Lagrange’s interpolation formula.
30. Find the form of function given by the following table :
9
Numerical – M.A.S Final 6
31. Given the set of data points (1, – 8), (2, – 1) and (3, 18) satisfying the function y =
ƒ(x). find the linear splines satisfying the given data. Determine the approximate
values of y(2.5) and y1(2.0).
32. Given the set of data points (1, – 8), (2, – 1) and (3, 18) satisfying the function y =
ƒ(x). find the quadratic splines satisfying the given data. Find
also the approximate values of y(2.5) and y' (2.0).
Y(2.5)=5.5
Y(2)=7
33. From the following table of values of x and y obtain dy/dx at x
= 1.1.
F'(1.1)=0.630
34. Using divided difference find the value of f' (8) given that :
f'(8)=0.10859
35. Use direct method to compute the third order polynomial interpolation associated
with the following data:
11
Numerical – M.A.S Final 6
36. Use Newton’s Divided Difference polynomial to compute the first , second, third
and fourth order polynomial interpolation associated with the following data:
11