#set document(title: "10.3 Dynamics of Rotational Motion: Rotational Inertia", 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")) == 10.3#h(0.6em)Dynamics of Rotational Motion: Rotational Inertia === Learning Objectives By the end of this section, you will be able to: - Understand the relationship between force, mass and acceleration. - Study the turning effect of force. - Study the analogy between force and torque, mass and moment of inertia, and linear acceleration and angular acceleration. If you have ever spun a bike wheel or pushed a merry-go-round, you know that force is needed to change angular velocity as seen in . In fact, your intuition is reliable in predicting many of the factors that are involved. For example, we know that a door opens slowly if we push too close to its hinges. Furthermore, we know that the more massive the door, the more slowly it opens. The first example implies that the farther the force is applied from the pivot, the greater the angular acceleration; another implication is that angular acceleration is inversely proportional to mass. These relationships should seem very similar to the familiar relationships among force, mass, and acceleration embodied in Newton’s second law of motion. There are, in fact, precise rotational analogs to both force and mass. #figure(figph[The given figure shows a bike tire being pulled by a hand with a force F backward indicated by a red horizontal arrow that produces an angular acceleration alpha indicated by a curved yellow arrow in counter-clockwise direction.], alt: "The given figure shows a bike tire being pulled by a hand with a force F backward indicated by a red horizontal arrow that produces an angular acceleration alpha indicated by a curved yellow arrow in counter-clockwise direction.", caption: [Force is required to spin the bike wheel. The greater the force, the greater the angular acceleration produced. The more massive the wheel, the smaller the angular acceleration. If you push on a spoke closer to the axle, the angular acceleration will be smaller.]) To develop the precise relationship among force, mass, radius, and angular acceleration, consider what happens if we exert a force #math.equation(block: false, alt: "F")[$F$] on a point mass #math.equation(block: false, alt: "m")[$m$] that is at a distance #math.equation(block: false, alt: "r")[$r$] from a pivot point, as shown. Because the force is perpendicular to #math.equation(block: false, alt: "r")[$r$], an acceleration #math.equation(block: false, alt: "a equals the fraction F over m")[$a = frac(F, m)$] is obtained in the direction of #math.equation(block: false, alt: "F")[$F$]. We can rearrange this equation such that #math.equation(block: false, alt: "F equals ma")[$F = "ma"$] and then look for ways to relate this expression to expressions for rotational quantities. We note that #math.equation(block: false, alt: "a equals rα")[$a = "rα"$], and we substitute this expression into #math.equation(block: false, alt: "F equals ma")[$F = "ma"$], yielding #math.equation(block: true, alt: "F equals mr α .")[$F = "mr" α "."$] Recall that #strong[torque] is the turning effectiveness of a force. In this case, because #math.equation(block: false, alt: "F")[$"F"$] is perpendicular to #math.equation(block: false, alt: "r")[$r$], torque is simply #math.equation(block: false, alt: "τ equals Fr")[$τ = "Fr"$]. So, if we multiply both sides of the equation above by #math.equation(block: false, alt: "r")[$r$], we get torque on the left-hand side. That is, #math.equation(block: true, alt: "rF equals mr squared α")[$"rF" = "mr"^(2) α$] or #math.equation(block: true, alt: "τ equals mr squared α.")[$τ = "mr"^(2) "α."$] This last equation is the rotational analog of Newton’s second law (#math.equation(block: false, alt: "F equals ma")[$F = "ma"$]), where torque is analogous to force, angular acceleration is analogous to translational acceleration, and #math.equation(block: false, alt: "mr squared")[$"mr"^(2)$] is analogous to mass (or inertia). The quantity #math.equation(block: false, alt: "mr squared")[$"mr"^(2)$] is called the #strong[rotational inertia] or #strong[moment of inertia] of a point mass #math.equation(block: false, alt: "m")[$m$] a distance #math.equation(block: false, alt: "r")[$r$] from the center of rotation. #figure(figph[The given figure shows an object of mass m, kept on a horizontal frictionless table, attached to a pivot point, which is in the center of the table, by a cord that supplies centripetal force. A force F is applied to the object perpendicular to the radius r, which is indicated by a red arrow tangential to the circle, causing the object to move in counterclockwise direcion.], alt: "The given figure shows an object of mass m, kept on a horizontal frictionless table, attached to a pivot point, which is in the center of the table, by a cord that supplies centripetal force. A force F is applied to the object perpendicular to the radius r, which is indicated by a red arrow tangential to the circle, causing the object to move in counterclockwise direcion.", caption: [An object is supported by a horizontal frictionless table and is attached to a pivot point by a cord that supplies centripetal force. A force #math.equation(block: false, alt: "F")[$F$] is applied to the object perpendicular to the radius #math.equation(block: false, alt: "r")[$r$], causing it to accelerate about the pivot point. The force is kept perpendicular to #math.equation(block: false, alt: "r")[$r$].]) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Rotational Motion Dynamics] Dynamics for rotational motion is completely analogous to linear or translational dynamics. Dynamics is concerned with force and mass and their effects on motion. For rotational motion, we will find direct analogs to force and mass that behave just as we would expect from our earlier experiences. ] === Rotational Inertia and Moment of Inertia Before we can consider the rotation of anything other than a point mass like the one in , we must extend the idea of rotational inertia to all types of objects. To expand our concept of rotational inertia, we define the #strong[moment of inertia] #math.equation(block: false, alt: "I")[$I$] of an object to be the sum of #math.equation(block: false, alt: "mr squared")[$"mr"^(2)$] for all the point masses of which it is composed. That is, #math.equation(block: false, alt: "I equals ∑ mr squared")[$I = ∑ "mr"^(2)$]. Here #math.equation(block: false, alt: "I")[$I$] is analogous to #math.equation(block: false, alt: "m")[$m$] in translational motion. Because of the distance #math.equation(block: false, alt: "r")[$r$], the moment of inertia for any object depends on the chosen axis. Actually, calculating #math.equation(block: false, alt: "I")[$I$] is beyond the scope of this text except for one simple case—that of a hoop, which has all its mass at the same distance from its axis. A hoop’s moment of inertia around its axis is therefore #math.equation(block: false, alt: "MR squared")[$"MR"^(2)$], where #math.equation(block: false, alt: "M")[$M$] is its total mass and #math.equation(block: false, alt: "R")[$R$] its radius. (We use #math.equation(block: false, alt: "M")[$M$] and #math.equation(block: false, alt: "R")[$R$] for an entire object to distinguish them from #math.equation(block: false, alt: "m")[$m$] and #math.equation(block: false, alt: "r")[$r$] for point masses.) In all other cases, we must consult (note that the table is piece of artwork that has shapes as well as formulae) for formulas for #math.equation(block: false, alt: "I")[$I$] that have been derived from integration over the continuous body. Note that #math.equation(block: false, alt: "I")[$I$] has units of mass multiplied by distance squared (#math.equation(block: false, alt: "kg times m squared")[$"kg" ⋅ "m"^(2)$]), as we might expect from its definition. The general relationship among torque, moment of inertia, and angular acceleration is #math.equation(block: true, alt: "net τ equals Iα")[$"net τ" = "Iα"$] or #math.equation(block: true, alt: "α equals the fraction net τ over I ,")[$α = frac("net τ", I) ","$] where net #math.equation(block: false, alt: "τ")[$τ$] is the total torque from all forces relative to a chosen axis. For simplicity, we will only consider torques exerted by forces in the plane of the rotation. Such torques are either positive or negative and add like ordinary numbers. The relationship in #math.equation(block: false, alt: "τ equals Iα , α equals the fraction net τ over I")[$τ = "Iα" , α = frac("net τ", I)$] is the rotational analog to Newton’s second law and is very generally applicable. This equation is actually valid for #emph[any] torque, applied to #emph[any] object, relative to #emph[any] axis. As we might expect, the larger the torque is, the larger the angular acceleration is. For example, the harder a child pushes on a merry-go-round, the faster it accelerates. Furthermore, the more massive a merry-go-round, the slower it accelerates for the same torque. The basic relationship between moment of inertia and angular acceleration is that the larger the moment of inertia, the smaller is the angular acceleration. But there is an additional twist. The moment of inertia depends not only on the mass of an object, but also on its #emph[distribution] of mass relative to the axis around which it rotates. For example, it will be much easier to accelerate a merry-go-round full of children if they stand close to its axis than if they all stand at the outer edge. The mass is the same in both cases, but the moment of inertia is much larger when the children are at the edge. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Take-Home Experiment] Cut out a circle that has about a 10 cm radius from stiff cardboard. Near the edge of the circle, write numbers 1 to 12 like hours on a clock face. Position the circle so that it can rotate freely about a horizontal axis through its center, like a wheel. (You could loosely nail the circle to a wall.) Hold the circle stationary and with the number 12 positioned at the top, attach a lump of blue putty (sticky material used for fixing posters to walls) at the number 3. How large does the lump need to be to just rotate the circle? Describe how you can change the moment of inertia of the circle. How does this change affect the amount of blue putty needed at the number 3 to just rotate the circle? Change the circle’s moment of inertia and then try rotating the circle by using different amounts of blue putty. Repeat this process several times. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Problem-Solving Strategy for Rotational Dynamics] + #emph[Examine the situation to determine that torque and mass are involved in the rotation]. Draw a careful sketch of the situation. + #emph[Determine the system of interest]. + #emph[Draw a free body diagram]. That is, draw and label all external forces acting on the system of interest. + #emph[Apply #math.equation(block: false, alt: "net τ equals Iα , α equals the fraction net τ over I")[$"net τ" = "Iα" , α = frac("net τ", I)$], the rotational equivalent of Newton’s second law, to solve the problem]. Care must be taken to use the correct moment of inertia and to consider the torque about the point of rotation. + #emph[As always, check the solution to see if it is reasonable]. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections] In statics, the net torque is zero, and there is no angular acceleration. In rotational motion, net torque is the cause of angular acceleration, exactly as in Newton’s second law of motion for rotation. #figure(figph[Illustrations of ten different objects accompanied by their rotational inertias.], alt: "Illustrations of ten different objects accompanied by their rotational inertias.", caption: [Some rotational inertias.]) ] #examplebox("Example 1")[Calculating the Effect of Mass Distribution on a Merry-Go-Round][ Consider the father pushing a playground merry-go-round in . He exerts a force of 250 N at the edge of the 50.0-kg merry-go-round, which has a 1.50 m radius. Calculate the angular acceleration produced (a) when no one is on the merry-go-round and (b) when an 18.0-kg child sits 1.25 m away from the center. Consider the merry-go-round itself to be a uniform disk with negligible retarding friction. #figure(figph[The given figure shows a man pushing a merry-go-round by a force F, indicated by a red arrow which is perpendicular to the radius r, of the merry-go-round, such that it moves in counter-clockwise direction.], alt: "The given figure shows a man pushing a merry-go-round by a force F, indicated by a red arrow which is perpendicular to the radius r, of the merry-go-round, such that it moves in counter-clockwise direction.", caption: [A father pushes a playground merry-go-round at its edge and perpendicular to its radius to achieve maximum torque.]) Strategy Angular acceleration is given directly by the expression #math.equation(block: false, alt: "α equals the fraction net τ over I")[$α = frac("net τ", I)$] : #math.equation(block: true, alt: "α equals the fraction τ over I .")[$α = frac(τ, I) .$] To solve for #math.equation(block: false, alt: "α")[$α$], we must first calculate the torque #math.equation(block: false, alt: "τ")[$τ$] (which is the same in both cases) and moment of inertia #math.equation(block: false, alt: "I")[$I$] (which is greater in the second case). To find the torque, we note that the applied force is perpendicular to the radius and friction is negligible, so that #math.equation(block: true, alt: "τ equals rF sin θ equals open parenthesis 1.50 m close parenthesis open parenthesis 250 N close parenthesis equals 375 N times m.")[$upright(τ) = "rF" #h(0.25em) "sin θ" = ( "1.50 m" ) ( "250 N" ) = "375 N" ⋅ "m."$] Solution for (a) The moment of inertia of a solid disk about this axis is given in to be #math.equation(block: true, alt: "the fraction 1 over 2 MR squared ,")[$frac(1, 2) "MR"^(2) ","$] where #math.equation(block: false, alt: "M equals 50.0 kg")[$M = "50.0 kg"$] and #math.equation(block: false, alt: "R equals 1.50 m")[$R = "1.50 m"$], so that #math.equation(block: true, alt: "I equals (0 . 500) open parenthesis 50.0 kg close parenthesis open parenthesis 1.50 m close parenthesis squared equals 56.25 kg times m squared .")[$I = (0 "." 500) ( "50.0 kg" ) ( "1.50 m" )^(2) = "56.25 kg" ⋅ "m"^(2) "."$] Now, after we substitute the known values, we find the angular acceleration to be #math.equation(block: true, alt: "α equals the fraction τ over I equals the fraction 375 N ⋅ m over 56.25 kg times m squared equals 6.67 the fraction rad over s squared .")[$α = frac(τ, I) = frac("375 N" #h(0.25em) "⋅" #h(0.25em) "m", "56.25 kg" ⋅ "m"^(2)) = "6.67" frac("rad", "s"^(2)) "."$] Solution for (b) We expect the angular acceleration for the system to be less in this part, because the moment of inertia is greater when the child is on the merry-go-round. To find the total moment of inertia #math.equation(block: false, alt: "I")[$I$], we first find the child’s moment of inertia #math.equation(block: false, alt: "I sub c")[$I_("c")$] by considering the child to be equivalent to a point mass at a distance of 1.25 m from the axis. Then, #math.equation(block: true, alt: "I sub c equals MR squared equals open parenthesis 18.0 kg close parenthesis open parenthesis 1.25 m close parenthesis squared equals 28.13 kg times m squared .")[$I_("c") = "MR"^(2) = ( "18.0 kg" ) ( "1.25 m" )^(2) = "28.13 kg" ⋅ "m"^(2) "."$] The total moment of inertia is the sum of moments of inertia of the merry-go-round and the child (about the same axis). To justify this sum to yourself, examine the definition of #math.equation(block: false, alt: "I")[$I$]: #math.equation(block: true, alt: "I equals 28.13 kg times m squared plus 56.25 kg times m squared equals 84.38 kg times m squared .")[$I = "28.13 kg" ⋅ "m"^(2) + "56.25 kg" ⋅ "m"^(2) = "84.38 kg" ⋅ "m"^(2) .$] Substituting known values into the equation for #math.equation(block: false, alt: "α")[$α$] gives #math.equation(block: true, alt: "α equals the fraction τ over I equals the fraction 375 N times m over 84.38 kg times m squared equals 4.44 the fraction rad over s squared .")[$α = frac("τ", I) = frac("375 N" ⋅ "m", "84.38 kg" ⋅ "m"^(2)) = "4.44" frac("rad", "s"^(2)) "."$] Discussion The angular acceleration is less when the child is on the merry-go-round than when the merry-go-round is empty, as expected. The angular accelerations found are quite large, partly due to the fact that friction was considered to be negligible. If, for example, the father kept pushing perpendicularly for 2.00 s, he would give the merry-go-round an angular velocity of 13.3 rad/s when it is empty but only 8.89 rad/s when the child is on it. In terms of revolutions per second, these angular velocities are 2.12 rev/s and 1.41 rev/s, respectively. The father would end up running at about 50 km/h in the first case. Summer Olympics, here he comes! Confirmation of these numbers is left as an exercise for the reader. ] Torque is the analog of force and moment of inertia is the analog of mass. Force and mass are physical quantities that depend on only one factor. For example, mass is related solely to the numbers of atoms of various types in an object. Are torque and moment of inertia similarly simple? #solutionbox[ No. Torque depends on three factors: force magnitude, force direction, and point of application. Moment of inertia depends on both mass and its distribution relative to the axis of rotation. So, while the analogies are precise, these rotational quantities depend on more factors. ] === Test Prep for AP Courses A piece of wood can be carved by spinning it on a motorized lathe and holding a sharp chisel to the edge of the wood as it spins. How does the angular velocity of a piece of wood with a radius of 0.2 m spinning on a lathe change when a chisel is held to the wood's edge with a force of 50 N? + It increases by 10 N⋅m multiplied by the moment of inertia of the wood. + It decreases by 10 N⋅m divided by the moment of inertia of the wood-and-lathe system. + It decreases by 10 N⋅m multiplied by the moment of inertia of the wood. + It decreases by 10 m/s#super[2]. #solutionbox[ (b) ] A Ferris wheel is loaded with people in the chairs at the following positions: 4 o'clock, 1 o'clock, 9 o'clock, and 6 o'clock. As the wheel begins to turn, what forces are acting on the system? How will each force affect the angular velocity and angular momentum? A lever is placed on a fulcrum. A rock is placed on the left end of the lever and a downward (clockwise) force is applied to the right end of the lever. What measurements would be most effective to help you determine the angular momentum of the system? (Assume the lever itself has negligible mass.) + the angular velocity and mass of the rock + the angular velocity and mass of the rock, and the radius of the lever + the velocity of the force, the radius of the lever, and the mass of the rock + the mass of the rock, the length of the lever on both sides of the fulcrum, and the force applied on the right side of the lever #solutionbox[ (d) ] You can use the following setup to determine angular acceleration and angular momentum: A lever is placed on a fulcrum. A rock is placed on the left end of the lever and a known downward (clockwise) force is applied to the right end of the lever. What calculations would you perform? How would you account for gravity in your calculations? Consider two sizes of disk, both of mass #emph[M]. One size of disk has radius #emph[R]; the other has radius 2#emph[R]. System A consists of two of the larger disks rigidly connected to each other with a common axis of rotation. System B consists of one of the larger disks and a number of the smaller disks rigidly connected with a common axis of rotation. If the moment of inertia for system A equals the moment of inertia for system B, how many of the smaller disks are in system B? + 1 + 2 + 3 + 4 #solutionbox[ (d) You are given a thin rod of length 1.0 m and mass 2.0 kg, a small lead weight of 0.50 kg, and a not-so-small lead weight of 1.0 kg. The rod has three holes, one in each end and one through the middle, which may either hold a pivot point or one of the small lead weights. ] You are given a thin rod of length 1.0 m and mass 2.0 kg, a small lead weight of 0.50 kg, and a not-so-small lead weight of 1.0 kg. The rod has three holes, one in each end and one through the middle, which may either hold a pivot point or one of the small lead weights. How do you arrange these objects so that the resulting system has the maximum possible moment of inertia? What is that moment of inertia? do you arrange these objects so that the resulting system has the maximum possible moment of inertia? What is that moment of inertia? === Section Summary - The farther the force is applied from the pivot, the greater is the angular acceleration; angular acceleration is inversely proportional to mass. - If we exert a force #math.equation(block: false, alt: "F")[$F$] on a point mass #math.equation(block: false, alt: "m")[$m$] that is at a distance #math.equation(block: false, alt: "r")[$r$] from a pivot point and because the force is perpendicular to #math.equation(block: false, alt: "r")[$r$], an acceleration #math.equation(block: false, alt: "a = F/m")[$"a = F/m"$] is obtained in the direction of #math.equation(block: false, alt: "F")[$F$]. We can rearrange this equation such that #math.equation(block: true, alt: "F = ma ,")[$"F = ma" ","$]and then look for ways to relate this expression to expressions for rotational quantities. We note that #math.equation(block: false, alt: "a = rα")[$"a = rα"$], and we substitute this expression into #math.equation(block: false, alt: "F=ma")[$"F=ma"$], yielding #math.equation(block: true, alt: "F=mrα")[$"F=mrα"$] - Torque is the turning effectiveness of a force. In this case, because #math.equation(block: false, alt: "F")[$F$] is perpendicular to #math.equation(block: false, alt: "r")[$r$], torque is simply #math.equation(block: false, alt: "τ equals rF")[$τ = italic("rF")$]. If we multiply both sides of the equation above by #math.equation(block: false, alt: "r")[$r$], we get torque on the left-hand side. That is, #math.equation(block: true, alt: "rF equals mr squared α")[$"rF" = "mr"^(2) α$]or #math.equation(block: true, alt: "τ equals mr squared α .")[$τ = "mr"^(2) α "."$] - The moment of inertia #math.equation(block: false, alt: "I")[$I$] of an object is the sum of #math.equation(block: false, alt: "MR squared")[$"MR"^(2)$] for all the point masses of which it is composed. That is, #math.equation(block: true, alt: "I equals ∑ mr squared .")[$I = ∑ "mr"^(2) "."$] - The general relationship among torque, moment of inertia, and angular acceleration is #math.equation(block: true, alt: "τ equals Iα")[$τ = "Iα"$]or #math.equation(block: true, alt: "α equals the fraction net τ over I times")[$α = frac("net τ", I) ⋅$] === Conceptual Questions The moment of inertia of a long rod spun around an axis through one end perpendicular to its length is #math.equation(block: false, alt: "ML squared /3")[$italic("ML")^(2) "/3"$]. Why is this moment of inertia greater than it would be if you spun a point mass #math.equation(block: false, alt: "M")[$M$] at the location of the center of mass of the rod (at #math.equation(block: false, alt: "L / 2")[$L / 2$] )? (That would be #math.equation(block: false, alt: "ML squared /4")[$italic("ML")^(2) "/4"$].) Why is the moment of inertia of a hoop that has a mass #math.equation(block: false, alt: "M")[$M$] and a radius #math.equation(block: false, alt: "R")[$R$] greater than the moment of inertia of a disk that has the same mass and radius? Why is the moment of inertia of a spherical shell that has a mass #math.equation(block: false, alt: "M")[$M$] and a radius #math.equation(block: false, alt: "R")[$R$] greater than that of a solid sphere that has the same mass and radius? Give an example in which a small force exerts a large torque. Give another example in which a large force exerts a small torque. While reducing the mass of a racing bike, the greatest benefit is realized from reducing the mass of the tires and wheel rims. Why does this allow a racer to achieve greater accelerations than would an identical reduction in the mass of the bicycle’s frame? #figure(figph[The given figure shows a racing bicycle leaning on a door.], alt: "The given figure shows a racing bicycle leaning on a door.", caption: [The image shows a side view of a racing bicycle. Can you see evidence in the design of the wheels on this racing bicycle that their moment of inertia has been purposely reduced?]) A ball slides up a frictionless ramp. It is then rolled without slipping and with the same initial velocity up another frictionless ramp (with the same slope angle). In which case does it reach a greater height, and why? === Problems & Exercises This problem considers additional aspects of example Calculating the Effect of Mass Distribution on a Merry-Go-Round. (a) Consider part b of that example, when the child is sitting on the merry-go-round. How long does it take the father to give the merry-go-round an angular velocity of 1.50 rad/s? (b) How many revolutions must he go through to generate this velocity? (c) If he exerts a slowing force of 300 N at a radius of 1.35 m, how long would it take him to stop them? #solutionbox[ (a) 0.338 s (b) 0.0403 rev (c) 0.313 s ] Calculate the moment of inertia of a skater given the following information. (a) The 60.0-kg skater is approximated as a cylinder that has a 0.110-m radius. (b) The skater with arms extended is approximately a cylinder that is 52.5 kg, has a 0.110-m radius, and has two 0.900-m-long arms which are 3.75 kg each and extend straight out from the cylinder like rods rotated about their ends. The triceps muscle in the back of the upper arm extends the forearm. This muscle in a professional boxer exerts a force of #math.equation(block: false, alt: "2.00 times 10 cubed N")[$"2.00" × "10"^(3) #h(0.25em) "N"$] with an effective perpendicular lever arm of 3.00 cm, producing an angular acceleration of the forearm of #math.equation(block: false, alt: "120 rad/s squared")[$"120" #h(0.25em) "rad/s"^(2)$]. What is the moment of inertia of the boxer’s forearm? #solutionbox[ #math.equation(block: true, alt: "0.50 kg times m squared")[$"0.50 kg" ⋅ "m"^(2)$] ] A soccer player extends her lower leg in a kicking motion by exerting a force with the muscle above the knee in the front of her leg. She produces an angular acceleration of #math.equation(block: false, alt: "30.00 rad/ s squared")[$30.00 "rad"/ "s"^(2)$] and her lower leg has a moment of inertia of #math.equation(block: false, alt: "0.750 kg times m squared")[$"0.750 kg" ⋅ "m"^(2)$]. What is the force exerted by the muscle if its effective perpendicular lever arm is 1.90 cm? Suppose you exert a force of 180 N tangential to a 0.280-m-radius 75.0-kg grindstone (a solid disk). (a)What torque is exerted? (b) What is the angular acceleration assuming negligible opposing friction? (c) What is the angular acceleration if there is an opposing frictional force of 20.0 N exerted 1.50 cm from the axis? #solutionbox[ (a) #math.equation(block: false, alt: "50.4 N times m")[$50.4 N ⋅ "m"$] (b) #math.equation(block: false, alt: "17.1 rad/s squared")[$"17.1" #h(0.25em) "rad/s"^(2)$] (c) #math.equation(block: false, alt: "17.0 rad/s squared")[$17.0 #h(0.25em) "rad/s"^(2)$] ] Consider the 12.0 kg motorcycle wheel shown. Assume it to be approximately an annular ring with an inner radius of 0.280 m and an outer radius of 0.330 m. The motorcycle is on its center stand, so that the wheel can spin freely. (a) If the drive chain exerts a force of 2200 N at a radius of 5.00 cm, what is the angular acceleration of the wheel? (b) What is the tangential acceleration of a point on the outer edge of the tire? (c) How long, starting from rest, does it take to reach an angular velocity of 80.0 rad/s? #figure(figph[The given figure shows the rear wheel of a motorcycle. A force F is indicated by a red arrow pointing leftward at a distance r from its center. Two arrows representing radii R-one and R-two are also indicated. A curved yellow arrow indicates an acceleration alpha and a curved blue arrow indicates an angular velocity omega, both in counter-clockwise direction.], alt: "The given figure shows the rear wheel of a motorcycle. A force F is indicated by a red arrow pointing leftward at a distance r from its center. Two arrows representing radii R-one and R-two are also indicated. A curved yellow arrow indicates an acceleration alpha and a curved blue arrow indicates an angular velocity omega, both in counter-clockwise direction.", caption: [A motorcycle wheel has a moment of inertia approximately that of an annular ring.]) Zorch, an archenemy of Superman, decides to slow Earth’s rotation to once per 28.0 h by exerting an opposing force at and parallel to the equator. Superman is not immediately concerned, because he knows Zorch can only exert a force of #math.equation(block: false, alt: "4.00 times 10 to the power 7 N")[$4.00 × "10"^(7) #h(0.25em) "N"$] (a little greater than a Saturn V rocket’s thrust). How long must Zorch push with this force to accomplish his goal? (This period gives Superman time to devote to other villains.) Explicitly show how you follow the steps found in Problem-Solving Strategy for Rotational Dynamics. #solutionbox[ #math.equation(block: true, alt: "3 . 96 times 10 to the power 18 s")[$3 "." "96" × "10"^("18") #h(0.25em) "s"$] or #math.equation(block: false, alt: "1.26 times 10 to the power 11 y")[$1.26 × "10"^("11") #h(0.25em) "y"$] ] An automobile engine can produce 200 N ∙ m of torque. Calculate the angular acceleration produced if 95.0% of this torque is applied to the drive shaft, axle, and rear wheels of a car, given the following information. The car is suspended so that the wheels can turn freely. Each wheel acts like a 15.0 kg disk that has a 0.180 m radius. The walls of each tire act like a 2.00-kg annular ring that has inside radius of 0.180 m and outside radius of 0.320 m. The tread of each tire acts like a 10.0-kg hoop of radius 0.330 m. The 14.0-kg axle acts like a rod that has a 2.00-cm radius. The 30.0-kg drive shaft acts like a rod that has a 3.20-cm radius. Starting with the formula for the moment of inertia of a rod rotated around an axis through one end perpendicular to its length #math.equation(block: false, alt: "open parenthesis I equals Mℓ squared / 3 close parenthesis")[$( I = "Mℓ"^(2) / 3 )$] , prove that the moment of inertia of a rod rotated about an axis through its center perpendicular to its length is #math.equation(block: false, alt: "I equals Mℓ squared / 12")[$I = "Mℓ"^(2) / 12$]. You will find the graphics in useful in visualizing these rotations. #solutionbox[ #math.equation(block: true, alt: "I sub end equals I sub center plus m the fraction l over 2 squared; Thus, I sub center equals I sub end minus the fraction 1 over 4 ml squared equals the fraction 1 over 3 ml squared minus the fraction 1 over 4 ml squared equals the fraction 1 over 12 ml squared")[$I_(" end ") = I_(" center ") + m attach(frac(l, 2), t: 2) \ " Thus, " #h(0.25em) I_(" center ") = I_(" end ") − frac(1, 4) attach(" ml ", t: 2) = frac(1, 3) attach(" ml ", t: 2) − frac(1, 4) attach(" ml ", t: 2) = frac(1, " 12 ") attach(" ml ", t: 2)$] ] Unreasonable Results A gymnast doing a forward flip lands on the mat and exerts a 500-N ∙ m torque to slow their angular velocity to zero. Their initial angular velocity is 10.0 rad/s, and their moment of inertia is #math.equation(block: false, alt: "0.050 kg times m squared")[$0.050 #h(0.25em) "kg" ⋅ "m"^(2)$]. (a) What time is required for the gymnast to exactly stop their spin? (b) What is unreasonable about the result? (c) Which premises are unreasonable or inconsistent? #solutionbox[ (a) 2.0 ms (b) The time interval is too short. (c) The moment of inertia is much too small, by one to two orders of magnitude. A torque of #math.equation(block: false, alt: "500 N times m")[$"500 N" ⋅ "m"$] is reasonable. ] Unreasonable Results An advertisement claims that an 800-kg car is aided by its 20.0-kg flywheel, which can accelerate the car from rest to a speed of 30.0 m/s. The flywheel is a disk with a 0.150-m radius. (a) Calculate the angular velocity the flywheel must have if 95.0% of its rotational energy is used to get the car up to speed. (b) What is unreasonable about the result? (c) Which premise is unreasonable or which premises are inconsistent? #solutionbox[ (a) 17,500 rpm (b) This angular velocity is very high for a disk of this size and mass. The radial acceleration at the edge of the disk is \> 50,000 gs. (c) Flywheel mass and radius should both be much greater, allowing for a lower spin rate (angular velocity). ]