Final Exam in Numerical Analysis
Final Exam in Numerical Analysis
Problem 1. Using Secant Method, determine p_6 for the function x - x with p_0 = 0.5 and p_1 = /4.
Solution:
/4 =0.785398163
Problem 1. Using Secant Method, determine p_6 for the function x - x with p_0 = 0.5 and p_1 = /4.
Therefore the value of p_6 using the Secant Method is approximately equal to 0.739085133.
Problem 2. Let f(x) = x^2-6 with p_0 =3 and p_1=2 solve for p_3 using Secant Method.
Solution:
3 2 3 -2 -2
2 2.4 -2 -0.24 0.096000000000001
Therefore the value of p_3 using the Secant Method is approximately equal to 2.454545455 or 2.45…
Submitted by: JOEL J. LIBED Submitted to: Prof. Mark Denise Y. Baquiran
FINAL EXAM IN NUMERICAL ANALYSIS
nd p_1 = /4.
nd p_1 = /4.
f(Pn)-f(Pn-1) Pn+1
-0.45587394 -0.049014024140793 0.736384138859207
0.08280910 0.002674000355135 0.739058139214342
-0.00447254 0.000027010 0.739085149337276
-0.00004520 -0.000000016 0.739085133215065
0.00000003 0.000000000 0.739085133215161
f(Pn)-f(Pn-1) Pn+1
-5 0.4 2.4
1.76 0.054545455 2.454545455
545455 or 2.45…
P_2
P_3