+ All Categories
Home > Documents > Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018 1...

Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018 1...

Date post: 21-May-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
9
1/4/2018 http://nm.MathForCollege.com 1 1/4/2018 http://nm.MathForCollege.com 1 Introduction to Scientific Computing http://nm.MathForCollege.com Transforming Numerical Methods Education for STEM Undergraduates Why use Numerical Methods? To solve problems that cannot be solved exactly Why use Numerical Methods? To solve problems that are intractable to solve exactly! http://nm.MathForCollege.com 4 Steps in Solving an Engineering Problem http://nm.MathForCollege.com
Transcript
Page 1: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 1

1/4/2018 http://nm.MathForCollege.com 1

Introduction to Scientific Computing

http://nm.MathForCollege.comTransforming Numerical Methods Education for STEM

Undergraduates

Why use Numerical Methods?

• To solve problems that cannot be solved exactly

Why use Numerical Methods?• To solve problems that are intractable to solve

exactly!

http://nm.MathForCollege.com 4

Steps in Solving anEngineering Problem

http://nm.MathForCollege.com

Page 2: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 2

http://nm.MathForCollege.com 5

How do we solve an engineering problem?

Problem Description

Mathematical Model

Solution of Mathematical Model

Using the Solutionhttp://nm.MathForCollege.com 6

Example of Solving an Engineering Problem

http://nm.MathForCollege.com 7

Bascule Bridge THG

http://nm.MathForCollege.com 8

Trunnion

Hub

Girder

Bascule Bridge THG

Page 3: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 3

http://nm.MathForCollege.com 9

Trunnion-Hub-Girder Assembly Procedure

Step1. Trunnion immersed in dry-ice/alcohol

Step2. Trunnion warm-up in hub

Step3. Trunnion-Hub immersed in

dry-ice/alcohol

Step4. Trunnion-Hub warm-up into girder

http://nm.MathForCollege.com 10

Problem

After Cooling, the Trunnion Got Stuck in Hub

http://nm.MathForCollege.com 11

Why did it get stuck?

Magnitude of contraction needed in the trunnion was 0.015” or more. Did it contract enough?

http://nm.MathForCollege.com 12

Video of Assembly Process

Page 4: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 4

http://nm.MathForCollege.com 13

Consultant calculations

http://nm.MathForCollege.com 14

Is the formula used correct?T(oF) α (μin/in/oF)-340 2.45-300 3.07-220 4.08-160 4.72-80 5.430 6.00

40 6.2480 6.47

http://nm.MathForCollege.com 15

The Correct Model Would Account for Varying Thermal Expansion Coefficient

http://nm.MathForCollege.com 16

Can You Roughly Estimate the Contraction?

Ta=80oF; Tc=-108oF; D=12.363”

Page 5: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 5

http://nm.MathForCollege.com 17

Can You Find a Better Estimate for the Contraction?

Ta = 80oFTc = -108oFD = 12.363"

http://nm.MathForCollege.com 18

Estimating Contraction Accurately

Change in diameter (D) by cooling it in dry ice/alcohol is given by

Ta = 80oFTc = -108oFD = 12.363"

http://nm.MathForCollege.com 19

So what is the solution to the problem?

One solution is to immerse the trunnion in liquid nitrogen which has a boiling point of -321oF as opposed to the dry-ice/alcohol temperature of -108oF.

http://nm.MathForCollege.com 20

Revisiting steps to solve a problem1) Problem Statement: Trunnion got stuck in

the hub.

2) Modeling: Developed a new model

3) Solution: 1) Used trapezoidal rule OR b) Used regression and integration.

4) Implementation: Cool the trunnion in liquid nitrogen.

Page 6: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 6

http://nm.MathForCollege.com 21

THE END

http://nm.MathForCollege.comhttp://nm.MathForCollege.com 22

Introduction to Numerical Methods

Mathematical Procedures

http://nm.MathForCollege.com

http://nm.MathForCollege.com 23

Mathematical Procedures• Nonlinear Equations• Differentiation• Simultaneous Linear Equations• Curve Fitting

– Interpolation– Regression

• Integration• Ordinary Differential Equations

http://nm.MathForCollege.com 24

Nonlinear EquationsHow much of the floating ball is under water?

Diameter=0.11m

Specific Gravity=0.6

Page 7: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 7

http://nm.MathForCollege.com 25

Nonlinear EquationsHow much of the floating ball is under the water?

http://nm.MathForCollege.com 26

DifferentiationWhat is the acceleration at t=7 seconds?

http://nm.MathForCollege.com 27

Differentiation

Time (s) 5 8 12Vel (m/s) 106 177 600

What is the acceleration at t=7 seconds?

http://nm.MathForCollege.com 28

Simultaneous Linear EquationsFind the velocity profile, given

Three simultaneous linear equations

Time (s) 5 8 12

Vel (m/s) 106 177 600

Page 8: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 8

http://nm.MathForCollege.com 29

InterpolationWhat is the velocity of the rocket at t=7 seconds?

Time (s) 5 8 12Vel (m/s) 106 177 600

http://nm.MathForCollege.com 30

RegressionThermal expansion coefficient data for cast steel

http://nm.MathForCollege.com 31

Regression (cont)

http://nm.MathForCollege.com 32

IntegrationFinding the diametric contraction in a steel shaft when dipped in liquid nitrogen.

Page 9: Introduction to Scientific Why use Numerical …kaw/download/today/first_day_of_class...1/4/2018  1 1/4/2018  1 Introduction to Scientific Computing  Transforming ...

1/4/2018

http://nm.MathForCollege.com 9

http://nm.MathForCollege.com 33

Ordinary Differential EquationsHow long does it take a trunnion to cool down?

Additional ResourcesFor 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://nm.MathForCollege.com/topics/introduction_numerical.html

THE END

http://nm.MathForCollege.com


Recommended