Home » Articles » LESSON NOTES (Mathematics) » High School level |
NUMERICAL METHODS The following will be discussed in this Topic
************************** 1. ITERATION Also known as successive approximation which is the process of finding the roots of the number. Suppose we need to find the square root of 18 i.e. √ (18) but 18 lies between 4 and 5 it means 42 = 16, less 2 from18 and 52 = 25, 7 more than 18 that’s why it’s said to lie between 4 and 5. Then x1= first approximation and x2 = second approximation then:
Therefore by two iteration the square root of 18 is 4.25. In general the square root of positive number N can be calculated from the iterative formula:
where Xr is the first approximation square root of the given positive number N. e.g. if given to find √(27) then Xr is 5. Qn: find the square roots of the following using iterative formula. a). 145, b). 47 c).65 d).82
HOW TO FIND THE FORMULAR FOR FINDING ROOTS OF EQUATION Example: Establish the formula to solve the equation x3 – 5x – 3 = 0 for the roots which lie between x = 2 and x = 3. Solution:
How to test for converges and diverges.
There fore the iterative formula is Xn + 1 = 5/Xn + 3/X2n from the first equation. To find the roots we start by x1 = 2.5 in order to get X2 i.e. X2 = 5/2.5 + 3/ (2.5)2 then continue up to 3 or 4 iteration.
------------------END OF ITERATION ----------------------
| |
Views: 833 | | |
Total comments: 0 | |