



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are the Lecture Slides of Tools in Mechanical Engineering which includes Steady Heat Equation, Bounday Conditions, Fourier Sine Coefficients, Original Variable, Temperature Distribution, Constant Temperature, Contour Plot, New Variable etc.Key important points are:Numerical Integration, Definite Integration, Discretized Points, Weighted Factor, Integration Schemes, Rectangular Rule, Trapezoidal Rule, Simpson’s Rule, Perfect Estimation, Subdivisions
Typology: Slides
1 / 6
This page cannot be seen from the preview
Don't miss anything!




0
b^ N a i^ i i i i i
x=a (^) x=b
Approximate the integration, , that is the area under the curve by a series of rectangles as shown. The base of each of these rectangles is Dx =(b-a)/n and its height can be expressed as f(xi*) where xi* is the midpoint of each rectangle
x=x 1 * (^) x=xn*
height=f(x 1 ) height=f(xn)
1 2
1 2
( ) ( *) ( *) .. ( *)
[ ( *) ( *) .. ( *)]
b a n
n
f x dx f x x f x x f x x
x f x f x f x
D D D
D
f(x)
x
Still, the more accurate integration formula can be achieved by approximating the local curve by a higher order function, such as a quadratic polynomial. This leads to the Simpson’s rule and the formula is given as:
1 2 3
2 2 2 1
b a m m
x f x dx f a f x f x f x
f x (^) f x (^) f b
It is to be noted that the total number of subdivisions has to be an even number in order for the Simpson’s formula to work properly.
3
(^2 3 4 2 4 ) 1 1
Integrate ( ) between 1 and 2.
1 1 x dx= | (2 1 ) 3. 4 4 2- Using 4 subdivisions for the numerical integration: x= 0. 4 Rectangular rule:
f x x x x
x
i xi* f(xi*) 1 1.125 1. 2 1.375 2. 3 1.625 4. 4 1.875 6.
(^2 ) 1 [ (1.125) (1.375) (1.625) (1.875)] 0.25(14.9) 3.
x dx D x f f f f