You are on page 1of 4

LITERATURE

REVIEW
INTRODUCTION
Numerical analysis

• A technique widely used by scientists and engineers to solve


their problems
• Results be obtained even when a problem has no “analytical”
solution. This method are used to find the approximation and
also can be used as accurate result.
• There are Bisection Method, Intermediate Value Theorem,
Iteration, Secant Method, and Newton-Raphson Method that
we have learned in Mathematics IV.

2
TYPES OF NUMERICAL ANALYSIS
BISECTION METHOD if f(a_0 )f(c_0 )<0. Next, if

an iterative method used to approximate f(a_i )f(c_i )<0, then set a_(i+1)=a_i and
the root of a non-linear equation, f(x)=0 by b_(i+1)=c_i. (root in interval [a_i,c_i].

repeatedly halving the interval f(a_i )f(c_i )>0, then set a_(i+1)=c_i and
b_(i+1)=b_i. (root in interval [c_i,b_i].

INTERMEDIATE VALUE points demarcate a segment of the graph which connects the
THEOREM (IVT) two points, Since the segment has no holes or breaks in it
(by continuity of the function), it must pass through each
A method used to find roots between "level curve" y = c .
the intervals

3
THE IMPORTANCE OF NUMERICAL METHODS IN CIVIL ENGINEERING

very beneficial in
practical engineering
disciplines including
Civil engineering

solve problems
quickly and easily
compared to analytic
solutions.
used to approximate
the solution to a
Hmm what these method problem with no
analytical solution
are used for in our daily
life?

You might also like