#set document(title: "4.4 Newton’s Third Law of Motion: Symmetry in Forces", 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")) == 4.4#h(0.6em)Newton’s Third Law of Motion: Symmetry in Forces === Learning Objectives By the end of this section, you will be able to: - Understand Newton's third law of motion. - Apply Newton's third law to define systems and solve problems of motion. Baseball relief pitcher Mariano Rivera was so highly regarded that during his retirement year, opposing teams conducted farewell presentations when he played at their stadiums. The Minnesota Twins offered a unique gift: A chair made of broken bats. Any pitch can break a bat, but with Rivera's signature pitch—known as a cutter—the ball and the bat frequently came together at a point that shattered the hardwood. Typically, we think of a baseball or softball hitter exerting a force on the incoming ball, and baseball analysts focus on the resulting "exit velocity" as a key statistic. But the force of the ball can do its own damage. This is exactly what happens whenever one body exerts a force on another—the first also experiences a force (equal in magnitude and opposite in direction). Numerous common experiences, such as stubbing a toe or pushing off the floor during a jump, confirm this. It is precisely stated in #strong[Newton’s third law of motion]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Newton’s Third Law of Motion] Whenever one body exerts a force on a second body, the first body experiences a force that is equal in magnitude and opposite in direction to the force that it exerts. ] This law represents a certain #emph[symmetry in nature]: Forces always occur in pairs, and one body cannot exert a force on another without experiencing a force itself. We sometimes refer to this law loosely as “action-reaction,” where the force exerted is the action and the force experienced as a consequence is the reaction. Newton’s third law has practical uses in analyzing the origin of forces and understanding which forces are external to a system. We can readily see Newton’s third law at work by taking a look at how people move about. Consider a swimmer pushing off from the side of a pool, as illustrated in . She pushes against the pool wall with her feet and accelerates in the direction #emph[opposite] to that of her push. The wall has exerted an equal and opposite force back on the swimmer. You might think that two equal and opposite forces would cancel, but they do not #emph[because they act on different systems]. In this case, there are two systems that we could investigate: the swimmer or the wall. If we select the swimmer to be the system of interest, as in the figure, then #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$] is an external force on this system and affects its motion. The swimmer moves in the direction of #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$]. In contrast, the force #math.equation(block: false, alt: "F sub feet on wall")[$"F"_("feet on wall")$] acts on the wall and not on our system of interest. Thus #math.equation(block: false, alt: "F sub feet on wall")[$"F"_("feet on wall")$] does not directly affect the motion of the system and does not cancel #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$]. Note that the swimmer pushes in the direction opposite to that in which she wishes to move. The reaction to her push is thus in the desired direction. #figure(figph[A swimmer is exerting a force with her feet on a wall inside a swimming pool represented by an arrow labeled as vector F sub Feet on wall, pointing toward the right, and the wall is also exerting an equal force on her feet, represented by an arrow labeled as vector F sub Wall on feet, having the same length but pointing toward the left. The direction of acceleration of the swimmer is toward the left, shown by an arrow toward the left.], alt: "A swimmer is exerting a force with her feet on a wall inside a swimming pool represented by an arrow labeled as vector F sub Feet on wall, pointing toward the right, and the wall is also exerting an equal force on her feet, represented by an arrow labeled as vector F sub Wall on feet, having the same length but pointing toward the left. The direction of acceleration of the swimmer is toward the left, shown by an arrow toward the left.", caption: [When the swimmer exerts a force #math.equation(block: false, alt: "F sub feet on wall")[$"F"_("feet on wall")$] on the wall, she accelerates in the direction opposite to that of her push. This means the net external force on her is in the direction opposite to #math.equation(block: false, alt: "F sub feet on wall")[$"F"_("feet on wall")$]. This opposition occurs because, in accordance with Newton’s third law of motion, the wall exerts a force #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$] on her, equal in magnitude but in the direction opposite to the one she exerts on it. The line around the swimmer indicates the system of interest. Note that #math.equation(block: false, alt: "F sub feet on wall")[$"F"_("feet on wall")$] does not act on this system (the swimmer) and, thus, does not cancel #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$]. Thus the free-body diagram shows only #math.equation(block: false, alt: "F sub wall on feet")[$"F"_("wall on feet")$], #math.equation(block: false, alt: "w")[$"w"$], the gravitational force, and #math.equation(block: false, alt: "BF")[$"BF"$], the buoyant force of the water supporting the swimmer’s weight. The vertical forces #math.equation(block: false, alt: "w")[$"w"$] and #math.equation(block: false, alt: "BF")[$"BF"$] cancel since there is no vertical motion.]) Other examples of Newton’s third law are easy to find. As a professor walks in front of a whiteboard, she exerts a force backward on the floor. The floor exerts a reaction force forward on the professor that causes her to accelerate forward. Similarly, a car accelerates because the ground pushes forward on the drive wheels in reaction to the drive wheels pushing backward on the ground. You can see evidence of the wheels pushing backward when tires spin on a gravel road and throw rocks backward. In another example, rockets move forward by expelling gas backward at high velocity. This means the rocket exerts a large backward force on the gas in the rocket combustion chamber, and the gas therefore exerts a large reaction force forward on the rocket. This reaction force is called #strong[thrust]. It is a common misconception that rockets propel themselves by pushing on the ground or on the air behind them. They actually work better in a vacuum, where they can more readily expel the exhaust gases. Helicopters similarly create lift by pushing air down, thereby experiencing an upward reaction force. Birds and airplanes also fly by exerting force on air in a direction opposite to that of whatever force they need. For example, the wings of a bird force air downward and backward in order to get lift and move forward. An octopus propels itself in the water by ejecting water through a funnel from its body, similar to a jet ski. Boxers and other martial arts fighters experience reaction forces when they punch, sometimes breaking their hand by hitting an opponent’s body. #examplebox("Example 1")[Getting Up To Speed: Choosing the Correct System][ A physics professor pushes a cart of demonstration equipment to a lecture hall, as seen in . Her mass is 65.0 kg, the cart’s is 12.0 kg, and the equipment’s is 7.0 kg. Calculate the acceleration produced when the professor exerts a backward force of 150 N on the floor. All forces opposing the motion, such as friction on the cart’s wheels and air resistance, total 24.0 N. #figure(figph[A professor is pushing a cart of demonstration equipment. Two systems are labeled in the figure. System one includes both the professor and cart, and system two only has the cart. She is exerting some force F sub prof toward the right, shown by a vector arrow, and the cart is also pushing her with the same magnitude of force directed toward the left, shown by a vector F sub cart, having same length as F sub prof. The friction force small f is shown by a vector arrow pointing left acting between the wheels of the cart and the floor. The professor is pushing the floor with her feet with a force F sub foot toward the left, shown by a vector arrow. The floor is pushing her feet with a force that has the same magnitude, F sub floor, shown by a vector arrow pointing right that has the same length as the vector F sub foot. A free-body diagram is also shown. For system one, friction force acting toward the left is shown by a vector arrow having a small length, and the force F sub floor is acting toward the right, shown by a vector arrow larger than the length of vector f. In system two, friction force represented by a short vector small f acts toward the left and another vector F sub prof is represented by a vector arrow toward the right. F sub prof is longer than small f.], alt: "A professor is pushing a cart of demonstration equipment. Two systems are labeled in the figure. System one includes both the professor and cart, and system two only has the cart. She is exerting some force F sub prof toward the right, shown by a vector arrow, and the cart is also pushing her with the same magnitude of force directed toward the left, shown by a vector F sub cart, having same length as F sub prof. The friction force small f is shown by a vector arrow pointing left acting between the wheels of the cart and the floor. The professor is pushing the floor with her feet with a force F sub foot toward the left, shown by a vector arrow. The floor is pushing her feet with a force that has the same magnitude, F sub floor, shown by a vector arrow pointing right that has the same length as the vector F sub foot. A free-body diagram is also shown. For system one, friction force acting toward the left is shown by a vector arrow having a small length, and the force F sub floor is acting toward the right, shown by a vector arrow larger than the length of vector f. In system two, friction force represented by a short vector small f acts toward the left and another vector F sub prof is represented by a vector arrow toward the right. F sub prof is longer than small f.", caption: [A professor pushes a cart of demonstration equipment. The lengths of the arrows are proportional to the magnitudes of the forces (except for #math.equation(block: false, alt: "f")[$"f"$], since it is too small to draw to scale). Different questions are asked in each example; thus, the system of interest must be defined differently for each. System 1 is appropriate for this example, since it asks for the acceleration of the entire group of objects. Only #math.equation(block: false, alt: "F sub floor")[$"F"_("floor")$] and #math.equation(block: false, alt: "f")[$"f"$] are external forces acting on System 1 along the line of motion. All other forces either cancel or act on the outside world. System 2 is chosen for so that #math.equation(block: false, alt: "F sub prof")[$"F"_("prof")$] will be an external force and enter into Newton’s second law. Note that the free-body diagrams, which allow us to apply Newton’s second law, vary with the system chosen.]) Strategy Since they accelerate as a unit, we define the system to be the professor, cart, and equipment. This is System 1 in . The professor pushes backward with a force #math.equation(block: false, alt: "F sub foot")[$"F"_("foot")$] of 150 N. According to Newton’s third law, the floor exerts a forward reaction force #math.equation(block: false, alt: "F sub floor")[$"F"_("floor")$] of 150 N on System 1. Because all motion is horizontal, we can assume there is no net force in the vertical direction. The problem is therefore one-dimensional along the horizontal direction. As noted, #math.equation(block: false, alt: "f")[$"f"$] opposes the motion and is thus in the opposite direction of #math.equation(block: false, alt: "F sub floor")[$"F"_("floor")$]. Note that we do not include the forces #math.equation(block: false, alt: "F sub prof")[$"F"_("prof")$] or #math.equation(block: false, alt: "F sub cart")[$"F"_("cart")$] because these are internal forces, and we do not include #math.equation(block: false, alt: "F sub foot")[$"F"_("foot")$] because it acts on the floor, not on the system. There are no other significant forces acting on System 1. If the net external force can be found from all this information, we can use Newton’s second law to find the acceleration as requested. See the free-body diagram in the figure. Solution Newton’s second law is given by #math.equation(block: true, alt: "a equals the fraction F sub net over m .")[$a = frac(F_("net"), m) .$] The net external force on System 1 is deduced from and the discussion above to be #math.equation(block: true, alt: "F sub net equals F sub floor minus f equals 150 N minus 24 . 0 N equals 126 N .")[$F_("net") = F_("floor") − f = "150 N" − "24" "." "0 N" = "126 N" .$] The mass of System 1 is #math.equation(block: true, alt: "m equals open parenthesis 65 . 0 plus 12 . 0 plus 7 . 0 close parenthesis kg equals 84 kg .")[$m = ( "65" "." "0 " + " 12" "." "0 " + " 7" "." 0 ) #h(0.25em) " kg " = " 84 kg" .$] These values of #math.equation(block: false, alt: "F sub net")[$F_("net")$] and #math.equation(block: false, alt: "m")[$m$] produce an acceleration of #math.equation(block: true, alt: "a equals the fraction F sub net over m ,; a equals the fraction 1 26 N over 84 kg equals 1 . 5 m/s squared .")[$a = frac(F_("net"), m) , \ a = frac(1 "26 N", "84 kg") = " 1" "." attach("5 m/s", t: 2) "."$] Discussion None of the forces between components of System 1, such as between the professor’s hands and the cart, contribute to the net external force because they are internal to System 1. Another way to look at this is to note that forces between components of a system cancel because they are equal in magnitude and opposite in direction. For example, the force exerted by the professor on the cart results in an equal and opposite force back on her. In this case both forces act on the same system and, therefore, cancel. Thus internal forces (between components of a system) cancel. Choosing System 1 was crucial to solving this problem. ] #examplebox("Example 2")[Force on the Cart—Choosing a New System][ Calculate the force the professor exerts on the cart in using data from the previous example if needed. Strategy If we now define the system of interest to be the cart plus equipment (System 2 in ), then the net external force on System 2 is the force the professor exerts on the cart minus friction. The force she exerts on the cart, #math.equation(block: false, alt: "F sub prof")[$"F"_("prof")$], is an external force acting on System 2. #math.equation(block: false, alt: "F sub prof")[$"F"_("prof")$] was internal to System 1, but it is external to System 2 and will enter Newton’s second law for System 2. Solution Newton’s second law can be used to find #math.equation(block: false, alt: "F sub prof")[$"F"_("prof")$]. Starting with #math.equation(block: true, alt: "a equals the fraction F sub net over m")[$a = frac(F_("net"), m)$] and noting that the magnitude of the net external force on System 2 is #math.equation(block: true, alt: "F sub net equals F sub prof minus f ,")[$F_("net") = F_("prof") − f ,$] we solve for #math.equation(block: false, alt: "F sub prof")[$F_("prof")$], the desired quantity: #math.equation(block: true, alt: "F sub prof equals F sub net plus f .")[$F_("prof") = F_("net") + f .$] The value of #math.equation(block: false, alt: "f")[$f$] is given, so we must calculate net #math.equation(block: false, alt: "F sub net")[$F_("net")$]. That can be done since both the acceleration and mass of System 2 are known. Using Newton’s second law we see that #math.equation(block: true, alt: "F sub net equals ma ,")[$F_("net") = "ma" ,$] where the mass of System 2 is 19.0 kg (#math.equation(block: false, alt: "m")[$m$]= 12.0 kg + 7.0 kg) and its acceleration was found to be #math.equation(block: false, alt: "a equals 1.5 m/s squared")[$a = 1.5 #h(0.25em) attach(" m/s", t: 2)$] in the previous example. Thus, #math.equation(block: true, alt: "F sub net equals ma ,")[$F_("net") = "ma" ,$] #math.equation(block: true, alt: "F sub net equals open parenthesis 19 . 0 kg close parenthesis open parenthesis 1.5 m/s squared close parenthesis equals 29 N .")[$F_("net") = ( "19" "." "0 kg" ) ( 1.5 #h(0.25em) attach(" m/s", t: 2) ) = "29 N" .$] Now we can find the desired force: #math.equation(block: true, alt: "F sub prof equals F sub net plus f ,")[$F_("prof") = F_("net") + f ,$] #math.equation(block: true, alt: "F sub prof equals 29 N plus 24.0 N equals 53 N .")[$F_("prof") = "29 N" + "24.0 N" = "53 N" .$] Discussion It is interesting that this force is significantly less than the 150-N force the professor exerted backward on the floor. Not all of that 150-N force is transmitted to the cart; some of it accelerates the professor. The choice of a system is an important analytical step both in solving problems and in thoroughly understanding the physics of the situation (which is not necessarily the same thing). ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Gravity Force Lab] Visualize the gravitational force that two objects exert on each other. Change properties of the objects in order to see how it changes the gravity force. #link("https://openstax.org/l/gravity-force")[Open simulation: atoms\_isotopes] ] === Test Prep for AP Courses What object or objects commonly exert forces on the following objects in motion? (a) a soccer ball being kicked, (b) a dolphin jumping, (c) a parachutist drifting to Earth. #solutionbox[ (a) A soccer player, gravity, air, and friction commonly exert forces on a soccer ball being kicked. (b) Gravity and the surrounding water commonly exert forces on a dolphin jumping. (The dolphin moves its muscles to exert a force on the water. The water exerts an equal force on the dolphin, resulting in the dolphin’s motion.) (c) Gravity and air exert forces on a parachutist drifting to Earth. ] A ball with a mass of 0.25 kg hits a gym ceiling with a force of 78.0 N. What is the net force on the ball? + 2.50 N downward + 75.5 N downward + 78.0 N downward + 80.5 N downward Which of the following is true? + Earth exerts a force due to gravity on your body, and your body exerts a smaller force on the Earth, because your mass is smaller than the mass of the Earth. + The Moon orbits the Earth because the Earth exerts a force on the Moon and the Moon exerts a force equal in magnitude and direction on the Earth. + A rocket taking off exerts a force on the Earth equal to the force the Earth exerts on the rocket. + An airplane cruising at a constant speed is not affected by gravity. #solutionbox[ (c) ] Stationary skater A pushes stationary skater B, who then accelerates at 5.0 m/s#super[2]. Skater A does not move. Since forces act in action-reaction pairs, explain why Skater A did not move? The current in a river exerts a force of 9.0 N on a balloon floating in the river. A wind exerts a force of 13.0 N on the balloon in the opposite direction. Draw a free-body diagram to show the forces acting on the balloon. Use your free-body diagram to predict the effect on the balloon. #solutionbox[ #figure(figph[A free-body diagram illustrating four forces acting on a central point. Fw (13.0 N) points left, Fc (9.0 N) points right, Fb points upward, and Fg points downward.], alt: "A free-body diagram illustrating four forces acting on a central point. Fw (13.0 N) points left, Fc (9.0 N) points right, Fb points upward, and Fg points downward.", caption: none) The diagram consists of a black dot in the center and two small red arrows pointing up (Fb) and down (Fg) and two long red arrows pointing right (Fc = 9.0 N) and left (Fw=13.0 N). In the diagram, #emph[F]#sub[g] represents the force due to gravity on the balloon, and #emph[F#sub[b]] represents the buoyant force. These two forces are equal in magnitude and opposite in direction. #emph[F]#sub[c] represents the force of the current. #emph[F]#sub[w] represents the force of the wind. The net force on the balloon will be #math.equation(block: false, alt: "F sub w minus F sub c equals 4.0")[$F_(w) − F_(c) = 4.0$] N and the balloon will accelerate in the direction the wind is blowing. ] A force is applied to accelerate an object on a smooth icy surface. When the force stops, which of the following will be true? (Assume zero friction.) + The object’s acceleration becomes zero. + The object’s speed becomes zero. + The object’s acceleration continues to increase at a constant rate. + The object accelerates, but in the opposite direction. A parachutist’s fall to Earth is determined by two opposing forces. A gravitational force of 539 N acts on the parachutist. After 2 s, she opens her parachute and experiences an air resistance of 615 N. At what speed is the parachutist falling after 10 s? #solutionbox[ Since #math.equation(block: false, alt: "m equals F / a")[$m = F / a$], the parachutist has a mass of #math.equation(block: false, alt: "539 N/9 .8 km/s squared equals 55 kg")[$539 " " "N/9" attach(".8 km/s", t: "2") = 55 " " "kg"$]. For the first 2 s, the parachutist accelerates at 9.8 m/s#super[2]. #math.equation(block: true, alt: "v equals a t; equals 9.8 the fraction m over s squared times 2 s; equals 19.6 the fraction m over s")[$v = a t \ = 9.8 frac("m", "s"^("2")) ⋅ 2 "s" \ = 19.6 #h(1em) frac("m", "s")$] Her speed after 2 s is 19.6 m/s. From 2 s to 10 s, the net force on the parachutist is 539 N – 615 N, or 76 N upward. #math.equation(block: true, alt: "a, equals, the fraction F over m; equals, the fraction minus 76 N over 55 ​ ​ ​ ​ kg; equals, minus 1.4 the fraction m over s squared")[$a & = & frac(F, m) \ & = & frac(− 76 " " "N", 55 "​" "​" "​" "​" " " "kg") \ & = & − 1.4 " " frac("m", "s"^(2))$] Since #math.equation(block: false, alt: "v equals v sub 0 plus a t")[$v = v_(0) + a t$], #math.equation(block: false, alt: "v equals 19.6 m/s squared plus open parenthesis minus 1.4 m/s squared close parenthesis open parenthesis 8 s) equals 8.4 m/s squared")[$v = 19.6 " " "m/s"^("2") + \( − 1.4 " " "m/s"^("2") \) \( 8 "s)" " " = 8.4 " " "m/s"^("2")$]. At 10 s, the parachutist is falling to Earth at 8.4 m/s. ] A flight attendant pushes a cart down the aisle of a plane in flight. In determining the acceleration of the cart relative to the plane, which factor do you not need to consider? + The friction of the cart’s wheels. + The force with which the flight attendant’s feet push on the floor. + The velocity of the plane. + The mass of the items in the cart. A landscaper is easing a wheelbarrow full of soil down a hill. Define the system you would analyze and list all the forces that you would need to include to calculate the acceleration of the wheelbarrow. #solutionbox[ The system includes the gardener and the wheelbarrow with its contents. The following forces are important to include: the weight of the wheelbarrow, the weight of the gardener, the normal force for the wheelbarrow and the gardener, the force of the gardener pushing against the ground and the equal force of the ground pushing back against the gardener, and any friction in the wheelbarrow’s wheels. ] Two water-skiers, with masses of 48 kg and 61 kg, are preparing to be towed behind the same boat. When the boat accelerates, the rope the skiers hold onto accelerates with it and exerts a net force of 290 N on the skiers. At what rate will the skiers accelerate? + 10.8 m/s#super[2] + 2.7 m/s#super[2] + 6.0 m/s#super[2] and 4.8 m/s#super[2] + 5.3 m/s#super[2] A figure skater has a mass of 40 kg and her partner's mass is 50 kg. She pushes against the ice with a force of 120 N, causing her and her partner to move forward. Calculate the pair’s acceleration. Assume that all forces opposing the motion, such as friction and air resistance, total 5.0 N. #solutionbox[ The system undergoing acceleration is the two figure skaters together. Net force = #math.equation(block: false, alt: "120 N – 5 .0 N = 115 N")[$120 " " "N" " " "–" " " "5" ".0" " " "N" " " "=" " " "115" " " "N"$]. Total mass = #math.equation(block: false, alt: "40 kg + 50 kg = 90 kg")[$40 " " "kg + 50 kg = 90 kg"$]. Using Newton’s second law, we have that #math.equation(block: true, alt: "a, equals, the fraction F over m; equals, the fraction 115 N over 90 kg; equals, 1.28 the fraction m over s squared")[$a & = & frac(F, m) \ & = & frac(115 " " "N", 90 " " "kg") \ & = & 1.28 " " frac("m", "s"^(2))$] The pair accelerates forward at 1.28 m/s#super[2]. ] === Section Summary - #strong[Newton’s third law of motion] represents a basic symmetry in nature. It states: Whenever one body exerts a force on a second body, the first body experiences a force that is equal in magnitude and opposite in direction to the force that the first body exerts. - A #strong[thrust] is a reaction force that pushes a body forward in response to a backward force. Rockets, airplanes, and cars are pushed forward by a thrust reaction force. === Conceptual Questions When you take off in a jet aircraft, there is a sensation of being pushed back into the seat. Explain why you move backward in the seat—is there really a force backward on you? (The same reasoning explains whiplash injuries, in which the head is apparently thrown backward.) A device used since the 1940s to measure the kick or recoil of the body due to heart beats is the “ballistocardiograph.” What physics principle(s) are involved here to measure the force of cardiac contraction? How might we construct such a device? Describe a situation in which one system exerts a force on another and, as a consequence, experiences a force that is equal in magnitude and opposite in direction. Which of Newton’s laws of motion apply? Why does an ordinary rifle recoil (kick backward) when fired? The barrel of a recoilless rifle is open at both ends. Describe how Newton’s third law applies when one is fired. Can you safely stand close behind one when it is fired? An American football lineman reasons that it is senseless to try to out-push the opposing player, since no matter how hard he pushes he will experience an equal and opposite force from the other player. Use Newton’s laws and draw a free-body diagram of an appropriate system to explain how he can still out-push the opposition if he is strong enough. Newton’s third law of motion tells us that forces always occur in pairs of equal and opposite magnitude. Explain how the choice of the “system of interest” affects whether one such pair of forces cancels. === Problem Exercises What net external force is exerted on a 1100-kg artillery shell fired from a battleship if the shell is accelerated at #math.equation(block: false, alt: "2 . 40 × 10 to the power 4 m/s squared")[$2 "." "40" × "10"^(4) #h(0.25em) attach(" m/s", t: 2)$]? What is the magnitude of the force exerted on the ship by the artillery shell? #solutionbox[ Force on shell: #math.equation(block: false, alt: "2 . 64 times 10 to the power 7 N")[$2 "." "64" × "10"^(7) #h(0.25em) "N"$] Force exerted on ship = #math.equation(block: false, alt: "minus 2 . 64 times 10 to the power 7 N")[$− 2 "." "64" × "10"^(7) #h(0.25em) "N"$], by Newton’s third law ] A rugby player is being pushed backward by an opposing player who is exerting a force of 800 N on him. The mass of the losing player plus equipment is 90.0 kg, and he is accelerating at #math.equation(block: false, alt: "1 . 20 m/s squared")[$1 "." "20" #h(0.25em) attach(" m/s", t: 2)$] backward. (a) What is the force of friction between the losing player’s feet and the grass? (b) What force does the winning player exert on the ground to move forward if his mass plus equipment is 110 kg? (c) Draw a sketch of the situation showing the system of interest used to solve each part. For this situation, draw a free-body diagram and write the net force equation.