Project 10.5C Circular Membrane Vibrations

Size: px
Start display at page:

Download "Project 10.5C Circular Membrane Vibrations"

Transcription

1 Projet 1.5C Cirular Membrane Vibrations In problems involving regions that enjoy irular symmetry about the origin in the plane (or the vertial z-axis in spae), the use of polar (or ylindrial) oordinates is advantageous. In Setion 9.7 of the text we disussed the expression of the - dimensional Laplaian u 1 u 1 u u = + + (1) r r r r θ in terms of the familiar plane polar oordinates (, r θ ) for whih x = r os θ and y= rsin θ. If ur (, θ,) t denotes the vertial displaement at time t of the point (, r θ ) of a vibrating irular membrane of radius, then the -dimensional wave equation takes the polar oordinate form u u 1 u 1 u a u a = = t + + r r r r θ. () where a = T / ρ in terms of the membrane's tension T and density ρ (per unit area). If the membrane is released from rest with given initial position funtion f (, r θ ) at time t = and thereafter its boundary is held fixed, then the membrane's displaement funtion ur (, θ,) t satisfies both () and the boundary onditions u (, θ,) t =, (fixed boundary) (3) ur (, θ,) = f(, rθ), (given initial displaement) (4) ut ( r, θ,) =. (zero initial veloity) (5) Fill in the details in the solution that is outlined as follows. Show first that the substitution in the wave equation () yields the separation of variables ur (, θ,) t = Rr () Θ ( θ) Tt () (6) 1 T R + r R Θ = + = α at R rθ (onstant). (7) Then T + α a T =, () T = (8) Appliation 1.5C 39

2 implies that (to within a onstant multiple) Tt () = osαat. (9) Next, the right equality in (43) yields the equation rr + rr Θ α r R Θ + + = (1) from whih it follows that Θ = Θ β (onstant). (11) In order that a solution Θ ( θ ) of Θ+ β Θ= have the neessary π-periodiity, the parameter β must be an integer, so we have the θ-solutions for n =, 1,, 3,.... os nθ Θ n( θ ) = (1) sin nθ Substitution of Θ / Θ= n in (1) now yields the parametri Bessel equation + + ( ) = (13) rr rr α r n R of order n, with bounded solution R( r) = Jn( αr). Sine the zero boundary ondition (3) yields Jn( α ) =, ase 1 in the table of Fig of the text yields the r- eigenfuntions γ mnr Rmn() r = Jn (m = 1,, 3,... ; n =, 1,,...) (14) where γ mn denotes the mth positive solution of the equation Jn( x ) =. Finally, substitution of α = γ / in (9) yields the t-funtion mn mn T mn γ mnat () t = os. (15) Combining (1), (14), and (15) we see that our boundary value problem for the irular membrane released from rest has the formal series solution γmnr γmnat ur (, θ, t) = Jn ( amnos nθ + bmnsin nθ) os m= 1 n=. (16) 31 Chapter 1

3 Thus the vibrating irular membrane's typial natural mode of osillation with zero initial veloity is of the form γmnr γmnat umn( r, θ, t) = Jn os nθ os (17) or the analogous form with sin nθ instead of os nθ. In this mode the membrane vibrates with m 1 fixed nodal irles (in addition to its boundary irle r = ) with radii rjn = γ jn/ γmn for j = 1,,..., m 1. It also has n fixed nodal radii spaed at angles of π/n starting with θ = π/(n). Figure in the text shows some typial onfigurations of these nodal irles and radii, whih divide the irle into annular setors that move alternately up and down as the membrane vibrates. We proeed here with a Mathematia-based investigation of irular membrane vibrations. Analogous Maple- and MATLAB-based investigations an downloaded from the DE omputing projets link at the web site Figure in the text shows the graphs of y= Jn( x) for n = 1,, 3, 4. We see there that n + 3 is (at least for small n) a rough but reasonable initial estimate of the first positive zero γ 1n of the equation Jn( x ) =. This observation motivates the Mathematia ommands inits = Table[ FindRoot[ BesselJ[n,x] ==, {x, n+3} ], {n, 1,5} ]; g1 = x /. inits { , , , , }} that aurately approximate these initial zeros of J1( x), J( x), J3( x), J4( x), and J5( x ). Now reall that the gap between suessive zeros of Jn( x ) = is approximately π, so it follows that γ γ1 + ( 1) π. Consequently the ommands mn n m zeros = Table[ FindRoot[ BesselJ[n,x] ==, {x, g1[[n]] + (m-1)pi} ], {m,1,5}, {n,1,5} ]; g = x /. zeros; g // TableForm Appliation 1.5C 311

4 yield a table displaying the mth zero For instane, γ of J ( x ) = in the mth row and nth olumn. mn n g[[,3]] so we see that the nd zero of J ( x ) = is 3 γ Now that numerial values of the zeros of Bessel funtions are available, we an employ the ommands x = r Cos[t]; y = r Sin[t]; m = ; n = 1; ParametriPlot3D[ {x,y,besselj[n, g[[m,n]] r] Cos[n t]}, {r,,1}, {t,, Pi} ] to display the initial position orresponding to an eigenfuntion defined as in (17). following ommands graph these initial positions with m = 1 and n = 1,, 3, 4. The shape = Table[ ParametriPlot3D[ {x,y, BesselJ[n, g[[1,n]] r] Cos[n t]}, {r,,1}, {t,, Pi}, Shading -> False, PlotPoints -> {1,48}, Tiks -> None, ViewPoint->{1.3, -.4, 1.}], {n,1,4} ]; 31 Chapter 1

5 Show[GraphisArray[{{shape[[1]], shape[[]]}, {shape[[3]], shape[[4]]}}]]; We suggest that you explore vibrating irular membrane possibilities by graphing onvenient linear ombinations of eigenfuntions defined as in (17). For instane, the figure below shows the initial position of the osillation ( ) ( ) ur (, θ, t) = J γ r os θ os γ t+ J γ r os θ os γ t (18) defined for for a irular membrane with a = 1 and radius = 1. Appliation 1.5C 313

6 The following Mathematia ommands generate a sequene of k p = 8 frames that an be animated to show a movie illustrating the irular membrane osillation defined in (18). k = 4; (* yles *) p = ; (* frames/yle *) g1 = g[[,1]]; g3 = g[[3,]]; w1 = g1; w = g3; (* frequenies *) x = r Cos[theta]; y = r Sin[theta]; z = BesselJ[1, g1 r] Cos[ theta] Cos[w1 t] + BesselJ[, g3 r] Cos[ theta] Cos[w t]; Do[ ParametriPlot3D[ Evaluate[{x,y,z}], {r,,1}, {theta,,pi}, PlotRange -> Automati, BoxRatios -> {1,1,.6}, ViewPoint -> {1,-,1}, PlotPoints -> {15,6}, Tiks -> None, Shading -> False], {t,, k Pi/w1, Pi/(p w1)} ]; 314 Chapter 1

Acoustic Waves in a Duct

Acoustic Waves in a Duct Aousti Waves in a Dut 1 One-Dimensional Waves The one-dimensional wave approximation is valid when the wavelength λ is muh larger than the diameter of the dut D, λ D. The aousti pressure disturbane p is

More information

LONGITUDINAL NATURAL FREQUENCIES OF RODS AND RESPONSE TO INITIAL CONDITIONS Revision B

LONGITUDINAL NATURAL FREQUENCIES OF RODS AND RESPONSE TO INITIAL CONDITIONS Revision B By Tom Irvine Email: tomirvine@aol.om ONGITUDINA NATURA FREQUENCIES OF RODS AND RESPONSE TO INITIA CONDITIONS Revision B Marh 4, 009 Consider a thin rod. E, A, m E is the modulus of elastiity. A is the

More information

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become Relativity and quantum mehanis: Jorgensen 1 revisited 1. Introdution Bernhard Rothenstein, Politehnia University of Timisoara, Physis Department, Timisoara, Romania. brothenstein@gmail.om Abstrat. We first

More information

STUDY OF INHERENT FREQUENCY OF HELMHOLTZ RESONATOR

STUDY OF INHERENT FREQUENCY OF HELMHOLTZ RESONATOR 005 WJTA Amerian Waterjet Conferene August -3, 005! Houston, Texas Paper 6B-4 STUDY OF INHERENT FREQUENCY OF HELMHOLT RESONATOR Gong Weili An Liqian Cui Longlian Xie Guixin Shool of Mehanis, Arhiteture

More information

Ma 530. Partial Differential Equations - Separation of Variables in Multi-Dimensions

Ma 530. Partial Differential Equations - Separation of Variables in Multi-Dimensions Ma 530 Partial Differential Equations - Separation of ariables in Multi-Dimensions Temperature in an Infinite Cylinder Consider an infinitely long, solid, circular cylinder of radius c with its axis coinciding

More information

Astr 5465 Mar. 29, 2018 Galactic Dynamics I: Disks

Astr 5465 Mar. 29, 2018 Galactic Dynamics I: Disks Galati Dynamis Overview Astr 5465 Mar. 29, 2018 Subjet is omplex but we will hit the highlights Our goal is to develop an appreiation of the subjet whih we an use to interpret observational data See Binney

More information

UDC DAMAGE DIAGNOSTICS IN A VERTICAL BAR ON THE ELASTIC SUSPENDER WITH CONCENTRATED MASS

UDC DAMAGE DIAGNOSTICS IN A VERTICAL BAR ON THE ELASTIC SUSPENDER WITH CONCENTRATED MASS 1 UDC 534113 DAAGE DIAGNOSTICS IN A VERTICAL BAR ON THE ELASTIC SUSPENDER WITH CONCENTRATED ASS A Ilgamov, BZ Sultanov, AN Tazhitdinov, AG Khakimov Institute of ehanis, Ufa Branh RAS, Ufa, Russia Using

More information

Electromagnetic radiation of the travelling spin wave propagating in an antiferromagnetic plate. Exact solution.

Electromagnetic radiation of the travelling spin wave propagating in an antiferromagnetic plate. Exact solution. arxiv:physis/99536v1 [physis.lass-ph] 15 May 1999 Eletromagneti radiation of the travelling spin wave propagating in an antiferromagneti plate. Exat solution. A.A.Zhmudsky November 19, 16 Abstrat The exat

More information

Duct Acoustics. Chap.4 Duct Acoustics. Plane wave

Duct Acoustics. Chap.4 Duct Acoustics. Plane wave Chap.4 Dut Aoustis Dut Aoustis Plane wave A sound propagation in pipes with different ross-setional area f the wavelength of sound is large in omparison with the diameter of the pipe the sound propagates

More information

Green s function for the wave equation

Green s function for the wave equation Green s funtion for the wave equation Non-relativisti ase January 2019 1 The wave equations In the Lorentz Gauge, the wave equations for the potentials are (Notes 1 eqns 43 and 44): 1 2 A 2 2 2 A = µ 0

More information

A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM.

A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM. A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM. S. Kanagaraj Eulidean Relativity s.kana.raj@gmail.om (1 August 009) Abstrat By re-interpreting the speial relativity (SR) postulates based on Eulidean

More information

Buckling loads of columns of regular polygon cross-section with constant volume and clamped ends

Buckling loads of columns of regular polygon cross-section with constant volume and clamped ends 76 Bukling loads of olumns of regular polygon ross-setion with onstant volume and lamped ends Byoung Koo Lee Dept. of Civil Engineering, Wonkwang University, Iksan, Junuk, 7-79, Korea Email: kleest@wonkwang.a.kr

More information

The shape of a hanging chain. a project in the calculus of variations

The shape of a hanging chain. a project in the calculus of variations The shape of a hanging hain a projet in the alulus of variations April 15, 218 2 Contents 1 Introdution 5 2 Analysis 7 2.1 Model............................... 7 2.2 Extremal graphs.........................

More information

18 Numerical Integration of Functions

18 Numerical Integration of Functions Slightly moifie //9, /8/6 Firstly written at Marh 5 8 Numerial Integration of Funtions Introution Romberg Integration Gauss Quarature Aaptive Quarature Case Stuy: Root-Mean-Square Current DM869/Computational

More information

Beams on Elastic Foundation

Beams on Elastic Foundation Professor Terje Haukaas University of British Columbia, Vanouver www.inrisk.ub.a Beams on Elasti Foundation Beams on elasti foundation, suh as that in Figure 1, appear in building foundations, floating

More information

A Numerical Method For Constructing Geo-Location Isograms

A Numerical Method For Constructing Geo-Location Isograms A Numerial Method For Construting Geo-Loation Isograms Mike Grabbe The Johns Hopkins University Applied Physis Laboratory Laurel, MD Memo Number GVW--U- June 9, 2 Introdution Geo-loation is often performed

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

Differential Equations 8/24/2010

Differential Equations 8/24/2010 Differential Equations A Differential i Equation (DE) is an equation ontaining one or more derivatives of an unknown dependant d variable with respet to (wrt) one or more independent variables. Solution

More information

CALCULATION OF NONLINEAR TUNE SHIFT USING BEAM POSITION MEASUREMENT RESULTS

CALCULATION OF NONLINEAR TUNE SHIFT USING BEAM POSITION MEASUREMENT RESULTS International Journal of Modern Physis A Vol. 24, No. 5 (2009) 974 986 World Sientifi Publishing Company CALCULATION OF NONLINEAR TUNE SHIFT USING BEAM POSITION MEASUREMENT RESULTS PAVEL SNOPOK, MARTIN

More information

ARTICLE IN PRESS. International Journal of Mechanical Sciences

ARTICLE IN PRESS. International Journal of Mechanical Sciences International Journal of Mehanial Sienes 51 (009) 6 55 Contents lists available at SieneDiret International Journal of Mehanial Sienes journal homepage: www.elsevier.om/loate/ijmesi Exat solutions for

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

Phys 561 Classical Electrodynamics. Midterm

Phys 561 Classical Electrodynamics. Midterm Phys 56 Classial Eletrodynamis Midterm Taner Akgün Department of Astronomy and Spae Sienes Cornell University Otober 3, Problem An eletri dipole of dipole moment p, fixed in diretion, is loated at a position

More information

CHAPTER P Preparation for Calculus

CHAPTER P Preparation for Calculus PART I CHAPTER P Preparation for Calulus Setion P. Graphs and Models...................... Setion P. Linear Models and Rates of Change............. 7 Setion P. Funtions and Their Graphs.................

More information

Chapter 2: One-dimensional Steady State Conduction

Chapter 2: One-dimensional Steady State Conduction 1 Chapter : One-imensional Steay State Conution.1 Eamples of One-imensional Conution Eample.1: Plate with Energy Generation an Variable Conutivity Sine k is variable it must remain insie the ifferentiation

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

MTH 142 Solution Practice for Exam 2

MTH 142 Solution Practice for Exam 2 MTH 4 Solution Pratie for Eam Updated /7/4, 8: a.m.. (a) = 4/, hene MID() = ( + + ) +/ +6/ +/ ( 4 ) =. ( LEFT = ( 4..). =.7 and RIGHT = (.. ). =.7. Hene TRAP =.7.. (a) MID = (.49 +.48 +.9 +.98). = 4.96.

More information

Green s function for the wave equation

Green s function for the wave equation Green s funtion for the wave equation Non relativisti ase 1 The wave equations In the Lorentz Gauge, the wave equations for the potentials in Lorentz Gauge Gaussian units are: r 2 A 1 2 A 2 t = 4π 2 j

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

Practice Exam 2 Solutions

Practice Exam 2 Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department o Physis Physis 801T Fall Term 004 Problem 1: stati equilibrium Pratie Exam Solutions You are able to hold out your arm in an outstrethed horizontal position

More information

1 sin 2 r = 1 n 2 sin 2 i

1 sin 2 r = 1 n 2 sin 2 i Physis 505 Fall 005 Homework Assignment #11 Solutions Textbook problems: Ch. 7: 7.3, 7.5, 7.8, 7.16 7.3 Two plane semi-infinite slabs of the same uniform, isotropi, nonpermeable, lossless dieletri with

More information

Chapter 3 Lecture 7. Drag polar 2. Topics. Chapter-3

Chapter 3 Lecture 7. Drag polar 2. Topics. Chapter-3 hapter 3 eture 7 Drag polar Topis 3..3 Summary of lift oeffiient, drag oeffiient, pithing moment oeffiient, entre of pressure and aerodynami entre of an airfoil 3..4 Examples of pressure oeffiient distributions

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip 27-750, A.D. Rollett Due: 20 th Ot., 2011. Homework 5, Volume Frations, Single and Multiple Slip Crystal Plastiity Note the 2 extra redit questions (at the end). Q1. [40 points] Single Slip: Calulating

More information

Relativistic effects in earth-orbiting Doppler lidar return signals

Relativistic effects in earth-orbiting Doppler lidar return signals 3530 J. Opt. So. Am. A/ Vol. 4, No. 11/ November 007 Neil Ashby Relativisti effets in earth-orbiting Doppler lidar return signals Neil Ashby 1,, * 1 Department of Physis, University of Colorado, Boulder,

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

SURFACE WAVES OF NON-RAYLEIGH TYPE

SURFACE WAVES OF NON-RAYLEIGH TYPE SURFACE WAVES OF NON-RAYLEIGH TYPE by SERGEY V. KUZNETSOV Institute for Problems in Mehanis Prosp. Vernadskogo, 0, Mosow, 75 Russia e-mail: sv@kuznetsov.msk.ru Abstrat. Existene of surfae waves of non-rayleigh

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

The Wave Equation on a Disk

The Wave Equation on a Disk R. C. Trinity University Partial Differential Equations April 3, 214 The vibrating circular membrane Goal: Model the motion of an elastic membrane stretched over a circular frame of radius a. Set-up: Center

More information

MASSACHUSETTS MATHEMATICS LEAGUE CONTEST 3 DECEMBER 2013 ROUND 1 TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES

MASSACHUSETTS MATHEMATICS LEAGUE CONTEST 3 DECEMBER 2013 ROUND 1 TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES CONTEST 3 DECEMBER 03 ROUND TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES ANSWERS A) B) C) A) The sides of right ΔABC are, and 7, where < < 7. A is the larger aute angle. Compute the tan( A). B)

More information

Tutorial 8: Solutions

Tutorial 8: Solutions Tutorial 8: Solutions 1. * (a) Light from the Sun arrives at the Earth, an average of 1.5 10 11 m away, at the rate 1.4 10 3 Watts/m of area perpendiular to the diretion of the light. Assume that sunlight

More information

Dr G. I. Ogilvie Lent Term 2005

Dr G. I. Ogilvie Lent Term 2005 Aretion Diss Mathematial Tripos, Part III Dr G. I. Ogilvie Lent Term 2005 1.4. Visous evolution of an aretion dis 1.4.1. Introdution The evolution of an aretion dis is regulated by two onservation laws:

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach Frequeny Domain Analysis of Conrete Gravity Dam-Reservoir Systems by Wavenumber Approah V. Lotfi & A. Samii Department of Civil and Environmental Engineering, Amirkabir University of Tehnology, Tehran,

More information

Study of EM waves in Periodic Structures (mathematical details)

Study of EM waves in Periodic Structures (mathematical details) Study of EM waves in Periodi Strutures (mathematial details) Massahusetts Institute of Tehnology 6.635 partial leture notes 1 Introdution: periodi media nomenlature 1. The spae domain is defined by a basis,(a

More information

ECE-320 Linear Control Systems. Winter 2013, Exam 1. No calculators or computers allowed, you may leave your answers as fractions.

ECE-320 Linear Control Systems. Winter 2013, Exam 1. No calculators or computers allowed, you may leave your answers as fractions. ECE-320 Linear Control Systems Winter 2013, Exam 1 No alulators or omputers allowed, you may leave your answers as frations. All problems are worth 3 points unless noted otherwise. Total /100 1 Problems

More information

IN-PLANE VIBRATIONS OF CURVED BEAMS WITH VARIABLE CROSS-SECTIONS CARRYING ADDITIONAL MASS

IN-PLANE VIBRATIONS OF CURVED BEAMS WITH VARIABLE CROSS-SECTIONS CARRYING ADDITIONAL MASS 11 th International Conferene on Vibration Problems Z. Dimitrovová et al. (eds.) Lisbon, Portugal, 9-1 September 013 IN-PLANE VIBRATIONS OF CURVED BEAMS WITH VARIABLE CROSS-SECTIONS CARRYING ADDITIONAL

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

Numerical simulation of a one-dimensional shock tube problem at supercritical fluid conditions

Numerical simulation of a one-dimensional shock tube problem at supercritical fluid conditions International Journal of Physial Sienes Vol. 3 (1), pp. 314-30, Deember, 008 Available online at http://www.aademijournals.org/ijps ISSN 199-1950 008 Aademi Journals Full ength esearh Paper Numerial simulation

More information

ELECTROMAGNETIC RADIATION

ELECTROMAGNETIC RADIATION LUCIANO BUGGIO ELECTROMAGNETIC RADIATION On the basis of the (unpreedented) dynami hypothesis that gives rise to yloidal motion a loal and deterministi model of eletromagneti radiation is onstruted, possessing

More information

QUANTUM MECHANICS II PHYS 517. Solutions to Problem Set # 1

QUANTUM MECHANICS II PHYS 517. Solutions to Problem Set # 1 QUANTUM MECHANICS II PHYS 57 Solutions to Problem Set #. The hamiltonian for a lassial harmoni osillator an be written in many different forms, suh as use ω = k/m H = p m + kx H = P + Q hω a. Find a anonial

More information

A Time-Dependent Model For Predicting The Response Of A Horizontally Loaded Pile Embedded In A Layered Transversely Isotropic Saturated Soil

A Time-Dependent Model For Predicting The Response Of A Horizontally Loaded Pile Embedded In A Layered Transversely Isotropic Saturated Soil IOSR Journal of Mehanial and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 232-334X, Volume 16, Issue 2 Ser. I (Mar. - Apr. 219), PP 48-53 www.iosrjournals.org A Time-Dependent Model For Prediting

More information

EXPERIMENTAL STUDY ON BOTTOM BOUNDARY LAYER BENEATH SOLITARY WAVE

EXPERIMENTAL STUDY ON BOTTOM BOUNDARY LAYER BENEATH SOLITARY WAVE VOL. 11, NO. 8, APRIL 16 ISSN 1819-668 6-16 Asian Researh Publishing Network (ARPN). All rights reserved. EXPERIMENTAL STUDY ON BOTTOM BOUNDARY LAYER BENEATH SOLITARY WAVE Bambang Winarta 1, Nadiatul Adilah

More information

On the density of languages representing finite set partitions

On the density of languages representing finite set partitions On the density of languages representing finite set partitions Nelma Moreira Rogério Reis Tehnial Report Series: DCC-04-07 Departamento de Ciênia de Computadores Fauldade de Ciênias & Laboratório de Inteligênia

More information

Soft BCL-Algebras of the Power Sets

Soft BCL-Algebras of the Power Sets International Journal of lgebra, Vol. 11, 017, no. 7, 39-341 HIKRI Ltd, www.m-hikari.om https://doi.org/10.1988/ija.017.7735 Soft BCL-lgebras of the Power Sets Shuker Mahmood Khalil 1 and bu Firas Muhamad

More information

F = F x x + F y. y + F z

F = F x x + F y. y + F z ECTION 6: etor Calulus MATH20411 You met vetors in the first year. etor alulus is essentially alulus on vetors. We will need to differentiate vetors and perform integrals involving vetors. In partiular,

More information

LECTURES 4 & 5: POINCARÉ SERIES

LECTURES 4 & 5: POINCARÉ SERIES LECTURES 4 & 5: POINCARÉ SERIES ANDREW SNOWDEN These are notes from my two letures on Poinaré series from the 2016 Learning Seminar on Borherds produts. I begin by reviewing lassial Poinaré series, then

More information

FREQUENCY DOMAIN FEEDFORWARD COMPENSATION. F.J. Pérez Castelo and R. Ferreiro Garcia

FREQUENCY DOMAIN FEEDFORWARD COMPENSATION. F.J. Pérez Castelo and R. Ferreiro Garcia FREQUENCY DOMAIN FEEDFORWARD COMPENSATION F.J. Pérez Castelo and R. Ferreiro Garia Dept. Ingeniería Industrial. Universidad de La Coruña javierp@ud.es, Phone: 98 7.Fax: -98-7 ferreiro@ud.es, Phone: 98

More information

u x u t Internal Waves

u x u t Internal Waves Internal Waves We now examine internal waves for the ase in whih there are two distint layers and in whih the lower layer is at rest. This is an approximation of the ase in whih the upper layer is muh

More information

LECTURE 2 Geometrical Properties of Rod Cross Sections (Part 2) 1 Moments of Inertia Transformation with Parallel Transfer of Axes.

LECTURE 2 Geometrical Properties of Rod Cross Sections (Part 2) 1 Moments of Inertia Transformation with Parallel Transfer of Axes. V. DEMENKO MECHNCS OF MTERLS 05 LECTURE Geometrial Properties of Rod Cross Setions (Part ) Moments of nertia Transformation with Parallel Transfer of xes. Parallel-xes Theorems S Given: a b = S = 0. z

More information

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined How should a snake turn on ie: A ase study of the asymptoti isoholonomi problem Jianghai Hu, Slobodan N. Simić, and Shankar Sastry Department of Eletrial Engineering and Computer Sienes University of California

More information

Pseudo Spheres. A Sample of Electronic Lecture Notes in Mathematics. Eberhard Malkowsky.

Pseudo Spheres. A Sample of Electronic Lecture Notes in Mathematics. Eberhard Malkowsky. Pseudo Spheres A Sample of Eletroni Leture Notes in Mathematis Eberhard Malkowsky Mathematishes Institut Justus Liebig Universität Gießen Arndtstraße D-3539 Gießen Germany /o Shool of Informatis Computing

More information

Simple FIR Digital Filters. Simple FIR Digital Filters. Simple Digital Filters. Simple FIR Digital Filters. Simple FIR Digital Filters

Simple FIR Digital Filters. Simple FIR Digital Filters. Simple Digital Filters. Simple FIR Digital Filters. Simple FIR Digital Filters Simple Digital Filters Later in the ourse we shall review various methods of designing frequeny-seletive filters satisfying presribed speifiations We now desribe several low-order FIR and IIR digital filters

More information

Handy shop formulas Ray Williamson, Ray Williamson Consulting 4984 Wellbrook Drive, New Port Richey, FL

Handy shop formulas Ray Williamson, Ray Williamson Consulting 4984 Wellbrook Drive, New Port Richey, FL Handy shop formulas Ray Williamson, Ray Williamson Consulting 4984 Wellbrook Drive, New Port Rihey, FL 34653 www.ray-optis.om ABSTRACT A olletion of formulas is presented that are useful for those working

More information

An iterative least-square method suitable for solving large sparse matrices

An iterative least-square method suitable for solving large sparse matrices An iteratie least-square method suitable for soling large sparse matries By I. M. Khabaza The purpose of this paper is to report on the results of numerial experiments with an iteratie least-square method

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Section 3. Interstellar absorption lines. 3.1 Equivalent width

Section 3. Interstellar absorption lines. 3.1 Equivalent width Setion 3 Interstellar absorption lines 3.1 Equivalent width We an study diuse interstellar louds through the absorption lines they produe in the spetra of bakground stars. Beause of the low temperatures

More information

13.Prandtl-Meyer Expansion Flow

13.Prandtl-Meyer Expansion Flow 3.Prandtl-eyer Expansion Flow This hapter will treat flow over a expansive orner, i.e., one that turns the flow outward. But before we onsider expansion flow, we will return to onsider the details of the

More information

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION Journal of Mathematial Sienes: Advanes and Appliations Volume 3, 05, Pages -3 EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION JIAN YANG, XIAOJUAN LU and SHENGQIANG TANG

More information

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light Final Review A Puzzle... Diretion of the Fore A point harge q is loated a fixed height h above an infinite horizontal onduting plane. Another point harge q is loated a height z (with z > h) above the plane.

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Green s Function for Potential Field Extrapolation

Green s Function for Potential Field Extrapolation Green s Funtion for Potential Field Extrapolation. Soe Preliinaries on the Potential Magneti Field By definition, a potential agneti field is one for whih the eletri urrent density vanishes. That is, J

More information

Bäcklund Transformations: Some Old and New Perspectives

Bäcklund Transformations: Some Old and New Perspectives Bäklund Transformations: Some Old and New Perspetives C. J. Papahristou *, A. N. Magoulas ** * Department of Physial Sienes, Helleni Naval Aademy, Piraeus 18539, Greee E-mail: papahristou@snd.edu.gr **

More information

Extra Credit Solutions Math 181, Fall 2018 Instructor: Dr. Doreen De Leon

Extra Credit Solutions Math 181, Fall 2018 Instructor: Dr. Doreen De Leon Extra Credit Solutions Math 181, Fall 018 Instrutor: Dr. Doreen De Leon 1. In eah problem below, the given sstem is an almost linear sstem at eah of its equilibrium points. For eah, (i Find the (real equilibrium

More information

An Introduction to Bessel Functions

An Introduction to Bessel Functions An Introduction to R. C. Trinity University Partial Differential Equations Lecture 17 Bessel s equation Given p 0, the ordinary differential equation x 2 y + xy + (x 2 p 2 )y = 0, x > 0 is known as Bessel

More information

Part G-4: Sample Exams

Part G-4: Sample Exams Part G-4: Sample Exams 1 Cairo University M.S.: Eletronis Cooling Faulty of Engineering Final Exam (Sample 1) Mehanial Power Engineering Dept. Time allowed 2 Hours Solve as muh as you an. 1. A heat sink

More information

Development of an efficient finite element model for the dynamic analysis of the train-bridge interaction

Development of an efficient finite element model for the dynamic analysis of the train-bridge interaction Development of an effiient finite element model for the dynami analysis of the train-bridge interation S. Neves, A. Azevedo & R. Calçada Faulty of Engineering, University of Porto, Porto, Portugal ABSTRACT:

More information

MATH 241 Practice Second Midterm Exam - Fall 2012

MATH 241 Practice Second Midterm Exam - Fall 2012 MATH 41 Practice Second Midterm Exam - Fall 1 1. Let f(x = { 1 x for x 1 for 1 x (a Compute the Fourier sine series of f(x. The Fourier sine series is b n sin where b n = f(x sin dx = 1 = (1 x cos = 4

More information

CLEARINGHOUSE FOR FEDERAL SCIgCTIFIJ AND TECHNICAL INFORMATION, CFSTI DOCUMENT KANAGEWEirr BRANCH UO.ll LIMITATIONS IN REPRODUCTION QUALITY

CLEARINGHOUSE FOR FEDERAL SCIgCTIFIJ AND TECHNICAL INFORMATION, CFSTI DOCUMENT KANAGEWEirr BRANCH UO.ll LIMITATIONS IN REPRODUCTION QUALITY CLEARINGHOUSE FOR FEDERAL SCIgCTIFIJ AND TECHNICAL INFORMATION, CFSTI DOCUMENT KANAGEWEirr BRANCH UO.ll LIMITATIONS IN REPRODUCTION QUALITY Aession # /^."V 1. We regret that legibility of this dov-nent

More information

Ayan Kumar Bandyopadhyay

Ayan Kumar Bandyopadhyay Charaterization of radiating apertures using Multiple Multipole Method And Modeling and Optimization of a Spiral Antenna for Ground Penetrating Radar Appliations Ayan Kumar Bandyopadhyay FET-IESK, Otto-von-Guerike-University,

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

Lecture Notes 4 MORE DYNAMICS OF NEWTONIAN COSMOLOGY

Lecture Notes 4 MORE DYNAMICS OF NEWTONIAN COSMOLOGY MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physis Department Physis 8.286: The Early Universe Otober 1, 218 Prof. Alan Guth Leture Notes 4 MORE DYNAMICS OF NEWTONIAN COSMOLOGY THE AGE OF A FLAT UNIVERSE: We

More information

SQUARE ROOTS AND AND DIRECTIONS

SQUARE ROOTS AND AND DIRECTIONS SQUARE ROOS AND AND DIRECIONS We onstrut a lattie-like point set in the Eulidean plane that eluidates the relationship between the loal statistis of the frational parts of n and diretions in a shifted

More information

3150 Review Problems for Final Exam. (1) Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos(x) 0 x π f(x) =

3150 Review Problems for Final Exam. (1) Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos(x) 0 x π f(x) = 350 Review Problems for Final Eam () Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos() 0 π f() = 0 π < < 2π (2) Let F and G be arbitrary differentiable functions

More information

Chapter Nine - Vibrating Membranes

Chapter Nine - Vibrating Membranes Chapter Nine - Vibrating Membranes The vibrating membrane problem is simply the two-dimensional version of the vibrating string problems. Specifically, we are given a plane region R and we want to find

More information

Lecture 3 - Lorentz Transformations

Lecture 3 - Lorentz Transformations Leture - Lorentz Transformations A Puzzle... Example A ruler is positioned perpendiular to a wall. A stik of length L flies by at speed v. It travels in front of the ruler, so that it obsures part of the

More information

Rectangular Waveguide

Rectangular Waveguide 0/30/07 EE 4347 Applied Eletromagnetis Topi 5 Retangular Waveguide Leture 5 These notes ma ontain oprighted material obtained under air use rules. Distribution o these materials is stritl prohibited Slide

More information

Math 316/202: Solutions to Assignment 7

Math 316/202: Solutions to Assignment 7 Math 316/22: Solutions to Assignment 7 1.8.6(a) Using separation of variables, we write u(r, θ) = R(r)Θ(θ), where Θ() = Θ(π) =. The Laplace equation in polar coordinates (equation 19) becomes R Θ + 1 r

More information

Generation of EM waves

Generation of EM waves Generation of EM waves Susan Lea Spring 015 1 The Green s funtion In Lorentz gauge, we obtained the wave equation: A 4π J 1 The orresponding Green s funtion for the problem satisfies the simpler differential

More information

c 2012 Society for Industrial and Applied Mathematics

c 2012 Society for Industrial and Applied Mathematics MULTISCALE MODEL. SIMUL. Vol. 1, No. 3, pp. 936 953 1 Soiety for Industrial and Applied Mathematis DYNAMICS OF A FAULT STEADILY PROPAGATING WITHIN A STRUCTURAL INTERFACE G. S. MISHURIS, A. B. MOVCHAN,

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Chapter 9. The excitation process

Chapter 9. The excitation process Chapter 9 The exitation proess qualitative explanation of the formation of negative ion states Ne and He in He-Ne ollisions an be given by using a state orrelation diagram. state orrelation diagram is

More information

Ettore Pennestrì Pier Paolo Valentini Dipartimento di Ingegneria Meccanica Università di Roma Tor Vergata Roma - Italy May 3, 2009

Ettore Pennestrì Pier Paolo Valentini Dipartimento di Ingegneria Meccanica Università di Roma Tor Vergata Roma - Italy May 3, 2009 A review of simple analytial methods for the kinemati synthesis of four-bar and slider-rank funtion generators for two and three presribed finite positions Ettore Pennestrì Pier Paolo Valentini Dipartimento

More information

ECCENTRICITY SAMPLES: IMPLICATIONS ON THE POTENTIAL AND THE VELOCITY DISTRIBUTION

ECCENTRICITY SAMPLES: IMPLICATIONS ON THE POTENTIAL AND THE VELOCITY DISTRIBUTION Serb. Astron. J. (017), OnLine-First UDC 54.6 34 + 54.6 33.8 DOI: https://doi.org/10.98/saj1701004c Original sientifi paper ECCENTRICITY SAMPLES: IMPLICATIONS ON THE POTENTIAL AND THE VELOCITY DISTRIBUTION

More information

(Newton s 2 nd Law for linear motion)

(Newton s 2 nd Law for linear motion) PHYSICS 3 Final Exaination ( Deeber Tie liit 3 hours Answer all 6 questions You and an assistant are holding the (opposite ends of a long plank when oops! the butterfingered assistant drops his end If

More information

arxiv:math/ v4 [math.ca] 29 Jul 2006

arxiv:math/ v4 [math.ca] 29 Jul 2006 arxiv:math/0109v4 [math.ca] 9 Jul 006 Contiguous relations of hypergeometri series Raimundas Vidūnas University of Amsterdam Abstrat The 15 Gauss ontiguous relations for F 1 hypergeometri series imply

More information

Striking a Beat. Ashley Martin PHY 495. Spring Striking a Beat. Ashley Martin PHY 495. Introduction. Outline. Cartesian Coordinates

Striking a Beat. Ashley Martin PHY 495. Spring Striking a Beat. Ashley Martin PHY 495. Introduction. Outline. Cartesian Coordinates Spring 2012 Polar Where is it optimal to strike a circular drum? Polar Daniel Bernoulli (1700-1782) - introduced concept of Bessel functions Leonhard Euler (1707-1783) - used Bessel funtions of both zero

More information

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2 Sensor and Simulation Notes Note 53 3 May 8 Combined Eletri and Magneti Dipoles for Mesoband Radiation, Part Carl E. Baum University of New Mexio Department of Eletrial and Computer Engineering Albuquerque

More information

Orbital angular momentum of mixed vortex beams

Orbital angular momentum of mixed vortex beams Orbital angular momentum of mixed vortex beams Z. Bouhal *, V. Kollárová, P. Zemánek, ** T. ižmár ** Department of Optis, Palaký University, 17. listopadu 5, 77 7 Olomou, Ceh Republi ** Institute of Sientifi

More information