Title: Derivation of the NewtonRaphson Method
1Derivation of the Newton-Raphson Method
1. Recall Taylor series expansion.
where h xi1 - xi
2Derivation of the Newton-Raphson Method
2. Truncate the series after the first
derivative term.
3. At the intersection of the x-axis, f(xi1)
0.
3Derivation of the Newton-Raphson Method
4Derivation of the Newton-Raphson Method
4. Manipulate the equation to solve for xi1,
which yields the final form of the equation.
5Derivation of the Newton-Raphson Method
5. Iterations can be terminated when a specified
tolerance (Es) has been achieved.
6Newton-Raphson Method applied to the Green-Ampt
Equation
1. Green-Ampt Equation.
2. Based on the equation, F(t) is a function of
itself, therefore an iterative process is
required to solve.
7Newton-Raphson Method applied to the Green-Ampt
Equation
3. Let x F(t).
8Newton-Raphson Method applied to the Green-Ampt
Equation
4. Let g(x) represent a function based on the
variable x.
5. Manipulate the equation so that x is on one
side of the equal sign.
9Newton-Raphson Method applied to the Green-Ampt
Equation
6. Let g(x) represent the derivative of g(x)
with respect to x.
10Newton-Raphson Method applied to the Green-Ampt
Equation
7. Apply Newton-Raphson Method along with the
stopping criterion.
11Newton-Raphson Method applied to the Green-Ampt
Equation
8. Use F(t) Kt as an initial guess of xi.
9. Perform iterative process until acceptable
tolerance has been reached.
12Mannings Equation
1. Mannings Equation.
2. For a rectangular channel.
13Mannings Equation
3. Therefore,
4. Rearranging
14Mannings Equation
5. Perform Newton-Raphson Method until
acceptable tolerance has been reached, and an
accurate solution is obtained.