#set document(title: "16.7 Damped Harmonic Motion", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 16.7#h(0.6em)Damped Harmonic Motion === Learning Objectives By the end of this section, you will be able to: - Compare and discuss underdamped and overdamped oscillating systems. - Explain critically damped system. #figure(figph[In the figure shown, a small child is seated in a spring swing, tied with a belt at his waist. In the back is his mother, who is pushing the swing in the to and fro motion.], alt: "In the figure shown, a small child is seated in a spring swing, tied with a belt at his waist. In the back is his mother, who is pushing the swing in the to and fro motion.", caption: [In order to counteract dampening forces, this mom needs to keep pushing the swing.]) A guitar string stops oscillating a few seconds after being plucked. To keep a child happy on a swing, you must keep pushing. Although we can often make friction and other non-conservative forces negligibly small, completely undamped motion is rare. In fact, we may even want to damp oscillations, such as with car shock absorbers. For a system that has a small amount of damping, the period and frequency are nearly the same as for simple harmonic motion, but the amplitude gradually decreases as shown. This occurs because the non-conservative damping force removes energy from the system, usually in the form of thermal energy. In general, energy removal by non-conservative forces is described as #math.equation(block: true, alt: "W sub nc equals Δ open parenthesis KE plus PE close parenthesis ,")[$W_("nc") = Δ ( "KE" + "PE" ) ","$] where #math.equation(block: false, alt: "W sub nc")[$W_("nc")$] is work done by a non-conservative force (here the damping force). For a damped harmonic oscillator, #math.equation(block: false, alt: "W sub nc")[$W_("nc")$] is negative because it removes mechanical energy (KE + PE) from the system. #figure(figph[The figure shows a graph of displacement, along y axis, versus time for a harmonic oscillator, running along the x axis, equally in positive as well as negative quadrants. The amplitude, X, of the oscillations is shown by a green wave which is decreasing gradually as we move far from the y axis, but the time, T, shown here as the distance between adjacent crests remains the same throughout.], alt: "The figure shows a graph of displacement, along y axis, versus time for a harmonic oscillator, running along the x axis, equally in positive as well as negative quadrants. The amplitude, X, of the oscillations is shown by a green wave which is decreasing gradually as we move far from the y axis, but the time, T, shown here as the distance between adjacent crests remains the same throughout.", caption: [In this graph of displacement versus time for a harmonic oscillator with a small amount of damping, the amplitude slowly decreases, but the period and frequency are nearly the same as if the system were completely undamped.]) If you gradually #emph[increase] the amount of damping in a system, the period and frequency begin to be affected, because damping opposes and hence slows the back and forth motion. (The net force is smaller in both directions.) If there is very large damping, the system does not even oscillate—it slowly moves toward equilibrium. shows the displacement of a harmonic oscillator for different amounts of damping. When we want to damp out oscillations, such as in the suspension of a car, we may want the system to return to equilibrium as quickly as possible #strong[Critical damping] is defined as the condition in which the damping of an oscillator results in it returning as quickly as possible to its equilibrium position. The critically damped system may overshoot the equilibrium position, but if it does, it will do so only once. Critical damping is represented by Curve A in . With less-than critical damping, the system will return to equilibrium faster but will overshoot and cross over one or more times. Such a system is #strong[underdamped]; its displacement is represented by the curve in . Curve B in represents an #strong[overdamped] system. As with critical damping, it too may overshoot the equilibrium position, but will reach equilibrium over a longer period of time. #figure(figph[The given graph is of displacement, along y-axis, versus time along x axis. Symbol for displacement is given as X subscript zero and for time is given as t. Two curves start at a point along the y axis, where X subscript zero is greater than zero. Curve A is curved downward and meets x axis at a point. Curve B is curved upward and is over curve A and meets x axis at a point which is toward the far right of the meeting point of the curve A and x axis.], alt: "The given graph is of displacement, along y-axis, versus time along x axis. Symbol for displacement is given as X subscript zero and for time is given as t. Two curves start at a point along the y axis, where X subscript zero is greater than zero. Curve A is curved downward and meets x axis at a point. Curve B is curved upward and is over curve A and meets x axis at a point which is toward the far right of the meeting point of the curve A and x axis.", caption: [Displacement versus time for a critically damped harmonic oscillator (A) and an overdamped harmonic oscillator (B). The critically damped oscillator returns to equilibrium at #math.equation(block: false, alt: "X equals 0")[$X = 0$] in the smallest time possible without overshooting.]) Critical damping is often desired, because such a system returns to equilibrium rapidly and remains at equilibrium as well. In addition, a constant force applied to a critically damped system moves the system to a new equilibrium position in the shortest time possible without overshooting or oscillating about the new position. For example, when you stand on bathroom scales that have a needle gauge, the needle moves to its equilibrium position without oscillating. It would be quite inconvenient if the needle oscillated about the new equilibrium position for a long time before settling. Damping forces can vary greatly in character. Friction, for example, is sometimes independent of velocity (as assumed in most places in this text). But many damping forces depend on velocity—sometimes in complex ways, sometimes simply being proportional to velocity. #examplebox("Example 1")[Damping an Oscillatory Motion: Friction on an Object Connected to a Spring][ Damping oscillatory motion is important in many systems, and the ability to control the damping is even more so. This is generally attained using non-conservative forces such as the friction between surfaces, and viscosity for objects moving through fluids. The following example considers friction. Suppose a 0.200-kg object is connected to a spring as shown in , but there is simple friction between the object and the surface, and the coefficient of friction #math.equation(block: false, alt: "μ sub k")[$μ_(k)$] is equal to 0.0800. (a) What is the frictional force between the surfaces? (b) What total distance does the object travel if it is released 0.100 m from equilibrium, starting at #math.equation(block: false, alt: "v equals 0")[$v = 0$]? The force constant of the spring is #math.equation(block: false, alt: "k equals 50 . 0 N/m")[$k = "50" "." 0 N/m$]. #figure(figph[ The given figure (a) shows a spring on a frictionless surface attached to a bar or wall from the left side and on the right side of the spring, there is an object attached with mass m. Its amplitude is given by X, and X is equal to zero at the equilibrium level. Force F is applied to it from the right side, represented by a red arrow pointing toward the left and velocity v is equal to zero. An arrow showing the direction of force is also given alongside this figure as well as with the other four figures. The energy of the object is half k x squared. In the given figure (b), after force is applied, the object moves to the left, compressing the spring slightly. The displacement of the object from its initial position is indicated by dots. The force F, here is equal to zero and velocity v, is maximum in the negative direction or the left. The energy of the object in this case is half m times negative v-max whole squared. In the given figure (c), the spring has been compressed the maximum limit, and the amplitude is minus X. Now the force is toward the right, indicated here with a red arrow pointing to the right and the velocity, v, is zero. The energy of the object now is half k times negative x whole squared. In the given figure (d), the spring is shown released from its compressed position and the object has moved toward the right side to reach the equilibrium level. Here, F is equal to zero, and the velocity, v, is the maximum. The energy of the object becomes half k times v max squared. In the given figure (e), the spring has been stretched loose to the maximum possible limit and the object has moved to the far right. Now the velocity v, here is equal to zero and the direction of force is toward the left. As shown here, F is equal to zero. The energy of the object in this case is half k times x squared.], alt: "The given figure (a) shows a spring on a frictionless surface attached to a bar or wall from the left side and on the right side of the spring, there is an object attached with mass m. Its amplitude is given by X, and X is equal to zero at the equilibrium level. Force F is applied to it from the right side, represented by a red arrow pointing toward the left and velocity v is equal to zero. An arrow showing the direction of force is also given alongside this figure as well as with the other four figures. The energy of the object is half k x squared. In the given figure (b), after force is applied, the object moves to the left, compressing the spring slightly. The displacement of the object from its initial position is indicated by dots. The force F, here is equal to zero and velocity v, is maximum in the negative direction or the left. The energy of the object in this case is half m times negative v-max whole squared. In the given figure (c), the spring has been compressed the maximum limit, and the amplitude is minus X. Now the force is toward the right, indicated here with a red arrow pointing to the right and the velocity, v, is zero. The energy of the object now is half k times negative x whole squared. In the given figure (d), the spring is shown released from its compressed position and the object has moved toward the right side to reach the equilibrium level. Here, F is equal to zero, and the velocity, v, is the maximum. The energy of the object becomes half k times v max squared. In the given figure (e), the spring has been stretched loose to the maximum possible limit and the object has moved to the far right. Now the velocity v, here is equal to zero and the direction of force is toward the left. As shown here, F is equal to zero. The energy of the object in this case is half k times x squared.", caption: [The transformation of energy in simple harmonic motion is illustrated for an object attached to a spring on a frictionless surface.]) Strategy This problem requires you to integrate your knowledge of various concepts regarding waves, oscillations, and damping. To solve an integrated concept problem, you must first identify the physical principles involved. Part (a) is about the frictional force. This is a topic involving the application of Newton’s Laws. Part (b) requires an understanding of work and conservation of energy, as well as some understanding of horizontal oscillatory systems. Now that we have identified the principles we must apply in order to solve the problems, we need to identify the knowns and unknowns for each part of the question, as well as the quantity that is constant in Part (a) and Part (b) of the question. Solution a + Choose the proper equation: Friction is #math.equation(block: false, alt: "f equals μ sub k mg")[$f = μ_(k) "mg"$]. + Identify the known values. + Enter the known values into the equation: #math.equation(block: true, alt: "f equals (0.0800) (0 .200 kg) (9 .80 m / s squared ) .")[$f = "(0.0800)" \(0 ".200 kg)" \(9 ".80 m" / "s"^("2") ")" .$] + Calculate and convert units: #math.equation(block: false, alt: "f equals 0.157 N .")[$f = "0.157 N" .$] Discussion a The force here is small because the system and the coefficients are small. Solution b Identify the known: - The system involves elastic potential energy as the spring compresses and expands, friction that is related to the work done, and the kinetic energy as the body speeds up and slows down. - Energy is not conserved as the mass oscillates because friction is a non-conservative force. - The motion is horizontal, so gravitational potential energy does not need to be considered. - Because the motion starts from rest, the energy in the system is initially #math.equation(block: false, alt: "PE sub el,i equals open parenthesis 1 / 2 close parenthesis kX squared")[$"PE"_("el,i") = ( 1 / 2 ) "kX"^(2)$]. This energy is removed by work done by friction #math.equation(block: false, alt: "W sub nc equals minus fd")[$W_("nc") = − "fd"$], where #math.equation(block: false, alt: "d")[$d$] is the total distance traveled and #math.equation(block: false, alt: "f equals μ sub k mg")[$f = μ_("k") "mg"$] is the force of friction. When the system stops moving, the friction force will balance the force exerted by the spring, so #math.equation(block: false, alt: "PE sub e1,f equals open parenthesis 1 / 2 close parenthesis kx squared")[$attach(" PE ", b: " e1,f ") = ( 1 / 2 ) attach(" kx ", t: 2)$] where #math.equation(block: false, alt: "x")[$x$] is the final position and is given by #math.equation(block: true, alt: "F sub el, equals, f; kx, equals, μ sub k mg; x, equals, the fraction μ sub k mg over k .")[$F_("el") & = & f \ "kx" & = & μ_("k") "mg" \ x & = & frac(μ_("k") "mg", k) .$] + By equating the work done to the energy removed, solve for the distance #math.equation(block: false, alt: "d")[$d$] . + The work done by the non-conservative forces equals the initial, stored elastic potential energy. Identify the correct equation to use: #math.equation(block: true, alt: "W sub nc equals Δ KE plus PE equals PE sub el,f minus PE sub el,i equals the fraction 1 over 2 k the fraction μ sub k mg over k squared minus X squared .")[$attach(" W ", b: " nc ") = Δ " KE " + " PE " = attach(" PE ", b: " el,f ") − attach(" PE ", b: " el,i ") = frac(1, 2) k attach(frac(μ_(k) " mg ", k), t: 2) − X^(2) .$] + Recall that #math.equation(block: false, alt: "W sub nc equals minus fd")[$W_("nc") = − "fd"$]. + Enter the friction as #math.equation(block: false, alt: "f equals μ sub k mg")[$f = μ_("k") "mg"$] into #math.equation(block: false, alt: "W sub nc equals minus fd")[$W_("nc") = − "fd"$], thus #math.equation(block: true, alt: "W sub nc equals minus μ sub k mgd .")[$W_("nc") = attach(− μ, b: "k") "mgd" .$] + Combine these two equations to find #math.equation(block: true, alt: "the fraction 1 over 2 k the fraction μ sub k mg over k squared minus X squared equals minus μ sub k mgd .")[$frac(1, 2) k attach(frac(μ_(k) " mg ", k), t: 2) − X^(2) = − μ_(" k ") " mgd " .$] + Solve the equation for #math.equation(block: false, alt: "d")[$d$] : #math.equation(block: true, alt: "d equals the fraction k over 2 μ sub k mg open parenthesis X squared minus open parenthesis the fraction μ sub k mg over k close parenthesis squared close parenthesis .")[$d = frac("k", attach("2" μ, b: "k") "mg") ( X^(2) − attach(( frac(μ_("k") "mg", k) ), t: 2) ) .$] + Enter the known values into the resulting equation: #math.equation(block: true, alt: "d equals; the fraction 50.0 N/m over 2 open parenthesis 0.0800 close parenthesis open parenthesis 0.200 kg close parenthesis open parenthesis 9.80 m/s squared close parenthesis open parenthesis open parenthesis 0.100 m close parenthesis squared minus open parenthesis the fraction open parenthesis 0.0800 close parenthesis open parenthesis 0.200 kg close parenthesis open parenthesis 9.80 m/s squared close parenthesis over 50.0 N/m close parenthesis squared close parenthesis .")[$d = \ frac(50.0 N/m, 2 ( 0.0800 ) ( 0.200 #h(0.25em) "kg" ) ( 9.80 #h(0.25em) "m/s"^(2) )) ( attach(( 0.100 #h(0.25em) "m" ), t: 2) − attach(( frac(( 0.0800 ) ( 0.200 #h(0.25em) "kg" ) ( 9.80 #h(0.25em) "m/s"^(2) ), 50.0 #h(0.25em) "N/m") ), t: 2) ) .$] + Calculate #math.equation(block: false, alt: "d")[$d$] and convert units: #math.equation(block: true, alt: "d equals 1 . 59 m .")[$d = 1 "." "59" #h(0.25em) "m" .$] Discussion b This is the total distance traveled back and forth across #math.equation(block: false, alt: "x equals 0")[$x = 0$], which is the undamped equilibrium position. The number of oscillations about the equilibrium position will be more than #math.equation(block: false, alt: "d / X equals open parenthesis 1 . 59 m close parenthesis / open parenthesis 0 . 100 m close parenthesis equals 15 . 9")[$d / X = ( 1 " . " " 59 " #h(0.25em) " m " ) / ( 0 " . " " 100 " #h(0.25em) " m " ) = " 15 " " . " 9$] because the amplitude of the oscillations is decreasing with time. At the end of the motion, this system will not return to #math.equation(block: false, alt: "x equals 0")[$x = 0$] for this type of damping force, because static friction will exceed the restoring force. This system is underdamped. In contrast, an overdamped system with a simple constant damping force would not cross the equilibrium position #math.equation(block: false, alt: "x equals 0")[$x = 0$] a single time. For example, if this system had a damping force 20 times greater, it would only move 0.0484 m toward the equilibrium position from its original 0.100-m position. This worked example illustrates how to apply problem-solving strategies to situations that integrate the different concepts you have learned. The first step is to identify the physical principles involved in the problem. The second step is to solve for the unknowns using familiar problem-solving strategies. These are found throughout the text, and many worked examples show how to use them for single topics. In this integrated concepts example, you can see how to apply them across several topics. You will find these techniques useful in applications of physics outside a physics course, such as in your profession, in other science disciplines, and in everyday life. ] Why are completely undamped harmonic oscillators so rare? #solutionbox[ Friction often comes into play whenever an object is moving. Friction causes damping in a harmonic oscillator. ] Describe the difference between overdamping, underdamping, and critical damping. #solutionbox[ An overdamped system moves slowly toward equilibrium. An underdamped system moves quickly to equilibrium, but will oscillate about the equilibrium point as it does so. A critically damped system moves as quickly as possible toward equilibrium without oscillating about the equilibrium. ] === Test Prep for AP Courses The non-conservative damping force removes energy from a system in which form? + Mechanical energy + Electrical energy + Thermal energy + None of the above #solutionbox[ (c) ] The time rate of change of mechanical energy for a damped oscillator is always: + 0 + Negative + Positive + Undefined A 0.5-kg object is connected to a spring that undergoes oscillatory motion. There is friction between the object and the surface it is kept on given by coefficient of friction #math.equation(block: false, alt: "μ sub k equals 0.06")[$μ_(k) " " = " " 0.06$]. If the object is released 0.2 m from equilibrium, what is the distance that the object travels? Given that the force constant of the spring is 50 N m#super[-1] and the frictional force between the objects is 0.294 N. #solutionbox[ #math.equation(block: true, alt: "d equals the fraction k over 2 μ sub K m g open parenthesis X squared minus the fraction μ sub K m g over k close parenthesis squared")[$d " " = " " frac(k, 2 μ_(K) m g) attach(( X^(2) − frac(μ_(K) m g, k) ), t: 2)$] #math.equation(block: true, alt: "w h e r e k equals 50 N times m to the power minus 1")[$w h e r e " " k " " = " " 50 " " "N" ⋅ "m"^(− 1)$] #math.equation(block: true, alt: "μ sub k equals 0.06")[$μ_(k) " " = " " 0.06$] #math.equation(block: true, alt: "m equals 0.5 kg")[$m " " = " " 0.5 "kg"$] #math.equation(block: true, alt: "d equals the fraction 50 N times m to the power minus 1 over 2 times 0.06 times 9.8 m times s to the power minus 2 open parenthesis open parenthesis 0.2 close parenthesis squared minus open parenthesis the fraction open parenthesis 0.06 times 0.5 kg times 9.8 m times s to the power minus 2 close parenthesis squared over open parenthesis 50 N times m to the power minus 1 close parenthesis squared close parenthesis close parenthesis")[$d " " = " " frac(50 "N" ⋅ "m"^(− 1), 2 × 0.06 × 9.8 "m" ⋅ "s"^(− 2)) ( attach(( 0.2 ), t: 2) − ( frac(attach(( 0.06 × 0.5 "kg" × 9.8 "m" ⋅ "s"^(− 2) ), t: 2), attach(( 50 "N" ⋅ "m"^(− 1) ), t: 2)) ) )$] #math.equation(block: true, alt: "equals 1.698 m")[$= " " 1.698 " " "m"$] ] === Section Summary - Damped harmonic oscillators have non-conservative forces that dissipate their energy. - Critical damping returns the system to equilibrium as fast as possible without overshooting. - An underdamped system will oscillate through the equilibrium position. - An overdamped system moves more slowly toward equilibrium than one that is critically damped. === Conceptual Questions Give an example of a damped harmonic oscillator. (They are more common than undamped or simple harmonic oscillators.) How would a car bounce after a bump under each of these conditions? - overdamping - underdamping - critical damping Most harmonic oscillators are damped and, if undriven, eventually come to a stop. How is this observation related to the second law of thermodynamics? === Problems & Exercises The amplitude of a lightly damped oscillator decreases by #math.equation(block: false, alt: "3 . 0%")[$3 "." 0%$] during each cycle. What percentage of the mechanical energy of the oscillator is lost in each cycle?