Question:medium

With the initial guess of \( x_0 = 1, x_1 = 2 \), the first iteration value using secant method for \( f(x) = x^2 + 5x + 4 \) will be _______.

Show Hint

The Secant Method can be thought of as a linear interpolation between two points. It is often faster than bisection but can fail to converge if the initial guesses are too far from the actual root.
Updated On: Jul 4, 2026
  • 0.5
  • -0.25
  • -0.75
  • -0.5
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0