Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Size: px
Start display at page:

Download "Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning"

Transcription

1 Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics and Technology, NY, USA, nicholas.kuia@vaughn.edu, christopher.chariah@vaughn.edu Mentor: Hossein Rahei, Ph.D, Vaughn College of Aeronautics and Technology, NY, USA, hossein.rahei@vaughn.edu Abstract - This paper is concerned with Project Based Learning regarding the nature of the application of finite difference analysis in studying ipulse response and vibration that occur in earthquakes. During any natural phenoena, oscillations occur that can be odeled by a second order differential equation. The finite difference technique has been ipleented to deterine the response of a springass syste, a atheatical odel of one-degree-of-freedo frae structure, subjected to an ipulsive force siilar to one produced by an earthquake ground otion. Soe attention has also been given when considering the application of various finite difference techniques; it is realized that the centered difference ethod is the best approach with the sallest error in analyzing the response of a vibrating syste. Finally, a MATLAB script can be developed to generate ipulsive response based on a finite difference nuerical approach. Keywords: Coputational prograing, Ipulsive response, Finite difference ethods, MATLAB, Earthquake analysis I. INTRODUCTION At its core, engineering has always been about the application of science and atheatics to innovate on century-old solutions, or to solve new age probles. In any cases, atheatical odels have been constructed to describe the phenoena that is occurring, often resulting in coplex second-order differential or partial differential equations. Obtaining eaningful solutions to these equations in closed for solutions, often is not practical, whether it be known phenoena such as the heat equation, the wave equation or even describing a siple haronic oscillator equation analytically. With one of the ore iportant goals of engineers being to ake things faster, ore efficient and ore accurate, it is iportant to have a ediu through which students are exposed to a proble that allows the to ake connections and deonstrate their knowledge while also iproving their critical thinking skills with hands-on experience. With Project Based learning this need is addressed, where coplex real world probles can be tackled by students with oversight but still aintain the independent learning students will encounter in the workplace. For the purposes of this paper, we undertook a Project Based Learning assignent using MATLAB to study vibration, and ipulses occurring in earthquakes, while using finite difference analysis to siplify and study the atheatical description of this phenoenon. Finite difference analysis provides an easy and effective alternative to analytical solutions. Having first odeled a situation with a governing equation and knowing all the variables except for the one which is being solved, the equation can be converted into a finite difference equation. Using siple equations derived fro the Taylor s series involving forward, backward, and centered difference analysis, the governing equation can be converted into one that can be solved nuerically using a MATLAB progra. The siple nature of this conversion is probably one of the greatest advantages of this ethod as the resulting new equation does not need to be reforulated despite certain changes in specification, such as ass. The following is a direct application of finite difference technique to a second order differential equation governing ipulse forces on a 1 D ass which can be considered equivalent to those observed in earthquakes. II. MOTIVATION OF GOVERNING EQUATION Figure 1 Mass - Spring Force Diagra Figure 1 represents a 1 D ass spring syste which consists of, Mass (kg) k Spring contant / Material Stiffness ( kg ) c Daping constant ( N sec ) f(t) Ipulsive Applied force (changes with respect to tie) (N) x(t) Displaceent(changed with respect to tie) () Fro Newton s 2 nd Law of Motion, F = a; Eq. 1 1

2 Exaining the forces acting on the ass, the following can be observed, F s Force caused by spring F D Force caused by daping F(t) Ipulsive Applied force Considering the x direction to be positive pointing to the right, expansion of Equation 1 can be as follows, F s F D + F(t) = a kx cx + f(t) = x x + cx + kx = f(t) d 2 x dx + c + k dt 2 dt x = f(t) Eq. 2 Equation 2 represents the governing equation that will be analyzed using finite difference ethods to approxiate the solution. Although, the proble is being analyzed in one diension, there is still an inherent coplexity regarding the forces acting on the ass. The ain idea to be gleaned fro this, is that earthquake ground otion produces an ipulsive force on engineering structures siilar to what we ipleented in our analysis of ass-spring syste. Earthquakes result when sections of the earth, that norally ove soothly, stick to each other and cause energy to be stored. When the stored energy is finally great enough to break the two sections of earth free, the energy is released in seisic pulses to the surrounding areas. This energy can be considered coparable to the applied force f(t) in the ass spring syste. The seisic pulse effects of the earthquake are eventually daped out due to the energy dissipation which is analogous to the daping force of the ass spring syste. As a seisic wave propagates through the earth during an earthquake, the wave passes through the crust forcing it to rapidly accelerate and decelerate fro the Priary waves, which cause vertical oveent and Secondary waves that cause horizontal oveent that you see in the Figure 2 [1]. The oscillations caused by these waves can be tracked by a siilar haronic oscillating syste, such as the ass spring syste shown in Figure 3 [1], a fact backed up by the ass springs syste s use as seisographs to easure the intensity of earthquakes. Figure 3 Seisograph Mass Spring syste Figure 4 One Story Frae Structure In order to replicate earthquake ground otion we will analyze the ipulsive response of a one story frae structure seen in Figure 4, which will be subjected to very sharp changes in force over short periods of tie. Fro the graph in Figure 4, a piecewise function can be constructed to represent the ipulsive force present, 17800(0.5 t) for t (t 0.5) for 0.5 < t (1 t) for 0.7 < t (t 1) for 1.0 < t 1.5 f(t) = 13350(2.5 t) for 1.5 < t for 2.5 < t (10 t) for 10 < t (10 t) for 10.5 < t 11 0 for t > 11 Figure 3 Ipulse Graph III. DERIVATION OF FINITE DIFFERENCE APPROXIMATIONS First Order Forward in Velocity and Backward in (FVBR) Figure 2 Earthquake Events Diagra Fro Equation 2, the governing equation can be seen as, d 2 x dx + c + k dt 2 dt x = f(t) 2

3 Decoposing Equation 2 into a series of first order derivatives, it can be siplified to, d dt (dx i ) + c dx i + k x dt dt i = f(t) Eq. 3 The Forward Difference approxiation of the 1 st Derivative (derived in Appendix A) is, f (x i ) = f(x i+1 ) f(x i ) + O(h) Eq. 4 h Applying Equation 4 to Equation 3, d t (i+1) x t(i) dt (x h Siplification of Equation 5 leads to, dx = h [ f(t i ) dt t (i+1) c ) = f(t i ) c dx t(i) k x dt t (i) Eq. 5 dx t(i) dt k x t (i) ] + dx t (i) dt Eq. 6 The Backward Difference approxiation of the 1 st Derivative (derived in Appendix B) is, x (t i ) = x(t i ) x(t i 1 ) + O(h) Eq. 7 h Applying Equation 7 to the dx in Equation 6, the finite difference dt approxiation is finalized at, x t(i+1) = h 2 [ f(t i ) c v t (i) k x t (i) ] + h v ti + x t(i) Eq. 8 Equation 5 also becoes the function to calculate v ti, v t(i+1) = h [ f(t i ) c v t (i) k x t (i) ] + v t(i) Eq. 9 Because Equation 9 is derived fro the Forward Difference approxiation for the 1 st derivative, it inherently needs an initial condition [2] (v 0 ). However, since Equation 8 contains two finite difference approxiations, it needs two initial conditions. It turns out that one of the initial conditions overlaps because Equation 9 is ibedded within Equation 8. Substituting Equations 10 and 11 into Equation 2, the following relationship is forulated, x t(i+2) = 1 1+ [ (2x hc t (i+1) x t(i) ) kh (x c t (i+1) ) + f(t)h + c hc x t(i+1) ] Eq. 12 As one can see, the final for of the centered difference ethod is copletely unlike that of the forward difference ethod, and backwards difference ethod. The principal difference between the two ethods is that the Forward-Backwards (FVBR) ethod allows for response and velocity to be calculated, whereas the centered difference approxiation only evaluates for response. Due to this fact, it is also known that the initial conditions vary. For the FVBR ethod, an initial position and an initial velocity are needed. In contrast, as seen in Equation 12, the centered difference ethod needs the first two positions, and no velocity condition. APPLICATION OF FINITE DIFFERENCE METHODS Based on Equations 8 and 9, a MATLAB script can be written as follows to calculate the response as well as the velocity of the syste being studied using the Forward in Velocity Backwards in Method, Siply ask the user for the specifications of the syste. Each variable is clearly described by its respective input essage Define the start of the three variables that need to be tracked, x, v and t, response, velocity and tie respectively Centered Difference Method The centered difference ethod is very siilar to the first ethod in that the derivation process is exactly the sae. However, the two ethods vary in their final forulas and their order of error. Starting fro Equation 2, the governing equation is the sae, d 2 x dx + c + k dt 2 dt x = f(t) However, substitute Equation 4 with the centered difference forula for 1 st and 2 nd derivatives (derived in Appendix C), f (x i ) = f(x i+1 ) f(x i 1 ) + O(h) Eq. 10 2h f (x i ) = f(x i+1 ) 2f(x i )+f(x i 1 ) h 2 + O(h 2 ) Eq. 11 Copute the correct forcing ter which is based on tie. Each of the five intervals of the piecewise function is expressed as a condition for a conditional stateent to copute a different forcing ter based on the given ipulsive force Calculate the next ter in each of the response, velocity and tie sequences respectively. As one can see, the finite difference ethod is applied here Display the data to the user and plot tie versus response. Figure 4 Forward in Velocity / Backward in Script 3

4 Siply ask the user for the specifications of the syste. Sae as Previous Script Define the start of the two variables that need to be tracked, x and t, response and tie respectively (Note: there are two initial positions) MATLAB FINITE DIFFERENCE RESULTS Referring back to the proble shown in the Motivation of the Governing Equation section, let us apply the equations to this situation. Table 1 Initial Conditions Case 2 Average Step Size Case 3 Sallest Step Size Copute the correct forcing ter which is based on tie. Sae as Previous Script Calculate the next ter in each of the response and tie sequences respectively. As one can see, the finite difference ethod is applied here The conditions in Table 1 describe a colun with a stiffness constant of 12,000 kg/ that is initially displaced 0 and at rest. A sudden earthquake occurs with the ipulse force shown in Figure 4. The colun is studied fro the tie of ipact to 20 seconds later. Mixed (Forward in Velocity Backwards in ) Finite Difference Table 2 values for Specific Tie Mixed Difference Display the data to the user and plot tie versus response. Figure 5 Centered Difference Script The FVBR script calculates both the response and velocity of the colun due to the earthquake. The script is driven by the increenting of i to calculate new ters while saving the previous points in a atrix. At the end, each atrix holds data fro t = initial value to t = final value. The finite difference ethod derived in the previous section is defined by lines 34 and 35 of the script. Tie (s) fro tie fro tie Velocity fro tie Velocity fro tie Based Equation 12, a MATLAB script can be written as follows to calculate the response of the syste being studied using the Centered Difference Method which can be seen in Figure 6. The Centered Difference script calculates only the response of the colun of the one story structure during the earthquake. The script is driven by the increenting of i to calculate new ters while saving the previous points in a atrix. At the end, each atrix holds data fro t = initial value to t = final value. The finite difference ethod derived in the previous section is defined by lines 37 and 38 of the script. Figure 6 FVBR Method (0.001 tie step) Figure 9 FVBR Method ( tie step) Figure 10 FVBR Method 2 (0.001 tie step) Figure 11 FVBR Method 2 ( tie step) 4

5 Centered Finite Difference Table 3 values for Specific Tie Centered Difference proving the data fro the finite difference ethods as accurate representations of the proposed situation. Tie (s) fro 0.01 tie interval () fro tie interval () fro tie interval () Figure 16 Typical Earthquake response graph Figure 12 Centered Difference tie step Figure 13 Centered Difference tie step ERROR ANALYSIS Fro the derivation of each finite difference ethod, it was shown that each approxiation contains their share of error. Both the Forward and Backwards Difference Methods had an error in the order of h while the Centered Difference has an error in the order of h 2. The response studied in this application contains very sensitive data which changes in the hundredths place. As a result, a sall step size had to be chosen in order to accurately represent the response of the colun to the earthquake. Looking at the difference between the response fro a 0.01 tie step, a tie step and a tie step, it can be seen that the data eventually converged to the actual value as a saller tie step was considered. There is no analytical data to copare to the finite difference data. Nevertheless, knowing that the data should represent the actual analytical data, an approxiate error can be calculated to exaine the error between the two finite difference ethods. Approxiate error can be calculated as follows, Figure 14 Centered Difference 2 (0.001 tie step) Figure 15 Centered Difference 2 ( tie step) This data reveals that the colun would need to be able to sustain a response range of about 18 (given no energy absorption into the colun) in order to withstand an earthquake this size. The graphs in Figures 7, 8, 11 and 12 display the response needed by the colun in the first 20 seconds of the earthquake using two difference finite difference ethods with two step sizes. Figures 9, 10, 13 and 14 exaine the response needed in the first 2.5 seconds of the earthquake. All of the graphs are approxiately the sae which shows the overall accuracy of the finite difference ethods; however, fro the data in Tables 2 and 3, it is evident that there is soe error. Figure 15 shows a typical acceleration vs. tie graph for an earthquake 4. Acceleration is siply the second derivative of response. Since the graph of acceleration can be represented as sine s and cosine s, the for of acceleration and response should follow suit. The graph in Figure 15 has a longer earthquake ipulse force; nevertheless, the response is siilar. Using the 1940 El Centro Earthquake Graph [4] as an experiental reference, the finite difference seisic graphs and the actual seisic graphs can be related % Error = Experiental Value 1 Experiental Value 2 Experiental Value 1 100% Eq. 13 Applying this equation to the tie step data for response for both ethods provides the following results, Table 4 Error Analysis between Step Sizes Tie (s) 1 - Centered Method fro tie 2 - Centered Method fro tie Approxiate Error (%) between 1 and

6 Table 5 Error Analysis between Finite Difference Methods Tie (s) FVBR Method fro tie interval () Centered Method fro tie Approxiate Error (%) Note: The tie step data was used in error calculated because it ost accurately represents the true data. Both ethods present very accurate data with an error percentage of under 2% for the sallest tie step. Table 4 shows that the 0.01 tie step provided a very large error of 104.3% which is beyond unacceptable, especially for an application such as earthquake. Because the ipulsive force is so short and the oscillations are so close, a very sall tie step needs to be chosen to account for the high frequency. There is a tradeoff between accuracy and efficiency when considering step sizes. For exaple, the 0.01 step size created 2000 data points for 20 seconds, whereas the step size created 200,000 data points. For a ore coplex application, considering all three diensions of otions, such calculations would becoe eory consuing and inefficient for a coputer; thus, the need to choose a larger tie increent. Table 5 deonstrates a sall error proving the accuracy of both ethods. REAL WORLD APPLICATION: GROUND MOTION AND BUILDING FREQUENCIES When studying the effects the produced ipulsive forces have on engineering structures, we see certain characteristics eerge that have a large influence on building response. These characteristics include duration, aplitude (of displaceent, velocity and acceleration) and frequency of ground otion. As it can be iagined, the otions of the building are very coplex, alost as coplicated as the ground otion itself. The priary issue engineers worry about however, is the building's tendency to vibrate around Figure 17 Building Coparison one particular frequency, known as its natural or fundaental frequency. Generally speaking, the frequency buildings vibrate at have a lot to do with their height. The shorter a building is, the higher its natural frequency. The taller the building is, the lower its natural frequency which can be seen in Figure 16. This eans that a short building with a high natural frequency also has short natural period. A very tall building with a low frequency has a long period. However, in reality, these nubers are quite short where a typical one story building has a period of 0.1sec. Although the natural period of buildings tend not to change, other factors such as loose ground soil, and cracking structures can have the effect of aplifying waves. Now you ay be inclined to think that these waves alone result in large oveents that cause huge aounts of daage. This is only partially true. In reality, the oveent of the ground and buildings during an earthquake is not uch regardless of earthquake size. So it is not the distance that the building oves that causes daage, it is the sudden force that causes the building to shift quickly that causes the daage. In other words, the daaging force is acceleration. During an earthquake, the speed at which both the ground and building are oving will reach soe axiu. The ore quickly they reach this axiu, the greater their acceleration, the greater the daage. Figure 18 Dynaic Analysis Dynaically this is related to Newton s second law and D'Alebert's Principle, which states that a ass acted upon by an acceleration tends to oppose that acceleration in an opposite direction and proportionally to the agnitude of the acceleration as shown in Figure 17. This in layan s ters eans the larger the ass and/or the greater the acceleration, the larger the resulting force. When this force F is iposed upon the building's structural eleents, beas, coluns, load-bearing walls, floors, as well as the connecting eleents that tie these various structural eleents together, if they are large enough, cause the building's structural eleents to suffer daage of various kinds. Figure 19 Support Types In Figure 18 we see an exaple of the daage that can result fro the acceleration caused by the earthquake ground otion. Assuing the free standing block is siply sitting on the ground without any attachent to it, the block will ove freely in a direction opposite to the ground otion, with a force 6

7 proportional to the ass and acceleration of the block [5]. If the sae block, however, is solidly grounded and no longer able to ove freely, it ust in soe way absorb the inertial force internally. In Figure 18, this internal uptake of force is shown to result in cracking near the base of the block. As entioned earlier this has a tendency to aplify waves which increases the severity of the daage, especially when the natural frequency of the building is equivalent to that of the earthquake, which causes resonance to occur along with a continuous absorption of energy until the structure collapses. The reason resonance is so destructive is the transfer of large aounts of energy causes large increases in the aplitude of a given wave, resulting in a structure that is unable to dapen the oscillations effectively and thus vibrating until the energy in the syste forces a collapse. The potential daaging effects of resonance can be seen in the oscillations of the faous Tacoa Bridge collapse. Opened on July 4, 1940 the bridge during its four onths of active life was observed to have any transverse odes of vibration. A axiu crest to trough aplitude was observed to be about 5ft; the frequency of vibration at that tie was 12 vib/in. On the orning of Noveber 7 the wind velocity was 40 to 45 ph, Traffic was shut down and aplitude of about 3ft was observed. At about 10:00 a.., the ain front began to vibrate torsionally in 2 segents with a frequency 14 vib/in. The aplitude of the torsional vibration quickly built up to about 35 vib/in in each direction fro the horizontal peaking, until just after 11 a when the left side of the bridge was 28ft higher than the right. At this point the bridge twisted and broke. In this situation, the applied force, caused by the wind, continually added energy to the syste allowing for zero daping until the structure failed. The net outcoe fro the bridge deonstrates the destruction oscillations can cause [6]. When studying structural natural frequencies, we see that it is iportant that we have a good idea of the regional natural frequencies of earthquakes. As evident fro the Tacoa bridge collapse, knowing the potential oscillation of any natural phenoena, and avoiding potential resonance can not only prevent disasters but save lives. Matheatically, these frequencies can be odeled as eigenvectors and eigenvalues fro second order differential equations using finite difference technique. Although the application of this is beyond the scope of this paper this is just one ore area where finite difference technique can be used to glean useful inforation applicable to earthquake otions effects on buildings. Figure 20 Tacoa Bridge Collapse [7] CONCLUSION Knowing ore about the dangers of earthquakes and the potential hazards that they create for us we now can see why it is iportant for us to have useful ethods for analysis of engineering structures. With the use of finite difference ethods for analysis we are able to replicate the ipulsive forces produced by earthquake ground otion and as a result generate useful data for how they act on engineering structures using a siple ass-spring syste. Although potentially far ore coplex than our analysis seen here for 1D otion, this technique has useful applications in 3D otion as well as in eigenvalues and eigenvectors odeling the frequencies during which destructive resonance can occur. Although those applications are beyond the scope of this paper, it can be seen that finite difference has any useful real world applications allowing otherwise nuerically challenging odels to be accurately approxiated using siple forward, backward and centered differences. The MATLAB code solidifies this theory by allowing for fast, reliable and continual coputations. REFERENCES [1] Wald, Lisa. "The Science of Earthquakes." The Science of Earthquakes. "The Green Frog News" Web. 11 Apr < eqscience.php>. [2] DuChateau, Paul and Zachann, David. Auxiliary Conditions..A Schau s Outline of Partial Differential Equations. USA. McGraw-Hill Copanies, Print. [3] Rahei, Hossein and Baksh, Shazi. Finite Difference Nuerical Analysis. Finite Difference Ipulsive Analysis of a Frae Structure A MATLAB Coputational Project Based Learning. New York. Vaughn College of Aeronautics and Technology, Print. [4] Seisic Design Eurocode. Earthquake response. Tie History Record. Eurocode Standards. Web. 11 Apr < > [5] Nelson, Stephen A. "Earthquakes." Earthquakes. Tulane University. Web. 11 Apr < > [6] "How Earthquakes Affect Buildings." MCEER Inforation Service "" Web. 11 Apr < htl > 7

8 [7] "Tacoa Bridge ENGINEERING.co." Tacoa Bridge ENGINEERING.co. 24 Oct Web. 11 Apr < tabid/85/articleid/171/tacoa-bridge.aspx& > [8] Rahei, Hossien. "A Finite Difference Nuerical Analysis." A Finite Difference and Finite Eleent Nuerical Analysis Using Matlab. Vol. 3. New York: Vaughn College of Aeronautics and Technology, Print. 8

OSCILLATIONS AND WAVES

OSCILLATIONS AND WAVES OSCILLATIONS AND WAVES OSCILLATION IS AN EXAMPLE OF PERIODIC MOTION No stories this tie, we are going to get straight to the topic. We say that an event is Periodic in nature when it repeats itself in

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

26 Impulse and Momentum

26 Impulse and Momentum 6 Ipulse and Moentu First, a Few More Words on Work and Energy, for Coparison Purposes Iagine a gigantic air hockey table with a whole bunch of pucks of various asses, none of which experiences any friction

More information

Chapter 1: Basics of Vibrations for Simple Mechanical Systems

Chapter 1: Basics of Vibrations for Simple Mechanical Systems Chapter 1: Basics of Vibrations for Siple Mechanical Systes Introduction: The fundaentals of Sound and Vibrations are part of the broader field of echanics, with strong connections to classical echanics,

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2!

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2! Chapter 4.1 Q1 n oscillation is any otion in which the displaceent of a particle fro a fixed point keeps changing direction and there is a periodicity in the otion i.e. the otion repeats in soe way. In

More information

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta 1 USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS By: Ian Bloland, Augustana Capus, University of Alberta For: Physics Olypiad Weeend, April 6, 008, UofA Introduction: Physicists often attept to solve

More information

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION Masaki WAKUI 1 and Jun IYAMA and Tsuyoshi KOYAMA 3 ABSTRACT This paper shows a criteria to detect

More information

ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION

ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION The 4 th World Conference on Earthquake Engineering October -7, 8, Beijing, China ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION S. Li C.H. Zhai L.L. Xie Ph. D. Student, School of

More information

Force and dynamics with a spring, analytic approach

Force and dynamics with a spring, analytic approach Force and dynaics with a spring, analytic approach It ay strie you as strange that the first force we will discuss will be that of a spring. It is not one of the four Universal forces and we don t use

More information

Chapter 2: Introduction to Damping in Free and Forced Vibrations

Chapter 2: Introduction to Damping in Free and Forced Vibrations Chapter 2: Introduction to Daping in Free and Forced Vibrations This chapter ainly deals with the effect of daping in two conditions like free and forced excitation of echanical systes. Daping plays an

More information

In this chapter we will start the discussion on wave phenomena. We will study the following topics:

In this chapter we will start the discussion on wave phenomena. We will study the following topics: Chapter 16 Waves I In this chapter we will start the discussion on wave phenoena. We will study the following topics: Types of waves Aplitude, phase, frequency, period, propagation speed of a wave Mechanical

More information

PH 221-1D Spring Oscillations. Lectures Chapter 15 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition)

PH 221-1D Spring Oscillations. Lectures Chapter 15 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) PH 1-1D Spring 013 Oscillations Lectures 35-37 Chapter 15 (Halliday/Resnick/Walker, Fundaentals of Physics 9 th edition) 1 Chapter 15 Oscillations In this chapter we will cover the following topics: Displaceent,

More information

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition)

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) PH 1-A Fall 014 Waves - I Lectures 4-5 Chapter 16 (Halliday/Resnick/Walker, Fundaentals of Physics 9 th edition) 1 Chapter 16 Waves I In this chapter we will start the discussion on wave phenoena. We will

More information

SHM stuff the story continues

SHM stuff the story continues SHM stuff the story continues Siple haronic Motion && + ω solution A cos t ( ω + α ) Siple haronic Motion + viscous daping b & + ω & + Viscous daping force A e b t Viscous daped aplitude Viscous daped

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi.

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi. Seisic Analysis of Structures by K Dutta, Civil Departent, II Delhi, New Delhi. Module 5: Response Spectru Method of Analysis Exercise Probles : 5.8. or the stick odel of a building shear frae shown in

More information

PHYS 102 Previous Exam Problems

PHYS 102 Previous Exam Problems PHYS 102 Previous Exa Probles CHAPTER 16 Waves Transverse waves on a string Power Interference of waves Standing waves Resonance on a string 1. The displaceent of a string carrying a traveling sinusoidal

More information

Simple Harmonic Motion

Simple Harmonic Motion Reading: Chapter 15 Siple Haronic Motion Siple Haronic Motion Frequency f Period T T 1. f Siple haronic otion x ( t) x cos( t ). Aplitude x Phase Angular frequency Since the otion returns to its initial

More information

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K affan_414@live.co https://prootephysics.wordpress.co [MOTION] CHAPTER NO. 3 In this chapter we are going to discuss otion in one diension in which we

More information

Question 1. [14 Marks]

Question 1. [14 Marks] 6 Question 1. [14 Marks] R r T! A string is attached to the dru (radius r) of a spool (radius R) as shown in side and end views here. (A spool is device for storing string, thread etc.) A tension T is

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

More information

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Experient 9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Objectives 1. Verify Hoo s law,. Measure the force constant of a spring, and 3. Measure the period of oscillation of a spring-ass syste and copare it

More information

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION International onference on Earthquae Engineering and Disaster itigation, Jaarta, April 14-15, 8 ATIVE VIBRATION ONTROL FOR TRUTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAE EXITATION Herlien D. etio

More information

Simple Harmonic Motion

Simple Harmonic Motion Siple Haronic Motion Physics Enhanceent Prograe for Gifted Students The Hong Kong Acadey for Gifted Education and Departent of Physics, HKBU Departent of Physics Siple haronic otion In echanical physics,

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

= T. Oscillations and Waves. Example of an Oscillating System IB 12 IB 12

= T. Oscillations and Waves. Example of an Oscillating System IB 12 IB 12 Oscillation: the vibration of an object Oscillations and Waves Eaple of an Oscillating Syste A ass oscillates on a horizontal spring without friction as shown below. At each position, analyze its displaceent,

More information

T m. Fapplied. Thur Oct 29. ω = 2πf f = (ω/2π) T = 1/f. k m. ω =

T m. Fapplied. Thur Oct 29. ω = 2πf f = (ω/2π) T = 1/f. k m. ω = Thur Oct 9 Assignent 10 Mass-Spring Kineatics (x, v, a, t) Dynaics (F,, a) Tie dependence Energy Pendulu Daping and Resonances x Acos( ωt) = v = Aω sin( ωt) a = Aω cos( ωt) ω = spring k f spring = 1 k

More information

SEISMIC FRAGILITY ANALYSIS

SEISMIC FRAGILITY ANALYSIS 9 th ASCE Specialty Conference on Probabilistic Mechanics and Structural Reliability PMC24 SEISMIC FRAGILITY ANALYSIS C. Kafali, Student M. ASCE Cornell University, Ithaca, NY 483 ck22@cornell.edu M. Grigoriu,

More information

PY241 Solutions Set 9 (Dated: November 7, 2002)

PY241 Solutions Set 9 (Dated: November 7, 2002) PY241 Solutions Set 9 (Dated: Noveber 7, 2002) 9-9 At what displaceent of an object undergoing siple haronic otion is the agnitude greatest for the... (a) velocity? The velocity is greatest at x = 0, the

More information

Analysis of ground vibration transmission in high precision equipment by Frequency Based Substructuring

Analysis of ground vibration transmission in high precision equipment by Frequency Based Substructuring Analysis of ground vibration transission in high precision equipent by Frequency Based Substructuring G. van Schothorst 1, M.A. Boogaard 2, G.W. van der Poel 1, D.J. Rixen 2 1 Philips Innovation Services,

More information

Physics 2107 Oscillations using Springs Experiment 2

Physics 2107 Oscillations using Springs Experiment 2 PY07 Oscillations using Springs Experient Physics 07 Oscillations using Springs Experient Prelab Read the following bacground/setup and ensure you are failiar with the concepts and theory required for

More information

TUTORIAL 1 SIMPLE HARMONIC MOTION. Instructor: Kazumi Tolich

TUTORIAL 1 SIMPLE HARMONIC MOTION. Instructor: Kazumi Tolich TUTORIAL 1 SIMPLE HARMONIC MOTION Instructor: Kazui Tolich About tutorials 2 Tutorials are conceptual exercises that should be worked on in groups. Each slide will consist of a series of questions that

More information

EVALUATION OF A SIMPLIFIED METHOD FOR THE DETERMINATION OF THE NON LINEAR SEISMIC RESPONSE OF RC FRAMES

EVALUATION OF A SIMPLIFIED METHOD FOR THE DETERMINATION OF THE NON LINEAR SEISMIC RESPONSE OF RC FRAMES EVALUATIO OF A SIMPLIFIED METHOD FOR THE DETERMIATIO OF THE O LIEAR SEISMIC RESPOSE OF RC FRAMES 9 Misael REQUEA And A. Gustavo AYALA SUMMARY In this paper a siplified ethod is developed for the evaluation

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

8.1 Force Laws Hooke s Law

8.1 Force Laws Hooke s Law 8.1 Force Laws There are forces that don't change appreciably fro one instant to another, which we refer to as constant in tie, and forces that don't change appreciably fro one point to another, which

More information

Chapter 11: Vibration Isolation of the Source [Part I]

Chapter 11: Vibration Isolation of the Source [Part I] Chapter : Vibration Isolation of the Source [Part I] Eaple 3.4 Consider the achine arrangeent illustrated in figure 3.. An electric otor is elastically ounted, by way of identical isolators, to a - thick

More information

Monitoring and system identification of suspension bridges: An alternative approach

Monitoring and system identification of suspension bridges: An alternative approach Monitoring and syste identification of suspension bridges: An alternative approach Erdal Şafak Boğaziçi University, Kandilli Observatory and Earthquake Reseach Institute, Istanbul, Turkey Abstract This

More information

Dynamic analysis of frames with viscoelastic dampers: a comparison of damper models

Dynamic analysis of frames with viscoelastic dampers: a comparison of damper models Structural Engineering and Mechanics, Vol. 41, No. 1 (2012) 113-137 113 Dynaic analysis of fraes with viscoelastic dapers: a coparison of daper odels R. Lewandowski*, A. Bartkowiak a and H. Maciejewski

More information

(b) Frequency is simply the reciprocal of the period: f = 1/T = 2.0 Hz.

(b) Frequency is simply the reciprocal of the period: f = 1/T = 2.0 Hz. Chapter 5. (a) During siple haronic otion, the speed is (oentarily) zero when the object is at a turning point (that is, when x = +x or x = x ). Consider that it starts at x = +x and we are told that t

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

dt dt THE AIR TRACK (II)

dt dt THE AIR TRACK (II) THE AIR TRACK (II) References: [] The Air Track (I) - First Year Physics Laoratory Manual (PHY38Y and PHYY) [] Berkeley Physics Laoratory, nd edition, McGraw-Hill Book Copany [3] E. Hecht: Physics: Calculus,

More information

Chapter 5, Conceptual Questions

Chapter 5, Conceptual Questions Chapter 5, Conceptual Questions 5.1. Two forces are present, tension T in the cable and gravitational force 5.. F G as seen in the figure. Four forces act on the block: the push of the spring F, sp gravitational

More information

Dynamic Response of SDOF System: A Comparative Study Between Newmark s Method and IS1893 Response Spectra

Dynamic Response of SDOF System: A Comparative Study Between Newmark s Method and IS1893 Response Spectra Dynaic Response of SDOF Syste: A Coparative Study Between Newark s Method and IS893 Response Spectra [] P. Manoj Reddy [2] Dr. A. Viala [] Post Graduate Student, [2] Associate Professor [][2] Chaitanya

More information

COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY?

COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY? Kragujevac J. Sci. 3 (8) 3-44. UDC 53.35 3 COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY? Nebojša Danilović, Milan Kovačević and Vukota Babović Institute of Physics, Faculty of Science,

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Pearson Physics Level 20 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions

Pearson Physics Level 20 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions Pearson Physics Level 0 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions Student Book pages 440 443 Vocabulary. aplitude: axiu displaceent of an oscillation antinodes: points of

More information

Energy and Momentum: The Ballistic Pendulum

Energy and Momentum: The Ballistic Pendulum Physics Departent Handout -10 Energy and Moentu: The Ballistic Pendulu The ballistic pendulu, first described in the id-eighteenth century, applies principles of echanics to the proble of easuring the

More information

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration 81. Study on analysis ethod for deepwater TTR coupled vibration of paraeter vibration and vortex-induced vibration Wu Xue-Min 1, Huang Wei-Ping Shandong Key aboratory of Ocean Engineering, Ocean University

More information

Department of Physics Preliminary Exam January 3 6, 2006

Department of Physics Preliminary Exam January 3 6, 2006 Departent of Physics Preliinary Exa January 3 6, 2006 Day 1: Classical Mechanics Tuesday, January 3, 2006 9:00 a.. 12:00 p.. Instructions: 1. Write the answer to each question on a separate sheet of paper.

More information

LAB MECH8.COMP From Physics with Computers, Vernier Software & Technology, 2003.

LAB MECH8.COMP From Physics with Computers, Vernier Software & Technology, 2003. LAB MECH8.COMP Fro Physics with Coputers, Vernier Software & Technology, 003. INTRODUCTION You have probably watched a ball roll off a table and strike the floor. What deterines where it will land? Could

More information

Part IA Paper 1: Mechanical Engineering MECHANICAL VIBRATIONS Examples paper 3

Part IA Paper 1: Mechanical Engineering MECHANICAL VIBRATIONS Examples paper 3 ENGINEERING Part IA Paper 1: Mechanical Engineering MECHANICAL VIBRATIONS Exaples paper 3 IRST YEAR Straightforward questions are ared with a Tripos standard questions are ared *. Systes with two or ore

More information

m A 1 m mgd k m v ( C) AP Physics Multiple Choice Practice Oscillations

m A 1 m mgd k m v ( C) AP Physics Multiple Choice Practice Oscillations P Physics Multiple Choice Practice Oscillations. ass, attached to a horizontal assless spring with spring constant, is set into siple haronic otion. Its axiu displaceent fro its equilibriu position is.

More information

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

Experiment 2: Hooke s Law

Experiment 2: Hooke s Law COMSATS Institute of Inforation Technology, Islaabad Capus PHYS-108 Experient 2: Hooke s Law Hooke s Law is a physical principle that states that a spring stretched (extended) or copressed by soe distance

More information

Understanding the coefficient of restitution (COR) using mass/spring systems

Understanding the coefficient of restitution (COR) using mass/spring systems Understanding the coefficient of restitution (COR) using ass/spring systes Dr. David Kagan Departent of Physics California State University, Chico Chico, CA 9599-00 dkagan@csuchico.edu The coefficient

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

PHY 171. Lecture 14. (February 16, 2012)

PHY 171. Lecture 14. (February 16, 2012) PHY 171 Lecture 14 (February 16, 212) In the last lecture, we looked at a quantitative connection between acroscopic and icroscopic quantities by deriving an expression for pressure based on the assuptions

More information

Vector Spaces in Physics 8/6/2015. Chapter 4. Practical Examples.

Vector Spaces in Physics 8/6/2015. Chapter 4. Practical Examples. Vector Spaces in Physics 8/6/15 Chapter 4. Practical Exaples. In this chapter we will discuss solutions to two physics probles where we ae use of techniques discussed in this boo. In both cases there are

More information

Reducing Vibration and Providing Robustness with Multi-Input Shapers

Reducing Vibration and Providing Robustness with Multi-Input Shapers 29 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -2, 29 WeA6.4 Reducing Vibration and Providing Robustness with Multi-Input Shapers Joshua Vaughan and Willia Singhose Abstract

More information

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016 NB1140: Physics 1A - Classical echanics and Therodynaics Proble set 2 - Forces and energy Week 2: 21-25 Noveber 2016 Proble 1. Why force is transitted uniforly through a assless string, a assless spring,

More information

Accuracy of the Scaling Law for Experimental Natural Frequencies of Rectangular Thin Plates

Accuracy of the Scaling Law for Experimental Natural Frequencies of Rectangular Thin Plates The 9th Conference of Mechanical Engineering Network of Thailand 9- October 005, Phuket, Thailand Accuracy of the caling Law for Experiental Natural Frequencies of Rectangular Thin Plates Anawat Na songkhla

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

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

Torsion Experiment. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment

Torsion Experiment. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Experient Introduction For the Torsion lab, there are two required experients to perfor and one extra credit assignent at the end. In experient 1, the syste paraeters need to be identified so that

More information

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10 There are 10 ultiple choice questions. Select the correct answer for each one and ark it on the bubble for on the cover sheet. Each question has only one correct answer. (2 arks each) 1. An inertial reference

More information

Field Mass Generation and Control. Chapter 6. The famous two slit experiment proved that a particle can exist as a wave and yet

Field Mass Generation and Control. Chapter 6. The famous two slit experiment proved that a particle can exist as a wave and yet 111 Field Mass Generation and Control Chapter 6 The faous two slit experient proved that a particle can exist as a wave and yet still exhibit particle characteristics when the wavefunction is altered by

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 17th February 2010 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion

More information

Periodic Motion is everywhere

Periodic Motion is everywhere Lecture 19 Goals: Chapter 14 Interrelate the physics and atheatics of oscillations. Draw and interpret oscillatory graphs. Learn the concepts of phase and phase constant. Understand and use energy conservation

More information

2.003 Engineering Dynamics Problem Set 2 Solutions

2.003 Engineering Dynamics Problem Set 2 Solutions .003 Engineering Dynaics Proble Set Solutions This proble set is priarily eant to give the student practice in describing otion. This is the subject of kineatics. It is strongly recoended that you study

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Supervised assessment: Modelling and problem-solving task

Supervised assessment: Modelling and problem-solving task Matheatics C 2008 Saple assessent instruent and indicative student response Supervised assessent: Modelling and proble-solving tas This saple is intended to infor the design of assessent instruents in

More information

Flipping Physics Lecture Notes: Free Response Question #1 - AP Physics Exam Solutions

Flipping Physics Lecture Notes: Free Response Question #1 - AP Physics Exam Solutions 2015 FRQ #1 Free Response Question #1 - AP Physics 1-2015 Exa Solutions (a) First off, we know both blocks have a force of gravity acting downward on the. et s label the F & F. We also know there is a

More information

Figure 1: Equivalent electric (RC) circuit of a neurons membrane

Figure 1: Equivalent electric (RC) circuit of a neurons membrane Exercise: Leaky integrate and fire odel of neural spike generation This exercise investigates a siplified odel of how neurons spike in response to current inputs, one of the ost fundaental properties of

More information

Chapter 5. Vibrations

Chapter 5. Vibrations Chapter 5 Vibrations 5.1 Overview of Vibrations 5.1.1 Exaples of practical vibration probles Vibration is a continuous cyclic otion of a structure or a coponent. Generally, engineers try to avoid vibrations,

More information

Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials

Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials Copyright 7 Tech Science Press CMC vol.53 no.4 pp.37-34 7 Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials S.D. Akbarov and M. Negin 3 Abstract: Dispersion of

More information

Many objects vibrate or oscillate an object on the end of a spring, a tuning

Many objects vibrate or oscillate an object on the end of a spring, a tuning An object attached to a coil spring can exhibit oscillatory otion. Many kinds of oscillatory otion are sinusoidal in tie, or nearly so, and are referred to as siple haronic otion. Real systes generally

More information

Work, Energy and Momentum

Work, Energy and Momentum Work, Energy and Moentu Work: When a body oves a distance d along straight line, while acted on by a constant force of agnitude F in the sae direction as the otion, the work done by the force is tered

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 9th February 011 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion of

More information

CHAPTER 15: Vibratory Motion

CHAPTER 15: Vibratory Motion CHAPTER 15: Vibratory Motion courtesy of Richard White courtesy of Richard White 2.) 1.) Two glaring observations can be ade fro the graphic on the previous slide: 1.) The PROJECTION of a point on a circle

More information

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area Proceedings of the 006 WSEAS/IASME International Conference on Heat and Mass Transfer, Miai, Florida, USA, January 18-0, 006 (pp13-18) Spine Fin Efficiency A Three Sided Pyraidal Fin of Equilateral Triangular

More information

Data-Driven Imaging in Anisotropic Media

Data-Driven Imaging in Anisotropic Media 18 th World Conference on Non destructive Testing, 16- April 1, Durban, South Africa Data-Driven Iaging in Anisotropic Media Arno VOLKER 1 and Alan HUNTER 1 TNO Stieltjesweg 1, 6 AD, Delft, The Netherlands

More information

Elastic Force: A Force Balance: Elastic & Gravitational Force: Force Example: Determining Spring Constant. Some Other Forces

Elastic Force: A Force Balance: Elastic & Gravitational Force: Force Example: Determining Spring Constant. Some Other Forces Energy Balance, Units & Proble Solving: Mechanical Energy Balance ABET Course Outcoes: 1. solve and docuent the solution of probles involving eleents or configurations not previously encountered (e) (e.g.

More information

The accelerated expansion of the universe is explained by quantum field theory.

The accelerated expansion of the universe is explained by quantum field theory. The accelerated expansion of the universe is explained by quantu field theory. Abstract. Forulas describing interactions, in fact, use the liiting speed of inforation transfer, and not the speed of light.

More information

Golden ratio in a coupled-oscillator problem

Golden ratio in a coupled-oscillator problem IOP PUBLISHING Eur. J. Phys. 28 (2007) 897 902 EUROPEAN JOURNAL OF PHYSICS doi:10.1088/0143-0807/28/5/013 Golden ratio in a coupled-oscillator proble Crystal M Mooran and John Eric Goff School of Sciences,

More information

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6.

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6. PHY10 Electricity Topic 6 (Lectures 9 & 10) Electric Current and Resistance n this topic, we will cover: 1) Current in a conductor ) Resistivity 3) Resistance 4) Oh s Law 5) The Drude Model of conduction

More information

Faraday's Law Warm Up

Faraday's Law Warm Up Faraday's Law-1 Faraday's Law War Up 1. Field lines of a peranent agnet For each peranent agnet in the diagra below draw several agnetic field lines (or a agnetic vector field if you prefer) corresponding

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

THE ROCKET EXPERIMENT 1. «Homogenous» gravitational field

THE ROCKET EXPERIMENT 1. «Homogenous» gravitational field THE OCKET EXPEIENT. «Hoogenous» gravitational field Let s assue, fig., that we have a body of ass Μ and radius. fig. As it is known, the gravitational field of ass Μ (both in ters of geoetry and dynaics)

More information

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Proc. of the IEEE/OES Seventh Working Conference on Current Measureent Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Belinda Lipa Codar Ocean Sensors 15 La Sandra Way, Portola Valley, CA 98 blipa@pogo.co

More information

Chapter 11 Simple Harmonic Motion

Chapter 11 Simple Harmonic Motion Chapter 11 Siple Haronic Motion "We are to adit no ore causes of natural things than such as are both true and sufficient to explain their appearances." Isaac Newton 11.1 Introduction to Periodic Motion

More information

Physics 2210 Fall smartphysics 20 Conservation of Angular Momentum 21 Simple Harmonic Motion 11/23/2015

Physics 2210 Fall smartphysics 20 Conservation of Angular Momentum 21 Simple Harmonic Motion 11/23/2015 Physics 2210 Fall 2015 sartphysics 20 Conservation of Angular Moentu 21 Siple Haronic Motion 11/23/2015 Exa 4: sartphysics units 14-20 Midter Exa 2: Day: Fri Dec. 04, 2015 Tie: regular class tie Section

More information

SEISMIC SAFETY OF BRIDGE CRANE STEEL STRUCTURES OPERATING IN NPP

SEISMIC SAFETY OF BRIDGE CRANE STEEL STRUCTURES OPERATING IN NPP SEISMIC SAFETY OF BRIDGE CRANE STEEL STRUCTURES OPERATING IN NPP Kalin RADLOV*, Vesko PANOV** *University of Architecture, Civil Engineering and Geodesy Sofia, Bulgaria **Technical University Sofia, Bulgaria

More information

The Wilson Model of Cortical Neurons Richard B. Wells

The Wilson Model of Cortical Neurons Richard B. Wells The Wilson Model of Cortical Neurons Richard B. Wells I. Refineents on the odgkin-uxley Model The years since odgkin s and uxley s pioneering work have produced a nuber of derivative odgkin-uxley-like

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

27 Oscillations: Introduction, Mass on a Spring

27 Oscillations: Introduction, Mass on a Spring Chapter 7 Oscillations: Introduction, Mass on a Spring 7 Oscillations: Introduction, Mass on a Spring If a siple haronic oscillation proble does not involve the tie, you should probably be using conservation

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information