Home > Numerical methods calculators > Secant method calculator

Method and examples
Method
root of an equation using Secant method
f(x) =
Find Any Root Root Between and
Formula -
  1. Formula-1 : `x_2=x_0-f(x_0)*(x_1-x_0)/(f(x_1)-f(x_0))`
  2. Formula-2 : `x_2=(x_0*f(x_1)-x_1*f(x_0))/(f(x_1)-f(x_0))`
  3. Formula-3 : `x_2=x_1-f(x_1)*(x_1-x_0)/(f(x_1)-f(x_0))`
  1. `2x^3-2x-5`
  2. `x^3-x-1`
  3. `x^3+2x^2+x-1`
  4. `x^3-2x-5`
  5. `x^3-x+1`
  6. `sqrt(12)`
  7. `cuberoot(48)`
Print Digit =
Trigonometry Function Mode =
Solution correct upto digit =




Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.