Project 10.3 Vibrating Beams and Diving Boards

Size: px
Start display at page:

Download "Project 10.3 Vibrating Beams and Diving Boards"

Transcription

1 Project 10.3 Vibratig Beams ad Divig Boards I this project you are to ivestigate further the vibratios of a elastic bar or beam of legth L whose positio fuctio y(x,t) satisfies the partial differetial equatio ρ 2 y 2 t 4 y + EI = 0 (0 < x < L) (1) 4 x ad the iitial coditios y(x,0) = f(x), y t (x,0) = 0. First separate the variables (as i Example 3 of Sectio 10.3 i the text) to derive the formal series solutio yxt (, ) = c X( x)cos = 1 β 2 2 at 2 L (2) 4 where a = EI/ ρ, the ;@ c are the appropriate eigefuctio expasio coefficiets of the iitial positio fuctio f (x), ad the ; values ad ; X ( x )@ eigefuctios are determied by the ed coditios imposed o the bar. I a particular case, oe wats to fid both the frequecy equatio whose positive roots are the ; ad the explicit eigefuctios ; X ( x I this sectio we saw that the frequecy equatio for the fixed-fixed case (with y( 0) = y ( 0) = y( L) = y ( L) = 0) is cosh x cos x = 1, that is, sech x = cos x (3) The solutios of this equatio are located approximately by the graph below, where we see that the th positive solutio is give approximately by β ( 2 + 1) π / y = sech x -1 y = cos x pi/2 3pi/2 5pi/2 7pi/2 9pi/2 Project

2 Case 1: Higed at each ed The edpoit coditios are y( 0) = y ( 0) = y( L) = y ( L) = 0. (4) Accordig to Problem 8 i Sectio 10.3 of the text, the frequecy equatio is si x = 0, so β = π ad X( x) = siπ x for = 1, 2, 3,.... Suppose that the bar is made of steel (with desity δ = 7.75 g/cm 3 ad Youg's modulus E = dy/cm 2 ), ad is 19 iches log with square cross sectio of edge w = 1 i. (so its momet of iertia is I = 12 1 w 4 ). Determie its first few atural frequecies of vibratio (i Hz). How does this bar soud whe it vibrates? Case 2: Free at each ed The edpoit coditios are y ( 0) = y ( 0) = y ( L) = y ( L) = 0. (5) This case models, for example, a weightless bar suspeded i space i a orbitig spacecraft. Now show that the frequecy equatio is agai sech x = cos x as i (3), although the eigefuctios i this free-free case differ from those i the fixed-fixed case discussed i the text. From the figure above we see that the th positive solutio is give approximately by β ( 2 + 1) π / 2. Use the umerical methods of Project 10.2 to approximate the first several atural frequecies of free-free vibratio of the same physical bar cosidered i case 1. How does it soud ow? Case 3: Fixed at x = 0, free at x = L Now the boudary coditios are y(0) = y (0) = y (L) = y (L) = 0. (6) This is a catilever like the divig board illustrated i Fig of the text. Accordig to Problem 15 there, the frequecy equatio is cosh x cos x = 1. (7) From the figure at the top of the ext page, showig the graphs y = sech x ad y = cos x, we see that β (2 1)π /2 for large. Use the umerical methods of Project 10.2 to approximate the first several atural frequecies of vibratio (i Hz) of the particular divig board described i Problem 15 it is 4 meters log ad is made of steel (with desity δ = 7.75 g/cm 3 ad Youg's modulus E = dy/cm 2 ); its cross sectio is a rectagle with width a = 30 cm ad thickess b = 2 cm, so its momet of iertia about a horizotal axis of symmetry is I = 12 1 ab 3. Thus fid the frequecies at which a diver o this board should bouce up ad dow at the free ed for maximal resoat effect. 282 Chapter 10

3 1 y = sech x 0-1 y = -cos x pi/2 3pi/2 5pi/2 7pi/2 9pi/2 Usig Maple We eter the eigevalue equatio eq := sech(x) = cos(x): i (3) ad proceed to solve it for the first N = 10 of the ; 1 values, as follows: N := 10: beta := array(1..n): for from 1 to N do beta[] := fsolve(eq, x=(2*+1)*pi/2): od: seq(beta[], =1..N); , , , , , , , , , Note how we make use of the fact that β is approximately ( 2 + 1) π / 2. It is iterestig to check successive differeces of eigevalues: seq(beta[]-beta[-1], =2..N); , , , , , , , , We see that, for 6-place accuracy, it suffices to calculate the first half-doze β -values ad the add successive multiples of π. Project

4 The physical parameters of the fixed-fixed bridge discussed i Sectio 10.3 of the text are give by delta := 7.75: A := 40: rho := delta*a: L := 120*30.48: I0 := 9000: E := 2*10^12: # volumetric desity # cross-sectioal area # liear desity # legth of bridge # momet of iertia # Youg's modulus 2 2 Its atural frequecies of vibratio, ω = ( β / L ) EI0 / ρ, are give i radias/sec by b := beta: w := map(b->(b^2/l^2)*sqrt(e*i0/rho), b): ad the i hertz (cycles/mi) by map(w->evalf(60*w/(2*pi)), w); [ , , , , , , , , , ] Thus the first "critical cadece" for marchig soldiers is about 122 steps per miute. Usig Mathematica We eter the eigevalue equatio eq = Sech[x] == Cos[x]; i (3) ad proceed to solve it for the first N = 10 of the ; 1 values, as follows: M = 10; solutios = Table[ FidRoot[ eq, {x,(2*+1)*pi/2}], {, 1, M}]; beta = x /. solutios {4.7300, , , , , , , , , } Note how we make use of the fact that β is approximately ( 2 + 1) π / 2. It is iterestig to check successive differeces of eigevalues: Table[beta[[]]-beta[[-1]], {,2,10}] 284 Chapter 10

5 { , , , , , , , , } We see that, for 5-place accuracy, it suffices to calculate the first half-doze β -values ad the add successive multiples of π. The physical parameters of the free-free steel bar of case 2 are give by delta = 7.75; (* volumetric desity *) A = 2.54^2; (* cross-sectioal area *) rho = delta*a; (* liear desity *) L = 19*2.54; (* legth of bridge *) I0 = (2.54^4)/12; (* momet of iertia *) E0 = 2*10^12; (* Youg's modulus *) 2 2 Its atural frequecies of vibratio, ω = ( β / L ) EI0 / ρ, are give i radias/sec by b = beta; w = (b^2/l^2) Sqrt[E0*I0/rho]; ad the i cycles per secod by w = w/(2 Pi) { , , , , , , , , , } Whereas the fudametal frequecy of the higed-higed bar of case 1 is (Pi^2/L^2) Sqrt[E0*I0/rho]/(2 Pi) cycles/sec, that is, about middle C, we see that the fudametal frequecy of the correspodig free-free bar of case 2 is above high C. Usig MATLAB First we defie the eigevalue equatio cosh x cos x = 1 i (7), for the fixed-free catilever of case 3, i the form of the fuctio f = ilie('cosh(x)*cos(x)+1','x') f = Ilie fuctio: f(x) = cosh(x)*cos(x)+1 Project

6 whose successive positive zeros we seek. The we proceed to fid the first N = 10 of the values as follows: ; 1 N = 10; beta = 1 : N; for = 1 : N beta() = fzero(f, (2*-1)*pi/2); ed reshape(beta,5,2)' as = Note how we make use of the fact that β is approximately ( 2 1) π / 2. The physical parameters of the divig board described i Problem 15 i the text are give by delta = 7.75; a = 30; b = 2; A = a*b; rho = delta*a; L = 400; I0 = a*b^3/12; E = 2*10^12; % volumetric desity % width of divig board % its thickess % cross-sectioal area % liear desity % legth of divig board % momet of iertia % Youg's modulus 2 2 Its atural frequecies of vibratio, ω = ( β / L ) EI0 / ρ, are give i radias/sec by b = beta; w = (b.^2/l^2)*sqrt(e*i0/rho); ad the i cycles per secod by w = w/(2*pi) w = Thus the divig board's fudametal frequecy is about cycles/sec, so for maximal resoat effect the diver should bouce up ad dow just about oce per secod. 286 Chapter 10

Application 10.5B Rectangular Membrane Vibrations

Application 10.5B Rectangular Membrane Vibrations Applicatio.5B Rectagular Membrae Vibratios Here we ivestigate the vibratios of a flexible membrae whose equilibrium positio is the rectagle x a, y b. Suppose it is released from rest with give iitial displacemet,

More information

METHOD OF FUNDAMENTAL SOLUTIONS FOR HELMHOLTZ EIGENVALUE PROBLEMS IN ELLIPTICAL DOMAINS

METHOD OF FUNDAMENTAL SOLUTIONS FOR HELMHOLTZ EIGENVALUE PROBLEMS IN ELLIPTICAL DOMAINS Please cite this article as: Staisław Kula, Method of fudametal solutios for Helmholtz eigevalue problems i elliptical domais, Scietific Research of the Istitute of Mathematics ad Computer Sciece, 009,

More information

Damped Vibration of a Non-prismatic Beam with a Rotational Spring

Damped Vibration of a Non-prismatic Beam with a Rotational Spring Vibratios i Physical Systems Vol.6 (0) Damped Vibratio of a No-prismatic Beam with a Rotatioal Sprig Wojciech SOCHACK stitute of Mechaics ad Fudametals of Machiery Desig Uiversity of Techology, Czestochowa,

More information

φ φ sin φ θ sin sin u = φθu

φ φ sin φ θ sin sin u = φθu Project 10.5D Spherical Harmoic Waves I problems ivolvig regios that ejoy spherical symmetry about the origi i space, it is appropriate to use spherical coordiates. The 3-dimesioal Laplacia for a fuctio

More information

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS.

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS. ICSV4 Cairs Australia 9- July 7 DTRMINATION OF MCHANICAL PROPRTIS OF A NON- UNIFORM BAM USING TH MASURMNT OF TH XCITD LONGITUDINAL LASTIC VIBRATIONS Pavel Aokhi ad Vladimir Gordo Departmet of the mathematics

More information

EXPERIMENT OF SIMPLE VIBRATION

EXPERIMENT OF SIMPLE VIBRATION EXPERIMENT OF SIMPLE VIBRATION. PURPOSE The purpose of the experimet is to show free vibratio ad damped vibratio o a system havig oe degree of freedom ad to ivestigate the relatioship betwee the basic

More information

Problem 1. Problem Engineering Dynamics Problem Set 9--Solution. Find the equation of motion for the system shown with respect to:

Problem 1. Problem Engineering Dynamics Problem Set 9--Solution. Find the equation of motion for the system shown with respect to: 2.003 Egieerig Dyamics Problem Set 9--Solutio Problem 1 Fid the equatio of motio for the system show with respect to: a) Zero sprig force positio. Draw the appropriate free body diagram. b) Static equilibrium

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

More information

BENDING FREQUENCIES OF BEAMS, RODS, AND PIPES Revision S

BENDING FREQUENCIES OF BEAMS, RODS, AND PIPES Revision S BENDING FREQUENCIES OF BEAMS, RODS, AND PIPES Revisio S By Tom Irvie Email: tom@vibratioata.com November, Itrouctio The fuametal frequecies for typical beam cofiguratios are give i Table. Higher frequecies

More information

Types of Waves Transverse Shear. Waves. The Wave Equation

Types of Waves Transverse Shear. Waves. The Wave Equation Waves Waves trasfer eergy from oe poit to aother. For mechaical waves the disturbace propagates without ay of the particles of the medium beig displaced permaetly. There is o associated mass trasport.

More information

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING Mechaical Vibratios FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING A commo dampig mechaism occurrig i machies is caused by slidig frictio or dry frictio ad is called Coulomb dampig. Coulomb dampig

More information

Name: Math 10550, Final Exam: December 15, 2007

Name: Math 10550, Final Exam: December 15, 2007 Math 55, Fial Exam: December 5, 7 Name: Be sure that you have all pages of the test. No calculators are to be used. The exam lasts for two hours. Whe told to begi, remove this aswer sheet ad keep it uder

More information

1 1 2 = show that: over variables x and y. [2 marks] Write down necessary conditions involving first and second-order partial derivatives for ( x0, y

1 1 2 = show that: over variables x and y. [2 marks] Write down necessary conditions involving first and second-order partial derivatives for ( x0, y Questio (a) A square matrix A= A is called positive defiite if the quadratic form waw > 0 for every o-zero vector w [Note: Here (.) deotes the traspose of a matrix or a vector]. Let 0 A = 0 = show that:

More information

Calculus 2 Test File Spring Test #1

Calculus 2 Test File Spring Test #1 Calculus Test File Sprig 009 Test #.) Without usig your calculator, fid the eact area betwee the curves f() = - ad g() = +..) Without usig your calculator, fid the eact area betwee the curves f() = ad

More information

Chapter 4. Fourier Series

Chapter 4. Fourier Series Chapter 4. Fourier Series At this poit we are ready to ow cosider the caoical equatios. Cosider, for eample the heat equatio u t = u, < (4.) subject to u(, ) = si, u(, t) = u(, t) =. (4.) Here,

More information

Solutions to Final Exam Review Problems

Solutions to Final Exam Review Problems . Let f(x) 4+x. Solutios to Fial Exam Review Problems Math 5C, Witer 2007 (a) Fid the Maclauri series for f(x), ad compute its radius of covergece. Solutio. f(x) 4( ( x/4)) ( x/4) ( ) 4 4 + x. Sice the

More information

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals.

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals. Z - Trasform The -trasform is a very importat tool i describig ad aalyig digital systems. It offers the techiques for digital filter desig ad frequecy aalysis of digital sigals. Defiitio of -trasform:

More information

Fourier Series and the Wave Equation

Fourier Series and the Wave Equation Fourier Series ad the Wave Equatio We start with the oe-dimesioal wave equatio u u =, x u(, t) = u(, t) =, ux (,) = f( x), u ( x,) = This represets a vibratig strig, where u is the displacemet of the strig

More information

The Random Walk For Dummies

The Random Walk For Dummies The Radom Walk For Dummies Richard A Mote Abstract We look at the priciples goverig the oe-dimesioal discrete radom walk First we review five basic cocepts of probability theory The we cosider the Beroulli

More information

SOLUTION SET VI FOR FALL [(n + 2)(n + 1)a n+2 a n 1 ]x n = 0,

SOLUTION SET VI FOR FALL [(n + 2)(n + 1)a n+2 a n 1 ]x n = 0, 4. Series Solutios of Differetial Equatios:Special Fuctios 4.. Illustrative examples.. 5. Obtai the geeral solutio of each of the followig differetial equatios i terms of Maclauri series: d y (a dx = xy,

More information

Calculus 2 Test File Fall 2013

Calculus 2 Test File Fall 2013 Calculus Test File Fall 013 Test #1 1.) Without usig your calculator, fid the eact area betwee the curves f() = 4 - ad g() = si(), -1 < < 1..) Cosider the followig solid. Triagle ABC is perpedicular to

More information

FREE VIBRATIONS OF SIMPLY SUPPORTED BEAMS USING FOURIER SERIES

FREE VIBRATIONS OF SIMPLY SUPPORTED BEAMS USING FOURIER SERIES Abdullah : FREE VIBRATIONS OF SIMPY SUPPORTED BEAMS FREE VIBRATIONS OF SIMPY SUPPORTED BEAMS USING FOURIER SERIES SAWA MUBARAK ABDUAH Assistat ecturer Uiversity of Mosul Abstract Fourier series will be

More information

Numerical Methods in Fourier Series Applications

Numerical Methods in Fourier Series Applications Numerical Methods i Fourier Series Applicatios Recall that the basic relatios i usig the Trigoometric Fourier Series represetatio were give by f ( x) a o ( a x cos b x si ) () where the Fourier coefficiets

More information

ANALYSIS OF DAMPING EFFECT ON BEAM VIBRATION

ANALYSIS OF DAMPING EFFECT ON BEAM VIBRATION Molecular ad Quatum Acoustics vol. 7, (6) 79 ANALYSIS OF DAMPING EFFECT ON BEAM VIBRATION Jerzy FILIPIAK 1, Lech SOLARZ, Korad ZUBKO 1 Istitute of Electroic ad Cotrol Systems, Techical Uiversity of Czestochowa,

More information

Chapter 10 Partial Differential Equations and Fourier Series

Chapter 10 Partial Differential Equations and Fourier Series Math-33 Chapter Partial Differetial Equatios November 6, 7 Chapter Partial Differetial Equatios ad Fourier Series Math-33 Chapter Partial Differetial Equatios November 6, 7. Boudary Value Problems for

More information

RAYLEIGH'S METHOD Revision D

RAYLEIGH'S METHOD Revision D RAYGH'S METHOD Revisio D B To Irvie Eail: toirvie@aol.co Noveber 5, Itroductio Daic sstes ca be characterized i ters of oe or ore atural frequecies. The atural frequec is the frequec at which the sste

More information

MATH 2300 review problems for Exam 2

MATH 2300 review problems for Exam 2 MATH 2300 review problems for Exam 2. A metal plate of costat desity ρ (i gm/cm 2 ) has a shape bouded by the curve y = x, the x-axis, ad the lie x =. Fid the mass of the plate. Iclude uits. (b) Fid the

More information

Solution of Linear Constant-Coefficient Difference Equations

Solution of Linear Constant-Coefficient Difference Equations ECE 38-9 Solutio of Liear Costat-Coefficiet Differece Equatios Z. Aliyazicioglu Electrical ad Computer Egieerig Departmet Cal Poly Pomoa Solutio of Liear Costat-Coefficiet Differece Equatios Example: Determie

More information

Application 10.5D Spherical Harmonic Waves

Application 10.5D Spherical Harmonic Waves Applicatio 10.5D Spherical Haroic Waves I probles ivolvig regios that ejoy spherical syetry about the origi i space, it is appropriate to use spherical coordiates. The 3-diesioal Laplacia for a fuctio

More information

Inverse Nodal Problems for Differential Equation on the Half-line

Inverse Nodal Problems for Differential Equation on the Half-line Australia Joural of Basic ad Applied Scieces, 3(4): 4498-4502, 2009 ISSN 1991-8178 Iverse Nodal Problems for Differetial Equatio o the Half-lie 1 2 3 A. Dabbaghia, A. Nematy ad Sh. Akbarpoor 1 Islamic

More information

DYNAMIC ANALYSIS OF BEAM-LIKE STRUCTURES SUBJECT TO MOVING LOADS

DYNAMIC ANALYSIS OF BEAM-LIKE STRUCTURES SUBJECT TO MOVING LOADS DYNAMIC ANALYSIS OF BEAM-LIKE STRUCTURES SUBJECT TO MOVING LOADS Ivaa Štimac 1, Ivica Kožar 1 M.Sc,Assistat, Ph.D. Professor 1, Faculty of Civil Egieerig, Uiverity of Rieka, Croatia INTRODUCTION The vehicle-iduced

More information

Free Vibration Analysis of Beams Considering Different Geometric Characteristics and Boundary Conditions

Free Vibration Analysis of Beams Considering Different Geometric Characteristics and Boundary Conditions Iteratioal Joural of Mechaics ad Applicatios 1, (3): 9-1 DOI: 1.593/j.mechaics.13.3 Free Vibratio Aalysis of Beams Cosiderig Differet Geometric Characteristics ad Boudary Coditios Mehmet Avcar Civil Egieerig

More information

DETERMINATION OF NATURAL FREQUENCY AND DAMPING RATIO

DETERMINATION OF NATURAL FREQUENCY AND DAMPING RATIO Hasa G Pasha DETERMINATION OF NATURAL FREQUENCY AND DAMPING RATIO OBJECTIVE Deterie the atural frequecy ad dapig ratio for a aluiu catilever bea, Calculate the aalytical value of the atural frequecy ad

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Math 142, Final Exam. 5/2/11.

Math 142, Final Exam. 5/2/11. Math 4, Fial Exam 5// No otes, calculator, or text There are poits total Partial credit may be give Write your full ame i the upper right corer of page Number the pages i the upper right corer Do problem

More information

EF 152 Exam #2, Spring 2016 Page 1 of 6

EF 152 Exam #2, Spring 2016 Page 1 of 6 EF 152 Exam #2, Sprig 2016 Page 1 of 6 Name: Sectio: Istructios Sit i assiged seat; failure to sit i assiged seat results i a 0 for the exam. Do ot ope the exam util istructed to do so. Do ot leave if

More information

The Jordan Normal Form: A General Approach to Solving Homogeneous Linear Systems. Mike Raugh. March 20, 2005

The Jordan Normal Form: A General Approach to Solving Homogeneous Linear Systems. Mike Raugh. March 20, 2005 The Jorda Normal Form: A Geeral Approach to Solvig Homogeeous Liear Sstems Mike Raugh March 2, 25 What are we doig here? I this ote, we describe the Jorda ormal form of a matrix ad show how it ma be used

More information

(c) Write, but do not evaluate, an integral expression for the volume of the solid generated when R is

(c) Write, but do not evaluate, an integral expression for the volume of the solid generated when R is Calculus BC Fial Review Name: Revised 7 EXAM Date: Tuesday, May 9 Remiders:. Put ew batteries i your calculator. Make sure your calculator is i RADIAN mode.. Get a good ight s sleep. Eat breakfast. Brig:

More information

MATH 10550, EXAM 3 SOLUTIONS

MATH 10550, EXAM 3 SOLUTIONS MATH 155, EXAM 3 SOLUTIONS 1. I fidig a approximate solutio to the equatio x 3 +x 4 = usig Newto s method with iitial approximatio x 1 = 1, what is x? Solutio. Recall that x +1 = x f(x ) f (x ). Hece,

More information

MATH 31B: MIDTERM 2 REVIEW

MATH 31B: MIDTERM 2 REVIEW MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate x (x ) (x 3).. Partial Fractios Solutio: The umerator has degree less tha the deomiator, so we ca use partial fractios. Write x (x ) (x 3) = A x + A (x ) +

More information

CALCULUS AB SECTION I, Part A Time 60 minutes Number of questions 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM.

CALCULUS AB SECTION I, Part A Time 60 minutes Number of questions 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM. AP Calculus AB Portfolio Project Multiple Choice Practice Name: CALCULUS AB SECTION I, Part A Time 60 miutes Number of questios 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM. Directios: Solve

More information

Seunghee Ye Ma 8: Week 5 Oct 28

Seunghee Ye Ma 8: Week 5 Oct 28 Week 5 Summary I Sectio, we go over the Mea Value Theorem ad its applicatios. I Sectio 2, we will recap what we have covered so far this term. Topics Page Mea Value Theorem. Applicatios of the Mea Value

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture & 3: Pricipal Compoet Aalysis The text i black outlies high level ideas. The text i blue provides simple mathematical details to derive or get to the algorithm

More information

Chapter 2: Numerical Methods

Chapter 2: Numerical Methods Chapter : Numerical Methods. Some Numerical Methods for st Order ODEs I this sectio, a summar of essetial features of umerical methods related to solutios of ordiar differetial equatios is give. I geeral,

More information

Respon Spektrum Gempa

Respon Spektrum Gempa Mata Kuliah : Diamika Struktur & Pegatar Rekayasa Kegempaa Kode : TSP 302 SKS : 3 SKS Respo Spektrum Gempa Pertemua 10 TIU : Mahasiswa dapat mejelaska feomea-feomea diamik secara fisik. TIK : Mahasiswa

More information

Solution of EECS 315 Final Examination F09

Solution of EECS 315 Final Examination F09 Solutio of EECS 315 Fial Examiatio F9 1. Fid the umerical value of δ ( t + 4ramp( tdt. δ ( t + 4ramp( tdt. Fid the umerical sigal eergy of x E x = x[ ] = δ 3 = 11 = ( = ramp( ( 4 = ramp( 8 = 8 [ ] = (

More information

SOLUTIONS TO EXAM 3. Solution: Note that this defines two convergent geometric series with respective radii r 1 = 2/5 < 1 and r 2 = 1/5 < 1.

SOLUTIONS TO EXAM 3. Solution: Note that this defines two convergent geometric series with respective radii r 1 = 2/5 < 1 and r 2 = 1/5 < 1. SOLUTIONS TO EXAM 3 Problem Fid the sum of the followig series 2 + ( ) 5 5 2 5 3 25 2 2 This series diverges Solutio: Note that this defies two coverget geometric series with respective radii r 2/5 < ad

More information

Strauss PDEs 2e: Section Exercise 4 Page 1 of 5. u tt = c 2 u xx ru t for 0 < x < l u = 0 at both ends u(x, 0) = φ(x) u t (x, 0) = ψ(x),

Strauss PDEs 2e: Section Exercise 4 Page 1 of 5. u tt = c 2 u xx ru t for 0 < x < l u = 0 at both ends u(x, 0) = φ(x) u t (x, 0) = ψ(x), Strauss PDEs e: Sectio 4.1 - Exercise 4 Page 1 of 5 Exercise 4 Cosider waves i a resistat medium that satisfy the probem u tt = c u xx ru t for < x < u = at both eds ux, ) = φx) u t x, ) = ψx), where r

More information

MATH Exam 1 Solutions February 24, 2016

MATH Exam 1 Solutions February 24, 2016 MATH 7.57 Exam Solutios February, 6. Evaluate (A) l(6) (B) l(7) (C) l(8) (D) l(9) (E) l() 6x x 3 + dx. Solutio: D We perform a substitutio. Let u = x 3 +, so du = 3x dx. Therefore, 6x u() x 3 + dx = [

More information

MATH 2411 Spring 2011 Practice Exam #1 Tuesday, March 1 st Sections: Sections ; 6.8; Instructions:

MATH 2411 Spring 2011 Practice Exam #1 Tuesday, March 1 st Sections: Sections ; 6.8; Instructions: MATH 411 Sprig 011 Practice Exam #1 Tuesday, March 1 st Sectios: Sectios 6.1-6.6; 6.8; 7.1-7.4 Name: Score: = 100 Istructios: 1. You will have a total of 1 hour ad 50 miutes to complete this exam.. A No-Graphig

More information

The Pendulum. Purpose

The Pendulum. Purpose The Pedulum Purpose To carry out a example illustratig how physics approaches ad solves problems. The example used here is to explore the differet factors that determie the period of motio of a pedulum.

More information

Chapter 10: Power Series

Chapter 10: Power Series Chapter : Power Series 57 Chapter Overview: Power Series The reaso series are part of a Calculus course is that there are fuctios which caot be itegrated. All power series, though, ca be itegrated because

More information

TMA4205 Numerical Linear Algebra. The Poisson problem in R 2 : diagonalization methods

TMA4205 Numerical Linear Algebra. The Poisson problem in R 2 : diagonalization methods TMA4205 Numerical Liear Algebra The Poisso problem i R 2 : diagoalizatio methods September 3, 2007 c Eiar M Røquist Departmet of Mathematical Scieces NTNU, N-749 Trodheim, Norway All rights reserved A

More information

Chapter 9: Numerical Differentiation

Chapter 9: Numerical Differentiation 178 Chapter 9: Numerical Differetiatio Numerical Differetiatio Formulatio of equatios for physical problems ofte ivolve derivatives (rate-of-chage quatities, such as velocity ad acceleratio). Numerical

More information

Dynamics of Structures 5th Edition Chopra SOLUTIONS MANUAL

Dynamics of Structures 5th Edition Chopra SOLUTIONS MANUAL Dyamics of Structures 5th Editio Chopra SOLUTIONS MANUAL Full dowload at : https://testbareal.com/dowload/dyamics-of-structures-5th-editio-choprasolutios-maual/ Problem.1 CHAPTER A heavy table is supported

More information

6.) Find the y-coordinate of the centroid (use your calculator for any integrations) of the region bounded by y = cos x, y = 0, x = - /2 and x = /2.

6.) Find the y-coordinate of the centroid (use your calculator for any integrations) of the region bounded by y = cos x, y = 0, x = - /2 and x = /2. Calculus Test File Sprig 06 Test #.) Fid the eact area betwee the curves f() = 8 - ad g() = +. For # - 5, cosider the regio bouded by the curves y =, y = +. Produce a solid by revolvig the regio aroud

More information

PHY4905: Nearly-Free Electron Model (NFE)

PHY4905: Nearly-Free Electron Model (NFE) PHY4905: Nearly-Free Electro Model (NFE) D. L. Maslov Departmet of Physics, Uiversity of Florida (Dated: Jauary 12, 2011) 1 I. REMINDER: QUANTUM MECHANICAL PERTURBATION THEORY A. No-degeerate eigestates

More information

The axial dispersion model for tubular reactors at steady state can be described by the following equations: dc dz R n cn = 0 (1) (2) 1 d 2 c.

The axial dispersion model for tubular reactors at steady state can be described by the following equations: dc dz R n cn = 0 (1) (2) 1 d 2 c. 5.4 Applicatio of Perturbatio Methods to the Dispersio Model for Tubular Reactors The axial dispersio model for tubular reactors at steady state ca be described by the followig equatios: d c Pe dz z =

More information

Løsningsførslag i 4M

Løsningsførslag i 4M Norges tekisk aturviteskapelige uiversitet Istitutt for matematiske fag Side 1 av 6 Løsigsførslag i 4M Oppgave 1 a) A sketch of the graph of the give f o the iterval [ 3, 3) is as follows: The Fourier

More information

7.) Consider the region bounded by y = x 2, y = x - 1, x = -1 and x = 1. Find the volume of the solid produced by revolving the region around x = 3.

7.) Consider the region bounded by y = x 2, y = x - 1, x = -1 and x = 1. Find the volume of the solid produced by revolving the region around x = 3. Calculus Eam File Fall 07 Test #.) Fid the eact area betwee the curves f() = 8 - ad g() = +. For # - 5, cosider the regio bouded by the curves y =, y = 3 + 4. Produce a solid by revolvig the regio aroud

More information

Lecture 8: Solving the Heat, Laplace and Wave equations using finite difference methods

Lecture 8: Solving the Heat, Laplace and Wave equations using finite difference methods Itroductory lecture otes o Partial Differetial Equatios - c Athoy Peirce. Not to be copied, used, or revised without explicit writte permissio from the copyright ower. 1 Lecture 8: Solvig the Heat, Laplace

More information

Math 220B Final Exam Solutions March 18, 2002

Math 220B Final Exam Solutions March 18, 2002 Math 0B Fial Exam Solutios March 18, 00 1. (1 poits) (a) (6 poits) Fid the Gree s fuctio for the tilted half-plae {(x 1, x ) R : x 1 + x > 0}. For x (x 1, x ), y (y 1, y ), express your Gree s fuctio G(x,

More information

The Phi Power Series

The Phi Power Series The Phi Power Series I did this work i about 0 years while poderig the relatioship betwee the golde mea ad the Madelbrot set. I have fially decided to make it available from my blog at http://semresearch.wordpress.com/.

More information

: Transforms and Partial Differential Equations

: Transforms and Partial Differential Equations Trasforms ad Partial Differetial Equatios 018 SUBJECT NAME : Trasforms ad Partial Differetial Equatios SUBJECT CODE : MA 6351 MATERIAL NAME : Part A questios REGULATION : R013 WEBSITE : wwwharigaeshcom

More information

Assignment Number 3 Solutions

Assignment Number 3 Solutions Math 4354, Assigmet Number 3 Solutios 1. u t (x, t) = u xx (x, t), < x (1) u(, t) =, u(, t) = u(x, ) = x ( 1) +1 u(x, t) = e t si(x). () =1 Solutio: Look for simple solutios i the form u(x, t) =

More information

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 Lecture 18. October 5, 005 Homework. Problem Set 5 Part I: (c). Practice Problems. Course Reader: 3G 1, 3G, 3G 4, 3G 5. 1. Approximatig Riema itegrals. Ofte, there is o simpler expressio for the atiderivative

More information

Math 113, Calculus II Winter 2007 Final Exam Solutions

Math 113, Calculus II Winter 2007 Final Exam Solutions Math, Calculus II Witer 7 Fial Exam Solutios (5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute x x + dx The check your aswer usig the Evaluatio Theorem Solutio: I this

More information

Section 5.5. Infinite Series: The Ratio Test

Section 5.5. Infinite Series: The Ratio Test Differece Equatios to Differetial Equatios Sectio 5.5 Ifiite Series: The Ratio Test I the last sectio we saw that we could demostrate the covergece of a series a, where a 0 for all, by showig that a approaches

More information

INEQUALITIES BJORN POONEN

INEQUALITIES BJORN POONEN INEQUALITIES BJORN POONEN 1 The AM-GM iequality The most basic arithmetic mea-geometric mea (AM-GM) iequality states simply that if x ad y are oegative real umbers, the (x + y)/2 xy, with equality if ad

More information

Assignment 2 Solutions SOLUTION. ϕ 1 Â = 3 ϕ 1 4i ϕ 2. The other case can be dealt with in a similar way. { ϕ 2 Â} χ = { 4i ϕ 1 3 ϕ 2 } χ.

Assignment 2 Solutions SOLUTION. ϕ 1  = 3 ϕ 1 4i ϕ 2. The other case can be dealt with in a similar way. { ϕ 2 Â} χ = { 4i ϕ 1 3 ϕ 2 } χ. PHYSICS 34 QUANTUM PHYSICS II (25) Assigmet 2 Solutios 1. With respect to a pair of orthoormal vectors ϕ 1 ad ϕ 2 that spa the Hilbert space H of a certai system, the operator  is defied by its actio

More information

Solutions to Homework 1

Solutions to Homework 1 Solutios to Homework MATH 36. Describe geometrically the sets of poits z i the complex plae defied by the followig relatios /z = z () Re(az + b) >, where a, b (2) Im(z) = c, with c (3) () = = z z = z 2.

More information

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations ECE-S352 Itroductio to Digital Sigal Processig Lecture 3A Direct Solutio of Differece Equatios Discrete Time Systems Described by Differece Equatios Uit impulse (sample) respose h() of a DT system allows

More information

a is some real number (called the coefficient) other

a is some real number (called the coefficient) other Precalculus Notes for Sectio.1 Liear/Quadratic Fuctios ad Modelig http://www.schooltube.com/video/77e0a939a3344194bb4f Defiitios: A moomial is a term of the form tha zero ad is a oegative iteger. a where

More information

Math 110 Assignment #6 Due: Monday, February 10

Math 110 Assignment #6 Due: Monday, February 10 Math Assigmet #6 Due: Moday, February Justify your aswers. Show all steps i your computatios. Please idicate your fial aswer by puttig a box aroud it. Please write eatly ad legibly. Illegible aswers will

More information

Introduction to Signals and Systems, Part V: Lecture Summary

Introduction to Signals and Systems, Part V: Lecture Summary EEL33: Discrete-Time Sigals ad Systems Itroductio to Sigals ad Systems, Part V: Lecture Summary Itroductio to Sigals ad Systems, Part V: Lecture Summary So far we have oly looked at examples of o-recursive

More information

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t =

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t = Mathematics Summer Wilso Fial Exam August 8, ANSWERS Problem 1 (a) Fid the solutio to y +x y = e x x that satisfies y() = 5 : This is already i the form we used for a first order liear differetial equatio,

More information

2.4 - Sequences and Series

2.4 - Sequences and Series 2.4 - Sequeces ad Series Sequeces A sequece is a ordered list of elemets. Defiitio 1 A sequece is a fuctio from a subset of the set of itegers (usually either the set 80, 1, 2, 3,... < or the set 81, 2,

More information

Math 217 Fall 2000 Exam Suppose that y( x ) is a solution to the differential equation. equal which of the following expressions:

Math 217 Fall 2000 Exam Suppose that y( x ) is a solution to the differential equation. equal which of the following expressions: Math 7 Fall 000 Exam Notatioal Remark: I this exam, the symbol x y( x ) meas dy dx.. Suppose that y( x ) is a solutio to the differetial equatio - + = Ł x y ( x ) ł 4 Ł x y( x ) 3 y ( x ) 0. The y ( x

More information

1. Linearization of a nonlinear system given in the form of a system of ordinary differential equations

1. Linearization of a nonlinear system given in the form of a system of ordinary differential equations . Liearizatio of a oliear system give i the form of a system of ordiary differetial equatios We ow show how to determie a liear model which approximates the behavior of a time-ivariat oliear system i a

More information

Unit 4: Polynomial and Rational Functions

Unit 4: Polynomial and Rational Functions 48 Uit 4: Polyomial ad Ratioal Fuctios Polyomial Fuctios A polyomial fuctio y px ( ) is a fuctio of the form p( x) ax + a x + a x +... + ax + ax+ a 1 1 1 0 where a, a 1,..., a, a1, a0are real costats ad

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Acoustic Field inside a Rigid Cylinder with a Point Source

Acoustic Field inside a Rigid Cylinder with a Point Source Acoustic Field iside a Rigid Cylider with a Poit Source 1 Itroductio The ai objectives of this Deo Model are to Deostrate the ability of Coustyx to odel a rigid cylider with a poit source usig Coustyx

More information

1 Approximating Integrals using Taylor Polynomials

1 Approximating Integrals using Taylor Polynomials Seughee Ye Ma 8: Week 7 Nov Week 7 Summary This week, we will lear how we ca approximate itegrals usig Taylor series ad umerical methods. Topics Page Approximatig Itegrals usig Taylor Polyomials. Defiitios................................................

More information

Notes 18 Green s Functions

Notes 18 Green s Functions ECE 638 Fall 017 David R. Jackso Notes 18 Gree s Fuctios Notes are from D. R. Wilto, Dept. of ECE 1 Gree s Fuctios The Gree's fuctio method is a powerful ad systematic method for determiig a solutio to

More information

Math 128A: Homework 1 Solutions

Math 128A: Homework 1 Solutions Math 8A: Homework Solutios Due: Jue. Determie the limits of the followig sequeces as. a) a = +. lim a + = lim =. b) a = + ). c) a = si4 +6) +. lim a = lim = lim + ) [ + ) ] = [ e ] = e 6. Observe that

More information

Math 105: Review for Final Exam, Part II - SOLUTIONS

Math 105: Review for Final Exam, Part II - SOLUTIONS Math 5: Review for Fial Exam, Part II - SOLUTIONS. Cosider the fuctio f(x) = x 3 lx o the iterval [/e, e ]. (a) Fid the x- ad y-coordiates of ay ad all local extrema ad classify each as a local maximum

More information

For example suppose we divide the interval [0,2] into 5 equal subintervals of length

For example suppose we divide the interval [0,2] into 5 equal subintervals of length Math 1206 Calculus Sec 1: Estimatig with Fiite Sums Abbreviatios: wrt with respect to! for all! there exists! therefore Def defiitio Th m Theorem sol solutio! perpedicular iff or! if ad oly if pt poit

More information

NONLOCAL THEORY OF ERINGEN

NONLOCAL THEORY OF ERINGEN NONLOCAL THEORY OF ERINGEN Accordig to Erige (197, 1983, ), the stress field at a poit x i a elastic cotiuum ot oly depeds o the strai field at the poit (hyperelastic case) but also o strais at all other

More information

Zeros of Polynomials

Zeros of Polynomials Math 160 www.timetodare.com 4.5 4.6 Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered with fidig the solutios of polyomial equatios of ay degree

More information

Castiel, Supernatural, Season 6, Episode 18

Castiel, Supernatural, Season 6, Episode 18 13 Differetial Equatios the aswer to your questio ca best be epressed as a series of partial differetial equatios... Castiel, Superatural, Seaso 6, Episode 18 A differetial equatio is a mathematical equatio

More information

Riemann Sums y = f (x)

Riemann Sums y = f (x) Riema Sums Recall that we have previously discussed the area problem I its simplest form we ca state it this way: The Area Problem Let f be a cotiuous, o-egative fuctio o the closed iterval [a, b] Fid

More information

Solutions to quizzes Math Spring 2007

Solutions to quizzes Math Spring 2007 to quizzes Math 4- Sprig 7 Name: Sectio:. Quiz a) x + x dx b) l x dx a) x + dx x x / + x / dx (/3)x 3/ + x / + c. b) Set u l x, dv dx. The du /x ad v x. By Itegratio by Parts, x(/x)dx x l x x + c. l x

More information

Maximum and Minimum Values

Maximum and Minimum Values Sec 4.1 Maimum ad Miimum Values A. Absolute Maimum or Miimum / Etreme Values A fuctio Similarly, f has a Absolute Maimum at c if c f f has a Absolute Miimum at c if c f f for every poit i the domai. f

More information

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials Math 60 www.timetodare.com 3. Properties of Divisio 3.3 Zeros of Polyomials 3.4 Complex ad Ratioal Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered

More information

MATH 129 FINAL EXAM REVIEW PACKET (Revised Spring 2008)

MATH 129 FINAL EXAM REVIEW PACKET (Revised Spring 2008) MATH 9 FINAL EXAM REVIEW PACKET (Revised Sprig 8) The followig questios ca be used as a review for Math 9. These questios are ot actual samples of questios that will appear o the fial exam, but they will

More information

Supporting Information Imaging mechanical vibrations in suspended graphene sheets

Supporting Information Imaging mechanical vibrations in suspended graphene sheets Supportig Iformatio Imagig mechaical vibratios i suspeded graphee sheets D. Garcia-Sachez, A. M. va der Zade, A. Sa Paulo, B. Lassage, P. L. McEue ad A. Bachtold A - Sample fabricatio Suspeded graphee

More information

MATH 2300 review problems for Exam 2

MATH 2300 review problems for Exam 2 MATH 2300 review problems for Exam 2. A metal plate of costat desity ρ (i gm/cm 2 ) has a shape bouded by the curve y = x, the x-axis, ad the lie x =. (a) Fid the mass of the plate. Iclude uits. Mass =

More information

Salmon: Lectures on partial differential equations. 3. First-order linear equations as the limiting case of second-order equations

Salmon: Lectures on partial differential equations. 3. First-order linear equations as the limiting case of second-order equations 3. First-order liear equatios as the limitig case of secod-order equatios We cosider the advectio-diffusio equatio (1) v = 2 o a bouded domai, with boudary coditios of prescribed. The coefficiets ( ) (2)

More information

Wind Energy Explained, 2 nd Edition Errata

Wind Energy Explained, 2 nd Edition Errata Wid Eergy Explaied, d Editio Errata This summarizes the ko errata i Wid Eergy Explaied, d Editio. The errata ere origially compiled o July 6, 0. Where possible, the chage or locatio of the chage is oted

More information

1 of 7 7/16/2009 6:06 AM Virtual Laboratories > 6. Radom Samples > 1 2 3 4 5 6 7 6. Order Statistics Defiitios Suppose agai that we have a basic radom experimet, ad that X is a real-valued radom variable

More information