#set document(title: "11.1 Rolling 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")) == 11.1#h(0.6em)Rolling Motion Rolling motion is that common combination of rotational and translational motion that we see everywhere, every day. Think about the different situations of wheels moving on a car along a highway, or wheels on a plane landing on a runway, or wheels on a robotic explorer on another planet. Understanding the forces and torques involved in #strong[rolling motion] is a crucial factor in many different types of situations. For analyzing rolling motion in this chapter, refer to in Fixed-Axis Rotation to find moments of inertia of some common geometrical objects. You may also find it useful in other calculations involving rotation. === Rolling Motion without Slipping People have observed rolling motion without slipping ever since the invention of the wheel. For example, we can look at the interaction of a car’s tires and the surface of the road. If the driver depresses the accelerator to the floor, such that the tires spin without the car moving forward, there must be kinetic friction between the wheels and the surface of the road. If the driver depresses the accelerator slowly, causing the car to move forward, then the tires roll without slipping. It is surprising to most people that, in fact, the bottom of the wheel is at rest with respect to the ground, indicating there must be static friction between the tires and the road surface. In , the bicycle is in motion with the rider staying upright. The tires have contact with the road surface, and, even though they are rolling, the bottoms of the tires deform slightly, do not slip, and are at rest with respect to the road surface for a measurable amount of time. There must be static friction between the tire and the road surface for this to be so. #figure(figph[Figure a is a photograph of a person riding a bicycle. The camera followed the bike, so the image of the bike and rider is sharp, the background is blurred due to bike’s motion. Figure b is a photograph of a bicycle wheel rolling on the ground, with the camera stationary relative to the ground. The wheel and spokes are blurred at the top but clear at the bottom.], alt: "Figure a is a photograph of a person riding a bicycle. The camera followed the bike, so the image of the bike and rider is sharp, the background is blurred due to bike’s motion. Figure b is a photograph of a bicycle wheel rolling on the ground, with the camera stationary relative to the ground. The wheel and spokes are blurred at the top but clear at the bottom.", caption: [(a) The bicycle moves forward, and its tires do not slip. The bottom of the slightly deformed tire is at rest with respect to the road surface for a measurable amount of time. (b) This image shows that the top of a rolling wheel appears blurred by its motion, but the bottom of the wheel is instantaneously at rest.]) To analyze rolling without slipping, we first derive the linear variables of velocity and acceleration of the center of mass of the wheel in terms of the angular variables that describe the wheel’s motion. The situation is shown. #figure(figph[Figure a shows a free body diagram of a wheel, including the location where the forces act. Four forces are shown: M g is a downward force acting on the center of the wheel. N is an upward force acting on the bottom of the wheel. F is a rightward force, acting on the center of the wheel, and f sub s is a leftward force acting on the bottom of the wheel. The force f sub s is smaller or equal to mu sub s times N. Figure b is an illustration of a wheel rolling without slipping on a horizontal surface. Point P is the contact point between the bottom of the wheel and the surface. The wheel has a clockwise rotation, an acceleration to the right of a sub C M and a velocity to the right of v sub V M. The relations omega equals v sub C M over R and alpha equals a sub C M over R are given. A coordinate system with positive x to the right and positive y up is shown. Figure c shows wheel in the center of mass frame. Point P has velocity vector in the negative direction with respect to the center of mass of the wheel. That vector is shown on the diagram and labeled as minus R omega i hat. It is tangent to the wheel at the bottom, and pointing to the left. Additional vectors at various locations on the rim of the wheel are shown, all tangent to the wheel and pointing clockwise.], alt: "Figure a shows a free body diagram of a wheel, including the location where the forces act. Four forces are shown: M g is a downward force acting on the center of the wheel. N is an upward force acting on the bottom of the wheel. F is a rightward force, acting on the center of the wheel, and f sub s is a leftward force acting on the bottom of the wheel. The force f sub s is smaller or equal to mu sub s times N. Figure b is an illustration of a wheel rolling without slipping on a horizontal surface. Point P is the contact point between the bottom of the wheel and the surface. The wheel has a clockwise rotation, an acceleration to the right of a sub C M and a velocity to the right of v sub V M. The relations omega equals v sub C M over R and alpha equals a sub C M over R are given. A coordinate system with positive x to the right and positive y up is shown. Figure c shows wheel in the center of mass frame. Point P has velocity vector in the negative direction with respect to the center of mass of the wheel. That vector is shown on the diagram and labeled as minus R omega i hat. It is tangent to the wheel at the bottom, and pointing to the left. Additional vectors at various locations on the rim of the wheel are shown, all tangent to the wheel and pointing clockwise.", caption: [(a) A wheel is pulled across a horizontal surface by a force #math.equation(block: false, alt: "F →")[$arrow(F)$]. The force of static friction #math.equation(block: false, alt: "f → sub s , | f → sub s | less than or equal to μ sub s N")[$arrow(f)_("s") , | arrow(f)_("s") | ≤ μ_("s") N$] is large enough to keep it from slipping. (b) The linear velocity and acceleration vectors of the center of mass and the relevant expressions for #math.equation(block: false, alt: "ω and α")[$ω #h(0.2em) "and" #h(0.2em) α$]. Point #emph[P] is at rest relative to the surface. (c) Relative to the center of mass (CM) frame, point #emph[P] has linear velocity #math.equation(block: false, alt: "− R ω i ^")[$"−" R ω hat(i)$].]) From (a), we see the force vectors involved in preventing the wheel from slipping. In (b), point #emph[P] that touches the surface is at rest relative to the surface. Relative to the center of mass, point #emph[P] has velocity #math.equation(block: false, alt: "− R ω i ^")[$"−" R ω hat(i)$], where #emph[R] is the radius of the wheel and #math.equation(block: false, alt: "ω")[$ω$] is the wheel’s angular velocity about its axis. Since the wheel is rolling, the velocity of #emph[P] with respect to the surface is its velocity with respect to the center of mass plus the velocity of the center of mass with respect to the surface: #math.equation(block: true, alt: "v → sub P equals − R ω i ^ plus v sub CM i ^ .")[$arrow(v)_(P) = "−" R ω hat(i) + v_("CM") hat(i) .$] Since the velocity of #emph[P] relative to the surface is zero, #math.equation(block: false, alt: "v sub P equals 0")[$v_(P) = 0$], this says that #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v sub CM equals R ω .")[$v_("CM") = R ω .$] ] Thus, the velocity of the wheel’s center of mass is its radius times the angular velocity about its axis. We show the correspondence of the linear variable on the left side of the equation with the angular variable on the right side of the equation. This is done below for the linear acceleration. If we differentiate on the left side of the equation, we obtain an expression for the linear acceleration of the center of mass. On the right side of the equation, #emph[R] is a constant and since #math.equation(block: false, alt: "α equals the fraction d ω over d t ,")[$α = frac(d ω, d t) ,$] we have #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "a sub CM equals R α .")[$a_("CM") = R α .$] ] Furthermore, we can find the distance the wheel travels in terms of angular variables by referring to . As the wheel rolls from point #emph[A] to point #emph[B], its outer surface maps onto the ground by exactly the distance travelled, which is #math.equation(block: false, alt: "d sub CM .")[$d_("CM") .$] We see from that the length of the outer surface that maps onto the ground is the arc length #math.equation(block: false, alt: "R θ ​")[$R θ "​"$]. Equating the two distances, we obtain #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "d sub CM equals R θ .")[$d_("CM") = R θ .$] ] #figure(figph[A wheel, radius R, rolling on a horizontal surface and moving to the right at v sub C M is drawn in two positions. In the first position, point A on the wheel is at the bottom, in contact with the surface, and point B is at the top. The arc length from A to B along the rim of the wheel is highlighted and labeled as being R theta. In the second position, point B on the wheel is at the bottom, in contact with the surface, and point A is at the top. The horizontal distance between the wheel’s point of contact with the surface in the two illustrated positions is d sub C M. The arc length A B is now on the other side of the wheel.], alt: "A wheel, radius R, rolling on a horizontal surface and moving to the right at v sub C M is drawn in two positions. In the first position, point A on the wheel is at the bottom, in contact with the surface, and point B is at the top. The arc length from A to B along the rim of the wheel is highlighted and labeled as being R theta. In the second position, point B on the wheel is at the bottom, in contact with the surface, and point A is at the top. The horizontal distance between the wheel’s point of contact with the surface in the two illustrated positions is d sub C M. The arc length A B is now on the other side of the wheel.", caption: [As the wheel rolls on the surface, the arc length #math.equation(block: false, alt: "R θ")[$R θ$] from #emph[A] to #emph[B] maps onto the surface, corresponding to the distance #math.equation(block: false, alt: "d sub CM")[$d_("CM")$] that the center of mass has moved.]) #examplebox("Example 1")[Rolling Down an Inclined Plane][ A solid cylinder rolls down an inclined plane without slipping, starting from rest. It has mass #emph[m] and radius #emph[r]. (a) What is its acceleration? (b) What condition must the coefficient of static friction #math.equation(block: false, alt: "μ sub s")[$μ_("s")$] satisfy so the cylinder does not slip? Strategy Draw a sketch and free-body diagram, and choose a coordinate system. We put #emph[x] in the direction down the plane and #emph[y] upward perpendicular to the plane. Identify the forces involved. These are the normal force, the force of gravity, and the force due to friction. Write down Newton’s laws in the #emph[x]- and #emph[y]-directions, and Newton’s law for rotation, and then solve for the acceleration and force due to friction. Solution + The free-body diagram and sketch are shown in , including the normal force, components of the weight, and the static friction force. There is barely enough friction to keep the cylinder rolling without slipping. Since there is no slipping, the magnitude of the friction force is less than or equal to #math.equation(block: false, alt: "μ sub s N")[$μ_(s) N$]. Writing down Newton’s laws in the #emph[x]- and #emph[y]-directions, we have #linebreak() #math.equation(block: true, alt: "∑ F sub x equals m a sub x ; ∑ F sub y equals m a sub y .")[$display(∑ F_(x)) = m a_(x) ; #h(0.5em) display(∑ F_(y)) = m a_(y) .$] #linebreak() #figure(figph[A diagram of a cylinder rolling without slipping down an inclined plane and a free body diagram of the cylinder. On the left is an illustration showing the inclined plane, which makes an angle of theta with the horizontal. The cylinder is shown to be at rest at the top, then moving along the incline when it is lower. On the right is a free body diagram. The x y coordinate system is tilted so that the positive x direction is parallel to the inclined plane and points toward its bottom, and the positive y direction is outward, perpendicular to the plane. Four forces are shown. N j hat acts at the center of the cylinder and points in the positive y direction. m g sine theta i hat acts at the center of the cylinder and points in the positive x direction. Minus m g cosine theta j hat acts at the center of the cylinder and points in the negative y direction. Minus f sub s i hat acts at the point of contact and points in the negative x direction.], alt: "A diagram of a cylinder rolling without slipping down an inclined plane and a free body diagram of the cylinder. On the left is an illustration showing the inclined plane, which makes an angle of theta with the horizontal. The cylinder is shown to be at rest at the top, then moving along the incline when it is lower. On the right is a free body diagram. The x y coordinate system is tilted so that the positive x direction is parallel to the inclined plane and points toward its bottom, and the positive y direction is outward, perpendicular to the plane. Four forces are shown. N j hat acts at the center of the cylinder and points in the positive y direction. m g sine theta i hat acts at the center of the cylinder and points in the positive x direction. Minus m g cosine theta j hat acts at the center of the cylinder and points in the negative y direction. Minus f sub s i hat acts at the point of contact and points in the negative x direction.", caption: [A solid cylinder rolls down an inclined plane without slipping from rest. The coordinate system has #emph[x] in the direction down the inclined plane and #emph[y] perpendicular to the plane. The free-body diagram is shown with the normal force, the static friction force, and the components of the weight #math.equation(block: false, alt: "m g →")[$m arrow(g)$]. Friction makes the cylinder roll down the plane rather than slip.]) #linebreak() Substituting in from the free-body diagram, #linebreak() #math.equation(block: true, alt: "m g sin θ minus f sub s, equals, m open parenthesis a sub CM close parenthesis sub x ,; N minus m g cos θ, equals, 0")[$m g #h(0.2em) "sin" #h(0.2em) θ − f_("s") & = & m attach(( a_("CM") ), b: x) , \ N − m g #h(0.2em) "cos" #h(0.2em) θ & = & 0$] we can then solve for the linear acceleration of the center of mass from these equations: #linebreak() #math.equation(block: true, alt: "a sub CM equals g sin θ minus the fraction f sub s over m")[$a_("CM") = g "sin" #h(0.2em) θ − frac(f_("s"), m)$] #linebreak() However, it is useful to express the linear acceleration in terms of the moment of inertia. For this, we write down Newton’s second law for rotation, #linebreak() #math.equation(block: true, alt: "∑ τ sub CM equals I sub CM α .")[$display(∑ τ_("CM")) = I_("CM") α .$] #linebreak() The torques are calculated about the axis through the center of mass of the cylinder. The only nonzero torque is provided by the friction force. We have #linebreak() #math.equation(block: true, alt: "f sub s r equals I sub CM α .")[$f_("s") r = I_("CM") α .$] #linebreak() Finally, the linear acceleration is related to the angular acceleration by #linebreak() #math.equation(block: true, alt: "open parenthesis a sub CM close parenthesis sub x equals r α .")[$attach(( a_("CM") ), b: x) = r α .$] #linebreak() These equations can be used to solve for #math.equation(block: false, alt: "a sub CM , α , and f sub s")[$a_("CM") , α , #h(0.2em) "and" #h(0.2em) f_("s")$] in terms of the moment of inertia, where we have dropped the #emph[x]-subscript. We rewrite #math.equation(block: false, alt: "a sub CM")[$a_("CM")$] in terms of the vertical component of gravity and the friction force, and make the following substitutions. #linebreak() #math.equation(block: true, alt: "f sub s equals the fraction I sub CM α over r equals the fraction I sub CM a sub CM over r squared")[$f_("s") = frac(I_("CM") α, r) = frac(I_("CM") a_("CM"), r^(2))$] From this we obtain #linebreak() #math.equation(block: true, alt: "a sub CM, equals g sin θ minus the fraction I sub CM a sub CM over m r squared ,; equals the fraction m g sin θ over m plus open parenthesis I sub CM / r squared close parenthesis .")[$a_("CM") & = g #h(0.2em) "sin" #h(0.2em) θ − frac(I_("CM") a_("CM"), m r^(2)) , \ & = frac(m g #h(0.2em) "sin" #h(0.2em) θ, m + ( I_("CM") "/" r^(2) )) .$] #linebreak() Note that this result is independent of the coefficient of static friction, #math.equation(block: false, alt: "μ sub s")[$μ_("s")$]. #linebreak() Since we have a solid cylinder, from , we have #math.equation(block: false, alt: "I sub CM equals m r squared / 2")[$I_("CM") = m r^(2) "/" 2$] and #linebreak() #math.equation(block: true, alt: "a sub CM equals the fraction m g sin θ over m plus open parenthesis m r squared / 2 r squared close parenthesis equals the fraction 2 over 3 g sin θ .")[$a_("CM") = frac(m g #h(0.2em) "sin" #h(0.2em) θ, m + ( m r^(2) "/" 2 r^(2) )) = frac(2, 3) g #h(0.2em) "sin" #h(0.2em) θ .$] #linebreak() Therefore, we have #linebreak() #math.equation(block: true, alt: "α equals the fraction a sub CM over r equals the fraction 2 over 3 r g sin θ .")[$α = frac(a_("CM"), r) = frac(2, 3 r) g #h(0.2em) "sin" #h(0.2em) θ .$] + Because slipping does not occur, #math.equation(block: false, alt: "f sub s less than or equal to μ sub s N")[$f_("s") ≤ μ_("s") N$]. Solving for the friction force, #linebreak() #math.equation(block: true, alt: "f sub s equals I sub CM the fraction α over r equals I sub CM the fraction open parenthesis a sub CM close parenthesis over r squared equals the fraction I sub CM over r squared open parenthesis the fraction m g sin θ over m plus open parenthesis I sub CM / r squared close parenthesis close parenthesis equals the fraction m g I sub CM sin θ over m r squared plus I sub CM .")[$f_("s") = I_("CM") frac(α, r) = I_("CM") frac(( a_("CM") ), r^(2)) = frac(I_("CM"), r^(2)) ( frac(m g #h(0.2em) "sin" #h(0.2em) θ, m + ( I_("CM") "/" r^(2) )) ) = frac(m g I_("CM") #h(0.2em) "sin" #h(0.2em) θ, m r^(2) + I_("CM")) .$] #linebreak() Substituting this expression into the condition for no slipping, and noting that #math.equation(block: false, alt: "N equals m g cos θ")[$N = m g #h(0.2em) "cos" #h(0.2em) θ$], we have #linebreak() #math.equation(block: true, alt: "the fraction m g I sub CM sin θ over m r squared plus I sub CM less than or equal to μ sub s m g cos θ")[$frac(m g I_("CM") "sin" #h(0.2em) θ, m r^(2) + I_("CM")) ≤ μ_("s") m g #h(0.2em) "cos" #h(0.2em) θ$] #linebreak() or #linebreak() #math.equation(block: true, alt: "μ sub s greater than or equal to the fraction tan θ over 1 plus open parenthesis m r squared / I sub CM close parenthesis .")[$μ_("s") ≥ frac("tan" #h(0.2em) θ, 1 + ( m r^(2) "/" I_("CM") )) .$] #linebreak() For the solid cylinder, this becomes #linebreak() #math.equation(block: true, alt: "μ sub s greater than or equal to the fraction tan θ over 1 plus open parenthesis 2 m r squared / m r squared close parenthesis equals the fraction 1 over 3 tan θ .")[$μ_("s") ≥ frac("tan" #h(0.2em) θ, 1 + ( 2 m r^(2) "/" m r^(2) )) = frac(1, 3) "tan" #h(0.2em) θ .$] Significance + The linear acceleration is linearly proportional to #math.equation(block: false, alt: "sin θ .")[$"sin" #h(0.2em) θ .$] Thus, the greater the angle of the incline, the greater the linear acceleration, as would be expected. The angular acceleration, however, is linearly proportional to #math.equation(block: false, alt: "sin θ")[$"sin" #h(0.2em) θ$] and inversely proportional to the radius of the cylinder. Thus, the larger the radius, the smaller the angular acceleration. + For no slipping to occur, the coefficient of static friction must be greater than or equal to #math.equation(block: false, alt: "open parenthesis 1 / 3 close parenthesis tan θ")[$( 1 "/" 3 ) "tan" #h(0.2em) θ$]. Thus, the greater the angle of incline, the greater the coefficient of static friction must be to prevent the cylinder from slipping. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A hollow cylinder is on an incline at an angle of #math.equation(block: false, alt: "60 ° .")[$60 "°" .$] The coefficient of static friction on the surface is #math.equation(block: false, alt: "μ sub s equals 0.6")[$μ_(s) = 0.6$]. (a) Does the cylinder roll without slipping? (b) Will a solid cylinder roll without slipping? #solutionbox[ a. #math.equation(block: false, alt: "μ sub s greater than or equal to the fraction tan θ over 1 plus open parenthesis m r squared / I sub CM close parenthesis")[$μ_("s") ≥ frac("tan" #h(0.2em) θ, 1 + ( m r^(2) "/" I_("CM") ))$]; inserting the angle and noting that for a hollow cylinder #math.equation(block: false, alt: "I sub CM equals m r squared ,")[$I_("CM") = m r^(2) ,$] we have #math.equation(block: false, alt: "μ sub s greater than or equal to the fraction tan 60 ° over 1 plus open parenthesis m r squared / m r squared close parenthesis equals the fraction 1 over 2 tan 60 ° equals 0.87 ;")[$μ_("s") ≥ frac("tan" #h(0.2em) 60 "°", 1 + ( m r^(2) "/" m r^(2) )) = frac(1, 2) "tan" #h(0.2em) 60 "°" = 0.87 ;$] we are given a value of 0.6 for the coefficient of static friction, which is less than 0.87, so the condition isn’t satisfied and the hollow cylinder will slip; b. The solid cylinder obeys the condition #math.equation(block: false, alt: "μ sub s greater than or equal to the fraction 1 over 3 tan θ equals the fraction 1 over 3 tan 60 ° equals 0.58 .")[$μ_("s") ≥ frac(1, 3) "tan" #h(0.2em) θ = frac(1, 3) "tan" #h(0.2em) 60 "°" = 0.58 .$] The value of 0.6 for #math.equation(block: false, alt: "μ sub S")[$μ_("S")$] satisfies this condition, so the solid cylinder will not slip. ] ] It is worthwhile to repeat the equation derived in this example for the acceleration of an object rolling without slipping: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "a sub CM equals the fraction m g sin θ over m plus open parenthesis I sub CM / r squared close parenthesis .")[$a_("CM") = frac(m g #h(0.2em) "sin" #h(0.2em) θ, m + ( I_("CM") "/" r^(2) )) .$] ] This is a very useful equation for solving problems involving rolling without slipping. Note that the acceleration is less than that of an object sliding down a frictionless plane with no rotation. The acceleration will also be different for two rotating objects with different rotational inertias. === Rolling Motion with Slipping In the case of rolling motion with slipping, we must use the coefficient of kinetic friction, which gives rise to the kinetic friction force since static friction is not present. The situation is shown. In the case of slipping, #math.equation(block: false, alt: "v sub CM minus R ω not equal to 0")[$v_("CM") − R ω ≠ 0$], because point #emph[P] on the wheel is not at rest on the surface, and #math.equation(block: false, alt: "v sub P not equal to 0")[$v_(P) ≠ 0$]. Thus, #math.equation(block: false, alt: "ω not equal to the fraction v sub CM over R , α not equal to the fraction a sub CM over R")[$ω ≠ frac(v_("CM"), R) , α ≠ frac(a_("CM"), R)$]. #figure(figph[Figure a shows a free body diagram of a wheel, including the location where the forces act. Four forces are shown: M g is a downward force acting on the center of the wheel. N is an upward force acting on the bottom of the wheel. F is a force to the right, acting on the center of the wheel, and f sub k is a force to the left acting on the bottom of the wheel. The force f sub k is equal to mu sub k times N. Figure b is an illustration of the wheel rolling and slipping on a horizontal surface. The wheel has a clockwise rotation, an acceleration to the right of a sub C M and a velocity to the right of v sub V M. omega does not equal v sub C M over R and alpha does not equal a sub C M over R. A coordinate system with positive x to the right and positive y up is shown.], alt: "Figure a shows a free body diagram of a wheel, including the location where the forces act. Four forces are shown: M g is a downward force acting on the center of the wheel. N is an upward force acting on the bottom of the wheel. F is a force to the right, acting on the center of the wheel, and f sub k is a force to the left acting on the bottom of the wheel. The force f sub k is equal to mu sub k times N. Figure b is an illustration of the wheel rolling and slipping on a horizontal surface. The wheel has a clockwise rotation, an acceleration to the right of a sub C M and a velocity to the right of v sub V M. omega does not equal v sub C M over R and alpha does not equal a sub C M over R. A coordinate system with positive x to the right and positive y up is shown.", caption: [(a) Kinetic friction arises between the wheel and the surface because the wheel is slipping. (b) The simple relationships between the linear and angular variables are no longer valid.]) #examplebox("Example 2")[Rolling Down an Inclined Plane with Slipping][ A solid cylinder rolls down an inclined plane from rest and undergoes slipping . It has mass #emph[m] and radius #emph[r]. (a) What is its linear acceleration? (b) What is its angular acceleration about an axis through the center of mass? Strategy Draw a sketch and free-body diagram showing the forces involved. The free-body diagram is similar to the no-slipping case except for the friction force, which is kinetic instead of static. Use Newton’s second law to solve for the acceleration in the #emph[x]-direction. Use Newton’s second law of rotation to solve for the angular acceleration. Solution #figure(figph[A diagram of a cylinder rolling and slipping down an inclined plane and a free body diagram of the cylinder. On the left is an illustration showing the inclined plane, which makes an angle of theta with the horizontal. The cylinder is shown to be at rest at the top, then moving along the incline when it is lower. On the right is a free body diagram. The x y coordinate system is tilted so that the positive x direction is parallel to the inclined plane and points toward its bottom, and the positive y direction is outward, perpendicular to the plane. Four forces are shown. N j hat acts at the center of the cylinder and points in the positive y direction. m g sine theta i hat acts at the center of the cylinder and points in the positive x direction. Minus m g cosine theta j hat acts at the center of the cylinder and points in the negative y direction. Minus f sub k i hat acts at the point of contact and points in the negative x direction.], alt: "A diagram of a cylinder rolling and slipping down an inclined plane and a free body diagram of the cylinder. On the left is an illustration showing the inclined plane, which makes an angle of theta with the horizontal. The cylinder is shown to be at rest at the top, then moving along the incline when it is lower. On the right is a free body diagram. The x y coordinate system is tilted so that the positive x direction is parallel to the inclined plane and points toward its bottom, and the positive y direction is outward, perpendicular to the plane. Four forces are shown. N j hat acts at the center of the cylinder and points in the positive y direction. m g sine theta i hat acts at the center of the cylinder and points in the positive x direction. Minus m g cosine theta j hat acts at the center of the cylinder and points in the negative y direction. Minus f sub k i hat acts at the point of contact and points in the negative x direction.", caption: [A solid cylinder rolls down an inclined plane from rest and undergoes slipping. The coordinate system has #emph[x] in the direction down the inclined plane and #emph[y] upward perpendicular to the plane. The free-body diagram shows the normal force, kinetic friction force, and the components of the weight #math.equation(block: false, alt: "m g → .")[$m arrow(g) .$]]) The sum of the forces in the #emph[y]-direction is zero, so the friction force is now #math.equation(block: false, alt: "f sub k equals μ sub k N equals μ sub k m g cos θ .")[$f_("k") = μ_("k") N = μ_("k") m g "cos" #h(0.2em) θ .$] Newton’s second law in the #emph[x]-direction becomes #math.equation(block: true, alt: "∑ F sub x equals m a sub x ,")[$display(∑ F_(x)) = m a_(x) ,$] #math.equation(block: true, alt: "m g sin θ minus μ sub k m g cos θ equals m open parenthesis a sub CM close parenthesis sub x ,")[$m g #h(0.2em) "sin" #h(0.2em) θ − μ_("k") m g #h(0.2em) "cos" #h(0.2em) θ = m attach(( a_("CM") ), b: x) ,$] or #math.equation(block: true, alt: "open parenthesis a sub CM close parenthesis sub x equals g open parenthesis sin θ minus μ sub k cos θ close parenthesis .")[$attach(( a_("CM") ), b: x) = g ( "sin" #h(0.2em) θ − μ_("k") #h(0.2em) "cos" #h(0.2em) θ ) .$] The friction force provides the only torque about the axis through the center of mass, so Newton’s second law of rotation becomes #math.equation(block: true, alt: "∑ τ sub CM equals I sub CM α ,")[$display(∑ τ_("CM")) = I_("CM") α ,$] #math.equation(block: true, alt: "f sub k r equals I sub CM α equals the fraction 1 over 2 m r squared α .")[$f_("k") r = I_("CM") α = frac(1, 2) m r^(2) α .$] Solving for #math.equation(block: false, alt: "α")[$α$], we have #math.equation(block: true, alt: "α equals the fraction 2 f sub k over m r equals the fraction 2 μ sub k g cos θ over r .")[$α = frac(2 f_("k"), m r) = frac(2 μ_("k") g #h(0.2em) "cos" #h(0.2em) θ, r) .$] Significance We write the linear and angular accelerations in terms of the coefficient of kinetic friction. The linear acceleration is the same as that found for an object sliding down an inclined plane with kinetic friction. The angular acceleration about the axis of rotation is linearly proportional to the normal force, which depends on the cosine of the angle of inclination. As #math.equation(block: false, alt: "θ → 90 °")[$θ → 90 "°"$], this force goes to zero, and, thus, the angular acceleration goes to zero. ] === Conservation of Mechanical Energy in Rolling Motion In the preceding chapter, we introduced rotational kinetic energy. Any rolling object carries rotational kinetic energy, as well as translational kinetic energy and potential energy if the system requires. Including the gravitational potential energy, the total mechanical energy of an object rolling is #math.equation(block: true, alt: "E sub T equals the fraction 1 over 2 m v CM 2 plus the fraction 1 over 2 I sub CM ω squared plus m g h .")[$E_("T") = frac(1, 2) m v_("CM")^(2) + frac(1, 2) I_("CM") ω^(2) + m g h .$] In the absence of any nonconservative forces that would take energy out of the system in the form of heat, the total energy of a rolling object without slipping is conserved and is constant throughout the motion. Examples where energy is not conserved are a rolling object that is slipping, production of heat as a result of kinetic friction, and a rolling object encountering air resistance. You may ask why a rolling object that is not slipping conserves energy, since the static friction force is nonconservative. The answer can be found by referring back to . Point #emph[P] in contact with the surface is at rest with respect to the surface. Therefore, its infinitesimal displacement #math.equation(block: false, alt: "d r →")[$d arrow(r)$] with respect to the surface is zero, and the incremental work done by the static friction force is zero. We can apply energy conservation to our study of rolling motion to bring out some interesting results. #examplebox("Example 3")[Curiosity Rover][ The #emph[Curiosity] rover, shown in , was deployed on Mars on August 6, 2012. The wheels of the rover have a radius of 25 cm. Suppose astronauts arrive on Mars in the year 2050 and find the now-inoperative #emph[Curiosity] on the side of a basin. While they are dismantling the rover, an astronaut accidentally loses a grip on one of the wheels, which rolls without slipping down into the bottom of the basin 25 meters below. If the wheel has a mass of 5 kg, what is its velocity at the bottom of the basin? #figure(figph[A photograph of the NASA rover Curiosity during testing at the Jet Propulsion Laboratory.], alt: "A photograph of the NASA rover Curiosity during testing at the Jet Propulsion Laboratory.", caption: [The NASA Mars Science Laboratory rover #emph[Curiosity] during testing on June 3, 2011. The location is inside the Spacecraft Assembly Facility at NASA’s Jet Propulsion Laboratory in Pasadena, California.]) Strategy We use mechanical energy conservation to analyze the problem. At the top of the hill, the wheel is at rest and has only potential energy. At the bottom of the basin, the wheel has rotational and translational kinetic energy, which must be equal to the initial potential energy by energy conservation. Since the wheel is rolling without slipping, we use the relation #math.equation(block: false, alt: "v sub CM equals r ω")[$v_("CM") = r ω$] to relate the translational variables to the rotational variables in the energy conservation equation. We then solve for the velocity. From , we see that a hollow cylinder is a good approximation for the wheel, so we can use this moment of inertia to simplify the calculation. Solution Energy at the top of the basin equals energy at the bottom: #math.equation(block: true, alt: "m g h equals the fraction 1 over 2 m v CM 2 plus the fraction 1 over 2 I sub CM ω squared .")[$m g h = frac(1, 2) m v_("CM")^(2) + frac(1, 2) I_("CM") ω^(2) .$] The known quantities are #math.equation(block: false, alt: "I sub CM equals m r squared , r equals 0.25 m, and h equals 25.0 m")[$I_("CM") = m r^(2) "," #h(0.2em) r = 0.25 #h(0.2em) "m," #h(0.2em) "and" #h(0.2em) h = 25.0 #h(0.2em) "m"$]. We rewrite the energy conservation equation eliminating #math.equation(block: false, alt: "ω")[$ω$] by using #math.equation(block: false, alt: "ω equals the fraction v sub CM over r .")[$ω = frac(v_("CM"), r) .$] We have #math.equation(block: true, alt: "m g h equals the fraction 1 over 2 m v CM 2 plus the fraction 1 over 2 m r squared the fraction v CM 2 over r squared")[$m g h = frac(1, 2) m v_("CM")^(2) + frac(1, 2) m r^(2) frac(v_("CM")^(2), r^(2))$] or #math.equation(block: true, alt: "g h equals the fraction 1 over 2 v CM 2 plus the fraction 1 over 2 v CM 2 ⇒ v sub CM equals the square root of g h .")[$g h = frac(1, 2) v_("CM")^(2) + frac(1, 2) v_("CM")^(2) ⇒ v_("CM") = sqrt(g h) .$] On Mars, the acceleration of gravity is #math.equation(block: false, alt: "3.71 m/s squared ,")[$3.71 #h(0.2em) attach(#h(0.2em) "m/s", t: 2) ,$] which gives the magnitude of the velocity at the bottom of the basin as #math.equation(block: true, alt: "v sub CM equals the square root of open parenthesis 3.71 m / s squared close parenthesis 25.0 m equals 9.63 m / s .")[$v_("CM") = sqrt(( 3.71 #h(0.2em) "m" "/" "s"^(2) ) 25.0 #h(0.2em) "m") = 9.63 #h(0.2em) "m" "/" "s" "."$] Significance This is a fairly accurate result considering that Mars has very little atmosphere, and the loss of energy due to air resistance would be minimal. The result also assumes that the terrain is smooth, such that the wheel wouldn’t encounter rocks and bumps along the way. Also, in this example, the kinetic energy, or energy of motion, is equally shared between linear and rotational motion. If we look at the moments of inertia in , we see that the hollow cylinder has the largest moment of inertia for a given radius and mass. If the wheels of the rover were solid and approximated by solid cylinders, for example, there would be more kinetic energy in linear motion than in rotational motion. This would give the wheel a larger linear velocity than the hollow cylinder approximation. Thus, the solid cylinder would reach the bottom of the basin faster than the hollow cylinder. Speed at the bottom against the height dropped for an object that rolls without slipping, v = √(2gh/(1 + I(cm)/mr²)), drawn with the Martian g = 3.71 m/s² of Example 11.3's Curiosity rover. The slider is at the example's own value I(cm) = mr², a hollow cylinder, and at the example's h = 25.0 m the curve gives the book's answer 9.63 m/s. The dashed curve is the same drop with no rotation to pay for, v = √(2gh) = 13.6 m/s; the vertical gap is the speed the object gives up to spin. Drag the slider down and the wheel arrives faster — 11.1 m/s for a solid cylinder (0.5), 11.5 m/s for a solid sphere (0.4) — because less of its mass sits out at the rim, exactly the comparison the text draws.{"functions":\[{"color":"\#1f4e79","domain":\[0,25\],"expression":"sqrt(7.42\*h/(1 + be))","expression2":"","id":"rolling","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"h","visible":true},{"color":"\#b8442a","domain":\[0,25\],"expression":"sqrt(7.42\*h)","expression2":"","id":"no-rotation","inequality":"lt","lineDash":\[6,4\],"lineWidth":2,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"h","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":2.5,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up1-11-1-be","label":"Rotational inertia I(cm)/mr\\u00b2 \\u2014 0.4 solid sphere, 0.5 solid cylinder, 0.67 spherical shell, 1.0 hollow cylinder","max":1,"min":0,"name":"be","step":0.05,"unit":"","value":1}\],"title":"Speed at the bottom versus drop height for a rolling object","version":1,"viewport":{"centerX":12,"centerY":7.5,"scale":27}} ] === Summary - In rolling motion without slipping, a static friction force is present between the rolling object and the surface. The relations #math.equation(block: false, alt: "v sub CM equals R ω , a sub CM equals R α , and d sub CM equals R θ")[$v_("CM") = R ω , a_("CM") = R α , #h(0.2em) "and" #h(0.2em) d_("CM") = R θ$] all apply, such that the linear velocity, acceleration, and distance of the center of mass are the angular variables multiplied by the radius of the object. - In rolling motion with slipping, a kinetic friction force arises between the rolling object and the surface. In this case, #math.equation(block: false, alt: "v sub CM not equal to R ω , a sub CM not equal to R α , and d sub CM not equal to R θ")[$v_("CM") ≠ R ω , a_("CM") ≠ R α , #h(0.2em) "and" #h(0.2em) d_("CM") ≠ R θ$]. - Energy conservation can be used to analyze rolling motion. Energy is conserved in rolling motion without slipping. Energy is not conserved in rolling motion with slipping due to the heat generated by kinetic friction. === Conceptual Questions Can a round object released from rest at the top of a frictionless incline undergo rolling motion? #solutionbox[ No, the static friction force is zero. ] A cylindrical can of radius #emph[R] is rolling across a horizontal surface without slipping. (a) After one complete revolution of the can, what is the distance that its center of mass has moved? (b) Would this distance be greater or smaller if slipping occurred? A wheel is released from the top on an incline. Is the wheel most likely to slip if the incline is steep or gently sloped? #solutionbox[ The wheel is more likely to slip on a steep incline since the coefficient of static friction must increase with the angle to keep rolling motion without slipping. ] Which rolls down an inclined plane faster, a hollow cylinder or a solid sphere? Both have the same mass and radius. A hollow sphere and a hollow cylinder of the same radius and mass roll up an incline without slipping and have the same initial center of mass velocity. Which object reaches a greater height before stopping? #solutionbox[ The cylinder reaches a greater height. By , its acceleration in the direction down the incline would be less. ] === Problems What is the angular velocity of a 75.0-cm-diameter tire on an automobile traveling at 90.0 km/h? #solutionbox[ #math.equation(block: true, alt: "v sub CM equals R ω ⇒ ω equals 66.7 rad/s")[$v_("CM") = R ω #h(0.2em) ⇒ ω = 66.7 #h(0.2em) "rad/s"$] ] A boy rides his bicycle 2.00 km. The wheels have radius 30.0 cm. What is the total angle the tires rotate through during his trip? If the boy on the bicycle in the preceding problem accelerates from rest to a speed of 10.0 m/s in 10.0 s, what is the angular acceleration of the tires? #solutionbox[ #math.equation(block: true, alt: "α equals 3.3 rad / s squared")[$α = 3.3 #h(0.2em) "rad" "/" "s"^(2)$] ] Formula One race cars have 66-cm-diameter tires. If a Formula One averages a speed of 300 km/h during a race, what is the angular displacement in revolutions of the wheels if the race car maintains this speed for 1.5 hours? A marble rolls down an incline at #math.equation(block: false, alt: "30 °")[$30 "°"$] from rest. (a) What is its acceleration? (b) How far does it go in 3.0 s? #solutionbox[ #math.equation(block: true, alt: "I sub CM equals the fraction 2 over 5 m r squared , a sub CM equals 3.5 m / s squared ; x equals 15.75 m")[$I_("CM") = frac(2, 5) m r^(2) , #h(0.2em) a_("CM") = 3.5 #h(0.2em) "m" "/" "s"^(2) ; #h(0.2em) x = 15.75 #h(0.2em) "m"$] ] Repeat the preceding problem replacing the marble with a solid cylinder. Explain the new result. A rigid body with a cylindrical cross-section is released from the top of a #math.equation(block: false, alt: "30 °")[$30 "°"$] incline. It rolls 10.0 m to the bottom in 2.60 s. Find the moment of inertia of the body in terms of its mass #emph[m] and radius #emph[r.] #solutionbox[ positive is down the incline plane; #linebreak() #math.equation(block: false, alt: "a sub CM equals the fraction m g sin θ over m plus open parenthesis I sub CM / r squared close parenthesis ⇒ I sub CM equals r squared [ the fraction m g sin 30 over a sub CM minus m ]")[$a_("CM") = frac(m g #h(0.2em) "sin" #h(0.2em) θ, m + ( I_("CM") "/" r^(2) )) ⇒ I_("CM") = r^(2) [ frac(m g #h(0.2em) "sin" 30, a_("CM")) − m ]$], #linebreak() #math.equation(block: false, alt: "x minus x sub 0 equals v sub 0 t minus the fraction 1 over 2 a sub CM t squared ⇒ a sub CM equals 2.96 m/s squared ,")[$x − x_(0) = v_(0) t − frac(1, 2) a_("CM") t^(2) ⇒ a_("CM") = 2.96 #h(0.2em) "m/s"^(2) ,$] #linebreak() #math.equation(block: false, alt: "I sub CM equals 0.66 m r squared")[$I_("CM") = 0.66 #h(0.2em) m r^(2)$] ] A yo-yo can be thought of a solid cylinder of mass #emph[m] and radius #emph[r] that has a light string wrapped around its circumference (see below). One end of the string is held fixed in space. If the cylinder falls as the string unwinds without slipping, what is the acceleration of the cylinder? #figure(figph[An illustration of a cylinder, radius r, and the forces on it. The force m g acts on the center of the cylinder and points down. The force T acts on the right hand edge and points up.], alt: "An illustration of a cylinder, radius r, and the forces on it. The force m g acts on the center of the cylinder and points down. The force T acts on the right hand edge and points up.", caption: none) A solid cylinder of radius 10.0 cm rolls down an incline with slipping. The angle of the incline is #math.equation(block: false, alt: "30 ° .")[$30 "°" .$] The coefficient of kinetic friction on the surface is 0.400. What is the angular acceleration of the solid cylinder? What is the linear acceleration? #solutionbox[ #math.equation(block: true, alt: "α equals 67.9 rad / s squared")[$α = 67.9 #h(0.2em) "rad" "/" "s"^(2)$], #linebreak() #math.equation(block: true, alt: "open parenthesis a sub CM close parenthesis sub x equals 1.5 m / s squared")[$attach(( a_("CM") ), b: x) = 1.5 #h(0.2em) "m" "/" "s"^(2)$] ] A bowling ball rolls up a ramp 0.5 m high without slipping to storage. It has an initial velocity of its center of mass of 3.0 m/s. (a) What is its velocity at the top of the ramp? (b) If the ramp is 1 m high does it make it to the top? A 40.0-kg solid cylinder is rolling across a horizontal surface at a speed of 6.0 m/s. How much work is required to stop it? #solutionbox[ #math.equation(block: true, alt: "W equals −1080.0 J")[$W = −1080.0 #h(0.2em) "J"$] ] A 40.0-kg solid sphere is rolling across a horizontal surface with a speed of 6.0 m/s. How much work is required to stop it? Compare results with the preceding problem. A solid cylinder rolls up an incline at an angle of #math.equation(block: false, alt: "20 ° .")[$20 "°" .$] If it starts at the bottom with a speed of 10 m/s, how far up the incline does it travel? #solutionbox[ Mechanical energy at the bottom equals mechanical energy at the top; #linebreak() #math.equation(block: false, alt: "the fraction 1 over 2 m v 0 2 plus the fraction 1 over 2 open parenthesis the fraction 1 over 2 m r squared close parenthesis open parenthesis the fraction v sub 0 over r close parenthesis squared equals m g h ⇒ h equals the fraction 1 over g open parenthesis the fraction 1 over 2 plus the fraction 1 over 4 close parenthesis v 0 2")[$frac(1, 2) m v_(0)^(2) + frac(1, 2) ( frac(1, 2) m r^(2) ) attach(( frac(v_(0), r) ), t: 2) = m g h ⇒ h = frac(1, g) ( frac(1, 2) + frac(1, 4) ) v_(0)^(2)$], #linebreak() #math.equation(block: false, alt: "h equals 7.7 m,")[$h = 7.7 #h(0.2em) "m,"$] so the distance up the incline is #math.equation(block: false, alt: "22.5 m")[$22.5 #h(0.2em) "m"$]. ] A solid cylindrical wheel of mass #emph[M] and radius #emph[R] is pulled by a force #math.equation(block: false, alt: "F →")[$arrow(F)$] applied to the center of the wheel at #math.equation(block: false, alt: "37 °")[$37 "°"$] to the horizontal (see the following figure). If the wheel is to roll without slipping, what is the maximum value of #math.equation(block: false, alt: "| F → | ?")[$| arrow(F) | ?$] The coefficients of static and kinetic friction are #math.equation(block: false, alt: "μ sub S equals 0.40 and μ sub k equals 0.30 .")[$μ_("S") = 0.40 #h(0.2em) "and" #h(0.2em) μ_("k") = 0.30 .$] #figure(figph[The forces on a wheel, radius R, on a horizontal surface are shown. The wheel is centered on an x y coordinate system that has positive x to the right and positive y up. Force F acts on the center of the wheel at an angle of 37 degrees above the positive x direction. Force M g acts on the center of the wheel and points down. Force N points up and acts at the contact point where the wheel touches the surface. Force f sub s points to the left and acts at the contact point where the wheel touches the surface.], alt: "The forces on a wheel, radius R, on a horizontal surface are shown. The wheel is centered on an x y coordinate system that has positive x to the right and positive y up. Force F acts on the center of the wheel at an angle of 37 degrees above the positive x direction. Force M g acts on the center of the wheel and points down. Force N points up and acts at the contact point where the wheel touches the surface. Force f sub s points to the left and acts at the contact point where the wheel touches the surface.", caption: none) A hollow cylinder that is rolling without slipping is given an initial velocity and rolls up an incline to a vertical height of 1.0 m. If a hollow sphere of the same mass and radius is given the same initial velocity, how high vertically does it roll up the incline? #solutionbox[ Use energy conservation #linebreak() #math.equation(block: false, alt: "the fraction 1 over 2 m v 0 2 plus the fraction 1 over 2 I sub Cyl ω 0 2 equals m g h sub Cyl")[$frac(1, 2) m v_(0)^(2) + frac(1, 2) I_("Cyl") ω_(0)^(2) = m g h_("Cyl")$], #linebreak() #math.equation(block: false, alt: "the fraction 1 over 2 m v 0 2 plus the fraction 1 over 2 I sub Sph ω 0 2 equals m g h sub Sph")[$frac(1, 2) m v_(0)^(2) + frac(1, 2) I_("Sph") ω_(0)^(2) = m g h_("Sph")$]. #linebreak() Subtracting the two equations, eliminating the initial translational energy, we have #linebreak() #math.equation(block: false, alt: "h sub Cyl equals the fraction v 0 2 over g")[$h_("Cyl") = frac(v_(0)^(2), g)$], #linebreak() #math.equation(block: false, alt: "h sub Sph equals the fraction 5 v 0 2 over 6 g")[$h_("Sph") = frac(5 v_(0)^(2), 6 g)$], #linebreak() The ratio of the height reached by the sphere to the height reached by the cylinder is #math.equation(block: false, alt: "the fraction h sub Sph over h sub Cyl equals the fraction 5 over 6 .")[$frac(h_("Sph"), h_("Cyl")) = frac(5, 6) .$] #linebreak() So the sphere reaches a lower height of #math.equation(block: false, alt: "the fraction 5 over 6 open parenthesis 1.0 m close parenthesis equals 0.83 m.")[$frac(5, 6) ( 1.0 #h(0.2em) "m" ) = 0.83 #h(0.2em) "m."$] ]