You are on page 1of 11

Fixed Point, Newton-Raphson and

Secant Method

Prepared by: Ralph F. Tan Sanchez


Fixed Point Method
General Formula:
x = g(x)

Example 1:
Find the root of x2 - x - 1 = 0 using Fixed Point Iteration Method.
Newton – Raphson Method
General Formula:
xnew = xold – [f(xold)/f’(xold)]

Example 1:
Find the root of x2 - x - 1 = 0 using Newton – Raphson Method.
Secant Method
General Formula:

Example 1:
Find the root of x2 - x - 1 = 0 using Secant Method.
Use initial values of 3 and 2.
ANY QUESTIONS?
THANK YOU!

You might also like