2.1 Exponential Growth

Size: px
Start display at page:

Download "2.1 Exponential Growth"

Transcription

1 2.1 Exponential Growth A mathematical model is a description of a real-world system using mathematical language and ideas. Differential equations are fundamental to modern science and engineering. Many of the known laws of physics and chemistry are expressed as differential equations, and differential equation models are used extensively in biology, economics, and other social sciences. The most common use of differential equations in science is to model dynamical systems, i.e. systems that change in time according to some fixed rule. For such a system, the variable under consideration (such as mass M, population P, or electric charge Q) is a function of time t. Thus, a typical differential equation might be written dm t 3 M 2 instead of the more familiar y x 3 y 2. The Exponential Growth Equation Perhaps the most common differential equation in science is the equation for exponential growth. It can be used to model a variety of phenomena in the natural and social sciences, including unrestricted population growth, nuclear chain reactions, continuously compounded interest, and macroeconomic growth. The Exponential Growth Equation The exponential growth equation is the differential equation dy k y, where k is a positive constant. Its solutions have the form where y 0 y(0) is the initial value of y. y y 0 e kt, The formula y y 0 e kt represents exponential growth, as shown in Figure 1. The constant k is called the growth constant, and has units of inverse time (e.g. number per second). a Figure 1: Exponential growth. EXAMPLE 1 Solve the following initial value problem. dy 3y, y(0) 4. According to the formulas above, the solution is y(t) 4e 3t.

2 EXPONENTIAL GROWTH 2 EXAMPLE 2 Solve the following initial value problem. dy 3y, y(2) 8. This time the initial value is at t 2 instead of t 0, so we have some work to do. We know that y has the form y(t) y 0 e 3t for some constant y 0. Plugging in y(2) 8 gives 8 y 0 e 6, so y 0 8e 6. Then y(t) ( 8e 6) e 3t 8e 3t 6. a Figure 2: Exponential population growth. Population Growth Exponential growth is often used to model the growth of populations of organisms in a resource-rich environment. Here resource-rich means that there is plenty of food and other resources necessary for the population to grow indefinitely. The relative growth rate of a population P(t) is the quantity r 1 P dp. This represents the rate of growth of P relative to the size of the population. For example, if a bacteria culture has a relative growth rate of r 3/hour, it means that each individual bacterium has an average of 3 offspring per hour (not counting grandchildren). Assuming a population P mantains a constant relative growth rate, its growth will satisfy the differential equation dp rp. Such a population grows exponentially with time: P P 0 e rt where P 0 is the population at time t 0 (see Figure 2). EXAMPLE 3 During a biology experiment, a certain culture of cells has a constant relative growth rate of 0.04/minute. If there are 5,000 cells at the beginning of the experiment, how large will the culture be one hour later? The population P(t) is given by the equation P(t) 5,000e 0.04t. We are measuring t in minutes, so one hour later corresponds to t 60. Since P(60) 5,000e 0.04(60) 55,115.9, the population after one hour will be approximately 55,000 cells.

3 EXPONENTIAL GROWTH 3 EXAMPLE 4 A population of bacteria initially consists of 20,000 cells. Twenty minutes later, the population has grown to 50,000 cells. How quickly is the population increasing at that time? equation Assuming constant relative growth rate, the population P(t) is given by the P(t) 20,000e rt. (1) for some constant r. Plugging in P(20) 50,000 gives the equation To solve the equation 20,000e 20r 50,000 for r, we first divide by 20,000 to get e 20r 2.5, and then we take the natural logarithm of both sides, which yields 20r ln(2.5). We can now divide through by 20 to obtain the value of r. 50,000 20,000e r(20). and solving for r yields ln 2.5 r To find the rate of increase at t 20 min, we must compute P (20). Taking the derivative of equation (1) gives P (t) 20,000r e rt so P (20) 20,000( ) e ( )(20) Thus the population is increasing at a rate of roughly 2,300 cells/min. Describing the Growth Rate For an exponential growing quantity y y 0 e kt, there are a few alternatives to using the growth constant k to describe the rate of exponential growth. The simplest is to use the time constant τ, which is the reciprocal of the growth constant: τ 1 k. Using the time constant, the formula for exponential growth can be written y y 0 e t/τ. The time constant τ has units of time, and represents the amount of time that it takes for the variable y to be multiplied by a factor of e. For this reason, τ is also known as the e-folding time. Another way to describe the rate of exponential growth is to use the doubling time T d, which is the amount of time that it takes for y to double in size. The doubling time satisfies the equation e kt d 2 and hence T d ln 2 (ln 2)τ. k Since ln , the doubling time is approximately 69% of the e-folding time. EXAMPLE 5 A small tumor is growing exponentially with a doubling time of 15 days. If the tumor currently has 1.3 million cells, how quickly is the number of cells increasing? formula Since the tumor is growing exponentially, the number of cells N is given by the N(t) N 0 e kt,

4 EXPONENTIAL GROWTH 4 where N million cells. Since the doubling time is 15 days, we know that e 15k 2. Taking the natural logarithm of both sides and then dividing through by 15 gives k /day. To find N (0), we take the derivative of the formula for N to get N (t) N 0 k e kt. Plugging in t 0 gives N (0) N 0 k (1.3 million cells)( /day) 60 thousand cells/day. EXERCISES 1. Solve the following initial value problem: dy 3y, y(ln 2) At the beginning of an experiment, a culture of E. coli contains 15,000 cells. Two hours later, the population has grown to a size of 80,000 cells. Assuming exponential growth, what is the time constant τ? 3. During a nuclear chain reaction, the number N of free neutrons in a sample of fissile material obeys the differential equation dn kn, where k a constant known as the neutron multiplication factor. (a) Suppose the sample initially contains 100 free neutrons. If the neutron multiplication factor is 7.0/µs, how many free neutrons will there be 2.0 µs later? (b) How quickly will the number of free neutrons be increasing at that time? 4. The population of the United States is currently 320 million, and is increasing at a rate of 2.4 million/year. Assuming exponential growth, what is the doubling time of the population? 5. A cell culture is growing exponentially with a doubling time of 3.00 hours. If there are 11,500 cells initially, how long will it take for the cell culture to grow to 30,000 cells?

5 2.2 Exponential Decay When the growth constant k is negative, the function y y 0 e kt does not actually grow. Instead, the value of y approaches zero as t. This is known as exponential decay. When discussing exponential decay, it is common in applications to write k r, where r is a positive constant known as the decay constant. In this case, the differential equation takes the following form. The Exponential Decay Equation The exponential decay equation is the differential equation This is just the exponential growth equation with r substituted in for k. dy r y where r is a positive constant. Its solutions have the form where y 0 y(0) is the initial value of y. y y 0 e rt a Figure 1: Exponential decay. See the EPA website for a list of radioisotopes commonly used in industry. a Figure 2: Exponential decay of a radioactive sample. Figure 1 shows the graph of a typical exponential decay. As with exponential growth, there are two alternatives to using the decay constant r when describing exponential decay: 1. The time constant (or e-folding time) of y is the quantity τ 1/r, and represents the amount of time that it takes for the value of y to be divided by e. 2. The half-life of y is the amount of time that it takes for the value of y to be cut in half. As we shall see, exponential decay can be used to model such diverse phenomena as radioactive decay, electric circuits, and chemical reactions. Radioactive Decay A substance whose atoms are inherently unstable is called radioactive. For such a substance, a certain fixed proportion of the atoms decay during each time interval. If N is the number of atoms in a sample of the substance, then N will satisfy the differential equation dn rn. Here r is the decay constant, which represents the rate at which individual atoms tend to decay. For example, if r 0.003/hour, it means that about 0.3% of the atoms will decay each hour. The number of atoms in a radioactive sample decays exponentially with time: N N 0 e rt, where N 0 is the number of atoms int the sample at time t 0 (see Figure 2). Equivalently, the total mass M of atoms in a sample will decay exponentially: M M 0 e rt.

6 EXPONENTIAL DECAY 2 EXAMPLE 1 Cesium-137 has a half-life of approximately years. If a mole sample of 137 Cs is left in a storage closet, how much 137 Cs will be left after four years? The amount N(t) of 137 Cs will obey an equation of the form N(t) 0.30e kt, where k is a constant. Since the half-life is years, we know that e k(30.17) 1 2. Solving for k gives k /year. Then N(4) 0.300e ( )(4) , so there should be moles left after four years. EXAMPLE 2 A radiochemist prepares a cobalt sample containing moles of 58 Co. According to readings from a Geiger counter, the atoms of 58 Co in the sample appear to be decaying at a rate of moles/min. Based on this information, what is the half-life of 58 Co? The amount N(t) of 137 Cs will obey an equation of the form N(t) 0.100e kt, N (0) is negative since N is decreasing. where k is a constant. Then N (t) 0.100k e kt. We are given that N (0) moles/min, which gives us the equation k. Solving for k gives k /min. The half-life is the value of t for which e kt 1 2. Plugging in k and solving for t yields a half life of 102,084 minutes, which is about 70.9 days. resistor capacitor RC Circuits Figure 3 shows a simple kind of electric circuit known as an RC circuit. This circuit has two components: A resistor is any circuit component such as a light bulb that resists the flow of electric charge. Applying voltage to a resistor will force current through it, with the amount of current given by Ohm s law I V R. (1) a Figure 3: An RC circuit. Here V is the applied voltage, I is the resulting current, and R is a constant called the resistance of the resistor.

7 EXPONENTIAL DECAY 3 A capacitor is a circuit component that stores electric charge. A charged capacitor can supply voltage to a circuit, with the amount of voltage given by the equation V Q C. (2) Here Q is the charge stored in the capacitor and C is a constant called the capacitance of the capacitor. All of the circuit-related quantities discussed here have their own SI units: Electric charge is measured in coulombs (C). Voltage is measured in volts (V). Electric current is measured in amps (A), where 1 A 1 C/sec. Resistance is measured in ohms (Ω), where 1 Ω 1 V/A. Capacitance is measure in farads (F), where 1 F 1 C/V. In an RC circuit, the voltage produced by a capacitor is applied directly across a resistor. Substituting equation (2) into equation (1) yields a formula for the resulting current: I Q RC. (3) This current represents the flow of charge out of the capacitor, with dq I. Substituting equation (3) into this equation yields the differential equation dq Q RC. Thus the charge Q will decay exponentially, with decay constant Equivalently, the time constant for the RC circuit is τ RC. r 1 RC In the case where the resistor is a light bulb, the result is that the bulb lights up at first, but becomes dimmer and dimmer over time as the capacitor discharges. EXAMPLE 3 A 0.25 F capacitor holding a charge of 2.0 C is attached to a 1.6 Ω resistor. How long will it take for the capacitor to expend 1.5 C of its initial charge? The charge on the capacitor will decay exponentially according to the formula Q Q 0 e rt, where Q C and Since seconds are the SI unit of time, the units for r must be number per second. r 1 RC 1 (1.6 Ω)(0.25 F) 2.5/sec. If the capacitor expends 1.5 C of its charge, it will have 0.5 C left. Plugging this into the formula for Q gives e (2.5)t, and solving for t yields t Thus the capacitor will expend 1.5 C of charge in approximately 0.55 seconds.

8 EXPONENTIAL DECAY 4 EXERCISES 1. A sample of an unknown radioactive isotope initially weighs 5.00 g. One year later the mass has decreased to 4.27 g. (a) How quickly is the mass of the isotope decreasing at that time? (b) What is the half life of the isotope? 2. During a certain chemical reaction, the concentration [C 4 H 9 Cl] of butyl chloride obeys the rate equation d[c 4 H 9 Cl] r [C 4 H 9 Cl], where r /sec is the rate constant for the reaction. How long will it take for this reaction to consume 90% of the initial butyl chloride? 3. A capacitor with a capacitance of 5.0 F holds an initial charge of 350 C. The capacitor is attached to a resistor with a resistance of 9.0 Ω. (a) How quickly will the charge held by the capacitor initially decrease? (b) How quickly will the charge be decreasing after 20 seconds? 4. An LR circuit consists of a resistor attached to an electrical component called an inductor, which supplies voltage to the resistor according to the formula V L di. Here L is a constant called the inductance of the inductor. (a) Combine the equation above with Ohm s law to obtain a differential equation for the current I(t) that involves the constants L and R. (b) The current I(t) in an LR circuit decays exponentially. Find a formula for the decay constant in terms of L and R. The first of these equations is the molar form of the ideal gas law, while the second is the equation for hydrostatic pressure. 5. For a planetary atmosphere of ideal gas of uniform temperature T, the atmospheric pressure P(h) and density ρ(h) at a height h above the ground are related by the equations dp P ρrt and ρg, dh where R is the specific gas constant and g is the acceleration due to gravity. (a) Combine the given equations to obtain a single differential equation for P involving the constants g, R, and T. (b) The atmospheric pressure in such an atmosphere varies with height according to the formula P(h) P 0 e rh, where P 0 is the pressure at ground level. Find a formula for the decay constant r in terms of g, R, and T.

9 2.3 Harmonic Oscillation So far, we have used differential equations to describe functions that grow or decay over time. The next most common behavior for a function is to oscillate, meaning that it increases and decreases in a repeating pattern. The simplest kind of oscillation is harmonic oscillation. The square root in the formula for ω comes from taking the derivative twice. Specifically, if then and so y A cos(ωt + φ), y ωa sin(ωt + φ), y ω 2 A cos(ωt + φ), y ω 2 y. The Harmonic Oscillator Equation The harmonic oscillator equation is the differential equation d 2 y 2 r y, where r is a positive constant. Its solutions have the form y A cos(ωt + φ), where ω r, and A 0 and π < φ π are constants. a Figure 1: Harmonic oscillation. Figure 1 shows a typical harmonic oscillation. The constant A is the amplitude of the oscillation, and is equal to the maximum value of y. The constant φ is the phase constant, which is measured in radians, and the constant ω is the angular frequency, which is measured in radians per unit time. There are a few common alternatives to angular frequency for measuring the rate of oscillation: 1. The period T is the amount of time it takes for the oscillation to complete one full cycle. It is related to the angular frequency of a harmonic oscillation by the formula T 2π ω The SI unit for frequency is the hertz (Hz), which represents one cycle per second. 2. The frequency f is the number of cycles per unit time. The frequency is related to the period T and the angular frequency ω for a harmonic oscillation by the formulas f 1 T ω 2π EXAMPLE 1 A harmonic oscillator satisfies the differential equation What is the period of oscillation? d 2 y y. The angular frequency is ω , so T 2π ω

10 HARMONIC OSCILLATION 2 Cartesian Form There is a nice alternate form for harmonic oscillations that involves two terms added together. Harmonic Oscillations (Cartesian Form) The general solution to the differential equation can also be written as d 2 y 2 r y, y C 1 cos(ωt) + C 2 sin(ωt), where ω r and C 1 and C 2 are arbitrary constants. Given a harmonic oscillator y A cos(ωt + φ), Here we are using the formula cos(a + b) cos a cos b sin a sin b. we can convert it to Cartesian form by applying the angle sum formula for cosine: Thus y C 1 cos(ωt) + C 2 sin(ωt), where y A cos φ cos(ωt) A sin φ sin(ωt). C 1 A cos φ and C 2 A sin φ Conversely, given the values for C 1 and C 2, we can find the amplitude A and phase constant φ using the formulas A C C 2 2, cos φ C 1 A, sin φ C 2 A. The advantage of Cartesian form is that it vastly simplifies the task of solving initial value and boundary value problems. EXAMPLE 2 Solve the following initial value problem. d 2 y 2 25y, y(0) 3, y (0) 10. We know that y(t) C 1 cos(5t) + C 2 sin(5t) for some constants C 1 and C 2, which means that y (t) 5C 1 sin(2t) + 5C 2 cos(2t). In general, if y C 1 cos(ωt) + C 2 sin(ωt) then y(0) C 1 and y (0) ωc 2. Plugging y(0) 3 into the first equation and y (0) 10 into the second equation yields C 1 3 and C 2 2, so the solution is y(t) 3 cos(5t) + 2 sin(5t).

11 HARMONIC OSCILLATION 3 EXAMPLE 3 Solve the following boundary value problem. d 2 y ( ) π 2 4y, y(0) 1, y We know that y(t) C 1 cos(2t) + C 2 sin(2t) for some constants C 1 and C 2. The two boundary values yield the equations 1 C 1 and 3 ( ) ( ) π π 2 C 1 cos + C 2 sin. 4 4 Plugging C 1 1 into the second equation and solving for C 2 gives C 2 5, and hence y(t) cos(2t) + 5 sin(2t). EXERCISES 1. A harmonic oscillator y(t) has phase constant π/3. Given that y(0) 5, what is the amplitude? ( 2. Express the harmonic oscillator y(t) 10 cos 6t + π ) in Cartesian form Find the amplitude and phase constant for each of the following harmonic oscillators. (a) y(t) cos(3t) + sin(3t) (b) y(t) 3 cos(2t) + 4 sin(2t) (c) y(t) sin(5t) (d) y(t) 2 cos t + 6 sin t 4. Solve the following initial value problem: d 2 y 2 5y, y(0) 3, y (0) Solve the following boundary value problem: d 2 y 2 y, y(0) 4, y ( 2π 3 ) Solve the following boundary value problem: d 2 y ( 2 4y, y π ) 4, 6 ( ) π y 16. 6

12 2.4 Harmonic Oscillator Models In this section we give three important examples from physics of harmonic oscillator models. Such models are ubiquitous in physics, but are also used in chemistry, biology, and the social sciences to model oscillatory behavior. spring block frictionless table a Figure 1: A simple mass-spring system. We are neglecting friction in this computation. Adding a frictional force to the model would make this an example of damped harmonic oscillations. An object whose position oscillates harmonically is said to undergo harmonic motion. Mass-Spring Systems Consider the simple mass-spring system shown in Figure 1, which consists of a block with mass m attached to spring whose other end is fixed. According to Hooke s Law, the force that the spring exerts on the block is given by the equation F kx. Here k is the spring constant, and x is the horizontal position of the block, with x 0 being the rest position. Newton s second law (F ma) can be written as F m d2 x 2, where x(t) is the horizontal position of the block. Assuming the spring is the only horizontal force affecting the block, this gives us the differential equation kx m d2 x 2, which we can rewrite as d 2 ( ) x k 2 x. m This is a form of the harmonic oscillator equation, with angular frequency ω k m EXAMPLE 1 A 3.0 kg mass is attached to a spring with a spring constant of 4.0 kg/sec 2. The spring is stretched 0.80 m from its rest position and then the mass is released. What is the speed of the mass 1.0 sec later? The mass will undergo harmonic motion with an angular frequency of k 4.0 ω m rad/sec. 3.0 The position x(t) of the mass obeys a formula of the form x(t) C 1 cos(ωt) + C 2 sin(ωt), for some constants C 1 and C 2. Taking the derivative gives x (t) ωc 1 sin(ωt) + ωc 2 cos(ωt) We are given that x(0) 0.80 and x (0) 0, and plugging these in gives C and C 2 0, so the speed of the mass at t 1.0 sec is x (1.0) (1.1547)(0.80) sin(1.1547) 0.84 m/sec.

13 HARMONIC OSCILLATOR MODELS 2 inductor a Figure 2: An LC circuit. capacitor The SI unit of inductance is the henry (H), where 1 H 1 V sec/a. LC Circuits Figure 2 shows a simple kind of electric circuit known as an LC circuit. This circuit consists of a capacitor connected to a circuit component inductor, which is essentially just a coil of wire. Unlike a resistor, which always resists the flow of current, an inductor tends to oppose changes to the flow of electric current. That is, it s difficult to start pushing current through an inductor, but once the current gets going, it s difficult to make it stop. The voltage drop V across an inductor is given by the formula V L di Here L is a constant called the inductance of the inductor. Note that the inductor has positive voltage drop (like a resistor) when the current is increasing, but when the current is decreasing the voltage drop is negative, meaning that the inductor actually pulls current through it. Combining the formula above with the equation V Q/C for the capacitor yields L di Q C. As in an RC circuit, the electric current I is that same as the rate at which the capacitor is discharging, so I dq. Substituting this into the previous equation yields the differential equation L d2 Q 2 Q C. which we can rewrite as d 2 ( ) Q 1 2 Q. LC This equation describes simple harmonic oscillation with angular frequency ω 1 LC Thus the charge held in the capacitor oscillates according to the formula Q A cos(ωt + φ), The capacitor is like the spring in an LC circuit (with spring constant 1/C), while the inductor is the mass. where A is the amplitude of the oscillations (measured in coulombs, the SI unit of charge), and φ is the initial phase of the circuit. Roughly speaking, if we assume that the capacitor begins charged, then the capacitor begins by discharging through the inductor, slowly at first but picking up speed as the inductor lets more current through. Once the capacitor is fully discharged, the inductor continues pushing current through the circuit, which drains even more charge from the capacitor, leaving it with a negative total charge. The capacitor then reverses the flow of current to regain the lost charge, but the same thing happens again, with the inductor continuing to push current through in the reverse direction until the capacitor is back to its initial charged state. The cycle thus continues indefinitely.

14 HARMONIC OSCILLATOR MODELS 3 EXAMPLE 2 An LC circuit consists of a capacitor with a capacitance of F and an inductor with an inductance of 0.10 H. The capacitor starts with an initial charge of 0.12 C, and the initial current is zero. What is the magnitude of the current in the circuit 0.10 seconds later? The charge stored on the capacitor will oscillate harmonically with ω 1 LC 1 (0.016)(0.10) 25 rad/sec. Then for some constants C 1 and C 2, with derivative Q(t) C 1 cos(25t) + C 2 sin(25t) Q (t) 25C 1 sin(25t) + 25C 2 cos(25t). We are given that Q(0) 0.12 and Q (0) 0, and plugging these in gives C and C 2 0. Then Q (0.10) (25)(0.12) sin(2.5) Thus the current at time t 0.10 sec is approximately 1.8 A. pivot rod Pendulums A pendulum consists of a mass suspended from a rod that swings from a fixed pivot point, as shown in Figure 3. If θ(t) denotes the angle of the string from the vertical, then θ obeys the differential equation d 2 θ 2 g sin θ L, (1) a Figure 3: A pendulum. mass where g is the acceleration due to gravity (usually 9.8 m/sec 2 ), and L is the length of the string. Unfortunately, equation (1) is not an instance of the harmonic oscillator equation, because the right side involves sin θ instead of θ. This means that a pendulum is actually an anharmonic oscillator. For example, Figure 4 shows the noticeably anharmonic motion of a pendulum that starts from rest at θ(0) 0.99π. Though the motion of a pendulum is anharmonic, we can make a harmonic approximation for the motion in the case where θ isn t too large. This depends on the linear approximation sin θ θ, a Figure 4: Anharmonic motion of a pendulum with initial conditions θ(0) 0.99π and θ (0) 0. which is quite accurate when θ is close to zero, as shown in Figure 5. Indeed, as long as θ stays between 14 and 14, this approximation is accurate to within 1%. Replacing sin θ with θ in equation (1) gives us the approximate differential equation d 2 θ g ) 2 ( θ. L This equation describes approximate harmonic motion, with angular frequency a Figure 5: The graphs of y sin θ and y θ nearly coincide for θ close to zero. ω g L

15 HARMONIC OSCILLATOR MODELS 4 EXAMPLE 3 A swinging pendulum with a length of 2.0 m has an initial position of θ(0) 0.10 rad and an initial angular velocity of θ (0) 0.12 rad/sec. What will the position of the pendulum be 0.80 sec later? Then The pendulum will move approximately harmonically with angular velocity g 9.8 ω L rad/sec2. θ(t) C 1 cos(ωt) + C 2 sin(ωt) and θ (t) ωc 1 sin(ωt) + ωc 2 cos(ωt) for some constants C 1 and C 2. Plugging in the initial conditions gives C rad and C rad. Then θ(0.50) (0.10) cos( ) ( ) sin( ) , so the pendulum will be at an angle of approximately rad.

16 HARMONIC OSCILLATOR MODELS 5 EXERCISES 1. A pendulum with a length of 0.30 m starts from rest at an angle of 0.18 rad. How quickly will the angle of the pendulum be changing 0.20 sec later? 2. A 2.0 µf capacitor is connected to an inductor. If the resulting system oscillates with a frequency of 3.0 khz, what is the inductance of the inductor? 3. A 3.5 kg mass has been attached to a spring with a spring constant of 24 kg/sec 2. If the mass is oscillating with an amplitude of 1.6 m, what is the maximum speed of the mass during the oscillation? 4. A charged capacitor with a capacitance of 3.0 F is attached to an inductor with an inductance of 0.20 H. The initial current in the circuit is zero, but after 1.0 sec the current has increased to 8.0 A. What was the initial charge on the capacitor? 5. When two masses m 1 and m 2 are connected by a spring, the length L of the spring obeys the differential equation m 1 m 2 m 1 + m 2 d 2 L 2 kl, where k is the spring constant. (a) Suppose a 3.0 kg mass is attached to a 5.0 kg mass by a spring with a spring constant of 12 kg/sec 2. What is the period of the resulting oscillations? (b) In a carbon monoxide (CO) molecule, the bond between the carbon and oxygen atoms can be modeled as a spring with spring constant u/sec 2. Given that the carbon atom has a mass of 12.0 u and the oxygen atom has a mass of 16.0 u, at what frequency will the molecule tend to vibrate? 6. A pendulum with a length of 20.0 cm is started from rest at an angle of (a) What period does the harmonic approximation predict for this pendulum? Assume that the acceleration due to gravity is 9.81 m/sec 2. (b) The pendulum is measured to have an actual period of seconds. What was the percentage error in the period predicted by the harmonic approximation?

2 Growth, Decay, and Oscillation

2 Growth, Decay, and Oscillation 2 Growth, Decay, and Oscillation b The city of Suzhou in Jiangsu Province, China. Suzhou is the fastest growing city in the world, with an annual population growth of 6.5% between the years 2000 and 2014.1

More information

2.4 Harmonic Oscillator Models

2.4 Harmonic Oscillator Models 2.4 Harmonic Oscillator Models In this section we give three important examples from physics of harmonic oscillator models. Such models are ubiquitous in physics, but are also used in chemistry, biology,

More information

2.4 Models of Oscillation

2.4 Models of Oscillation 2.4 Models of Oscillation In this section we give three examples of oscillating physical systems that can be modeled by the harmonic oscillator equation. Such models are ubiquitous in physics, but are

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2003 Experiment 17: RLC Circuit (modified 4/15/2003) OBJECTIVES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2003 Experiment 17: RLC Circuit (modified 4/15/2003) OBJECTIVES MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8. Spring 3 Experiment 7: R Circuit (modified 4/5/3) OBJECTIVES. To observe electrical oscillations, measure their frequencies, and verify energy

More information

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form 2. Oscillation So far, we have used differential equations to describe functions that grow or decay over time. The next most common behavior for a function is to oscillate, meaning that it increases and

More information

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the timevarying

More information

Oscillations. Oscillations and Simple Harmonic Motion

Oscillations. Oscillations and Simple Harmonic Motion Oscillations AP Physics C Oscillations and Simple Harmonic Motion 1 Equilibrium and Oscillations A marble that is free to roll inside a spherical bowl has an equilibrium position at the bottom of the bowl

More information

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 15 Lecture RANDALL D. KNIGHT Chapter 15 Oscillations IN THIS CHAPTER, you will learn about systems that oscillate in simple harmonic

More information

Inductance, RL and RLC Circuits

Inductance, RL and RLC Circuits Inductance, RL and RLC Circuits Inductance Temporarily storage of energy by the magnetic field When the switch is closed, the current does not immediately reach its maximum value. Faraday s law of electromagnetic

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations ymy/013 Building Intuition Even though there are an infinite number of differential equations, they all share common characteristics that allow intuition

More information

Mass on a Horizontal Spring

Mass on a Horizontal Spring Course- B.Sc. Applied Physical Science (Computer Science) Year- IInd, Sem- IVth Subject Physics Paper- XIVth, Electromagnetic Theory Lecture No. 22, Simple Harmonic Motion Introduction Hello friends in

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations Chapter Goal: To understand systems that oscillate with simple harmonic motion. Slide 14-2 Chapter 14 Preview Slide 14-3 Chapter 14 Preview Slide 14-4 Chapter 14 Preview Slide 14-5

More information

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT Chapter 31: ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT 1 A charged capacitor and an inductor are connected in series At time t = 0 the current is zero, but the capacitor is charged If T is the

More information

Chapter 12 Vibrations and Waves Simple Harmonic Motion page

Chapter 12 Vibrations and Waves Simple Harmonic Motion page Chapter 2 Vibrations and Waves 2- Simple Harmonic Motion page 438-45 Hooke s Law Periodic motion the object has a repeated motion that follows the same path, the object swings to and fro. Examples: a pendulum

More information

Modeling with Differential Equations

Modeling with Differential Equations Modeling with Differential Equations 1. Exponential Growth and Decay models. Definition. A quantity y(t) is said to have an exponential growth model if it increases at a rate proportional to the amount

More information

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information

Oscillations. PHYS 101 Previous Exam Problems CHAPTER. Simple harmonic motion Mass-spring system Energy in SHM Pendulums

Oscillations. PHYS 101 Previous Exam Problems CHAPTER. Simple harmonic motion Mass-spring system Energy in SHM Pendulums PHYS 101 Previous Exam Problems CHAPTER 15 Oscillations Simple harmonic motion Mass-spring system Energy in SHM Pendulums 1. The displacement of a particle oscillating along the x axis is given as a function

More information

Chapter 6. Second order differential equations

Chapter 6. Second order differential equations Chapter 6. Second order differential equations A second order differential equation is of the form y = f(t, y, y ) where y = y(t). We shall often think of t as parametrizing time, y position. In this case

More information

1. (10 points) Find the general solution to the following second-order differential equation:

1. (10 points) Find the general solution to the following second-order differential equation: Math 307A, Winter 014 Midterm Solutions Page 1 of 8 1. (10 points) Find the general solution to the following second-order differential equation: 4y 1y + 9y = 9t. To find the general solution to this nonhomogeneous

More information

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa Outline Calculus for the Life Sciences Lecture Notes to Differential Equations Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu 1 Department of Mathematics and Statistics Dynamical Systems Group Computational

More information

Oscillatory Motion and Wave Motion

Oscillatory Motion and Wave Motion Oscillatory Motion and Wave Motion Oscillatory Motion Simple Harmonic Motion Wave Motion Waves Motion of an Object Attached to a Spring The Pendulum Transverse and Longitudinal Waves Sinusoidal Wave Function

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Electromagnetic Oscillations Physics for Scientists & Engineers Spring Semester 005 Lecture 8! We have been working with circuits that have a constant current a current that increases to a constant current

More information

Chapter 32. Inductance

Chapter 32. Inductance Chapter 32 Inductance Joseph Henry 1797 1878 American physicist First director of the Smithsonian Improved design of electromagnet Constructed one of the first motors Discovered self-inductance Unit of

More information

Solutions to these tests are available online in some places (but not all explanations are good)...

Solutions to these tests are available online in some places (but not all explanations are good)... The Physics GRE Sample test put out by ETS https://www.ets.org/s/gre/pdf/practice_book_physics.pdf OSU physics website has lots of tips, and 4 additional tests http://www.physics.ohiostate.edu/undergrad/ugs_gre.php

More information

Vibrations and Waves MP205, Assignment 4 Solutions

Vibrations and Waves MP205, Assignment 4 Solutions Vibrations and Waves MP205, Assignment Solutions 1. Verify that x = Ae αt cos ωt is a possible solution of the equation and find α and ω in terms of γ and ω 0. [20] dt 2 + γ dx dt + ω2 0x = 0, Given x

More information

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is 1 Part 4: Electromagnetism 4.1: Induction A. Faraday's Law The magnetic flux through a loop of wire is Φ = BA cos θ B A B = magnetic field penetrating loop [T] A = area of loop [m 2 ] = angle between field

More information

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003 Lecture XXVI Morris Swartz Dept. of Physics and Astronomy Johns Hopins University morris@jhu.edu November 5, 2003 Lecture XXVI: Oscillations Oscillations are periodic motions. There are many examples of

More information

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current.

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Inductance Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Basis of the electrical circuit element called an

More information

Active Figure 32.3 (SLIDESHOW MODE ONLY)

Active Figure 32.3 (SLIDESHOW MODE ONLY) RL Circuit, Analysis An RL circuit contains an inductor and a resistor When the switch is closed (at time t = 0), the current begins to increase At the same time, a back emf is induced in the inductor

More information

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS 7.1 Period and Frequency Anything that vibrates or repeats its motion regularly is said to have oscillatory motion (sometimes called harmonic

More information

Chapter 13. Simple Harmonic Motion

Chapter 13. Simple Harmonic Motion Chapter 13 Simple Harmonic Motion Hooke s Law F s = - k x F s is the spring force k is the spring constant It is a measure of the stiffness of the spring A large k indicates a stiff spring and a small

More information

CHAPTER 12 OSCILLATORY MOTION

CHAPTER 12 OSCILLATORY MOTION CHAPTER 1 OSCILLATORY MOTION Before starting the discussion of the chapter s concepts it is worth to define some terms we will use frequently in this chapter: 1. The period of the motion, T, is the time

More information

Section 3.7: Mechanical and Electrical Vibrations

Section 3.7: Mechanical and Electrical Vibrations Section 3.7: Mechanical and Electrical Vibrations Second order linear equations with constant coefficients serve as mathematical models for mechanical and electrical oscillations. For example, the motion

More information

Physics 11b Lecture #15

Physics 11b Lecture #15 Physics 11b ecture #15 and ircuits A ircuits S&J hapter 3 & 33 Administravia Midterm # is Thursday If you can t take midterm, you MUST let us (me, arol and Shaun) know in writing before Wednesday noon

More information

Chapter 4. Oscillatory Motion. 4.1 The Important Stuff Simple Harmonic Motion

Chapter 4. Oscillatory Motion. 4.1 The Important Stuff Simple Harmonic Motion Chapter 4 Oscillatory Motion 4.1 The Important Stuff 4.1.1 Simple Harmonic Motion In this chapter we consider systems which have a motion which repeats itself in time, that is, it is periodic. In particular

More information

Good Vibes: Introduction to Oscillations

Good Vibes: Introduction to Oscillations Good Vibes: Introduction to Oscillations Description: Several conceptual and qualitative questions related to main characteristics of simple harmonic motion: amplitude, displacement, period, frequency,

More information

WPI Physics Dept. Intermediate Lab 2651 Free and Damped Electrical Oscillations

WPI Physics Dept. Intermediate Lab 2651 Free and Damped Electrical Oscillations WPI Physics Dept. Intermediate Lab 2651 Free and Damped Electrical Oscillations Qi Wen March 11, 2017 Index: 1. Background Material, p. 2 2. Pre-lab Exercises, p. 4 3. Report Checklist, p. 6 4. Appendix,

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

a + b Time Domain i(τ)dτ.

a + b Time Domain i(τ)dτ. R, C, and L Elements and their v and i relationships We deal with three essential elements in circuit analysis: Resistance R Capacitance C Inductance L Their v and i relationships are summarized below.

More information

Simple Harmonic Motion

Simple Harmonic Motion Simple Harmonic Motion (FIZ 101E - Summer 2018) July 29, 2018 Contents 1 Introduction 2 2 The Spring-Mass System 2 3 The Energy in SHM 5 4 The Simple Pendulum 6 5 The Physical Pendulum 8 6 The Damped Oscillations

More information

SIMPLE HARMONIC MOTION

SIMPLE HARMONIC MOTION SIMPLE HARMONIC MOTION PURPOSE The purpose of this experiment is to investigate simple harmonic motion. We will determine the elastic spring constant of a spring first and then study small vertical oscillations

More information

Physics 41 HW Set 1 Chapter 15 Serway 8 th ( 7 th )

Physics 41 HW Set 1 Chapter 15 Serway 8 th ( 7 th ) Conceptual Q: 4 (7), 7 (), 8 (6) Physics 4 HW Set Chapter 5 Serway 8 th ( 7 th ) Q4(7) Answer (c). The equilibrium position is 5 cm below the starting point. The motion is symmetric about the equilibrium

More information

Alternating Currents. The power is transmitted from a power house on high voltage ac because (a) Electric current travels faster at higher volts (b) It is more economical due to less power wastage (c)

More information

Differential Equations and Linear Algebra Exercises. Department of Mathematics, Heriot-Watt University, Edinburgh EH14 4AS

Differential Equations and Linear Algebra Exercises. Department of Mathematics, Heriot-Watt University, Edinburgh EH14 4AS Differential Equations and Linear Algebra Exercises Department of Mathematics, Heriot-Watt University, Edinburgh EH14 4AS CHAPTER 1 Linear second order ODEs Exercises 1.1. (*) 1 The following differential

More information

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc.

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc. Chapter 14 Oscillations Oscillations of a Spring Simple Harmonic Motion Energy in the Simple Harmonic Oscillator Simple Harmonic Motion Related to Uniform Circular Motion The Simple Pendulum The Physical

More information

The object of this experiment is to study systems undergoing simple harmonic motion.

The object of this experiment is to study systems undergoing simple harmonic motion. Chapter 9 Simple Harmonic Motion 9.1 Purpose The object of this experiment is to study systems undergoing simple harmonic motion. 9.2 Introduction This experiment will develop your ability to perform calculations

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2 Module 25: Driven RLC Circuits 1 Module 25: Outline Resonance & Driven LRC Circuits 2 Driven Oscillations: Resonance 3 Mass on a Spring: Simple Harmonic Motion A Second Look 4 Mass on a Spring (1) (2)

More information

Homework #5 Solutions

Homework #5 Solutions Homework #5 Solutions Math 123: Mathematical Modeling, Spring 2019 Instructor: Dr. Doreen De Leon 1. Exercise 7.2.5. Stefan-Boltzmann s Law of Radiation states that the temperature change dt/ of a body

More information

Chap. 15: Simple Harmonic Motion

Chap. 15: Simple Harmonic Motion Chap. 15: Simple Harmonic Motion Announcements: CAPA is due next Tuesday and next Friday. Web page: http://www.colorado.edu/physics/phys1110/phys1110_sp12/ Examples of periodic motion vibrating guitar

More information

Handout 10: Inductance. Self-Inductance and inductors

Handout 10: Inductance. Self-Inductance and inductors 1 Handout 10: Inductance Self-Inductance and inductors In Fig. 1, electric current is present in an isolate circuit, setting up magnetic field that causes a magnetic flux through the circuit itself. This

More information

Chapter 2: Linear Constant Coefficient Higher Order Equations

Chapter 2: Linear Constant Coefficient Higher Order Equations Chapter 2: Linear Constant Coefficient Higher Order Equations The wave equation is a linear partial differential equation, which means that sums of solutions are still solutions, just as for linear ordinary

More information

XXIX Applications of Differential Equations

XXIX Applications of Differential Equations MATHEMATICS 01-BNK-05 Advanced Calculus Martin Huard Winter 015 1. Suppose that the rate at which a population of size yt at time t changes is proportional to the amount present. This gives rise to the

More information

Chapter 15 Oscillations

Chapter 15 Oscillations Chapter 15 Oscillations Summary Simple harmonic motion Hook s Law Energy F = kx Pendulums: Simple. Physical, Meter stick Simple Picture of an Oscillation x Frictionless surface F = -kx x SHM in vertical

More information

Chapter 13. Hooke s Law: F = - kx Periodic & Simple Harmonic Motion Springs & Pendula Waves Superposition. Next Week!

Chapter 13. Hooke s Law: F = - kx Periodic & Simple Harmonic Motion Springs & Pendula Waves Superposition. Next Week! Chapter 13 Hooke s Law: F = - kx Periodic & Simple Harmonic Motion Springs & Pendula Waves Superposition Next Week! Review Physics 2A: Springs, Pendula & Circular Motion Elastic Systems F = kx Small Vibrations

More information

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion 11/17/10 Chapter 14. Oscillations This striking computergenerated image demonstrates an important type of motion: oscillatory motion. Examples of oscillatory motion include a car bouncing up and down,

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

A capacitor is a device that stores electric charge (memory devices). A capacitor is a device that stores energy E = Q2 2C = CV 2

A capacitor is a device that stores electric charge (memory devices). A capacitor is a device that stores energy E = Q2 2C = CV 2 Capacitance: Lecture 2: Resistors and Capacitors Capacitance (C) is defined as the ratio of charge (Q) to voltage (V) on an object: C = Q/V = Coulombs/Volt = Farad Capacitance of an object depends on geometry

More information

8. Electric Currents

8. Electric Currents 8. Electric Currents S. G. Rajeev January 30, 2011 An electric current is produced by the movement of electric charges. In most cases these are electrons. A conductor is a material through which an electric

More information

AC Circuits III. Physics 2415 Lecture 24. Michael Fowler, UVa

AC Circuits III. Physics 2415 Lecture 24. Michael Fowler, UVa AC Circuits III Physics 415 Lecture 4 Michael Fowler, UVa Today s Topics LC circuits: analogy with mass on spring LCR circuits: damped oscillations LCR circuits with ac source: driven pendulum, resonance.

More information

Electrical Engineering Fundamentals for Non-Electrical Engineers

Electrical Engineering Fundamentals for Non-Electrical Engineers Electrical Engineering Fundamentals for Non-Electrical Engineers by Brad Meyer, PE Contents Introduction... 3 Definitions... 3 Power Sources... 4 Series vs. Parallel... 9 Current Behavior at a Node...

More information

Chapter 13 Oscillations about Equilibrium. Copyright 2010 Pearson Education, Inc.

Chapter 13 Oscillations about Equilibrium. Copyright 2010 Pearson Education, Inc. Chapter 13 Oscillations about Equilibrium Periodic Motion Units of Chapter 13 Simple Harmonic Motion Connections between Uniform Circular Motion and Simple Harmonic Motion The Period of a Mass on a Spring

More information

Chapter 7 Hooke s Force law and Simple Harmonic Oscillations

Chapter 7 Hooke s Force law and Simple Harmonic Oscillations Chapter 7 Hooke s Force law and Simple Harmonic Oscillations Hooke s Law An empirically derived relationship that approximately works for many materials over a limited range. Exactly true for a massless,

More information

Electromagnetic Induction (Chapters 31-32)

Electromagnetic Induction (Chapters 31-32) Electromagnetic Induction (Chapters 31-3) The laws of emf induction: Faraday s and Lenz s laws Inductance Mutual inductance M Self inductance L. Inductors Magnetic field energy Simple inductive circuits

More information

Lecture 39. PHYC 161 Fall 2016

Lecture 39. PHYC 161 Fall 2016 Lecture 39 PHYC 161 Fall 016 Announcements DO THE ONLINE COURSE EVALUATIONS - response so far is < 8 % Magnetic field energy A resistor is a device in which energy is irrecoverably dissipated. By contrast,

More information

TOPIC E: OSCILLATIONS SPRING 2019

TOPIC E: OSCILLATIONS SPRING 2019 TOPIC E: OSCILLATIONS SPRING 2019 1. Introduction 1.1 Overview 1.2 Degrees of freedom 1.3 Simple harmonic motion 2. Undamped free oscillation 2.1 Generalised mass-spring system: simple harmonic motion

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level *2809002895* PHYSICS 9702/04 Paper 4 A2 Structured Questions October/November 2007 1 hour 45 minutes Candidates

More information

Simple Harmonic Motion Test Tuesday 11/7

Simple Harmonic Motion Test Tuesday 11/7 Simple Harmonic Motion Test Tuesday 11/7 Chapter 11 Vibrations and Waves 1 If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is

More information

Chapter 15. Oscillatory Motion

Chapter 15. Oscillatory Motion Chapter 15 Oscillatory Motion Part 2 Oscillations and Mechanical Waves Periodic motion is the repeating motion of an object in which it continues to return to a given position after a fixed time interval.

More information

Exam 2 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses.

Exam 2 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Exam 2 Solutions Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 Part of a long, straight insulated wire carrying current i is bent into a circular

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A 4.8-kg block attached to a spring executes simple harmonic motion on a frictionless

More information

Name:... Section:... Physics 208 Quiz 8. April 11, 2008; due April 18, 2008

Name:... Section:... Physics 208 Quiz 8. April 11, 2008; due April 18, 2008 Name:... Section:... Problem 1 (6 Points) Physics 8 Quiz 8 April 11, 8; due April 18, 8 Consider the AC circuit consisting of an AC voltage in series with a coil of self-inductance,, and a capacitor of

More information

EM Oscillations. David J. Starling Penn State Hazleton PHYS 212

EM Oscillations. David J. Starling Penn State Hazleton PHYS 212 I ve got an oscillating fan at my house. The fan goes back and forth. It looks like the fan is saying No. So I like to ask it questions that a fan would say no to. Do you keep my hair in place? Do you

More information

Unforced Mechanical Vibrations

Unforced Mechanical Vibrations Unforced Mechanical Vibrations Today we begin to consider applications of second order ordinary differential equations. 1. Spring-Mass Systems 2. Unforced Systems: Damped Motion 1 Spring-Mass Systems We

More information

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves).

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). Lecture 1 Notes: 06 / 27 The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). These systems are very common in nature - a system displaced from equilibrium

More information

Handout 11: AC circuit. AC generator

Handout 11: AC circuit. AC generator Handout : AC circuit AC generator Figure compares the voltage across the directcurrent (DC) generator and that across the alternatingcurrent (AC) generator For DC generator, the voltage is constant For

More information

Topic 1: Simple harmonic motion

Topic 1: Simple harmonic motion Topic 1: Simple harmonic motion Introduction Why do we need to know about waves 1. Ubiquitous in science nature likes wave solutions to equations 2. They are an exemplar for some essential Physics skills:

More information

Chapter 14: Periodic motion

Chapter 14: Periodic motion Chapter 14: Periodic motion Describing oscillations Simple harmonic motion Energy of simple harmonic motion Applications of simple harmonic motion Simple pendulum & physical pendulum Damped oscillations

More information

Applications of Second-Order Linear Differential Equations

Applications of Second-Order Linear Differential Equations CHAPTER 14 Applications of Second-Order Linear Differential Equations SPRING PROBLEMS The simple spring system shown in Fig. 14-! consists of a mass m attached lo the lower end of a spring that is itself

More information

Periodic Motion. Periodic motion is motion of an object that. regularly repeats

Periodic Motion. Periodic motion is motion of an object that. regularly repeats Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A special kind of periodic motion occurs in mechanical systems

More information

Louisiana State University Physics 2102, Exam 3 April 2nd, 2009.

Louisiana State University Physics 2102, Exam 3 April 2nd, 2009. PRINT Your Name: Instructor: Louisiana State University Physics 2102, Exam 3 April 2nd, 2009. Please be sure to PRINT your name and class instructor above. The test consists of 4 questions (multiple choice),

More information

Physics 161 Lecture 17 Simple Harmonic Motion. October 30, 2018

Physics 161 Lecture 17 Simple Harmonic Motion. October 30, 2018 Physics 161 Lecture 17 Simple Harmonic Motion October 30, 2018 1 Lecture 17: learning objectives Review from lecture 16 - Second law of thermodynamics. - In pv cycle process: ΔU = 0, Q add = W by gass

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

Lab 10: DC RC circuits

Lab 10: DC RC circuits Name: Lab 10: DC RC circuits Group Members: Date: TA s Name: Objectives: 1. To understand current and voltage characteristics of a DC RC circuit 2. To understand the effect of the RC time constant Apparatus:

More information

Chapter 14 Periodic Motion

Chapter 14 Periodic Motion Chapter 14 Periodic Motion 1 Describing Oscillation First, we want to describe the kinematical and dynamical quantities associated with Simple Harmonic Motion (SHM), for example, x, v x, a x, and F x.

More information

Physics 4 Spring 1989 Lab 5 - AC Circuits

Physics 4 Spring 1989 Lab 5 - AC Circuits Physics 4 Spring 1989 Lab 5 - AC Circuits Theory Consider the series inductor-resistor-capacitor circuit shown in figure 1. When an alternating voltage is applied to this circuit, the current and voltage

More information

Inductance, RL Circuits, LC Circuits, RLC Circuits

Inductance, RL Circuits, LC Circuits, RLC Circuits Inductance, R Circuits, C Circuits, RC Circuits Inductance What happens when we close the switch? The current flows What does the current look like as a function of time? Does it look like this? I t Inductance

More information

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3.

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. Electromagnetic Oscillations and Alternating Current 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. RLC circuit in AC 1 RL and RC circuits RL RC Charging Discharging I = emf R

More information

MATH 312 Section 3.1: Linear Models

MATH 312 Section 3.1: Linear Models MATH 312 Section 3.1: Linear Models Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Population Growth 2 Newton s Law of Cooling 3 Kepler s Law Second Law of Planetary Motion 4

More information

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc.

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc. Chapter 14 Oscillations 14-1 Oscillations of a Spring If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The

More information

Oscillations Simple Harmonic Motion

Oscillations Simple Harmonic Motion Oscillations Simple Harmonic Motion Lana Sheridan De Anza College Dec 1, 2017 Overview oscillations simple harmonic motion (SHM) spring systems energy in SHM pendula damped oscillations Oscillations and

More information

Lectures Chapter 10 (Cutnell & Johnson, Physics 7 th edition)

Lectures Chapter 10 (Cutnell & Johnson, Physics 7 th edition) PH 201-4A spring 2007 Simple Harmonic Motion Lectures 24-25 Chapter 10 (Cutnell & Johnson, Physics 7 th edition) 1 The Ideal Spring Springs are objects that exhibit elastic behavior. It will return back

More information

1 2 U CV. K dq I dt J nqv d J V IR P VI

1 2 U CV. K dq I dt J nqv d J V IR P VI o 5 o T C T F 3 9 T K T o C 73.5 L L T V VT Q mct nct Q F V ml F V dq A H k TH TC L pv nrt 3 Ktr nrt 3 CV R ideal monatomic gas 5 CV R ideal diatomic gas w/o vibration V W pdv V U Q W W Q e Q Q e Carnot

More information

Simple harmonic motion the motion of springs is a very important topic in physics.

Simple harmonic motion the motion of springs is a very important topic in physics. Chapter 11 Potential and Kinetic Energy Together: Simple Harmonic Motion In This Chapter Using Hooke s law Working with simple harmonic motion Calculating simple harmonic motion velcoity Finding simple

More information

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA DISCUSSION The capacitor is a element which stores electric energy by charging the charge on it. Bear in mind that the charge on a capacitor

More information

PHYSICS - CLUTCH CH 15: PERIODIC MOTION (NEW)

PHYSICS - CLUTCH CH 15: PERIODIC MOTION (NEW) !! www.clutchprep.com CONCEPT: Hooke s Law & Springs When you push/pull against a spring (FA), spring pushes back in the direction. (Action-Reaction!) Fs = FA = Ex. 1: You push on a spring with a force

More information

Mixing Problems. Solution of concentration c 1 grams/liter flows in at a rate of r 1 liters/minute. Figure 1.7.1: A mixing problem.

Mixing Problems. Solution of concentration c 1 grams/liter flows in at a rate of r 1 liters/minute. Figure 1.7.1: A mixing problem. page 57 1.7 Modeling Problems Using First-Order Linear Differential Equations 57 For Problems 33 38, use a differential equation solver to determine the solution to each of the initial-value problems and

More information

Learnabout Electronics - AC Theory

Learnabout Electronics - AC Theory Learnabout Electronics - AC Theory Facts & Formulae for AC Theory www.learnabout-electronics.org Contents AC Wave Values... 2 Capacitance... 2 Charge on a Capacitor... 2 Total Capacitance... 2 Inductance...

More information

x = B sin ( t ) HARMONIC MOTIONS SINE WAVES AND SIMPLE HARMONIC MOTION Here s a nice simple fraction: y = sin (x) Differentiate = cos (x)

x = B sin ( t ) HARMONIC MOTIONS SINE WAVES AND SIMPLE HARMONIC MOTION Here s a nice simple fraction: y = sin (x) Differentiate = cos (x) SINE WAVES AND SIMPLE HARMONIC MOTION Here s a nice simple fraction: y = sin (x) HARMONIC MOTIONS dy Differentiate = cos (x) dx So sin (x) has a stationary value whenever cos (x) = 0. 3 5 7 That s when

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The mass and spring system is a

More information