Numerical Methods

Course objective:
To introduce numerical methods used for the solution of engineering problems. The course emphasizes algorithm development and programming and application to realistic engineering problems.

  1. Introduction, Approximation and errors of computation(4 hours)
    1. Introduction, Importance of Numerical Methods
    2. Approximation and Errors in computation
    3. Taylor's series
    4. Newton's Finite differences (forward, Backward, central difference, divided difference)
    5. Difference operators, shift operators, differential operators
    6. Uses and Importance of Computer programming in Numerical Methods.

  2. Solutions of Nonlinear Equations(5 hours)
    1. Bisection Method
    2. Newton Raphson method(Two equation solution)
    3. Regula-Falsi Method, Secant method
    4. Fixed point iteration method
    5. Rate of Convergence and comparisons of these Methods

  3. Solution of system of linear algebraic equations(8 hours)
    1. Gauss elimination method with pivoting strategies
    2. Gauss-Jordan method
    3. LU Factorization
    4. Iterative methods (Jacobi method, Gauss-Seidel method)
    5. Eigen value and Eigen vector using Power method 

  4. Interpolation(8 hours)
    1. Newton's Interpolation(forward, backward)
    2. Central difference interpolation: Stirling's Formula, Bessel's Formula
    3. Lagrange interpolation
    4. Least square method of fitting linear and nonlinear curve for discrete data and continuous function
    5. Spline Interpolation(Cubic Spline)

  5. Numerical Differentiation and Integration(6 hours)
    1. Numerical Differentiation formulae
    2. Maxima and minima
    3. Newton-Cote general quadrature  formula
    4. Trapezoidal, Simpson's 1/3, 3/8 rule
    5.  Romberg integration
    6. Gaussian integration( Gaussian–Legendre Formula 2 point and 3 point)

  6. Solution of ordinary differential equations(6 hours)
    1. Euler's and modified Euler's method
    2. Runge Kutta methods for 1st and 2nd order ordinary differential equations
    3. Solution of boundary value problem by finite difference method and shooting method.

  7. Numerical solution of Partial differential Equation(8 hours)
    1. Classification of partial differential equation(Elliptic, parabolic, and Hyperbolic)
    2. Solution of Laplace equation(standard five point formula with iterative method)
    3. Solution of Poisson equation(finite difference approximation)
    4. Solution of Elliptic equation by Relaxation Method
    5. Solution of one dimensional Heat equation by Schmidt method

Practical:
Algorithm and program development in C programming language of following:

  1. Generate difference table.
  2. At least two from Bisection method, Newton Raphson method, Secant method
  3. At least one from Gauss elimination method or Gauss Jordan method. Finding largest Eigen value and corresponding vector by Power method.
  4.  Lagrange interpolation. Curve fitting by Least square method.
  5. Differentiation by Newton's finite difference method.  Integration using Simpson's 3/8 rule
  6. Solution of 1st order differential equation using RK-4 method
  7. Partial differential equation (Laplace equation)
  8. Numerical solutions using Matlab.

References:
  1. Dr. B.S.Grewal, " Numerical  Methods in Engineering and Science ", Khanna Publication, 7th edition.
  2. Robert J schilling, Sandra l harries , " Applied Numerical Methods for Engineers using  MATLAB and C.", 3rd edition Thomson Brooks/cole.
  3. Richard L. Burden, J.Douglas Faires, "Numerical Analysis 7th edition"  ,  Thomson / Brooks/cole
  4. John. H. Mathews, Kurtis Fink ," Numerical Methods Using MATLAB 3rd edition " ,Prentice Hall publication
  5. JAAN  KIUSALAAS , " Numerical Methods in Engineering with MATLAB" , Cambridge Publication
Evaluation Scheme:
The question will cover all the chapters of the syllabus. The evaluation scheme will be as indicated in the table below:
Chapters

Hours

Marks Distribution*

1 & 2

9

16

3

8

16

4

8

16

5

6

10

6

6

10

7

8

12

Total

45

80


*Note: There may be a minor deviation in the marks distribution

Sponsered Ads