You are on page 1of 8

Secant Method

Secant Method
• Newton-Raphson Method
requires a first derivative of the
function.

• This is because of using the


slope to approximate the root.

• There are times that first


derivatives are difficult to get.
Secant Method
• Instead of projecting a line
tangent to the slope, two
points are use to create the
line.

• The intersection of this line to


the x-axis is the new
approximation

• Two initial guesses(does not


have to bracket roots) are
needed.
Secant Method
• The two points are used
to approximate the slope:

• substitute to the f'(x) in


the Newton-Raphson:
Example

𝒙 𝒊− 𝟏 𝒇 (𝒙¿¿𝒊−𝟏)¿ 𝒙 𝒊 𝒇 (𝒙¿¿𝒊)¿ 𝒙 𝒇 (𝒙)


0 1.0000 1.0000 -1.0000 0.5000 -0.2500
1.0000 -1.0000 0.5000 -0.2500 0.3333 0.1111
0.5000 -0.2500 0.3333 0.1111 0.3846 -0.0059
0.3333 0.1111 0.3846 -0.0059 0.3820 -0.0001
0.3846 -0.0059 0.3820 -0.0001 0.3820 0.0000
SEATWORK

X0 = 0
X1 = 1

STOPPING CRITERION
F(x) = 0.0001 or 4th iteration
Reflection Question:
• What was the most important thing you learned during this class today?
• What questions remained unanswered in your mind today?
• Of the concepts we learned today, what would you NOT like to have on the
exam?
• The clearest point of today’s class was:
• Summarize the main point of today’s lecture in one sentence.
• What was the most useful or meaningful thing you learned from this assignment?
• How I prepared for class today:
• What I liked best that helped me learn:
• One thing that I wish had been discussed during today’s class is:
• How do you think you will use what we learned today in your everyday life?

You might also like