Section outline

  • In this video, you will be introduced to some of the methods for solving nonlinear scalar equations.
    Watch all the videos given to get the full ideas on how these methods works.

    • Nonlinear Scalar Equations File
      Not available unless: The activity Activity 3 is marked complete
    • Introduction to scalar nonlinear equations URL

      What are scalar nonlinear equations?

      Watch the given video to find out.

      Not available unless: The activity Activity 3 is marked complete
    • The bisection method is an approximation method to find the roots of the given equation by repeatedly dividing the interval. This method will divide the interval until the resulting interval is found, which is extremely small.

    • The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f

    • The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f


    • Consider the following function f(x)=x^2+1 in [0,3].

      The numerical results are given by three different methods as below:





      From the given Tables above, choose the best method in solving the given function f(x).


    • Exercises on Bisection method URL

      Use Scilab instead of Octave or Matlab.

      Not available unless: The activity Bisection method is marked complete
    • ACTIVITY 4 Assignment