#set document(title: "12.1 Flow Rate and Its Relation to Velocity", 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")) == 12.1#h(0.6em)Flow Rate and Its Relation to Velocity === Learning Objectives By the end of this section, you will be able to: - Calculate flow rate. - Define units of volume. - Describe incompressible fluids. - Explain the consequences of the equation of continuity. #strong[Flow rate]#emph[#math.equation(block: false, alt: "Q")[$Q$]] is defined to be the volume of fluid passing by some location through an area during a period of time, as seen in . In symbols, this can be written as #math.equation(block: true, alt: "Q equals the fraction V over t ,")[$Q = frac(V, t) ","$] where #emph[#math.equation(block: false, alt: "V")[$V$]] is the volume and #emph[#math.equation(block: false, alt: "t")[$t$]] is the elapsed time. The SI unit for flow rate is #math.equation(block: false, alt: "m cubed /s")[$"m"^(3) "/s"$], but a number of other units for #emph[#math.equation(block: false, alt: "Q")[$Q$]] are in common use. For example, the heart of a resting adult pumps blood at a rate of 5.00 liters per minute (L/min). Note that a #strong[liter] (L) is 1/1000 of a cubic meter or 1000 cubic centimeters (#math.equation(block: false, alt: "10 to the power minus 3 m cubed")[$"10"^(− 3) #h(0.25em) "m"^(3)$] or #math.equation(block: false, alt: "10 cubed cm cubed")[$"10"^(3) #h(0.25em) "cm"^(3)$]). In this text we shall use whatever metric units are most convenient for a given situation. #figure(figph[The figure shows a fluid flowing through a cylindrical pipe open at both ends. A portion of the cylindrical pipe with the fluid is shaded for a length d. The velocity of the fluid in the shaded region is shown by v toward the right. The cross sections of the shaded cylinder are marked as A. This cylinder of fluid flows past a point P on the cylindrical pipe. The velocity v is equal to d over t.], alt: "The figure shows a fluid flowing through a cylindrical pipe open at both ends. A portion of the cylindrical pipe with the fluid is shaded for a length d. The velocity of the fluid in the shaded region is shown by v toward the right. The cross sections of the shaded cylinder are marked as A. This cylinder of fluid flows past a point P on the cylindrical pipe. The velocity v is equal to d over t.", caption: [Flow rate is the volume of fluid per unit time flowing past a point through the area #math.equation(block: false, alt: "A")[$A$]. Here the shaded cylinder of fluid flows past point #math.equation(block: false, alt: "P")[$"P"$] in a uniform pipe in time #math.equation(block: false, alt: "t")[$t$]. The volume of the cylinder is #math.equation(block: false, alt: "Ad")[$"Ad"$] and the average velocity is #math.equation(block: false, alt: "v ¯ equals d / t")[$overline(v) = d / t$] so that the flow rate is #math.equation(block: false, alt: "Q equals Ad / t equals A v ¯")[$Q = "Ad" / t = A overline(v)$].]) #examplebox("Example 1")[Calculating Volume from Flow Rate: The Heart Pumps a Lot of Blood in a Lifetime][ How many cubic meters of blood does the heart pump in a 75-year lifetime, assuming the average flow rate is 5.00 L/min? Strategy Time and flow rate #emph[#math.equation(block: false, alt: "Q")[$Q$]] are given, and so the volume #emph[#math.equation(block: false, alt: "V")[$V$]] can be calculated from the definition of flow rate. Solution Solving #math.equation(block: false, alt: "Q equals V / t")[$Q = V / t$] for volume gives #math.equation(block: true, alt: "V equals Qt .")[$V = "Qt" "."$] Substituting known values yields #math.equation(block: true, alt: "V, equals, the fraction 5 . 00 L over 1 min open parenthesis 75 y close parenthesis the fraction 1 m cubed over 10 cubed L 5 . 26 times 10 to the power 5 the fraction min over y; equals, 2 . 0 times 10 to the power 5 m cubed .")[$V & = & frac(5 "." "00" #h(0.25em) "L", "1 min") ( "75" #h(0.25em) "y" ) frac(1 #h(0.25em) "m"^(3), "10"^(3) #h(0.25em) "L") 5 "." "26" × "10"^(5) frac("min", "y") \ & = & 2 "." 0 × "10"^(5) #h(0.25em) attach(" m", t: 3) "."$] Discussion This amount is about 200,000 tons of blood. For comparison, this value is equivalent to about 200 times the volume of water contained in a 6-lane 50-m lap pool. ] Flow rate and velocity are related, but quite different, physical quantities. To make the distinction clear, think about the flow rate of a river. The greater the velocity of the water, the greater the flow rate of the river. But flow rate also depends on the size of the river. A rapid mountain stream carries far less water than the Amazon River in Brazil, for example. The precise relationship between flow rate #emph[#math.equation(block: false, alt: "Q")[$Q$]] and velocity #math.equation(block: false, alt: "v ¯")[$overline(v)$] is #math.equation(block: true, alt: "Q equals A v ¯ ,")[$Q = A overline(v) ","$] where #emph[#math.equation(block: false, alt: "A")[$A$]] is the cross-sectional area and #math.equation(block: false, alt: "v ¯")[$overline(v)$] is the average velocity. This equation seems logical enough. The relationship tells us that flow rate is directly proportional to both the magnitude of the average velocity (hereafter referred to as the speed) and the size of a river, pipe, or other conduit. The larger the conduit, the greater its cross-sectional area. illustrates how this relationship is obtained. The shaded cylinder has a volume #math.equation(block: true, alt: "V equals Ad ,")[$V = "Ad" ","$] which flows past the point #math.equation(block: false, alt: "P")[$"P"$] in a time #math.equation(block: false, alt: "t")[$t$]. Dividing both sides of this relationship by #emph[#math.equation(block: false, alt: "t")[$t$]] gives #math.equation(block: true, alt: "the fraction V over t equals the fraction Ad over t .")[$frac(V, t) = frac("Ad", t) "."$] We note that #math.equation(block: false, alt: "Q equals V / t")[$Q = V / t$] and the average speed is #math.equation(block: false, alt: "v ¯ equals d / t")[$overline(v) = d / t$]. Thus the equation becomes #math.equation(block: false, alt: "Q equals A v ¯")[$Q = A overline(v)$]. shows an incompressible fluid flowing along a pipe of decreasing radius. Because the fluid is incompressible, the same amount of fluid must flow past any point in the tube in a given time to ensure continuity of flow. In this case, because the cross-sectional area of the pipe decreases, the velocity must necessarily increase. This logic can be extended to say that the flow rate must be the same at all points along the pipe. In particular, for points 1 and 2, #math.equation(block: true, alt: "Q sub 1 equals Q sub 2; A sub 1 v ¯ sub 1 equals A sub 2 v ¯ sub 2 } .")[$Q_(1) = Q_(2) \ A_(1) overline(v)_(1) = A_(2) overline(v)_(2) \} "."$] This is called the equation of continuity and is valid for any incompressible fluid. The consequences of the equation of continuity can be observed when water flows from a hose into a narrow spray nozzle: it emerges with a large speed—that is the purpose of the nozzle. Conversely, when a river empties into one end of a reservoir, the water slows considerably, perhaps picking up speed again when it leaves the other end of the reservoir. In other words, speed increases when cross-sectional area decreases, and speed decreases when cross-sectional area increases. #figure(figph[The figure shows a cylindrical tube broad at the left and narrow at the right. The fluid is shown to flow through the cylindrical tube toward right along the axis of the tube. A shaded area is marked on the broader cylinder on the left. A cross section is marked on it as A one. A point one is marked on this cross section. The velocity of the fluid through the shaded area on narrow tube is marked by v one as an arrow toward right. Another shaded area is marked on the narrow cylindrical on the right. The shaded area on narrow tube is longer than the one on broader tube to show that when a tube narrows, the same volume occupies a greater length. A cross section is marked on the narrow cylindrical tube as A two. A point two is marked on this cross section. The velocity of fluid through the shaded area on narrow tube is marked v two toward right. The arrow depicting v two is longer than for v one showing v two to be greater in value than v one.], alt: "The figure shows a cylindrical tube broad at the left and narrow at the right. The fluid is shown to flow through the cylindrical tube toward right along the axis of the tube. A shaded area is marked on the broader cylinder on the left. A cross section is marked on it as A one. A point one is marked on this cross section. The velocity of the fluid through the shaded area on narrow tube is marked by v one as an arrow toward right. Another shaded area is marked on the narrow cylindrical on the right. The shaded area on narrow tube is longer than the one on broader tube to show that when a tube narrows, the same volume occupies a greater length. A cross section is marked on the narrow cylindrical tube as A two. A point two is marked on this cross section. The velocity of fluid through the shaded area on narrow tube is marked v two toward right. The arrow depicting v two is longer than for v one showing v two to be greater in value than v one.", caption: [When a tube narrows, the same volume occupies a greater length. For the same volume to pass points 1 and 2 in a given time, the speed must be greater at point 2. The process is exactly reversible. If the fluid flows in the opposite direction, its speed will decrease when the tube widens. (Note that the relative volumes of the two cylinders and the corresponding velocity vector arrows are not drawn to scale.)]) Since liquids are essentially incompressible, the equation of continuity is valid for all liquids. However, gases are compressible, and so the equation must be applied with caution to gases if they are subjected to compression or expansion. #examplebox("Example 2")[Calculating Fluid Speed: Speed Increases When a Tube Narrows][ A nozzle with a radius of 0.250 cm is attached to a garden hose with a radius of 0.900 cm. The flow rate through hose and nozzle is 0.500 L/s. Calculate the speed of the water (a) in the hose and (b) in the nozzle. Strategy We can use the relationship between flow rate and speed to find both velocities. We will use the subscript 1 for the hose and 2 for the nozzle. Solution for (a) First, we solve #math.equation(block: false, alt: "Q equals A v ¯")[$Q = A overline(v)$] for #math.equation(block: false, alt: "v sub 1")[$v_(1)$] and note that the cross-sectional area is #math.equation(block: false, alt: "A equals πr squared")[$A = "πr"^(2)$], yielding #math.equation(block: true, alt: "v ¯ sub 1 equals the fraction Q over A sub 1 equals the fraction Q over πr 1 2 .")[$overline(v)_(1) = frac(Q, A_(1)) = frac(Q, "πr"_(1)^(2)) "."$] Substituting known values and making appropriate unit conversions yields #math.equation(block: true, alt: "v ¯ sub 1 equals the fraction open parenthesis 0 . 500 L/s close parenthesis open parenthesis 10 to the power minus 3 m cubed / L close parenthesis over π open parenthesis 9 . 00 times 10 to the power minus 3 m close parenthesis squared equals 1 . 96 m/s .")[$overline(v)_(1) = frac(( 0 "." "500" #h(0.25em) "L/s" ) ( "10"^(− 3) #h(0.25em) "m"^(3) / "L" ), π ( 9 "." "00" × "10"^(− 3) #h(0.25em) "m" )^(2)) = 1 "." "96" #h(0.25em) "m/s" "."$] Solution for (b) We could repeat this calculation to find the speed in the nozzle #math.equation(block: false, alt: "v ¯ sub 2")[$overline(v)_(2)$], but we will use the equation of continuity to give a somewhat different insight. Using the equation which states #math.equation(block: true, alt: "A sub 1 v ¯ sub 1 equals A sub 2 v ¯ sub 2 ,")[$A_(1) overline(v)_(1) = A_(2) overline(v)_(2) ","$] solving for #math.equation(block: false, alt: "v ¯ sub 2")[$overline(v)_(2)$] and substituting #math.equation(block: false, alt: "πr squared")[$"πr"^(2)$] for the cross-sectional area yields #math.equation(block: true, alt: "v ¯ sub 2 equals the fraction A sub 1 over A sub 2 v ¯ sub 1 equals the fraction πr 1 2 over πr 2 2 v ¯ sub 1 equals the fraction r sub 1 squared over r sub 2 squared v ¯ sub 1 .")[$overline(v)_(2) = frac(A_(1), A_(2)) overline(v)_(1) = frac("πr"_(1)^(2), "πr"_(2)^(2)) overline(v)_(1) = frac(r_(1^(2)), r_(2^(2))) overline(v)_(1) "."$] Substituting known values, #math.equation(block: true, alt: "v ¯ sub 2 equals the fraction open parenthesis 0 . 900 cm close parenthesis squared over open parenthesis 0 . 250 cm close parenthesis squared 1 . 96 m/s equals 25 . 5 m/s .")[$overline(v)_(2) = frac(( 0 "." "900" #h(0.25em) "cm" )^(2), ( 0 "." "250" #h(0.25em) "cm" )^(2)) 1 "." "96" #h(0.25em) "m/s" = "25" "." "5 m/s" "."$] Discussion A speed of 1.96 m/s is about right for water emerging from a nozzleless hose. The nozzle produces a considerably faster stream merely by constricting the flow to a narrower tube. ] The solution to the last part of the example shows that speed is inversely proportional to the #emph[square] of the radius of the tube, making for large effects when radius varies. We can blow out a candle at quite a distance, for example, by pursing our lips, whereas blowing on a candle with our mouth wide open is quite ineffective. In many situations, including in the cardiovascular system, branching of the flow occurs. The blood is pumped from the heart into arteries that subdivide into smaller arteries (arterioles) which branch into very fine vessels called capillaries. In this situation, continuity of flow is maintained but it is the #emph[sum] of the flow rates in each of the branches in any portion along the tube that is maintained. The equation of continuity in a more general form becomes #math.equation(block: true, alt: "n sub 1 A sub 1 v ¯ sub 1 equals n sub 2 A sub 2 v ¯ sub 2 ,")[$n_(1) A_(1) overline(v)_(1) = n_(2) A_(2) overline(v)_(2) ","$] where #math.equation(block: false, alt: "n sub 1")[$n_(1)$] and #math.equation(block: false, alt: "n sub 2")[$n_(2)$] are the number of branches in each of the sections along the tube. #examplebox("Example 3")[Calculating Flow Speed and Vessel Diameter: Branching in the Cardiovascular System][ The aorta is the principal blood vessel through which blood leaves the heart in order to circulate around the body. (a) Calculate the average speed of the blood in the aorta if the flow rate is 5.0 L/min. The aorta has a radius of 10 mm. (b) Blood also flows through smaller blood vessels known as capillaries. When the rate of blood flow in the aorta is 5.0 L/min, the speed of blood in the capillaries is about 0.33 mm/s. Given that the average diameter of a capillary is #math.equation(block: false, alt: "8.0 μ m")[$8.0 #h(0.25em) μ "m"$], calculate the number of capillaries in the blood circulatory system. Strategy We can use #math.equation(block: false, alt: "Q equals A v ¯")[$Q = A overline(v)$] to calculate the speed of flow in the aorta and then use the general form of the equation of continuity to calculate the number of capillaries as all of the other variables are known. Solution for (a) The flow rate is given by #math.equation(block: false, alt: "Q equals A v ¯")[$Q = A overline(v)$] or #math.equation(block: false, alt: "v ¯ equals the fraction Q over πr squared")[$overline(v) = frac(Q, "πr"^(2))$] for a cylindrical vessel. Substituting the known values (converted to units of meters and seconds) gives #math.equation(block: true, alt: "v ¯ equals the fraction 5.0 L/min 10 to the power minus 3 m cubed /L 1 min/ 60 s over π 0 . 010 m squared equals 0 . 27 m/s .")[$overline(v) = frac(5.0 #h(0.25em) " L/min " attach(" 10 ", t: − 3) #h(0.25em) attach(" m ", t: 3) " /L " 1 #h(0.25em) " min/ " " 60 " #h(0.25em) " s ", π attach(0 " . " " 010 m ", t: 2)) = 0 " . " " 27 " #h(0.25em) " m/s " .$] Solution for (b) Using #math.equation(block: false, alt: "n sub 1 A sub 1 v ¯ sub 1 equals n sub 2 A sub 2 v ¯ sub 1")[$n_(1) A_(1) overline(v)_(1) = n_(2) A_(2) overline(v)_(1)$], assigning the subscript 1 to the aorta and 2 to the capillaries, and solving for #math.equation(block: false, alt: "n sub 2")[$n_(2)$] (the number of capillaries) gives #math.equation(block: false, alt: "n sub 2 equals the fraction n sub 1 A sub 1 v ¯ sub 1 over A sub 2 v ¯ sub 2")[$n_(2) = frac(n_(1) A_(1) overline(v)_(1), A_(2) overline(v)_(2))$]. Converting all quantities to units of meters and seconds and substituting into the equation above gives #math.equation(block: true, alt: "n sub 2 equals the fraction 1 π 10 times 10 to the power minus 3 m squared 0.27 m/s over π 4.0 times 10 to the power minus 6 m squared 0.33 times 10 to the power minus 3 m/s equals 5.0 times 10 to the power 9 capillaries .")[$n_(2) = frac(1 π attach(" 10 " × attach(" 10 ", t: − 3) #h(0.25em) " m ", t: 2) 0.27 m/s, π attach(4.0 × attach(" 10 ", t: − 6) #h(0.25em) " m ", t: 2) 0.33 × attach(" 10 ", t: − 3) #h(0.25em) " m/s ") = 5.0 × attach(" 10 ", t: 9) #h(0.25em) " capillaries " .$] Discussion Note that the speed of flow in the capillaries is considerably reduced relative to the speed in the aorta due to the significant increase in the total cross-sectional area at the capillaries. This low speed is to allow sufficient time for effective exchange to occur although it is equally important for the flow not to become stationary in order to avoid the possibility of clotting. Does this large number of capillaries in the body seem reasonable? In active muscle, one finds about 200 capillaries per #math.equation(block: false, alt: "mm cubed")[$"mm"^(3)$], or about #math.equation(block: false, alt: "200 times 10 to the power 6")[$"200" × "10"^(6)$] per 1 kg of muscle. For 20 kg of muscle, this amounts to about #math.equation(block: false, alt: "4 times 10 to the power 9")[$4 × "10"^(9)$] capillaries. ] === Test Prep for AP Courses Water flows through a small horizontal pipe with a speed of 12 m/s into a larger part of the pipe for which the diameter of the pipe is doubled. What is the speed of the water in the larger part of the pipe? + 0.75 m/s + 3.0 m/s + 6.0 m/s + 12 m/s #solutionbox[ (b) ] A popular pool toy allows the user to push a plunger to compress water in a barrel with a diameter of 3.0 cm. The water is compressed with a speed of 1.2 m/s and emerges from a small opening with a speed of 15 m/s. What is the diameter of the opening? Assume the toy is oriented horizontally. === Section Summary - Flow rate #emph[#math.equation(block: false, alt: "Q")[$Q$]] is defined to be the volume #emph[#math.equation(block: false, alt: "V")[$V$]] flowing past a point in time #emph[#math.equation(block: false, alt: "t")[$t$]], or #math.equation(block: false, alt: "Q equals the fraction V over t")[$Q = frac(V, t)$] where #math.equation(block: false, alt: "V")[$V$] is volume and #math.equation(block: false, alt: "t")[$t$] is time. - The SI unit of volume is #math.equation(block: false, alt: "m cubed")[$"m"^(3)$]. - Another common unit is the liter (L), which is #math.equation(block: false, alt: "10 to the power minus 3 m cubed")[$"10"^(− 3) #h(0.25em) "m"^(3)$]. - Flow rate and velocity are related by #math.equation(block: false, alt: "Q equals A v ¯")[$Q = A overline(v)$] where #math.equation(block: false, alt: "A")[$A$] is the cross-sectional area of the flow and #math.equation(block: false, alt: "v ¯")[$overline(v)$] is its average velocity. - For incompressible fluids, flow rate at various points is constant. That is,#math.equation(block: true, alt: "Q sub 1 equals Q sub 2; A sub 1 v ¯ sub 1 equals A sub 2 v ¯ sub 2; n sub 1 A sub 1 v ¯ sub 1 equals n sub 2 A sub 2 v ¯ sub 2 .")[$Q_(1) = Q_(2) \ A_(1) overline(v)_(1) = A_(2) overline(v)_(2) \ n_(1) A_(1) overline(v)_(1) = n_(2) A_(2) overline(v)_(2) "."$] === Conceptual Questions What is the difference between flow rate and fluid velocity? How are they related? Many figures in the text show streamlines. Explain why fluid velocity is greatest where streamlines are closest together. (Hint: Consider the relationship between fluid velocity and the cross-sectional area through which it flows.) Identify some substances that are incompressible and some that are not. === Problems & Exercises What is the average flow rate in #math.equation(block: false, alt: "cm cubed /s")[$"cm"^(3) "/s"$] of gasoline to the engine of a car traveling at 100 km/h if it averages 10.0 km/L? #solutionbox[ #math.equation(block: true, alt: "2.78 cm cubed /s")[$"2.78" #h(0.25em) "cm"^(3) "/s"$] ] The heart of a resting adult pumps blood at a rate of 5.00 L/min. (a) Convert this to #math.equation(block: false, alt: "cm cubed /s")[$"cm"^(3) "/s"$]. (b) What is this rate in #math.equation(block: false, alt: "m cubed /s")[$"m"^(3) "/s"$]? Blood is pumped from the heart at a rate of 5.0 L/min into the aorta (of radius 1.0 cm). Determine the speed of blood through the aorta. #solutionbox[ 27 cm/s ] Blood is flowing through an artery of radius 2 mm at a rate of 40 cm/s. Determine the flow rate and the volume that passes through the artery in a period of 30 s. The Huka Falls on the Waikato River is one of New Zealand’s most visited natural tourist attractions. On average the river has a flow rate of about 300,000 L/s. At the gorge, the river narrows to 20 m wide and averages 20 m deep. (a) What is the average speed of the river in the gorge? (b) What is the average speed of the water in the river downstream of the falls when it widens to 60 m and its depth increases to an average of 40 m? #figure(figph[Water rushes over a fall.], alt: "Water rushes over a fall.", caption: [The Huka Falls in Taupo, New Zealand, demonstrate flow rate.]) #solutionbox[ (a) 0.75 m/s (b) 0.13 m/s ] A major artery with a cross-sectional area of #math.equation(block: false, alt: "1 . 00 cm squared")[$1 "." "00" #h(0.25em) "cm"^(2)$] branches into 18 smaller arteries, each with an average cross-sectional area of #math.equation(block: false, alt: "0 . 400 cm squared")[$0 "." "400" #h(0.25em) "cm"^(2)$]. By what factor is the average velocity of the blood reduced when it passes into these branches? (a) As blood passes through the capillary bed in an organ, the capillaries join to form venules (small veins). If the blood speed increases by a factor of 4.00 and the total cross-sectional area of the venules is #math.equation(block: false, alt: "10 . 0 cm squared")[$"10" "." 0 #h(0.25em) "cm"^(2)$], what is the total cross-sectional area of the capillaries feeding these venules? (b) How many capillaries are involved if their average diameter is #math.equation(block: false, alt: "10.0 μ m")[$10.0 #h(0.25em) μ "m"$]? #solutionbox[ (a) #math.equation(block: false, alt: "40.0 cm squared")[$40.0 #h(0.25em) "cm"^(2)$] (b) #math.equation(block: false, alt: "5 . 09 times 10 to the power 7")[$5 "." "09" × "10"^(7)$] ] The human circulation system has approximately #math.equation(block: false, alt: "1 times 10 to the power 9")[$1 × "10"^(9)$] capillary vessels. Each vessel has a diameter of about #math.equation(block: false, alt: "8 μ m")[$8 #h(0.25em) μ "m"$]. Assuming cardiac output is 5 L/min, determine the average velocity of blood flow through each capillary vessel. (a) Estimate the time it would take to fill a private swimming pool with a capacity of 80,000 L using a garden hose delivering 60 L/min. (b) How long would it take to fill if you could divert a moderate size river, flowing at #math.equation(block: false, alt: "5000 m cubed /s")[$"5000" #h(0.25em) "m"^(3) "/s"$], into it? #solutionbox[ (a) 22 h (b) 0.016 s ] The flow rate of blood through a #math.equation(block: false, alt: "2 . 00 times 10 to the power –6 -m")[$2 "." "00" × "10"^("–6") "-m"$] -radius capillary is #math.equation(block: false, alt: "3 . 80 times 10 to the power -9 cm cubed /s")[$3 "." "80" × "10"^(-9) #h(0.25em) "cm"^(3) "/s"$]. (a) What is the speed of the blood flow? (This small speed allows time for diffusion of materials to and from the blood.) (b) Assuming all the blood in the body passes through capillaries, how many of them must there be to carry a total flow of #math.equation(block: false, alt: "90 . 0 cm cubed /s")[$90 "." 0 #h(0.25em) "cm"^(3) "/s"$]? (The large number obtained is an overestimate, but it is still reasonable.) (a) What is the fluid speed in a fire hose with a 9.00-cm diameter carrying 80.0 L of water per second? (b) What is the flow rate in cubic meters per second? (c) Would your answers be different if salt water replaced the fresh water in the fire hose? #solutionbox[ (a) 12.6 m/s (b) #math.equation(block: false, alt: "0.0800 m cubed /s")[$0.0800 #h(0.25em) "m"^(3) "/s"$] (c) No, independent of density. ] The main uptake air duct of a forced air gas heater is 0.300 m in diameter. What is the average speed of air in the duct if it carries a volume equal to that of the house’s interior every 15 min? The inside volume of the house is equivalent to a rectangular solid 13.0 m wide by 20.0 m long by 2.75 m high. Water is moving at a velocity of 2.00 m/s through a hose with an internal diameter of 1.60 cm. (a) What is the flow rate in liters per second? (b) The fluid velocity in this hose’s nozzle is 15.0 m/s. What is the nozzle’s inside diameter? #solutionbox[ (a) 0.402 L/s (b) 0.584 cm ] Prove that the speed of an incompressible fluid through a constriction, such as in a Venturi tube, increases by a factor equal to the square of the factor by which the diameter decreases. (The converse applies for flow out of a constriction into a larger-diameter region.) Water emerges straight down from a faucet with a 1.80-cm diameter at a speed of 0.500 m/s. (Because of the construction of the faucet, there is no variation in speed across the stream.) (a) What is the flow rate in #math.equation(block: false, alt: "cm cubed /s")[$"cm"^(3) "/s"$]? (b) What is the diameter of the stream 0.200 m below the faucet? Neglect any effects due to surface tension. #solutionbox[ (a) #math.equation(block: false, alt: "127 cm cubed /s")[$"127" #h(0.25em) "cm"^("3") "/s"$] (b) 0.890 cm ] Unreasonable Results A mountain stream is 10.0 m wide and averages 2.00 m in depth. During the spring runoff, the flow in the stream reaches #math.equation(block: false, alt: "100,000 m cubed /s")[$"100,000" #h(0.25em) "m"^(3) "/s"$]. (a) What is the average velocity of the stream under these conditions? (b) What is unreasonable about this velocity? (c) What is unreasonable or inconsistent about the premises?