Differentiation-Discrete Functions

Slides:



Advertisements
Similar presentations
5/1/ Finite Difference Method Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Advertisements

Newton’s Divided Difference Polynomial Method of Interpolation
1 Direct Method of Interpolation Electrical Engineering Majors Authors: Autar Kaw, Jai Paul
Differentiation-Discrete Functions
7/2/ Differentiation-Discrete Functions Industrial Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
7/2/ Backward Divided Difference Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati
8/15/ Differentiation-Discrete Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
8/15/ Differentiation-Continuous Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
8/15/ Binary Representation Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons
1 Spline Interpolation Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
10/11/ Differentiation-Discrete Functions Chemical Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
1 Lagrangian Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1 Newton’s Divided Difference Polynomial Method of Interpolation Chemical Engineering Majors Authors: Autar Kaw, Jai.
1 Newton’s Divided Difference Polynomial Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw,
5/30/ Runge 4 th Order Method Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
12/1/ Trapezoidal Rule of Integration Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Lagrangian Interpolation Computer Engineering Majors Authors: Autar Kaw, Jai Paul
1 Direct Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1/16/ Runge 4 th Order Method Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
1/19/ Runge 4 th Order Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Direct Method of Interpolation Computer Engineering Majors Authors: Autar Kaw, Jai Paul
1 Direct Method of Interpolation Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
1 Spline Interpolation Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1 Newton’s Divided Difference Polynomial Method of Interpolation Mechanical Engineering Majors Authors: Autar Kaw,
1 Spline Interpolation Method Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
6/13/ Secant Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
11/22/ Differentiation-Discrete Functions.
Trapezoidal Rule of Integration
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Gauss Quadrature Rule of Integration
Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
Differentiation-Discrete Functions
Differentiation-Continuous Functions
Differentiation-Discrete Functions
Newton’s Divided Difference Polynomial Method of Interpolation
Spline Interpolation Method
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Mechanical Engineering Majors Authors: Autar Kaw, Charlie Barker
Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Spline Interpolation Method
Direct Method of Interpolation
Spline Interpolation Method
Lagrangian Interpolation
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Newton’s Divided Difference Polynomial Method of Interpolation
Trapezoidal Rule of Integration
Trapezoidal Rule of Integration
Spline Interpolation Method
Lagrangian Interpolation
Lagrangian Interpolation
Binary Representation
Direct Method of Interpolation
Simpson’s 1/3rd Rule of Integration
Binary Representation
Newton’s Divided Difference Polynomial Method of Interpolation
Binary Representation
Chemical Engineering Majors Authors: Autar Kaw, Jai Paul
Lagrangian Interpolation
Lagrangian Interpolation
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
Mechanical Engineering Majors Authors: Autar Kaw, Luke Snyder
Electrical Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
Newton’s Divided Difference Polynomial Method of Interpolation
Lagrangian Interpolation
Presentation transcript:

Differentiation-Discrete Functions Civil Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati http://numericalmethods.eng.usf.edu Transforming Numerical Methods Education for STEM Undergraduates 9/27/2019 http://numericalmethods.eng.usf.edu

Differentiation –Discrete Functions http://numericalmethods. eng. usf

Forward Difference Approximation For a finite http://numericalmethods.eng.usf.edu

Graphical Representation Of Forward Difference Approximation Figure 1 Graphical Representation of forward difference approximation of first derivative. http://numericalmethods.eng.usf.edu

Example 1 To find the stress concentration around a hole in a plate under a uniform stress, a finite difference program has been written that calculates the radial and tangential displacements at different points in the plate. To find the stresses and hence the stress concentration factor, one needs to find the derivatives of these displacements. In Table 1 the radial displacements , , are given along the y-axes. The radius of the hole is 1.0 cm. a) At if the radial strain, is given by , find the radial strain at using forward divided difference method. b) If the tangential strain at is given to you as , find the hoop stress, , at if , where and . http://numericalmethods.eng.usf.edu

Table 1 Radial displacement as a function of location. Example 1 Cont. Table 1 Radial displacement as a function of location. 1.0 −0.0010000 1.1 −0.0010689 1.2 −0.0011088 1.3 −0.0011326 1.4 −0.0011474 1.5 −0.0011574 1.6 −0.0011650 1.7 −0.0011718 1.8 −0.0011785 1.9 −0.0011857 http://numericalmethods.eng.usf.edu

Example 1 Cont. Solution: a) http://numericalmethods.eng.usf.edu

Example 1 Cont. b) http://numericalmethods.eng.usf.edu

Direct Fit Polynomials In this method, given data points one can fit a order polynomial given by To find the first derivative, Similarly other derivatives can be found. http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials To find the stress concentration around a hole in a plate under a uniform stress, a finite difference program has been written that calculates the radial and tangential displacements at different points in the plate. To find the stresses and hence the stress concentration factor, one needs to find the derivatives of these displacements. In Table 2 the radial displacements, , are given along y-axes. The radius of the hole is 1.0 cm. a) At if the radial strain, is given by , find the radial strain at . Use a third order polynomial interpolant for calculating the radial strain. b) If the tangential strain at is given to you as , find the hoop stress, , at if , where and . http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. Table 2 Radial displacement as a function of location. 1.0 −0.0010000 1.1 −0.0010689 1.2 −0.0011088 1.3 −0.0011326 1.4 −0.0011474 1.5 −0.0011574 1.6 −0.0011650 1.7 −0.0011718 1.8 −0.0011785 1.9 −0.0011857 http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. Solution: For the third order polynomial (also called cubic interpolation), we choose the displacement given by Since we want to find the radial strain at , and we are using a third order polynomial, we need to choose the four points closest to and that also bracket to evaluate it. The four points are http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. such that Writing the four equations in matrix form, we have http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. Solving the above four equations gives Hence http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. Figure 2 Graph of Radial Displacement vs. Location http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. The derivative of radial displacement at is given by Given that http://numericalmethods.eng.usf.edu

Example 2-Direct Fit Polynomials cont. b) http://numericalmethods.eng.usf.edu

Lagrange Polynomial In this method, given , one can fit a given by order Lagrangian polynomial given by where ‘ ’ in stands for the order polynomial that approximates the function given at data points as , and a weighting function that includes a product of terms with terms of omitted. http://numericalmethods.eng.usf.edu

Lagrange Polynomial Cont. Then to find the first derivative, one can differentiate once, and so on for other derivatives. For example, the second order Lagrange polynomial passing through is Differentiating equation (2) gives http://numericalmethods.eng.usf.edu

Lagrange Polynomial Cont. Differentiating again would give the second derivative as http://numericalmethods.eng.usf.edu

interpolant for calculating the radial strain. Example 3 To find the stress concentration around a hole in a plate under a uniform stress, a finite difference program has been written that calculates the radial and tangential displacements at different points in the plate. To find the stresses and hence the stress concentration factor, one needs to find the derivatives of these displacements. In Table 3 the radial displacements , are given along the y-axes. The radius of the hole is 1.0 cm a) At , if the radial strain, , is given by , find the radial strain at . Use a second order Lagrange polynomial interpolant for calculating the radial strain. b) If the tangential strain at is given to you as , find the hoop stress, , at if , where and . http://numericalmethods.eng.usf.edu

Table 3 Radial displacement as a function of location. Example 3 Cont. Table 3 Radial displacement as a function of location. 1.0 −0.0010000 1.1 −0.0010689 1.2 −0.0011088 1.3 −0.0011326 1.4 −0.0011474 1.5 −0.0011574 1.6 −0.0011650 1.7 −0.0011718 1.8 −0.0011785 1.9 −0.0011857 http://numericalmethods.eng.usf.edu

Example 3 Cont. Solution: For second order Lagrangian interpolation, we choose the radial displacement given by Since we want to find the rate of change in the radial displacement at , and we are using second order Lagrangian interpolation, we need to choose the three points closest to that also bracket to evaluate it. The three points are . http://numericalmethods.eng.usf.edu

Example 3 Cont. The change in the radial displacement at is given by Hence http://numericalmethods.eng.usf.edu

Example 3 Cont. b) http://numericalmethods.eng.usf.edu

Additional Resources For all resources on this topic such as digital audiovisual lectures, primers, textbook chapters, multiple-choice tests, worksheets in MATLAB, MATHEMATICA, MathCad and MAPLE, blogs, related physical problems, please visit http://numericalmethods.eng.usf.edu/topics/discrete_02dif.html

THE END http://numericalmethods.eng.usf.edu