Finding Buried Targets Using Acoustic Excitation

Size: px
Start display at page:

Download "Finding Buried Targets Using Acoustic Excitation"

Transcription

1 Finding Buried Targets Using Acoustic Excitation Zackary R. Kenz Advisor: Dr. H.T. Banks In collaboration with Dr. Shuhua Hu, Dr. Grace Kepler, Clay Thompson NCSU, L3 Communications team led by Dr. Jerrold Levine, and Dr. Richard Albanese Center for Research in Scientific Computation Department of Mathematics North Carolina State University October 7, 2010

2 1 Math Modeling and Differential Equations 2 1D Model Formulation 3 Simulation Setup and Results 4 Conclusion

3 Goals for Math Modeling Portion Introduction to math modeling Introduce differential equations Examine how changing parts of a differential equation can change resulting behavior

4 Goals for Target Detection Portion Acoustic Dynamics Given an impact to the soil, what sort of wave propagation dynamics are expected? How do changes in soil properties affect dynamics? Electromagnetic Signal Dynamics Given an arbitrarily moving target in the soil, what will a reflected radar signal look like? Device Development

5 1 Math Modeling and Differential Equations 2 1D Model Formulation 3 Simulation Setup and Results 4 Conclusion

6 Math Modeling Overview Modeling is developing equations to explain some phenomenon, and then using the equations to make predictions or answer questions about the phenomenon. Validating the equations with real life data is of particular interest.

7 Modeling Cycle The Iterative Modeling Process (iii) Abstraction or Mathematization resulting in a mathematical model (ii) Formalization of properties, relationships and mechanisms which result in a biological or physical model (iv) Formalization of Uncertainty/Variablity in model and data resulting in a statistical model (i) Empirical Observations (experiments and data collection) (v) Model Analysis (vii) Changes in understanding of mechanisms, etc., in the real system. (vi) Interpretation and Comparison (with the real system) Formation Stage: (i),(ii),(iii),(iv) Solution Stage: (v) Interpretation Stage: (vi), (vii)

8 Differential Equations and Modeling Modeling often uses differential equations to describe relationships between variables There are "ordinary" and "partial" differential equations Question: What are differential equations?

9 What is an ODE? A differential equation is a mathematical equation for an unknown function of one or several variables that relates the values of the function itself and its derivatives of various orders. An ordinary differential equation means the function of interest depends only on one independent variable. Instead of solving for numbers, like solving for x in x 2 1 = 0, we are solving for a function

10 ODE Example 1 dy(t) dt = 2 The left hand side is the rate of change of the solution y(t). The equation says that we want the rate of change of the unknown function y(t) to be a constant. What simple function has a constant rate of change (slope)?

11 Example 1 Solution dy(t) = 2 dt If we integrate both sides with respect to t, the solution is c is a "constant of integration" y(t) = 2t + c This could describe the motion of someone walking down the sidewalk at a constant rate.

12 Adding an Initial Condition Solution from previous slide: y(t) = 2t + c In a particular problem, we might want the person to start walking at position 5. Mathematically, we write y(0) = 5. Applying that condition to the problem: Solving gives c = 5. The full solution would then be y(0) = c = 5. y(t) = 2t + 5

13 Components of an ODE Problem A full ODE problem is both the main equation (which includes the derivatives) and also some conditions like our y(0) = 5. The number of conditions depends on the highest number of derivatives you have. Now we ll look at a slightly more complicated example.

14 ODE Example 2 dy(t) dt = 2y(t) This equation says that the rate of change of the solution is proportional to the value of the function at every point t. It s a little more complicated to get the solution for this case, so we won t solve it here but just state the answer: y(t) = e 2t + c. Changing the right hand side of the ODE from a constant to the unknown function changed the solution behavior.

15 ODE Example 3 dz(t) dt = 2z(t) By changing the constant to 2, the solution is now z(t) = e 2t + d.

16 Example 2 vs Example 3 We ll set the constants of integration equal to 0 (arbitrary). We can compare the two solutions y(t) = e 2t and z(t) = e 2t in the figure below. Function Value y(t) z(t) t

17 A Little More on ODEs These equations can get more complicated. For example, Higher derivatives can be in the equation Parameters can be in the model. The spring system is a common example: m d 2 y(t) dt 2 + c dy(t) dt + ky(t) = 0 m: mass c: damping k: stiffness

18 Example Solution for Spring System 2 Damped Spring System 1.5 Postion x(t) Time t

19 Brief PDE Discussion What if we want the solution to depend on multiple independent variables, like the three spatial dimensions? A partial differential equation (PDE) seeks a solution with more than one independent variable. For example, we might want to track the temperature of a room over time. We would then be trying to find a function like T(x, y, z, t).

20 Brief PDE Discussion Derivatives are now "partial" derivatives (denoted with ), meaning with respect to one variable holding the others constant. For example, if we wanted the rate of change of temperature with respect to time, we d denote that quantity as T(x, y, z, t). t

21 The Wave Equation An equation that can be used to describe simple wave motion in one spatial dimension is 2 u(z, t) t 2 = c 2 2 u(z, t) z 2. Upon solving analytically, the constant c represents the speed of the wave. This particular form of the wave equation can be solved by hand, but more complicated forms are solved numerically. There is a shorthand notation for partial derivatives that turns the wave equation above into u tt = c 2 u zz.

22 Moving Forward With this brief introduction to modeling and differential equations, we can start discussing my research project of detecting buried targets. The project is an example of the modeling cycle.

23 1 Math Modeling and Differential Equations 2 1D Model Formulation 3 Simulation Setup and Results 4 Conclusion

24 Definitions Elastic material: returns to its original shape after applying stress forces (rubber band) Viscous material: Resists stresses (tar) Viscoelastic material: Has both properties (rubber)

25 Problem Situation Open field where we want to detect buried objects Thump in one area, study wave propagation outward from thumper Likely need a 2D or 3D model to capture full dynamics As a first approximation, we ll use a 1D model see which features of wave propagation we can capture

26 1D Problem One dimensional problem schematic: air. soil. soil Observations of the wave form at a particular depth will be taken at the z 10 position

27 1D Model: Key Assumptions Both soil and target are uniform in horizontal (i.e., x and y) directions The column is a continuum Dry soil behaves as a Kelvin-Voigt viscoelastic solid for small-amplitude vibrations 1 1 B.O. Hardin, The nature of damping in sands, J. Soil Mech. Found. Div., 91 (1965),

28 1D Model: Notation u(z, t) denotes the displacement (units: m) in the z-direction at position z at time t Kelvin-Voigt stress: σ = κ u(z,t) z + η 2 u(z,t) t z κ: elastic modulus (i.e. stiffness) in kg m s 2 η: damping coefficient in kg m s ρ: soil density in kg m 3 = Pa

29 1D Model: Only Soil From the equations of motion for a continuum, we obtain ρ 2 u(z,t) = t 2 z (σ) = z ( κ u(z,t) z ) + η 2 u(z,t) t z Remember from the wave equation slide that the wave speed was the constant c in u tt = c 2 u zz. For our model above, if we neglect damping we get c = κ/ρ.

30 1D Model: Including Rigid Target Model the rigid target as a point mass in the column at z 10 : ( ) ρ 2 u(z,t) = t 2 z κ u(z,t) z + η 2 u(z,t) t z, z (z p0, z 10 ) (z 10, ) M 2 u(z 10,t) t 2 ( = S κ u(z+ 10,t) z ) + η 2 u(z + 10,t) t z ( ) S κ u(z 10,t) z + η 2 u(z 10,t) t z. M: mass in kg of target S: surface area in m 2 of contact between target and soil under (over) target

31 1D Model: Additional Assumptions and Conditions Assume zero displacement and zero velocity initially: u(z, 0) = 0 u(z, 0) = 0 z At the surface, the normal internal stress is balanced with the applied input force: ( ) κ u(z,t) z + η 2 u(z,t) t z = f(t), z=zp0 Computational assumption: the column is finite: u(z 00, t) = 0

32 1 Math Modeling and Differential Equations 2 1D Model Formulation 3 Simulation Setup and Results 4 Conclusion

33 Simulation Setup Surface: z p0 = 0m Observation point/target: z 10 = m Far boundary: z 00 = 50m

34 Simulation Setup f(t) (units:n/m 2 ) x 105 Forcing Function t (units: s)

35 Questions to Ask If soil density ρ changes, what happens to the wave form and speed? What happens if the elastic modulus κ changes? What happens when the wave impacts the rigid body target? This is the Model Analysis part of the modeling cycle.

36 Results, Soil Only Changes in Soil: Density u(0.3048,t) (units: m) 10 x Displacement around z=0.3048m (z=1 ft) κ= ρ=1440 κ= ρ=1800 κ= ρ= t (units: s) Wave speed heuristic (no damping): v κ/ρ

37 Results, Soil Only Changes in Soil: Elastic Modulus u(0.3048,t) (units: m) 12 x Displacement around z=0.3048m (z=1 ft) κ= ρ=1800 κ= ρ=1800 κ= ρ= t (units: s) Heuristic: v κ/ρ

38 Results, Soil Only Changes in Soil: Density and Elastic Modulus u(0.3048,t) (units: m) 14 x Displacement around z=0.3048m (z=1 ft) κ= ρ=1440 κ= ρ=1800 κ= ρ= t (units: s) Heuristic: v κ/ρ

39 Results, Soil Only u(0.3048,t) (units: m) 12 x Displacement around z=0.3048m (z=1 ft) κ= ρ=1440 κ= ρ=1800 κ= ρ= t (units: s) Heuristic: v κ/ρ

40 Results, With Target: Wave Form Passing by Target 12 Wave form in z domain, at time t= x 10 5 Displacement, units: m Distance under ground, units: m Dashed line represents location of target in column

41 Results, With Target: Wave Form Passing by Target Wave form in z domain, at time t= x Displacement, units: m Distance under ground, units: m

42 Results, With Target: Wave Form Passing by Target Wave form in z domain, at time t= x Displacement, units: m Distance under ground, units: m

43 Results, With Target: Wave Form Passing by Target Wave form in z domain, at time t= x Displacement, units: m Distance under ground, units: m

44 1 Math Modeling and Differential Equations 2 1D Model Formulation 3 Simulation Setup and Results 4 Conclusion

45 Discussion Model successes: The 1D model can capture basic wave dynamics in the soil Models results of changes in soil properties the way we would expect Model shows what we would expect when wave impacts a rigid body Modeled effects that were seen in field tests

46 Discussion Model drawbacks: Missing any dynamics outside soil column Assumes everything is uniform, clearly not true in practice Only models one wave type - in reality, multiple types result from a single impact Doesn t model effects of waves hitting target at an angle Here target is modeled as a point, real target is 3D

47 Future Work More complicated equations - need more spatial independent variables since real life is three-dimentional Further studies on how well we can estimate model parameters like density using real life data Couple with electromagnetic detection portion Discrimanants for target detection

48 Acknowledgements Project supported by Air Force Office of Scientific Research, grant FA My efforts were supported by a Department of Education GAANN Fellowship

49 Questions? For further details on elasticity theory and this computational example, see: "A Brief Review of Elasticity and Viscoelasticty", CRSC Technical Report CRSC-TR10-08, May 2010, or "A Brief Review of Elasticity and Viscoelasticity for Solids," Advances in Applied Mathematics, to appear

Design Procedures For Dynamically Loaded Foundations

Design Procedures For Dynamically Loaded Foundations Design Procedures For Dynamically Loaded Foundations 1/11 Choice of parameters for equivalent lumped systems Lumped mass : the mass of the foundation and supported machinery Damping : 1 Geometrical(or

More information

The integrating factor method (Sect. 1.1)

The integrating factor method (Sect. 1.1) The integrating factor method (Sect. 1.1) Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Overview

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics C 17 * Sections C11-C18, C20 2016-2017 1 Required Background 1. INTRODUCTION CLASS 1 The definition of the derivative, Derivative

More information

Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property

Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property 1. Acoustic and Vibrational Properties 1.1 Acoustics and Vibration Engineering

More information

Exam paper: Biomechanics

Exam paper: Biomechanics Exam paper: Biomechanics Tuesday August 10th 2010; 9.00-12.00 AM Code: 8W020 Biomedical Engineering Department, Eindhoven University of Technology The exam comprises 10 problems. Every problem has a maximum

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Partial Differential Equations Summary

Partial Differential Equations Summary Partial Differential Equations Summary 1. The heat equation Many physical processes are governed by partial differential equations. temperature of a rod. In this chapter, we will examine exactly that.

More information

Sound radiation and sound insulation

Sound radiation and sound insulation 11.1 Sound radiation and sound insulation We actually do not need this chapter You have learned everything you need to know: When waves propagating from one medium to the next it is the change of impedance

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics D 19 * 2018-2019 Sections D07 D11 & D14 1 1. INTRODUCTION CLASS 1 ODE: Course s Overarching Functions An introduction to the

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

Water, Inertial Damping, and the Complex Shear Modulus

Water, Inertial Damping, and the Complex Shear Modulus Boise State University ScholarWorks CGISS Publications and Presentations Center for Geophysical Investigation of the Shallow Subsurface (CGISS) 1-1-2008 Water, Inertial Damping, and the Complex Shear Modulus

More information

SIMULATION OF NONLINEAR VISCO-ELASTICITY

SIMULATION OF NONLINEAR VISCO-ELASTICITY SIMULATION OF NONLINEAR VISCO-ELASTICITY Kazuyoshi Miyamoto*, Hiroshi Yoshinaga*, Masaki Shiraishi*, Masahiko Ueda* *Sumitomo Rubber Industries,LTD. 1-1,2,Tsutsui-cho,Chuo-ku,Kobe 651-0071,Japan Key words;

More information

Resonance and response

Resonance and response Chapter 2 Resonance and response Last updated September 20, 2008 In this section of the course we begin with a very simple system a mass hanging from a spring and see how some remarkable ideas emerge.

More information

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Module - 5 Machine Foundations Lecture - 31 EHS Theory, Vibrational Control Let us start our

More information

MATH 100 Introduction to the Profession

MATH 100 Introduction to the Profession MATH 100 Introduction to the Profession Differential Equations in MATLAB Greg Fasshauer Department of Applied Mathematics Illinois Institute of Technology Fall 2012 fasshauer@iit.edu MATH 100 ITP 1 What

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Introduction to Differential Equations

Introduction to Differential Equations > 22M:16 Fall 05 J. Simon ##################### Introduction to Differential Equations NOTE: This handout is a supplement to your text. There are several homework problems, part of the HW that is due on

More information

Conservation of mass. Continuum Mechanics. Conservation of Momentum. Cauchy s Fundamental Postulate. # f body

Conservation of mass. Continuum Mechanics. Conservation of Momentum. Cauchy s Fundamental Postulate. # f body Continuum Mechanics We ll stick with the Lagrangian viewpoint for now Let s look at a deformable object World space: points x in the object as we see it Object space (or rest pose): points p in some reference

More information

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers Abvanced Lab Course Dynamical-Mechanical Analysis (DMA) of Polymers M211 As od: 9.4.213 Aim: Determination of the mechanical properties of a typical polymer under alternating load in the elastic range

More information

Lecture 6: Differential Equations Describing Vibrations

Lecture 6: Differential Equations Describing Vibrations Lecture 6: Differential Equations Describing Vibrations In Chapter 3 of the Benson textbook, we will look at how various types of musical instruments produce sound, focusing on issues like how the construction

More information

BIOEN LECTURE 18: VISCOELASTIC MODELS

BIOEN LECTURE 18: VISCOELASTIC MODELS BIOEN 326 2013 LECTURE 18: VISCOELASTIC MODELS Definition of Viscoelasticity. Until now, we have looked at time-independent behaviors. This assumed that materials were purely elastic in the conditions

More information

Dynamic Measurement of Engine Mount Properties Using Hysteresis Loop Method

Dynamic Measurement of Engine Mount Properties Using Hysteresis Loop Method Dynamic Measurement of Engine Mount Properties Using Hysteresis Loop Method Iskandazaqwan Zikrullah Zainudin School of Mechanical Engineering, Universiti Sains Malaysia, Penang, MALAYSIA Hasratul Azwan

More information

Solution of Differential Equation by Finite Difference Method

Solution of Differential Equation by Finite Difference Method NUMERICAL ANALYSIS University of Babylon/ College of Engineering/ Mechanical Engineering Dep. Lecturer : Dr. Rafel Hekmat Class : 3 rd B.Sc Solution of Differential Equation by Finite Difference Method

More information

Yin Huang. Education. Research Interests. Rice University, Houston, TX, USA. Shanghai Jiao Tong University, Shanghai, China

Yin Huang. Education. Research Interests. Rice University, Houston, TX, USA. Shanghai Jiao Tong University, Shanghai, China Yin Huang Education Rice University, Houston, TX, USA Ph.D. Candidate, Computational and Applied Mathematics 08/2010 - Present Expected Dissertation Topic: Inverse problems for wave propagation for nonsmooth

More information

Vibrations Qualifying Exam Study Material

Vibrations Qualifying Exam Study Material Vibrations Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering vibrations topics. These topics are listed below for clarification. Not all instructors

More information

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum STRUCTURAL DYNAMICS Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum Overview of Structural Dynamics Structure Members, joints, strength, stiffness, ductility Structure

More information

ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS

ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS Transactions, SMiRT-24 ON THE PREDICTION OF EXPERIMENTAL RESULTS FROM TWO PILE TESTS UNDER FORCED VIBRATIONS 1 Principal Engineer, MTR & Associates, USA INTRODUCTION Mansour Tabatabaie 1 Dynamic response

More information

Interaction of Soil Static and Dynamic Stiffness and Buried Pipeline Under Harmonic Vibration

Interaction of Soil Static and Dynamic Stiffness and Buried Pipeline Under Harmonic Vibration American J. of Engineering and Applied Sciences 3 (): 44-448, ISSN 94-7 Science Publications Interaction of Soil Static and Dynamic Stiffness and Buried Pipeline Under Harmonic Vibration Alireza Mirza

More information

UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE

UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE FIRST YEAR END-OF-YEAR EXAMINATION SUBJECT: PHYSICS DATE: JUNE 2010 LEVEL: INTERMEDIATE TIME: 09.00h to 12.00h Show ALL working Write units where appropriate

More information

Testing Elastomers and Plastics for Marc Material Models

Testing Elastomers and Plastics for Marc Material Models Testing Elastomers and Plastics for Marc Material Models Presented by: Kurt Miller Axel Products, Inc. axelproducts.com We Measure Structural Properties Stress Strain Time-Temperature Test Combinations

More information

IDENTIFICATION OF FRICTION ENERGY DISSIPATION USING FREE VIBRATION VELOCITY: MEASUREMENT AND MODELING

IDENTIFICATION OF FRICTION ENERGY DISSIPATION USING FREE VIBRATION VELOCITY: MEASUREMENT AND MODELING IDENTIFICATION OF FRICTION ENERGY DISSIPATION USING FREE VIBRATION VELOCITY: MEASUREMENT AND MODELING Christoph A. Kossack, Tony L. Schmitz, and John C. Ziegert Department of Mechanical Engineering and

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations MATH 365 Ordinary Differential Equations J Robert Buchanan Department of Mathematics Fall 2018 Objectives Many physical problems involve a number of separate

More information

interaction and ground borne vibration Excitation mechanisms of train/track Structural Mechanics, Department of Civil Engineering, KU Leuven

interaction and ground borne vibration Excitation mechanisms of train/track Structural Mechanics, Department of Civil Engineering, KU Leuven RIVAS Training Workshop 9//23, Hotel Bloom, Brussels, Belgium "Reducing railway induced ground vibration by controlling the source" Excitation mechanisms of train/track interaction and ground borne vibration

More information

Lecture 7 Constitutive Behavior of Asphalt Concrete

Lecture 7 Constitutive Behavior of Asphalt Concrete Lecture 7 Constitutive Behavior of Asphalt Concrete What is a Constitutive Model? A constitutive model or constitutive equation is a relation between two physical quantities that is specific to a material

More information

Dynamic Soil Structure Interaction

Dynamic Soil Structure Interaction Dynamic Soil Structure Interaction Kenji MIURA, Dr. Eng. Professor Graduate School of Engineering Hiroshima University Dynamic Soil Structure Interaction Chapter 1 : Introduction Kenji MIURA, Dr. Eng.

More information

Coupled Oscillators. 1 Introduction. 2 Theory. PHY 300 Lab 2 Fall 2012

Coupled Oscillators. 1 Introduction. 2 Theory. PHY 300 Lab 2 Fall 2012 Coupled Oscillators 1 Introduction In this experiment you are going to observe the normal modes of oscillation of several different mechanical systems, first on the air tracks and then using some coupled

More information

To study applications of Newton s Laws as they. To study conditions that establish equilibrium. To consider contact forces and the effects of

To study applications of Newton s Laws as they. To study conditions that establish equilibrium. To consider contact forces and the effects of Chap. 5: More Examples with Newton s Law Chap.5: Applying Newton s Laws To study conditions that establish equilibrium. To study applications of Newton s Laws as they apply when the net force is not zero.

More information

Partial Differential Equations (PDEs)

Partial Differential Equations (PDEs) C H A P T E R Partial Differential Equations (PDEs) 5 A PDE is an equation that contains one or more partial derivatives of an unknown function that depends on at least two variables. Usually one of these

More information

Mechanical Models for Asphalt Behavior and Performance

Mechanical Models for Asphalt Behavior and Performance Mechanical Models for Asphalt Behavior and Performance All Attendees Are Muted Questions and Answers Please type your questions into your webinar control panel We will read your questions out loud, and

More information

Math 5587 Lecture 2. Jeff Calder. August 31, Initial/boundary conditions and well-posedness

Math 5587 Lecture 2. Jeff Calder. August 31, Initial/boundary conditions and well-posedness Math 5587 Lecture 2 Jeff Calder August 31, 2016 1 Initial/boundary conditions and well-posedness 1.1 ODE vs PDE Recall that the general solutions of ODEs involve a number of arbitrary constants. Example

More information

Chapter a. Spring constant, k : The change in the force per unit length change of the spring. b. Coefficient of subgrade reaction, k:

Chapter a. Spring constant, k : The change in the force per unit length change of the spring. b. Coefficient of subgrade reaction, k: Principles of Soil Dynamics 3rd Edition Das SOLUTIONS MANUAL Full clear download (no formatting errors) at: https://testbankreal.com/download/principles-soil-dynamics-3rd-editiondas-solutions-manual/ Chapter

More information

Horizontal bulk material pressure in silo subjected to impulsive load

Horizontal bulk material pressure in silo subjected to impulsive load Shock and Vibration 5 (28) 543 55 543 IOS Press Horizontal bulk material pressure in silo subjected to impulsive load Radosław Tatko a, and Sylwester Kobielak b a The Faculty of Environmental Engineering

More information

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau Final Exam Solution Dynamics 2 191157140 31-01-2013 8:45 12:15 Problem 1 Bateau Bateau is a trapeze act by Cirque du Soleil in which artists perform aerial maneuvers on a boat shaped structure. The boat

More information

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

Dynamic Analysis of Pile Foundations: Effects of Material Nonlinearity of Soil

Dynamic Analysis of Pile Foundations: Effects of Material Nonlinearity of Soil Dynamic Analysis of Pile Foundations: Effects of Material Nonlinearity of Soil Bal Krishna Maheshwari Asst. Professor, Department of Earthquake Engineering, IIT Roorkee, Roorkee, U.A. 247 667, India (Formerly

More information

Modal Analysis: What it is and is not Gerrit Visser

Modal Analysis: What it is and is not Gerrit Visser Modal Analysis: What it is and is not Gerrit Visser What is a Modal Analysis? What answers do we get out of it? How is it useful? What does it not tell us? In this article, we ll discuss where a modal

More information

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Soft-Body Physics Soft Bodies Realistic objects are not purely rigid. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Deformed

More information

Charged objects in Conducting Fluids

Charged objects in Conducting Fluids Charged objects in Conducting Fluids Net charge in a sphere of radius λ D is approximately zero. λ D 2 = ε 0κ k B T c 0 e 2 Z 2 k B T k c = 1 / 4πε 0 c 0 Z e κ Thermal energy (Joules) Coulomb constant

More information

Heat Equation, Wave Equation, Properties, External Forcing

Heat Equation, Wave Equation, Properties, External Forcing MATH348-Advanced Engineering Mathematics Homework Solutions: PDE Part II Heat Equation, Wave Equation, Properties, External Forcing Text: Chapter 1.3-1.5 ecture Notes : 14 and 15 ecture Slides: 6 Quote

More information

Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee

Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee Foundation Engineering Dr. Priti Maheshwari Department Of Civil Engineering Indian Institute Of Technology, Roorkee Module - 02 Lecture - 15 Machine Foundations - 3 Hello viewers, In the last class we

More information

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine Lecture 2 The wave equation Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine V1.0 28/09/2018 1 Learning objectives of this lecture Understand the fundamental properties of the wave equation

More information

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 09 Characteristics of Single Degree - of -

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

Dynamic Analysis Contents - 1

Dynamic Analysis Contents - 1 Dynamic Analysis Contents - 1 TABLE OF CONTENTS 1 DYNAMIC ANALYSIS 1.1 Overview... 1-1 1.2 Relation to Equivalent-Linear Methods... 1-2 1.2.1 Characteristics of the Equivalent-Linear Method... 1-2 1.2.2

More information

Lecture Presentation Chapter 8 Equilibrium and Elasticity

Lecture Presentation Chapter 8 Equilibrium and Elasticity Lecture Presentation Chapter 8 Equilibrium and Elasticity Suggested Videos for Chapter 8 Prelecture Videos Static Equilibrium Elasticity Video Tutor Solutions Equilibrium and Elasticity Class Videos Center

More information

A MECHANICAL MODEL FOR THE DYNAMICAL CONTACT OF ELASTIC ROUGH BODIES WITH VISCOELASTIC PROPERTIES

A MECHANICAL MODEL FOR THE DYNAMICAL CONTACT OF ELASTIC ROUGH BODIES WITH VISCOELASTIC PROPERTIES 11 th International Conference on Engineering Vibration Ljubljana, Slovenia, 7 10 September 2015 A MECHANICAL MODEL FOR THE DYNAMICAL CONTACT OF ELASTIC ROUGH BODIES WITH VISCOELASTIC PROPERTIES Frank

More information

Young s modulus. W.E. Bailey, APAM/MSE EN1102

Young s modulus. W.E. Bailey, APAM/MSE EN1102 Young s modulus W.E. Bailey, APAM/MSE EN1102 Spring constants Remember k is the spring constant Consider two springs F = k x Figure: Thin wire (d 1 cm) W.E. Bailey, APAM/MSE EN1102 Young s modulus 2 /

More information

Computer Problems for Methods of Solving Ordinary Differential Equations

Computer Problems for Methods of Solving Ordinary Differential Equations Computer Problems for Methods of Solving Ordinary Differential Equations 1. Have a computer make a phase portrait for the system dx/dt = x + y, dy/dt = 2y. Clearly indicate critical points and separatrices.

More information

Introduction to Modeling

Introduction to Modeling Introduction to Modeling CURM Background Material, Fall 2014 Dr. Doreen De Leon 1 What Is a Mathematical Model? A mathematical model is an idealization of a real-world phenomenon, which we use to help

More information

LAB #6 The Swaying Building

LAB #6 The Swaying Building LAB #6 The Swaying Building Goal: Determine a model of the swaying of a skyscraper; estimating parameters Required tools: Matlab routines pplane, ode45, plot; M-files; systems of differential equations.

More information

Applications of Lie Group Analysis to the Equations of Motion of Inclined Unsagged Cables

Applications of Lie Group Analysis to the Equations of Motion of Inclined Unsagged Cables Applied Mathematical Sciences, Vol., 008, no. 46, 59-69 Applications of Lie Group Analysis to the Equations of Motion of Inclined Unsagged Cables Waraporn Chatanin Department of Mathematics King Mongkut

More information

Pseudo-dynamic tests in centrifugal field for structure-foundation-soil systems

Pseudo-dynamic tests in centrifugal field for structure-foundation-soil systems Pseudo-dynamic tests in centrifugal field for structure-foundation-soil systems Yoshikazu Takahashi Kyoto University, Kyoto, Japan Masako Kodera Tokyo Electric Power Company, Kawasaki, Japan SUMMARY: The

More information

MOOC QP Set 2 Principles of Vibration Control

MOOC QP Set 2 Principles of Vibration Control Section I Section II Section III MOOC QP Set 2 Principles of Vibration Control (TOTAL = 100 marks) : 20 questions x 1 mark/question = 20 marks : 20 questions x 2 marks/question = 40 marks : 8 questions

More information

Dynamic characterization of engine mount at different orientation using sine swept frequency test

Dynamic characterization of engine mount at different orientation using sine swept frequency test Dynamic characterization of engine mount at different orientation using sine swept frequency test Zaidi Mohd Ripin and Ooi Lu Ean, School of Mechanical Engineering Universiti Sains Malaysia (USM), 14300

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 2.Vibrations: single degree of freedom system Arnaud Deraemaeker (aderaema@ulb.ac.be) 1 Outline of the chapter *One degree of freedom systems in real life Hypothesis Examples *Response

More information

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 PROBLEM 1: Given the mass matrix and two undamped natural frequencies for a general two degree-of-freedom system with a symmetric stiffness matrix, find the stiffness

More information

u tt = a 2 u xx u tt = a 2 (u xx + u yy )

u tt = a 2 u xx u tt = a 2 (u xx + u yy ) 10.7 The wave equation 10.7 The wave equation O. Costin: 10.7 1 This equation describes the propagation of waves through a medium: in one dimension, such as a vibrating string u tt = a 2 u xx 1 This equation

More information

Zero Energy Modes in One Dimension: An Introduction to Hourglass Modes

Zero Energy Modes in One Dimension: An Introduction to Hourglass Modes Zero Energy Modes in One Dimension: An Introduction to Hourglass Modes David J. Benson March 9, 2003 Reduced integration does a lot of good things for an element: it reduces the computational cost, it

More information

RESPONSE SPECTRUM METHOD FOR EVALUATING NONLINEAR AMPLIFICATION OF SURFACE STRATA

RESPONSE SPECTRUM METHOD FOR EVALUATING NONLINEAR AMPLIFICATION OF SURFACE STRATA RESPONSE SPECTRUM METHOD FOR EVALUATING NONLINEAR AMPLIFICATION OF SURFACE STRATA Kenji MIURA, Kohji KOYAMADA 2 and Masanori IIBA 3 Structuring Engineering, Hiroshima University, Higashi-hiroshima, Japan

More information

(Refer Slide Time 1:25)

(Refer Slide Time 1:25) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 2 Lecture - 24 Transient Response of Pressure Transducers

More information

(Refer Slide Time: 1: 19)

(Refer Slide Time: 1: 19) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 4 Lecture - 46 Force Measurement So this will be lecture

More information

University of California at Berkeley Structural Engineering Mechanics & Materials Department of Civil & Environmental Engineering Spring 2012 Student name : Doctoral Preliminary Examination in Dynamics

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Power: Sources of Energy

Power: Sources of Energy Chapter 5 Energy Power: Sources of Energy Tidal Power SF Bay Tidal Power Project Main Ideas (Encyclopedia of Physics) Energy is an abstract quantity that an object is said to possess. It is not something

More information

Creep. Creep behavior of viscoelastic polymeric materials

Creep. Creep behavior of viscoelastic polymeric materials B1 Version: 2.2_EN Date: 15. March 2018. BUDAPEST UNIVERSITY OF TECHNOLOGY AND ECONOMICS FACULTY OF MECHANICAL ENGINEERING DEPARTMENT OF POLYMER ENGINEERING Creep Creep behavior of viscoelastic polymeric

More information

Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati

Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Module No. # 08 Pipe Flow Lecture No. # 05 Water Hammer and Surge Tank Energy cannot be consumed

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

MSE 383, Unit 3-3. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept.

MSE 383, Unit 3-3. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Dynamic Mechanical Behavior MSE 383, Unit 3-3 Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Scope Why DMA & TTS? DMA Dynamic Mechanical Behavior (DMA) Superposition Principles

More information

Physics 6010, Fall Relevant Sections in Text: Introduction

Physics 6010, Fall Relevant Sections in Text: Introduction Physics 6010, Fall 2016 Introduction. Configuration space. Equations of Motion. Velocity Phase Space. Relevant Sections in Text: 1.1 1.4 Introduction This course principally deals with the variational

More information

NONLINEAR CHARACTERISTICS OF THE PILE-SOIL SYSTEM UNDER VERTICAL VIBRATION

NONLINEAR CHARACTERISTICS OF THE PILE-SOIL SYSTEM UNDER VERTICAL VIBRATION IGC 2009, Guntur, INDIA NONLINEAR CHARACTERISTICS OF THE PILE-SOIL SYSTEM UNDER VERTICAL VIBRATION B. Manna Lecturer, Civil Engineering Department, National Institute of Technology, Rourkela 769008, India.

More information

Role of hysteretic damping in the earthquake response of ground

Role of hysteretic damping in the earthquake response of ground Earthquake Resistant Engineering Structures VIII 123 Role of hysteretic damping in the earthquake response of ground N. Yoshida Tohoku Gakuin University, Japan Abstract Parametric studies are carried out

More information

NON-LINEAR ATTENUATION EFFECTS ON SOILS DYNAMIC RESPONSE EVALUATION *

NON-LINEAR ATTENUATION EFFECTS ON SOILS DYNAMIC RESPONSE EVALUATION * 1 NON-LINEAR ATTENUATION EFFECTS ON SOILS DYNAMIC RESPONSE EVALUATION * Dinu BRATOSIN 1 The object of this paper is to estimate the structural attenuation in geological site materials with the aid of the

More information

Springs: Part II (Forced Vibrations)

Springs: Part II (Forced Vibrations) 22 Springs: Part II (Forced Vibrations) Let us look, again, at those mass/spring systems discussed in chapter 17. Remember, in such a system we have a spring with one end attached to an immobile wall and

More information

An improved brake squeal source model in the presence of kinematic and friction nonlinearities

An improved brake squeal source model in the presence of kinematic and friction nonlinearities An improved brake squeal source model in the presence of kinematic and friction nonlinearities Osman Taha Sen, Jason T. Dreyer, and Rajendra Singh 3 Department of Mechanical Engineering, Istanbul Technical

More information

Problem 1: Find the Equation of Motion from the static equilibrium position for the following systems: 1) Assumptions

Problem 1: Find the Equation of Motion from the static equilibrium position for the following systems: 1) Assumptions Problem 1: Find the Equation of Motion from the static equilibrium position for the following systems: 1) Assumptions k 2 Wheels roll without friction k 1 Motion will not cause block to hit the supports

More information

Periodic Assembly of Multi-Coupled Beams: Wave Propagation and Natural Modes

Periodic Assembly of Multi-Coupled Beams: Wave Propagation and Natural Modes Acoustics 8 Paris Periodic Assembly of Multi-Coupled Beams: Wave Propagation and Natural Modes G. Gosse a, C. Pezerat a and F. Bessac b a Laboratoire Vibrations Acoustique - INSA Lyon, 5 bis avenue Jean

More information

Physics 20 Practice Problems for Exam 1 Fall 2014

Physics 20 Practice Problems for Exam 1 Fall 2014 Physics 20 Practice Problems for Exam 1 Fall 2014 Multiple Choice Short Questions (1 pt ea.) Circle the best answer. 1. An apple falls from a tree and hits the ground 5 meters below. It hits the ground

More information

Dynamics of Structures

Dynamics of Structures Dynamics of Structures Elements of structural dynamics Roberto Tomasi 11.05.2017 Roberto Tomasi Dynamics of Structures 11.05.2017 1 / 22 Overview 1 SDOF system SDOF system Equation of motion Response spectrum

More information

Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4)

Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4) Today Midterm 1 - Jan 31 (one week away!) Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4) Undamped, over/under/critically damped

More information

Chapter 4 Analysis of a cantilever

Chapter 4 Analysis of a cantilever Chapter 4 Analysis of a cantilever Before a complex structure is studied performing a seismic analysis, the behaviour of simpler ones should be fully understood. To achieve this knowledge we will start

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 2.Vibrations: single degree of freedom system Arnaud Deraemaeker (aderaema@ulb.ac.be) 1 One degree of freedom systems in real life 2 1 Reduction of a system to a one dof system Example

More information

NON-LINEAR ATTENUATION IN SOILS AND ROCKS

NON-LINEAR ATTENUATION IN SOILS AND ROCKS THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volume 7, Number 3/6, pp. - NON-LINEAR ATTENUATION IN SOILS AND ROCKS Dinu BRATOSIN Institute of Solid Mechanics

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 16: 3.8 Forced Vibrations Without Damping

Lecture Notes for Math 251: ODE and PDE. Lecture 16: 3.8 Forced Vibrations Without Damping Lecture Notes for Math 25: ODE and PDE. Lecture 6:.8 Forced Vibrations Without Damping Shawn D. Ryan Spring 202 Forced Vibrations Last Time: We studied non-forced vibrations with and without damping. We

More information

On Verification and Validation of Spring Fabric Model

On Verification and Validation of Spring Fabric Model On Verification and Validation of Spring Fabric Model Zheng Gao, Qiangqiang Shi, Yiyang Yang, Bernard Moore, and Xiaolin Li Department of Applied Mathematics and Statistics Stony Brook University Stony

More information

Macroscopic theory Rock as 'elastic continuum'

Macroscopic theory Rock as 'elastic continuum' Elasticity and Seismic Waves Macroscopic theory Rock as 'elastic continuum' Elastic body is deformed in response to stress Two types of deformation: Change in volume and shape Equations of motion Wave

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

Math 2373: Linear Algebra and Differential Equations

Math 2373: Linear Algebra and Differential Equations Math 373: Linear Algebra and Differential Equations Paul Cazeaux* Fraser Hall 1, MW 15:35-1:5 September 7 th, 1 December th, 1 Contents 1 First-order differential equations 1 1.1 Dynamical systems and

More information

Lab 11. Spring-Mass Oscillations

Lab 11. Spring-Mass Oscillations Lab 11. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To find a solution to the differential equation

More information

Chapter 13 ELASTIC PROPERTIES OF MATERIALS

Chapter 13 ELASTIC PROPERTIES OF MATERIALS Physics Including Human Applications 280 Chapter 13 ELASTIC PROPERTIES OF MATERIALS GOALS When you have mastered the contents of this chapter, you will be able to achieve the following goals: Definitions

More information