Numerical Method Study Notes for Civil Engineering

By Sachin Singh|Updated : November 12th, 2018

Truncation Errors and the Taylor series

  •  Truncation errors are those that result from using an approximation in place of an exact mathematical procedure.
  • Example: Approximation of the derivative

 byjusexamprep

 

  • One of the most important methods used in numerical methods to approximate mathematical functions is: Taylor series

 

Using Taylor series to estimate truncation errors

  • Let us see how Taylor series may be used to estimate truncation errors.

byjusexamprep

  • How to determine the error introduced by using this formulation to compute the derivative instead of using the real mathematical definition?
  • Using a Taylor series truncated at the first-order:

byjusexamprep

Therefore,

byjusexamprep

 

  • We have now an estimate of the truncation error:
  • Truncation error:

 byjusexamprep

 

  • So the order of the error due to the formulation used to compute the derivative is h.

Numerical Solution of Ordinary Differential Equations (ODE)

  • An equation that consists of derivatives is called a differential equation. 
  • Differential equations have applications in all areas of science and engineering. 
  • Mathematical formulation of most of the physical and engineering problems lead to differential equations. 
  • So, it is important for engineers and scientists to know how to set up differential equations and solve them.

Euler’s Method

  • Numerically approximate values for the solution of the initial-value problem y′ = F(x,y), yxo = yo , with step size h, at x= xn-1 + h, are

yn = yn-1 +  F(xn-1, yn−1)

Example:

byjusexamprep

Runge-Kutta 2nd order

  • The Runge-Kutta 2nd order method is a numerical technique used to solve an ordinary differential equation of the

byjusexamprep

  • Only first order ordinary differential equations can be solved by using the Runge-Kutta 2nd order method.
  • In other sections, we will discuss how the Euler and Runge-Kutta methods are used to solve higher order ordinary differential equations or coupled (simultaneous) differential equations.

byjusexamprep

byjusexamprep

Numerical Integration

Newton-Raphson Method

  • Let x0 be an initial guess to the root α of f(x) = 0. Let h is the correction i.e. α = x0 + h. Then f(α) = 0 implies f(x0 + h) = 0. Now assuming h small and f twice continuously differentiable, we find

byjusexamprep

 

byjusexamprep

Trapezoidal Method

  • Trapezoidal rule is based on the Newton-Cotes formula that if we approximate the integrand by an nth order polynomial, then the integral of the function is approximated by the integral of that nth order polynomial.
  • The trapezoidal rule works by approximating the region under the graph of the function f(x){\displaystyle f(x)} as a trapezoid and calculating its area. It follows that

{\displaystyle \int _{a}^{b}f(x)\,dx\approx (b-a)\left[{\frac {f(a)+f(b)}{2}}\right]}

Simpsons 1/3rd Rule

  • Trapezoidal rule was based on approximating the integrand by a first-order polynomial and then integrating the polynomial in the interval of integration. 
  • Simpson’s 1/3rd rule is an extension of Trapezoidal rule where the integrand is approximated by a second order polynomial.
  • Since for Simpson’s 1/3rd Rule, the interval [a,b] is broken into 2 segments, the segment width is h=b-a/2
  • Hence the Simpson’s 1/3rd rule is given by 

byjusexamprep

 

  • Since the above form has 1/3 in its formula, it is called Simpson’s 1/3rd Rule.

 

Roots of Equation

False Position Method

  • A shortcoming of the bisection method is that in dividing the interval from xl to xu into equal halves, no account is taken of the magnitude of f(xi) and f(xu).
  • Indeed, if f(xi) is close to zero, the root is more close to xl than x0.
  • The false position method uses this property:
  • A straight line joins f(xi) and f(xu). The intersection of this line with the x-axis represents an improved estimate of the root. This new root can be computed as:

byjusexamprep

Here

byjusexamprep        

 

 

  • This is called the false-position formula

Secant Method

  • Here we don’t insist on bracketing of roots.
  • Given two initial guess. Given two approximation xn−1, xn, we take the next approximation xn+1 as the intersection of the line joining (xn−1, f(xn−1)) and (xn, f(xn)) with the x-axis.
  • Thus xn+1 need not lie in the interval [xn−1, xn]. If the root is α and α is a simple zero, then it can be proved that the method converges for initial guess in the sufficiently small neighborhood of α.

byjusexamprep

*****

Next Subject - Conditional Probability 

For a detailed schedule of GATE Civil Engineering(CE) 2019 Champion Study Plan, Click here

GATE Civil Engineering(CE) 2019 Champion Study Plan

To help you with your preparation for GATE 2019 Exam, BYJU'S Exam Prep has launched 2019 GATE Online Test Series based on the latest pattern and level of GATE exam with in-built virtual calculator. 

Details about 2019 GATE Online Test Series

GATE 2019 Civil Engineering Syllabus, Download PDF!

Thanks

Team BYJU'S Exam Prep

Download BYJU'S Exam Prep, Best GATE exam app for Preparation" 
 

Comments

write a comment

Follow us for latest updates