Engineering Mathematics: Unit - 1
Engineering Mathematics: Unit - 1
(Scan the above Q.R code for the direct download of this material)
UNIT – 1
1. Newton’s method (0r) Newton-Raphson method: x f ( xn )
n 1 xn
f / ( xn )
2. Fixed point iteration (or) Iterative formula (or) Simple iteration method
x g ( x ) , where x g ( x )
n 1 n
3. The rate of convergence in N-R method is of order 2.
4. Condition for convergence of N-R method is f ( x ) f // ( x ) f / ( x ) 2
5. Condition for the convergence of iteration method is g / ( x ) 1
6. Gauss elimination & Gauss-Jordon are direct methods and Gauss-Seidal and
Gauss-Jacobi are iterative methods.
7. Power method, To find numerically largest eigen value Yn1 AX n
UNIT – 2
1. Lagrange’s interpolation formula is
( x x1)( x x2 )...( x xn ) ( x x0 )( x x2 )...( x xn ) ( x x0 )( x x1)...( x xn1)
y f (x) y0 y1 ... yn
( x0 x1)( x0 x2 )...( x0 xn ) ( x1 x0 )( x1 x2 )...( x1 xn ) ( xn x0 )( xn x1)...( xn xn1)
1 h2
( x xi 1 ) y i Mi
h 6
for i 1,2,...( n1) and xi-1 x xi
UNIT – 3
1. Newton’s forward formula to find the derivatives
dy 1 2u 1 2 3u 2 6u 2 3
y 0 y0 y 0 ...
dx h 2 6
d 2y 1 2 6u 2 18u 11 4
2
2
y 0 (u 1) 3
y 0 y 0 ...
dx h 12
d 3y 1 12u 18 4 x x0
3
3 3 y 0 y 0 ... where u
dx h 12 h
2. Newton’s forward formula to find the derivatives at x x0
dy 1 2 y 0 3 y 0
0y ...
dx X X0 h 2 3
d 2y 1 11 4
2 2 2 y 0 3 y 0 y 0 ...
dx X X0 h 12
d 3y 1 3
3
3 3 y 0 4 y 0 ...
dx X X0 h 2
d 2y 1 6v 2 18v 11 4
2
2 2 y n (v 1)3 y n y n ...
dx h 12
d 3y 1 3 12v 18 4 where x xn
3
3 y n y n ... v
dx h 12 h
4. Newton’s backward formula to find the derivatives at x xn
dy 1 2 y n 3 y n
y n ...
dx X Xn h 2 3
d 2y 1 2 11 4
2 2 y n 3
y n y n ...
dx X Xn h 12
d 3y 1 3
3
3 3 y n 4 y n ...
dx X Xn h 2
5. Trapezoidal Rule
x0 nh
h
x f ( x )dx 2 y 0 y n 2 y1 y 2 y 3 ...
0
6. Simpson’s 1/3rd Rule
x0 nh
h
x f ( x )dx 3 y0 y n 4 y1 y3 y5 ... 2 y 2 y 4 y 6 ...
0
7. Simpson’s 3/8th Rule
x0 nh
3h
x f ( x )dx 8 y 0 y n 3 y1 y 2 y 4 y 5 y 7 ... 2 y 3 y 6 y 9 ...
0
f ( x )dx f
1 3
f
3
11. Three points Gaussian Quadrature formula
5 3 3 8
1
problem is x
ba ba
z
2 2
UNIT – 4
First formula:
h k
k1 hf ( x0, y 0 ) k3 hf x0 , y 0 2
2 2
h k
k2 hf x0 , y 0 1 k4 hf x0 h, y 0 k3
2 2
1
and y k1 2k2 2k3 k 4 & y ( x0 h) y 0 y
6
For the second formula, replace 0 by 1 in the above formula.
4h
5. Milne’s Predictor formula: y n 1 y n 3 2y n/ 2 y n/ 1 2y n/
3
h
6. Milne’s Corrector formula: y n1 y n1 y n/ 1 4y n/ y n/ 1
3
7. Adams-Bashforth method:
h
Adam’s Predictor formula: y n 1 y n 55y n/ 59y n/ 1 37y n/ 2 9y n/ 3
24
Prepared by C.Ganesan, M.Sc., M.Phil., (Ph: 9841168917) Page 4
Engineering Mathematics 2015
h
Adam’s Corrector formula: y n 1 y n 9y n/ 1 19y n/ 5y n/ 1 y n/ 2
24
UNIT – 5
1. Solving ordinary diff. Eqn. by finite diff. method
The given eqn. y // ( x ) f ( x )y / ( x ) g( x )y ( x ) ( x )
y i 1 2y i y i 1 y y i 1
y i// ( x ) 2
& y i ( x ) i 1
/
h 2h
2. Solving one dimensional heat eqn. by Bender –Schmidt’s method [Explicit
method]
2u u
The given equation a
x 2
t
k
then ui , j 1 ui 1, j (1 2 )ui , j ui 1, j , where
ah 2
1
for the above equation becomes,
2
1 a
ui , j 1 ui 1, j ui 1, j , where k h2
2 2
3. Solving one dimensional heat eqn. by Crank-Nicolson’s method [Implicit
method]
2u u
The given equation a
x 2
t
then ui 1, j 1 ui 1, j 1 2( 1)ui , j 1 2( 1)ui , j (ui 1, j ui 1, j )
k
where
ah 2
for 1 the above equation becomes,
1
ui , j 1 ui 1, j 1 ui 1, j 1 ui 1, j ui 1, j , where k ah
2
4
4. Solving one dimensional wave eqn.
2u 2 u
2
The given equation a
t 2 x 2
then ui , j 1 2 1 a ui , j a (ui 1, j ui 1, j ) ui , j 1 ,
2 2 2 2
k
where
h
Prepared by C.Ganesan, M.Sc., M.Phil., (Ph: 9841168917) Page 5
Engineering Mathematics 2015
2u 2u
The given eqn. 2 f ( x, y ) (or) 2u f ( x, y )
x 2
y