#set document(title: "10.2 Rotation with Constant Angular Acceleration", 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.2#h(0.6em)Rotation with Constant Angular Acceleration In the preceding section, we defined the rotational variables of angular displacement, angular velocity, and angular acceleration. In this section, we work with these definitions to derive relationships among these variables and use these relationships to analyze rotational motion for a rigid body about a fixed axis under a constant angular acceleration. This analysis forms the basis for rotational kinematics. If the angular acceleration is constant, the equations of rotational kinematics simplify, similar to the equations of linear kinematics discussed in Motion along a Straight Line and Motion in Two and Three Dimensions. We can then use this simplified set of equations to describe many applications in physics and engineering where the angular acceleration of the system is constant. Rotational kinematics is also a prerequisite to the discussion of rotational dynamics later in this chapter. === Kinematics of Rotational Motion Using our intuition, we can begin to see how the rotational quantities #math.equation(block: false, alt: "θ ,")[$θ ,$] #math.equation(block: false, alt: "ω ,")[$ω ,$] #math.equation(block: false, alt: "α")[$α$], and #emph[t] are related to one another. For example, we saw in the preceding section that if a flywheel has an angular acceleration in the same direction as its angular velocity vector, its angular velocity increases with time and its angular displacement also increases. On the contrary, if the angular acceleration is opposite to the angular velocity vector, its angular velocity decreases with time. We can describe these physical situations and many others with a consistent set of rotational kinematic equations under a constant angular acceleration. The method to investigate rotational motion in this way is called #strong[kinematics of rotational motion]. To begin, we note that if the system is rotating under a constant acceleration, then the average angular velocity follows a simple relation because the angular velocity is increasing linearly with time. The average angular velocity is just half the sum of the initial and final values: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "ω bar equals the fraction ω sub 0 plus ω sub f over 2.")[$accent(ω, −) = frac(ω_(0) + ω_("f"), 2) .$] ] From the definition of the average angular velocity, we can find an equation that relates the angular position, average angular velocity, and time: #math.equation(block: true, alt: "ω bar equals the fraction Δ θ over Δ t .")[$accent(ω, −) = frac("Δ" θ, "Δ" t) .$] Solving for #math.equation(block: false, alt: "θ")[$θ$], we have #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "θ sub f equals θ sub 0 plus ω bar t ,")[$θ_("f") = θ_(0) + accent(ω, −) t ,$] ] where we have set #math.equation(block: false, alt: "t sub 0 equals 0")[$t_(0) = 0$]. This equation can be very useful if we know the average angular velocity of the system. Then we could find the angular displacement over a given time period. Next, we find an equation relating #math.equation(block: false, alt: "ω")[$ω$], #math.equation(block: false, alt: "α")[$α$], and #emph[t]. To determine this equation, we start with the definition of angular acceleration: #math.equation(block: true, alt: "α equals the fraction d ω over d t .")[$α = frac(d ω, d t) .$] We rearrange this to get #math.equation(block: false, alt: "α d t equals d ω")[$α d t = d ω$] and then we integrate both sides of this equation from initial values to final values, that is, from #math.equation(block: false, alt: "t sub 0")[$t_(0)$] to #emph[t] and #math.equation(block: false, alt: "ω sub 0 to ω sub f")[$ω_(0) #h(0.2em) "to" #h(0.2em) ω_("f")$]. In uniform rotational motion, the angular acceleration is constant so it can be pulled out of the integral, yielding two definite integrals: #math.equation(block: true, alt: "α ∫ t sub 0 t d t prime equals ∫ ω sub 0 ω sub f d ω .")[$α display(limits(∫)^(t)_(t_(0)) d t^(′)) = display(limits(∫)^(ω_("f"))_(ω_(0)) d ω) .$] Setting #math.equation(block: false, alt: "t sub 0 equals 0")[$t_(0) = 0$], we have #math.equation(block: true, alt: "α t equals ω sub f minus ω sub 0.")[$α t = ω_(f) − ω_(0) .$] We rearrange this to obtain #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "ω sub f equals ω sub 0 plus α t ,")[$ω_("f") = ω_(0) + α t ,$] ] where #math.equation(block: false, alt: "ω sub 0")[$ω_(0)$] is the initial angular velocity. is the rotational counterpart to the linear kinematics equation #math.equation(block: false, alt: "v sub f equals v sub 0 plus a t")[$v_("f") = v_(0) + a t$]. With , we can find the angular velocity of an object at any specified time #emph[t] given the initial angular velocity and the angular acceleration. Let’s now do a similar treatment starting with the equation #math.equation(block: false, alt: "ω equals the fraction d θ over d t")[$ω = frac(d θ, d t)$]. We rearrange it to obtain #math.equation(block: false, alt: "ω d t equals d θ")[$ω d t = d θ$] and integrate both sides from initial to final values again, noting that the angular acceleration is constant and does not have a time dependence. However, this time, the angular velocity is not constant (in general), so we substitute in what we derived above: #math.equation(block: true, alt: "∫ t sub 0 t sub f open parenthesis ω sub 0 plus α t prime close parenthesis d t prime equals ∫ θ sub 0 θ sub f d θ ;; ∫ t sub 0 t ω sub 0 d t plus ∫ t sub 0 t α t prime d t prime equals ∫ θ sub 0 θ sub f d θ equals open bracket ω sub 0 t prime plus α open parenthesis the fraction open parenthesis t prime close parenthesis squared over 2 close parenthesis close bracket sub t sub 0 to the power t equals ω sub 0 t plus α open parenthesis the fraction t squared over 2 close parenthesis equals θ sub f minus θ sub 0 ,")[$display(limits(∫)^(t_(f))_(t_(0)) ( ω_(0) + α t^(′) ) d t^(′) = display(limits(∫)^(θ_("f"))_(θ_(0)) d θ) ";") \ display(limits(∫)^(t)_(t_(0)) ω_(0) d t + display(limits(∫)^(t)_(t_(0)) α t^(′) d t^(′) =) display(limits(∫)^(θ_("f"))_(θ_(0)) d θ) = attach([ ω_(0) t^(′) + α ( frac(attach(( t^(′) ), t: 2), 2) ) ], t: t, b: t_(0)) = ω_(0) t + α ( frac(t^(2), 2) ) = θ_("f") − θ_(0) ",")$] where we have set #math.equation(block: false, alt: "t sub 0 equals 0")[$t_(0) = 0$]. Now we rearrange to obtain #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "θ sub f equals θ sub 0 plus ω sub 0 t plus the fraction 1 over 2 α t squared .")[$θ_("f") = θ_(0) + ω_(0) t + frac(1, 2) α t^(2) .$] ] is the rotational counterpart to the linear kinematics equation found in Motion Along a Straight Line for position as a function of time. This equation gives us the angular position of a rotating rigid body at any time #emph[t] given the initial conditions (initial angular position and initial angular velocity) and the angular acceleration. We can find an equation that is independent of time by solving for #emph[t] in and substituting into . becomes #math.equation(block: true, alt: "θ sub f, equals, θ sub 0 plus ω sub 0 open parenthesis the fraction ω sub f minus ω sub 0 over α close parenthesis plus the fraction 1 over 2 α open parenthesis the fraction ω sub f minus ω sub 0 over α close parenthesis squared; equals, θ sub 0 plus the fraction ω sub 0 ω sub f over α minus the fraction ω sub 0 squared over α plus the fraction 1 over 2 the fraction ω sub f squared over α minus the fraction ω sub 0 ω sub f over α plus the fraction 1 over 2 the fraction ω sub 0 squared over α; equals, θ sub 0 plus the fraction 1 over 2 the fraction ω sub f squared over α minus the fraction 1 over 2 the fraction ω sub 0 squared over α ,; θ sub f minus θ sub 0, equals, the fraction ω sub f squared minus ω sub 0 squared over 2 α")[$θ_("f") & = & θ_(0) + ω_(0) ( frac(ω_("f") − ω_(0), α) ) + frac(1, 2) α attach(( frac(ω_("f") − ω_(0), α) ), t: 2) \ & = & θ_(0) + frac(ω_(0) ω_("f"), α) − frac(ω_(0)^(2), α) + frac(1, 2) #h(0.2em) frac(ω_("f")^(2), α) − frac(ω_(0) ω_("f"), α) + frac(1, 2) #h(0.2em) frac(ω_(0)^(2), α) \ & = & θ_(0) + frac(1, 2) #h(0.2em) frac(ω_("f")^(2), α) − frac(1, 2) #h(0.2em) frac(ω_(0)^(2), α) , \ θ_("f") − θ_(0) & = & frac(ω_("f")^(2) − ω_(0)^(2), 2 α)$] or #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "ω sub f squared equals ω sub 0 squared plus 2 α open parenthesis Δ θ close parenthesis .")[$ω_("f")^(2) = ω_(0)^(2) + 2 α ( "Δ" θ ) .$] ] through describe fixed-axis rotation for constant acceleration and are summarized in . #figure(table( columns: 2, align: left, inset: 6pt, table.header([Rotational Motion], [Equation]), [Angular displacement from average angular velocity], [#math.equation(block: false, alt: "θ sub f equals θ sub 0 plus ω bar t")[$θ_("f") = θ_(0) + accent(ω, −) t$]], [Angular velocity from angular acceleration], [#math.equation(block: false, alt: "ω sub f equals ω sub 0 plus α t")[$ω_("f") = ω_(0) + α t$]], [Angular displacement from angular velocity and angular acceleration], [#math.equation(block: false, alt: "θ sub f equals θ sub 0 plus ω sub 0 t plus the fraction 1 over 2 α t squared")[$θ_("f") = θ_(0) + ω_(0) t + frac(1, 2) α t^(2)$]], [Angular velocity from angular displacement and angular acceleration], [#math.equation(block: false, alt: "ω sub f squared equals ω sub 02 plus 2 α open parenthesis Δ θ close parenthesis")[$ω_("f")^(2) = ω_(0) 2 + 2 α ( "Δ" θ )$]], )) === Applying the Equations for Rotational Motion Now we can apply the key kinematic relations for rotational motion to some simple examples to get a feel for how the equations can be applied to everyday situations. #examplebox("Example 1")[Calculating the Acceleration of a Fishing Reel][ A deep-sea fisherman hooks a big fish that swims away from the boat, pulling the fishing line from his fishing reel. The whole system is initially at rest, and the fishing line unwinds from the reel at a radius of 4.50 cm from its axis of rotation. The reel is given an angular acceleration of #math.equation(block: false, alt: "110 rad/s squared")[$110 attach(#h(0.2em) "rad/s", t: 2)$] for 2.00 s . (a) What is the final angular velocity of the reel after 2 s? (b) How many revolutions does the reel make? #figure(figph[Figure is a drawing of a fishing line coming off a rotating reel. Rotation radius is 4.5 cm, rotation takes place in the counterclockwise direction.], alt: "Figure is a drawing of a fishing line coming off a rotating reel. Rotation radius is 4.5 cm, rotation takes place in the counterclockwise direction.", caption: [Fishing line coming off a rotating reel moves linearly.]) Strategy Identify the knowns and compare with the kinematic equations for constant acceleration. Look for the appropriate equation that can be solved for the unknown, using the knowns given in the problem description. Solution + We are given #math.equation(block: false, alt: "α")[$α$] and #emph[t] and want to determine #math.equation(block: false, alt: "ω")[$ω$]. The most straightforward equation to use is #math.equation(block: false, alt: "ω sub f equals ω sub 0 plus α t")[$ω_("f") = ω_(0) + α t$], since all terms are known besides the unknown variable we are looking for. We are given that #math.equation(block: false, alt: "ω sub 0 equals 0")[$ω_(0) = 0$] (it starts from rest), so #math.equation(block: true, alt: "ω sub f equals 0 plus open parenthesis 110 rad/s squared close parenthesis open parenthesis 2.00 s close parenthesis equals 220 rad/s .")[$ω_("f") = 0 + ( 110 attach(#h(0.2em) "rad/s", t: 2) ) ( 2.00 #h(0.2em) "s" ) = 220 #h(0.2em) "rad/s" .$] + We are asked to find the number of revolutions. Because #math.equation(block: false, alt: "1 rev equals 2 π rad")[$1 #h(0.2em) "rev" = 2 π #h(0.2em) "rad"$], we can find the number of revolutions by finding #math.equation(block: false, alt: "θ")[$θ$] in radians. We are given #math.equation(block: false, alt: "α")[$α$] and #emph[t], and we know #math.equation(block: false, alt: "ω sub 0")[$ω_(0)$] is zero, so we can obtain #math.equation(block: false, alt: "θ")[$θ$] by using #math.equation(block: true, alt: "θ sub f, equals θ sub i plus ω sub i t plus the fraction 1 over 2 α t squared; equals 0 plus 0 plus open parenthesis 0.500 close parenthesis open parenthesis 110 rad/s squared close parenthesis open parenthesis 2.00 s close parenthesis squared equals 220 rad .")[$θ_("f") & = θ_("i") + ω_("i") t + frac(1, 2) α t^(2) \ & = 0 + 0 + ( 0.500 ) ( 110 attach(#h(0.2em) "rad/s", t: 2) ) attach(( 2.00 #h(0.2em) "s" ), t: 2) = 220 #h(0.2em) "rad" "."$] Converting radians to revolutions gives #math.equation(block: true, alt: "Number of rev equals open parenthesis 220 rad close parenthesis the fraction 1 rev over 2 π rad equals 35.0 rev .")[$"Number of rev" #h(0.2em) = ( 220 #h(0.2em) "rad" ) frac(1 #h(0.2em) "rev", 2 π #h(0.2em) "rad") = 35.0 #h(0.2em) "rev" "."$] Significance This example illustrates that relationships among rotational quantities are highly analogous to those among linear quantities. The answers to the questions are realistic. After unwinding for two seconds, the reel is found to spin at 220 rad/s, which is 2100 rpm. (No wonder reels sometimes make high-pitched sounds.) ] In the preceding example, we considered a fishing reel with a positive angular acceleration. Now let us consider what happens with a negative angular acceleration. #examplebox("Example 2")[Calculating the Duration When the Fishing Reel Slows Down and Stops][ Now the fisherman applies a brake to the spinning reel, achieving an angular acceleration of #math.equation(block: false, alt: "−300 rad/s squared")[$−300 attach(#h(0.2em) "rad/s", t: 2)$]. How long does it take the reel to come to a stop? Strategy We are asked to find the time #emph[t] for the reel to come to a stop. The initial and final conditions are different from those in the previous problem, which involved the same fishing reel. Now we see that the initial angular velocity is #math.equation(block: false, alt: "ω sub 0 equals 220 rad / s")[$ω_(0) = 220 #h(0.2em) "rad" "/" "s"$] and the final angular velocity #math.equation(block: false, alt: "ω")[$ω$] is zero. The angular acceleration is given as #math.equation(block: false, alt: "α equals −300 rad/s squared .")[$α = −300 #h(0.2em) "rad/s"^(2) .$] Examining the available equations, we see all quantities but #emph[t] are known in #math.equation(block: false, alt: "ω sub f equals ω sub 0 plus α t")[$ω_("f") = ω_(0) + α t$], making it easiest to use this equation. Solution The equation states #math.equation(block: true, alt: "ω sub f equals ω sub 0 plus α t .")[$ω_("f") = ω_(0) + α t .$] We solve the equation algebraically for #emph[t] and then substitute the known values as usual, yielding #math.equation(block: true, alt: "t equals the fraction ω sub f minus ω sub 0 over α equals the fraction 0 minus 220.0 rad/s over −300.0 rad/s squared equals 0.733 s .")[$t = frac(ω_("f") − ω_(0), α) = frac(0 − 220.0 #h(0.2em) "rad/s", −300.0 #h(0.2em) "rad/s"^(2)) = 0.733 #h(0.2em) "s" .$] Significance Note that care must be taken with the signs that indicate the directions of various quantities. Also, note that the time to stop the reel is fairly small because the acceleration is rather large. Fishing lines sometimes snap because of the accelerations involved, and fishermen often let the fish swim for a while before applying brakes on the reel. A tired fish is slower, requiring a smaller acceleration. ] #notebox("Check Your Understanding", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A centrifuge used in DNA extraction spins at a maximum rate of 7000 rpm, producing a “g-force” on the sample that is 6000 times the force of gravity. If the centrifuge takes 10 seconds to come to rest from the maximum spin rate: (a) What is the angular acceleration of the centrifuge? (b) What is the angular displacement of the centrifuge during this time? #solutionbox[ a. Using , we have #math.equation(block: false, alt: "7000 rpm equals the fraction 7000.0 open parenthesis 2 π rad close parenthesis over 60.0 s equals 733.0 rad / s ,")[$7000 #h(0.2em) "rpm" = frac(7000.0 ( 2 π #h(0.2em) "rad" ), 60.0 #h(0.2em) "s") = 733.0 #h(0.2em) "rad" "/" "s" ,$] #linebreak() #math.equation(block: false, alt: "α equals the fraction open parenthesis ω minus ω sub 0 close parenthesis over t equals the fraction open parenthesis 0 minus 733.0 rad / s close parenthesis over 10.0 s equals –73.3 rad / s squared")[$α = frac(( ω − ω_(0) ), t) = frac(( 0 − 733.0 #h(0.2em) "rad" "/" "s" ), 10.0 #h(0.2em) "s") = –73.3 #h(0.2em) "rad" "/" "s"^(2)$]; #linebreak() b. Using , we have #linebreak() #math.equation(block: false, alt: "ω squared equals ω sub 0 squared plus 2 α Δ θ ⇒ Δ θ equals the fraction ω squared minus ω sub 0 squared over 2 α equals the fraction 0 minus open parenthesis 733.0 rad / s close parenthesis squared over 2 open parenthesis –73.3 rad / s squared close parenthesis equals 3665.2 rad")[$ω^(2) = ω_(0)^(2) + 2 α "Δ" θ ⇒ "Δ" θ = frac(ω^(2) − ω_(0)^(2), 2 α) = frac(0 − attach(( 733.0 #h(0.2em) "rad" "/" "s" ), t: 2), 2 ( –73.3 #h(0.2em) "rad" "/" "s"^(2) )) = 3665.2 #h(0.2em) "rad"$] ] ] #examplebox("Example 3")[Angular Acceleration of a Propeller][ shows a graph of the angular velocity of a propeller on an aircraft as a function of time. Its angular velocity starts at 30 rad/s and drops linearly to 0 rad/s over the course of 5 seconds. (a) Find the angular acceleration of the object and verify the result using the kinematic equations. (b) Find the angle through which the propeller rotates during these 5 seconds and verify your result using the kinematic equations. #figure(figph[Figure is a graph of the angular velocity in rads per second plotted versus time in seconds. Angular velocity decreases linearly with time, from 30 rads per second at zero seconds to zero at 5 seconds.], alt: "Figure is a graph of the angular velocity in rads per second plotted versus time in seconds. Angular velocity decreases linearly with time, from 30 rads per second at zero seconds to zero at 5 seconds.", caption: [A graph of the angular velocity of a propeller versus time.]) Strategy + Since the angular velocity varies linearly with time, we know that the angular acceleration is constant and does not depend on the time variable. The angular acceleration is the slope of the angular velocity vs. time graph, #math.equation(block: false, alt: "α equals the fraction d ω over d t")[$α = frac(d ω, d t)$]. To calculate the slope, we read directly from , and see that #math.equation(block: false, alt: "ω sub 0 equals 30 rad/s")[$ω_(0) = 30 #h(0.2em) "rad/s"$] at #math.equation(block: false, alt: "t equals 0 s")[$t = 0 #h(0.2em) "s"$] and #math.equation(block: false, alt: "ω sub f equals 0 rad/s")[$ω_("f") = 0 #h(0.2em) "rad/s"$] at #math.equation(block: false, alt: "t equals 5 s")[$t = 5 #h(0.2em) "s"$]. Then, we can verify the result using #math.equation(block: false, alt: "ω equals ω sub 0 plus α t")[$ω = ω_(0) + α t$]. + We use the equation #math.equation(block: false, alt: "ω equals the fraction d θ over d t ;")[$ω = frac(d θ, d t) ;$] since the time derivative of the angle is the angular velocity, we can find the angular displacement by integrating the angular velocity, which from the figure means taking the area under the angular velocity graph. In other words: #math.equation(block: true, alt: "∫ θ sub 0 θ sub f d θ equals θ sub f minus θ sub 0 equals ∫ t sub 0 t sub f ω open parenthesis t close parenthesis d t .")[$display(limits(∫)^(θ_("f"))_(θ_(0)) d θ = θ_("f") − θ_(0) =) display(limits(∫)^(t_("f"))_(t_(0)) ω ( t ) d t) .$] Then we use the kinematic equations for constant acceleration to verify the result. Solution + Calculating the slope, we get #math.equation(block: true, alt: "α equals the fraction ω minus ω sub 0 over t minus t sub 0 equals the fraction open parenthesis 0 minus 30.0 close parenthesis rad/s over open parenthesis 5.0 minus 0 close parenthesis s equals −6.0 rad/s squared .")[$α = frac(ω − ω_(0), t − t_(0)) = frac(( 0 − 30.0 ) #h(0.2em) "rad/s", ( 5.0 − 0 ) #h(0.2em) "s") = −6.0 #h(0.2em) "rad/s"^(2) .$] We see that this is exactly with a little rearranging of terms. + We can find the area under the curve by calculating the area of the right triangle, as shown. #linebreak() #figure(figph[Figure is a graph of the angular velocity in rads per second plotted versus time in seconds. Angular velocity decreases linearly with time, from 30 rads per second at zero seconds to zero at 5 seconds. The area under the curve is filled.], alt: "Figure is a graph of the angular velocity in rads per second plotted versus time in seconds. Angular velocity decreases linearly with time, from 30 rads per second at zero seconds to zero at 5 seconds. The area under the curve is filled.", caption: [The area under the curve is the area of the right triangle.]) #math.equation(block: true, alt: "Δ θ, equals, area open parenthesis triangle close parenthesis ;; Δ θ, equals, the fraction 1 over 2 open parenthesis 30 rad/s close parenthesis open parenthesis 5 s close parenthesis equals 75 rad .")[$"Δ" θ & = & "area" ( "triangle" ) ; \ "Δ" θ & = & frac(1, 2) ( 30 #h(0.2em) "rad/s" ) ( 5 #h(0.2em) "s" ) = 75 #h(0.2em) "rad" "."$] We verify the solution using : #math.equation(block: true, alt: "θ sub f equals θ sub 0 plus ω sub 0 t plus the fraction 1 over 2 α t squared .")[$θ_("f") = θ_(0) + ω_(0) t + frac(1, 2) α t^(2) .$] Setting #math.equation(block: false, alt: "θ sub 0 equals 0")[$θ_(0) = 0$], we have #math.equation(block: true, alt: "θ sub f equals open parenthesis 30.0 rad / s close parenthesis open parenthesis 5.0 s close parenthesis plus the fraction 1 over 2 open parenthesis −6.0 rad / s squared close parenthesis open parenthesis 5.0 rad / s close parenthesis squared equals 150.0 minus 75.0 equals 75.0 rad .")[$θ_(f) = ( 30.0 #h(0.2em) "rad" "/" "s" ) ( 5.0 #h(0.2em) "s" ) + frac(1, 2) attach(( −6.0 #h(0.2em) "rad" "/" "s"^(2) ) ( 5.0 #h(0.2em) "rad" "/" "s" ), t: 2) = 150.0 − 75.0 = 75.0 #h(0.2em) "rad" .$] This verifies the solution found from finding the area under the curve. Significance We see from part (b) that there are alternative approaches to analyzing fixed-axis rotation with constant acceleration. We started with a graphical approach and verified the solution using the rotational kinematic equations. Since #math.equation(block: false, alt: "α equals the fraction d ω over d t")[$α = frac(d ω, d t)$], we could do the same graphical analysis on an angular acceleration-vs.-time curve. The area under an #math.equation(block: false, alt: "α -vs.- t")[$α "-vs.-" t$] curve gives us the change in angular velocity. Since the angular acceleration is constant in this section, this is a straightforward exercise. ] === Summary - The kinematics of rotational motion describes the relationships among rotation angle (angular position), angular velocity, angular acceleration, and time. - For a constant angular acceleration, the angular velocity varies linearly. Therefore, the average angular velocity is 1/2 the initial plus final angular velocity over a given time period: #math.equation(block: true, alt: "ω bar equals the fraction ω sub 0 plus ω sub f over 2.")[$accent(ω, −) = frac(ω_(0) + ω_("f"), 2) .$] - We used a graphical analysis to find solutions to fixed-axis rotation with constant angular acceleration. From the relation #math.equation(block: false, alt: "ω equals the fraction d θ over d t")[$ω = frac(d θ, d t)$], we found that the area under an angular velocity-vs.-time curve gives the angular displacement, #math.equation(block: false, alt: "θ sub f minus θ sub 0 equals Δ θ equals ∫ t sub 0 t ω open parenthesis t close parenthesis d t")[$θ_("f") − θ_(0) = "Δ" θ = display(limits(∫)^(t)_(t_(0)) ω ( t ) d t)$]. The results of the graphical analysis were verified using the kinematic equations for constant angular acceleration. Similarly, since #math.equation(block: false, alt: "α equals the fraction d ω over d t")[$α = frac(d ω, d t)$], the area under an angular acceleration-vs.-time graph gives the change in angular velocity: #math.equation(block: false, alt: "ω sub f minus ω sub 0 equals Δ ω equals ∫ t sub 0 t α open parenthesis t close parenthesis d t")[$ω_(f) − ω_(0) = "Δ" ω = display(limits(∫)^(t)_(t_(0)) α ( t ) d t)$]. === Conceptual Questions If a rigid body has a constant angular acceleration, what is the functional form of the angular velocity in terms of the time variable? #solutionbox[ straight line, linear in time variable ] If a rigid body has a constant angular acceleration, what is the functional form of the angular position? If the angular acceleration of a rigid body is zero, what is the functional form of the angular velocity? #solutionbox[ constant ] A massless tether with a masses tied to both ends rotates about a fixed axis through the center. Can the total acceleration of the tether/mass combination be zero if the angular velocity is constant? === Problems A wheel has a constant angular acceleration of #math.equation(block: false, alt: "5.0 rad / s squared")[$5.0 #h(0.2em) "rad" "/" "s"^(2)$]. Starting from rest, it turns through 300 rad. (a) What is its final angular velocity? (b) How much time elapses while it turns through the 300 radians? #solutionbox[ a. #math.equation(block: false, alt: "ω equals 55 rad / s")[$ω = 55 #h(0.2em) "rad" "/" "s"$]; #linebreak() b. #math.equation(block: false, alt: "t equals 11 s")[$t = 11 #h(0.2em) "s"$] ] During a 6.0-s time interval, a flywheel with a constant angular acceleration turns through 500 radians and acquires an angular velocity of 100 rad/s. (a) What is the angular velocity at the beginning of the 6.0 s? (b) What is the angular acceleration of the flywheel? The angular velocity of a rotating rigid body increases from 500 to 1500 rev/min in 120 s. (a) What is the angular acceleration of the body? (b) Through what angle does it turn in this 120 s? #solutionbox[ a. #math.equation(block: false, alt: "0.87 rad / s squared")[$0.87 #h(0.2em) "rad" "/" "s"^(2)$]; #linebreak() b. #math.equation(block: false, alt: "θ equals 12,600 rad")[$θ = 12,600 #h(0.2em) "rad"$] ] A flywheel slows from 600 to 400 rev/min while rotating through 40 revolutions. (a) What is the angular acceleration of the flywheel? (b) How much time elapses during the 40 revolutions? A wheel 1.0 m in radius rotates with an angular acceleration of #math.equation(block: false, alt: "4.0 rad / s squared")[$4.0 #h(0.2em) "rad" "/" "s"^(2)$]. (a) If the wheel’s initial angular velocity is 2.0 rad/s, what is its angular velocity after 10 s? (b) Through what angle does it rotate in the 10-s interval? (c) What are the tangential speed and acceleration of a point on the rim of the wheel at the end of the 10-s interval? #solutionbox[ a. #math.equation(block: false, alt: "ω equals 42.0 rad / s")[$ω = 42.0 #h(0.2em) "rad" "/" "s"$]; #linebreak() b. #math.equation(block: false, alt: "θ equals 220 rad")[$θ = 220 #h(0.2em) "rad"$]; c. #math.equation(block: false, alt: "v sub t equals 42 m / s; a sub t equals 4.0 m / s squared")[$v_(t) = 42 #h(0.2em) "m" "/" "s" \ a_(t) = 4.0 #h(0.2em) "m" "/" "s"^(2)$] ] A vertical wheel with a diameter of 50 cm starts from rest and rotates with a constant angular acceleration of #math.equation(block: false, alt: "5.0 rad / s squared")[$5.0 #h(0.2em) "rad" "/" "s"^(2)$] around a fixed axis through its center counterclockwise. (a) Where is the point that is initially at the bottom of the wheel at #math.equation(block: false, alt: "t equals 10 s?")[$t = 10 #h(0.2em) "s?"$] (b) What is the point’s linear acceleration at this instant? A circular disk of radius 10 cm has a constant angular acceleration of #math.equation(block: false, alt: "1.0 rad / s squared")[$1.0 #h(0.2em) "rad" "/" "s"^(2)$]; at #math.equation(block: false, alt: "t equals 0")[$t = 0$] its angular velocity is 2.0 rad/s. (a) Determine the disk’s angular velocity at #math.equation(block: false, alt: "t equals 5.0 s")[$t = 5.0 #h(0.2em) "s"$]. (b) What is the angle it has rotated through during this time? (c) What is the tangential acceleration of a point on the disk at #math.equation(block: false, alt: "t equals 5.0 s ?")[$t = 5.0 #h(0.2em) "s" ?$] #solutionbox[ a. #math.equation(block: false, alt: "ω equals 7.0 rad / s")[$ω = 7.0 #h(0.2em) "rad" "/" "s"$]; #linebreak() b. #math.equation(block: false, alt: "θ equals 22.5 rad")[$θ = 22.5 #h(0.2em) "rad"$]; c. #math.equation(block: false, alt: "a sub t equals 0.10 m / s squared")[$a_("t") = 0.10 #h(0.2em) "m" "/" "s"^(2)$] ] The angular velocity vs. time for a fan on a hovercraft is shown below. (a) What is the angle through which the fan blades rotate in the first 8 seconds? (b) Verify your result using the kinematic equations. #figure(figph[Figure is a graph of the angular velocity in rev per minute plotted versus time in seconds. Angular velocity is zero when the time is equal to zero and increases linearly with time.], alt: "Figure is a graph of the angular velocity in rev per minute plotted versus time in seconds. Angular velocity is zero when the time is equal to zero and increases linearly with time.", caption: none) A rod of length 20 cm has two beads attached to its ends. The rod with beads starts rotating from rest. If the beads are to have a tangential speed of 20 m/s in 7 s, what is the angular acceleration of the rod to achieve this? #solutionbox[ #math.equation(block: true, alt: "α equals 28.6 rad / s squared")[$α = 28.6 #h(0.2em) "rad" "/" "s"^(2)$]. ]