#set document(title: "9.5 Simple Machines", 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")) == 9.5#h(0.6em)Simple Machines === Learning Objectives By the end of this section, you will be able to: - Describe different simple machines. - Calculate the mechanical advantage. Simple machines are devices that can be used to multiply or augment a force that we apply – often at the expense of a distance through which we apply the force. The word for “machine” comes from the Greek word meaning “to help make things easier.” Levers, gears, pulleys, wedges, and screws are some examples of machines. Energy is still conserved for these devices because a machine cannot do more work than the energy put into it. However, machines can reduce the input force that is needed to perform the job. The ratio of output to input force magnitudes for any simple machine is called its #strong[mechanical advantage] (MA). #math.equation(block: true, alt: "MA equals the fraction F sub o over F sub i")[$"MA" = frac(F_("o"), F_("i"))$] One of the simplest machines is the lever, which is a rigid bar pivoted at a fixed place called the fulcrum. Torques are involved in levers, since there is rotation about a pivot point. Distances from the physical pivot of the lever are crucial, and we can obtain a useful expression for the MA in terms of these distances. #figure(figph[There is a nail in a wooden plank. A nail puller is being used to pull the nail out of the plank. A hand is applying force F sub I downward on the handle of the nail puller. The top of the nail exerts a force F sub N downward on the puller. At the point where the nail puller touches the plank, the reaction of the surface force N is applied. At the top of the figure, a free body diagram is shown.], alt: "There is a nail in a wooden plank. A nail puller is being used to pull the nail out of the plank. A hand is applying force F sub I downward on the handle of the nail puller. The top of the nail exerts a force F sub N downward on the puller. At the point where the nail puller touches the plank, the reaction of the surface force N is applied. At the top of the figure, a free body diagram is shown.", caption: [A nail puller is a lever with a large mechanical advantage. The external forces on the nail puller are represented by solid arrows. The force that the nail puller applies to the nail (#math.equation(block: false, alt: "F sub o")[$"F"_("o")$]) is not a force on the nail puller. The reaction force the nail exerts back on the puller (#math.equation(block: false, alt: "F sub n")[$"F"_("n")$]) is an external force and is equal and opposite to #math.equation(block: false, alt: "F sub o")[$"F"_("o")$]. The perpendicular lever arms of the input and output forces are #math.equation(block: false, alt: "l sub i")[$l_("i")$] and #math.equation(block: false, alt: "l sub o")[$l_(o)$].]) shows a lever type that is used as a nail puller. Crowbars, seesaws, and other such levers are all analogous to this one. #math.equation(block: false, alt: "F sub i")[$"F"_("i")$] is the input force and #math.equation(block: false, alt: "F sub o")[$"F"_("o")$] is the output force. There are three vertical forces acting on the nail puller (the system of interest) – these are #math.equation(block: false, alt: "F sub i , F sub n ,")[$"F"_("i") , #h(0.25em) "F"_("n") ,$] and #math.equation(block: false, alt: "N")[$"N"$]. #math.equation(block: false, alt: "F sub n")[$"F"_("n")$] is the reaction force back on the system, equal and opposite to #math.equation(block: false, alt: "F sub o")[$"F"_("o")$]. (Note that #math.equation(block: false, alt: "F sub o")[$"F"_("o")$] is not a force on the system.) #math.equation(block: false, alt: "N")[$"N"$] is the normal force upon the lever, and its torque is zero since it is exerted at the pivot. The torques due to #math.equation(block: false, alt: "F sub i")[$"F"_("i")$] and #math.equation(block: false, alt: "F sub n")[$"F"_("n")$] must be equal to each other if the nail is not moving, to satisfy the second condition for equilibrium #math.equation(block: false, alt: "net τ equals 0")[$" net " #h(0.25em) τ = 0$]. (In order for the nail to actually move, the torque due to #math.equation(block: false, alt: "F sub i")[$"F"_("i")$] must be ever-so-slightly greater than torque due to #math.equation(block: false, alt: "F sub n")[$"F"_("n")$].) Hence, #math.equation(block: true, alt: "l sub i F sub i equals l sub o F sub o")[$l_("i") F_("i") = l_("o") F_("o")$] Notice that #math.equation(block: false, alt: "r sub i")[$"r"_("i")$] is the distance from the pivot point to the point where the input force #math.equation(block: false, alt: "F sub i")[$"F"_("i")$] is applied, and #math.equation(block: false, alt: "r sub o")[$"r"_("o")$] (not labeled on the diagram) is the distance from the pivot point to the point where the output force #math.equation(block: false, alt: "F sub o")[$"F"_("o")$] is applied. The distances #math.equation(block: false, alt: "l sub i")[$l_("i")$] and #math.equation(block: false, alt: "l sub o")[$l_("o")$] are the perpendicular components of the distances from where the input and output forces are applied to the pivot, as shown in the figure. Rearranging the last equation gives #math.equation(block: true, alt: "the fraction F sub o over F sub i equals the fraction l sub i over l sub o .")[$frac(F_("o"), F_("i")) = frac(l_("i"), l_("o")) .$] What interests us most here is that the magnitude of the force exerted by the nail puller, #math.equation(block: false, alt: "F sub o")[$F_("o")$], is much greater than the magnitude of the input force applied to the puller at the other end, #math.equation(block: false, alt: "F sub i")[$F_("i")$]. For the nail puller, #math.equation(block: true, alt: "MA equals the fraction F sub o over F sub i equals the fraction l sub i over l sub o .")[$"MA" = frac(F_("o"), F_("i")) = frac(l_("i"), l_("o")) "."$] This equation is true for levers in general. For the nail puller, the MA is certainly greater than one. The longer the handle on the nail puller, the greater the force you can exert with it. Two other types of levers that differ slightly from the nail puller are a wheelbarrow and a shovel, shown. All these lever types are similar in that only three forces are involved – the input force, the output force, and the force on the pivot – and thus their MAs are given by #math.equation(block: false, alt: "MA equals the fraction F sub o over F sub i")[$"MA" = frac(F_("o"), F_("i"))$] and #math.equation(block: false, alt: "MA equals the fraction d sub 1 over d sub 2")[$"MA" = frac(d_(1), d_(2))$], with distances being measured relative to the physical pivot. The wheelbarrow and shovel differ from the nail puller because both the input and output forces are on the same side of the pivot. In the case of the wheelbarrow, the output force or load is between the pivot (the wheel’s axle) and the input or applied force. In the case of the shovel, the input force is between the pivot (at the end of the handle) and the load, but the input lever arm is shorter than the output lever arm. In this case, the MA is less than one. #figure(figph[A wheelbarrow is shown in which the input force F sub I is shown as a vector in vertically upward direction below the handle of wheelbarrow. The weight of the wheelbarrow is downward at the center of gravity. The normal reaction of the ground is acting at the wheel in upward direction. The perpendicular distance between the normal reaction and the input force F sub I is labeled as R sub I and the distance between output force F sub O and normal reaction is labeled as R sub O. In figure b, a man is holding a shovel in his hands. One hand is at one end of the handle and the other hand is holding the shovel at the middle. The center of gravity of the shovel is at its flat end. The weight of the shovel is acting at the center of gravity. The input force is acting at the hand in the middle in upward direction and the end of the shovel is acting as pivot. A free body diagram is also shown at the right side of the figure.], alt: "A wheelbarrow is shown in which the input force F sub I is shown as a vector in vertically upward direction below the handle of wheelbarrow. The weight of the wheelbarrow is downward at the center of gravity. The normal reaction of the ground is acting at the wheel in upward direction. The perpendicular distance between the normal reaction and the input force F sub I is labeled as R sub I and the distance between output force F sub O and normal reaction is labeled as R sub O. In figure b, a man is holding a shovel in his hands. One hand is at one end of the handle and the other hand is holding the shovel at the middle. The center of gravity of the shovel is at its flat end. The weight of the shovel is acting at the center of gravity. The input force is acting at the hand in the middle in upward direction and the end of the shovel is acting as pivot. A free body diagram is also shown at the right side of the figure.", caption: [(a) In the case of the wheelbarrow, the output force or load is between the pivot and the input force. The pivot is the wheel’s axle. Here, the output force is greater than the input force. Thus, a wheelbarrow enables you to lift much heavier loads than you could with your body alone. (b) In the case of the shovel, the input force is between the pivot and the load, but the input lever arm is shorter than the output lever arm. The pivot is at the handle held by the right hand. Here, the output force (supporting the shovel’s load) is less than the input force (from the hand nearest the load), because the input is exerted closer to the pivot than is the output.]) #examplebox("Example 1")[What is the Advantage for the Wheelbarrow?][ In the wheelbarrow of , the load has a perpendicular lever arm of 7.50 cm, while the hands have a perpendicular lever arm of 1.02 m. (a) What upward force must you exert to support the wheelbarrow and its load if their combined mass is 45.0 kg? (b) What force does the wheelbarrow exert on the ground? Strategy Here, we use the concept of mechanical advantage. Solution (a) In this case, #math.equation(block: false, alt: "the fraction F sub o over F sub i equals the fraction l sub i over l sub o")[$frac(F_("o"), F_("i")) = frac(l_(i), l_(o))$] becomes #math.equation(block: true, alt: "F sub i equals F sub o the fraction l sub o over l sub i .")[$F_("i") = F_("o") frac(l_(o), l_(i)) "."$] Adding values into this equation yields #math.equation(block: true, alt: "F sub i equals 45.0 kg 9.80 m/s squared the fraction 0.075 m over 1.02 m equals 32.4 N .")[$F_("i") = "45.0" #h(0.25em) " kg" 9.80 #h(0.25em) attach(" m/s", t: 2) frac("0.075 m", "1.02 m") = "32.4 N" "."$] The free-body diagram gives the following normal force: #math.equation(block: false, alt: "F sub i plus N equals W")[$F_(i) + N = W$]. Therefore, #math.equation(block: false, alt: "N equals open parenthesis 45.0 kg close parenthesis 9.80 m/s squared minus 32.4 N equals 409 N")[$N = ( "45.0 kg" ) 9.80 #h(0.25em) attach(" m/s", t: 2) − "32.4 N" = "409 N"$]. #math.equation(block: false, alt: "N")[$N$] is the normal force acting on the wheel; by Newton’s third law, the force the wheel exerts on the ground is #math.equation(block: false, alt: "409 N")[$"409 N"$]. Discussion An even longer handle would reduce the force needed to lift the load. The MA here is #math.equation(block: false, alt: "MA equals 1 . 02 / 0 . 0750 equals 13 . 6")[$"MA" = 1 "." "02" / 0 "." "0750" = "13" "." 6$]. ] Another very simple machine is the inclined plane. Pushing a cart up a plane is easier than lifting the same cart straight up to the top using a ladder, because the applied force is less. However, the work done in both cases (assuming the work done by friction is negligible) is the same. Inclined lanes or ramps were probably used during the construction of the Egyptian pyramids to move large blocks of stone to the top. A crank is a lever that can be rotated #math.equation(block: false, alt: "360º")[$"360º"$] about its pivot, as shown. Such a machine may not look like a lever, but the physics of its actions remain the same. The MA for a crank is simply the ratio of the radii #math.equation(block: false, alt: "r sub i / r sub 0")[$r_("i") / r_(0)$]. Wheels and gears have this simple expression for their MAs too. The MA can be greater than 1, as it is for the crank, or less than 1, as it is for the simplified car axle driving the wheels, as shown. If the axle’s radius is #math.equation(block: false, alt: "2.0 cm")[$2.0 "cm"$] and the wheel’s radius is #math.equation(block: false, alt: "24.0 cm")[$"24.0 cm"$], then #math.equation(block: false, alt: "MA equals 2.0 / 24.0 equals 0 . 083")[$"MA" = 2.0 / "24.0" = 0 "." "083"$] and the axle would have to exert a force of #math.equation(block: false, alt: "12,000 N")[$"12,000 N"$] on the wheel to enable it to exert a force of #math.equation(block: false, alt: "1000 N")[$"1000 N"$] on the ground. #figure(figph[In figure a, a crank lever is shown in which a hand is at the handle of the crank lever. The output force F sub O is at the base of the lever and the input force F sub I is at the handle of the lever. The distance between input force and output force is labeled as R sub I. In figure b, a simplified axle of the car is shown. The input force is shown as a vector F sub I on the axle toward right. The output force is shown at the point of contact of the wheel with the ground toward left. The distance between the output force and the pivot point is labeled as R sub O. In figure c, rope over the pulley is shown. The input force is shown as a downward arrow at the left part of rope. The output force is acting on the right part of the rope. The center of the pulley is the pivot point. The distances of the two forces from the pivot are R sub I and R sub O respectively.], alt: "In figure a, a crank lever is shown in which a hand is at the handle of the crank lever. The output force F sub O is at the base of the lever and the input force F sub I is at the handle of the lever. The distance between input force and output force is labeled as R sub I. In figure b, a simplified axle of the car is shown. The input force is shown as a vector F sub I on the axle toward right. The output force is shown at the point of contact of the wheel with the ground toward left. The distance between the output force and the pivot point is labeled as R sub O. In figure c, rope over the pulley is shown. The input force is shown as a downward arrow at the left part of rope. The output force is acting on the right part of the rope. The center of the pulley is the pivot point. The distances of the two forces from the pivot are R sub I and R sub O respectively.", caption: [(a) A crank is a type of lever that can be rotated #math.equation(block: false, alt: "360º")[$"360º "$] about its pivot. Cranks are usually designed to have a large MA. (b) A simplified automobile axle drives a wheel, which has a much larger diameter than the axle. The MA is less than 1. (c) An ordinary pulley is used to lift a heavy load. The pulley changes the direction of the force #math.equation(block: false, alt: "T")[$T$] exerted by the cord without changing its magnitude. Hence, this machine has an MA of 1.]) An ordinary pulley has an MA of 1; it only changes the direction of the force and not its magnitude. Combinations of pulleys, such as those illustrated in , are used to multiply force. If the pulleys are friction-free, then the force output is approximately an integral multiple of the tension in the cable. The number of cables pulling directly upward on the system of interest, as illustrated in the figures given below, is approximately the MA of the pulley system. Since each attachment applies an external force in approximately the same direction as the others, they add, producing a total force that is nearly an integral multiple of the input force #math.equation(block: false, alt: "T")[$T$]. #figure(figph[In figure a, a rope over two pulleys is shown. One pulley is fixed at the roof and the other is hanging through the rope. A weight is hanging from the second pulley. The tensions T are shown at the two parts of hanging pulley and at the free end of the rope. The mechanical advantage of the system is two. In figure b, a set of three pulleys is shown. A pulley is fixed at the roof with another pulley below it. The third pulley is hanging through the rope with a weight hanging at it. The tensions on the rope are shown as vectors on the rope and at the end of the rope. In figure c, set of three pulleys is shown. One of the pulleys is fixed at the roof. Two connected pulleys are hanging through a rope over the first pulley. The directions of the tensions are marked on the ropes and at the end of the rope.], alt: "In figure a, a rope over two pulleys is shown. One pulley is fixed at the roof and the other is hanging through the rope. A weight is hanging from the second pulley. The tensions T are shown at the two parts of hanging pulley and at the free end of the rope. The mechanical advantage of the system is two. In figure b, a set of three pulleys is shown. A pulley is fixed at the roof with another pulley below it. The third pulley is hanging through the rope with a weight hanging at it. The tensions on the rope are shown as vectors on the rope and at the end of the rope. In figure c, set of three pulleys is shown. One of the pulleys is fixed at the roof. Two connected pulleys are hanging through a rope over the first pulley. The directions of the tensions are marked on the ropes and at the end of the rope.", caption: [(a) The combination of pulleys is used to multiply force. The force is an integral multiple of tension if the pulleys are frictionless. This pulley system has two cables attached to its load, thus applying a force of approximately #math.equation(block: false, alt: "2 T")[$"2" T$]. This machine has #math.equation(block: false, alt: "MA approximately equals 2")[$"MA" ≈ 2$]. (b) Three pulleys are used to lift a load in such a way that the mechanical advantage is about 3. Effectively, there are three cables attached to the load. (c) This pulley system applies a force of #math.equation(block: false, alt: "4 T")[$"4" T$], so that it has #math.equation(block: false, alt: "MA approximately equals 4")[$"MA" ≈ 4$]. Effectively, four cables are pulling on the system of interest.]) === Test Prep for AP Courses As a young student, you likely learned that simple machines are capable of increasing the ability to lift and move objects. Now, as an educated AP Physics student, you are aware that this capability is governed by the relationship between force and torque. In the space below, explain why torque is integral to the increase in force created by a simple machine. You may use an example or diagram to assist in your explanation. Be sure to cite the mechanical advantage in your explanation as well. #solutionbox[ The student should mention that the guiding principle behind simple machines is the second condition of equilibrium. Though the torque leaving a machine must be equivalent to torque entering a machine, the same requirement does not exist for forces. As a result, by decreasing the lever arm to the existing force, the size of the existing force will be increased. The mechanical advantage will be equivalent to the ratio of the forces exiting and entering the machine. ] Figure 9.24(a) shows a wheelbarrow being lifted by an applied force #strong[F]#sub[i]. If the wheelbarrow is filled with twenty bricks massing 3 kg each, estimate the value of the applied force #strong[F]#sub[i]. Provide an explanation behind the total weight #strong[#emph[w]] and any reasoning toward your final answer. Additionally, provide a range of values over which you feel the force could exist. === Section Summary - Simple machines are devices that can be used to multiply or augment a force that we apply – often at the expense of a distance through which we have to apply the force. - The ratio of output to input forces for any simple machine is called its mechanical advantage - A few simple machines are the lever, nail puller, wheelbarrow, crank, etc. === Conceptual Questions Scissors are like a double-lever system. Which of the simple machines in and is most analogous to scissors? Suppose you pull a nail at a constant rate using a nail puller as shown. Is the nail puller in equilibrium? What if you pull the nail with some acceleration – is the nail puller in equilibrium then? In which case is the force applied to the nail puller larger and why? Explain the mechanical advantage of a wheelbarrow and how it explains why moving a heavy load is easier with a wheelbarrow. How does a pulley enable a person to lift a load as heavy as a piano with little effort? === Problems & Exercises What is the mechanical advantage of a nail puller—similar to the one shown in —where you exert a force #math.equation(block: false, alt: "45 cm")[$"45 cm"$] from the pivot and the nail is #math.equation(block: false, alt: "1.8 cm")[$"1.8 cm"$] on the other side? What minimum force must you exert to apply a force of #math.equation(block: false, alt: "1250 N")[$"1250 N"$] to the nail? #solutionbox[ 25 50 N ] Suppose you needed to raise a 250-kg mower a distance of 6.0 cm above the ground to change a tire. If you had a 2.0-m long lever, where would you place the fulcrum if your force was limited to 300 N? a) What is the mechanical advantage of a wheelbarrow, such as the one in , if the center of gravity of the wheelbarrow and its load has a perpendicular lever arm of 5.50 cm, while the hands have a perpendicular lever arm of 1.02 m? (b) What upward force should you exert to support the wheelbarrow and its load if their combined mass is 55.0 kg? (c) What force does the wheel exert on the ground? #solutionbox[ a) #math.equation(block: false, alt: "MA equals 18 . 5")[$"MA" = "18" "." 5$] b) #math.equation(block: false, alt: "F sub i equals 29.1 N")[$F_("i") = "29.1 N"$] c) 510 N downward ] A typical car has an axle with #math.equation(block: false, alt: "1 . 10 cm")[$1 "." "10 cm"$] radius driving a tire with a radius of #math.equation(block: false, alt: "27 .5 cm")[$"27" ".5 cm"$]. What is its mechanical advantage assuming the very simplified model in (b)? What force does the nail puller in exert on the supporting surface? The nail puller has a mass of 2.10 kg. #solutionbox[ #math.equation(block: true, alt: "1 . 3 times 10 cubed N")[$1 "." "3" × "10"^(3) #h(0.25em) "N"$] ] If you used an ideal pulley of the type shown in (a) to support a car engine of mass #math.equation(block: false, alt: "115 kg")[$"115 kg"$], (a) What would be the tension in the rope? (b) What force must the ceiling supply, assuming you pull straight down on the rope? Neglect the pulley system’s mass. Repeat for the pulley shown in (c), assuming you pull straight up on the rope. The pulley system’s mass is #math.equation(block: false, alt: "7.00 kg")[$"7.00 kg"$]. #solutionbox[ a) #math.equation(block: false, alt: "T equals 299 N")[$T = "299 N"$] b) 897 N upward ]