#set document(title: "8.3 Conservation of Momentum", 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")) == 8.3#h(0.6em)Conservation of Momentum === Learning Objectives By the end of this section, you will be able to: - Describe the principle of conservation of momentum. - Derive an expression for the conservation of momentum. - Explain conservation of momentum with examples. - Explain the principle of conservation of momentum as it relates to atomic and subatomic particles. Momentum is an important quantity because it is conserved. Yet it was not conserved in the examples in Impulse and Linear Momentum and Force, where large changes in momentum were produced by forces acting on the system of interest. Under what circumstances is momentum conserved? The answer to this question entails considering a sufficiently large system. It is always possible to find a larger system in which total momentum is constant, even if momentum changes for components of the system. If a football player runs into the goalpost in the end zone, there will be a force on him that causes him to bounce backward. The backward momentum felt by an object or person exerting force on another object is often called a recoil. However, the Earth also recoils—conserving momentum—because of the force applied to it through the goalpost. Because Earth is many orders of magnitude more massive than the player, its recoil is immeasurably small and can be neglected in any practical sense, but it is real nevertheless. Consider what happens if the masses of two colliding objects are more similar than the masses of a football player and Earth—for example, one car bumping into another, as shown. Both cars are coasting in the same direction when the lead car (labeled #math.equation(block: false, alt: "m sub 2 close parenthesis")[$m_(2) \)$] is bumped by the trailing car (labeled #math.equation(block: false, alt: "m sub 1 close parenthesis .")[$m_(1) \) "."$] The only unbalanced force on each car is the force of the collision. (Assume that the effects due to friction are negligible.) Car 1 slows down as a result of the collision, losing some momentum, while car 2 speeds up and gains some momentum. We shall now show that the total momentum of the two-car system remains constant. #figure(figph[A brown car with velocity V 1 and mass m 1 moves toward the right behind a tan car of velocity V 2 and mass m 2. The system of interest has a total momentum equal to the sum of individual momentums p 1 and p 2. The net force between them is zero before they collide with one another. The brown car after colliding with the tan car has velocity V 1prime and momentum p 1 prime and the light brown car moves with velocity V 2 prime and momentum p 2 prime. Both move in the same direction as before collision. This system of interest has a total momentum equal to the sum p 1 prime and p 2 prime.], alt: "A brown car with velocity V 1 and mass m 1 moves toward the right behind a tan car of velocity V 2 and mass m 2. The system of interest has a total momentum equal to the sum of individual momentums p 1 and p 2. The net force between them is zero before they collide with one another. The brown car after colliding with the tan car has velocity V 1prime and momentum p 1 prime and the light brown car moves with velocity V 2 prime and momentum p 2 prime. Both move in the same direction as before collision. This system of interest has a total momentum equal to the sum p 1 prime and p 2 prime.", caption: [A car of mass #math.equation(block: false, alt: "m sub 1")[$m_(1)$] moving with a velocity of #math.equation(block: false, alt: "v sub 1")[$v_(1)$] bumps into another car of mass #math.equation(block: false, alt: "m sub 2")[$m_(2)$] and velocity #math.equation(block: false, alt: "v sub 2")[$v_(2)$] that it is following. As a result, the first car slows down to a velocity of #math.equation(block: false, alt: "v′ sub 1")[$"v′"_(1)$] and the second speeds up to a velocity of #math.equation(block: false, alt: "v′ sub 2")[$"v′"_(2)$]. The momentum of each car is changed, but the total momentum #math.equation(block: false, alt: "p sub tot")[$p_("tot")$] of the two cars is the same before and after the collision (if you assume friction is negligible).]) Using the definition of impulse, the change in momentum of car 1 is given by #math.equation(block: true, alt: "Δ p sub 1 equals F sub 1 Δ t ,")[$attach(Δ p, b: 1) = F_(1) Δ t ,$] where #math.equation(block: false, alt: "F sub 1")[$F_(1)$] is the force on car 1 due to car 2, and #math.equation(block: false, alt: "Δ t")[$Δ t$] is the time the force acts (the duration of the collision). Intuitively, it seems obvious that the collision time is the same for both cars, but it is only true for objects traveling at ordinary speeds. This assumption must be modified for objects travelling near the speed of light, without affecting the result that momentum is conserved. Similarly, the change in momentum of car 2 is #math.equation(block: true, alt: "Δ p sub 2 equals F sub 2 Δ t,")[$attach(Δ p, b: 2) = F_(2) Δ "t,"$] where #math.equation(block: false, alt: "F sub 2")[$F_(2)$] is the force on car 2 due to car 1, and we assume the duration of the collision #math.equation(block: false, alt: "Δ t")[$Δ t$] is the same for both cars. We know from Newton’s third law that #math.equation(block: false, alt: "F sub 2 equals minus F sub 1")[$F_(2) = #h(0.25em) − F_(1)$], and so #math.equation(block: true, alt: "Δ p sub 2 equals minus F sub 1 Δ t equals minus Δ p sub 1 .")[$Δ p_(2) = − F_(1) Δ t = − Δ p_(1) .$] Thus, the changes in momentum are equal and opposite, and #math.equation(block: true, alt: "Δ p sub 1 plus Δ p sub 2 equals 0 .")[$Δ p_(1) + Δ p_(2) = 0 .$] Because the changes in momentum add to zero, the total momentum of the two-car system is constant. That is, #math.equation(block: true, alt: "p sub 1 plus p sub 2 equals constant ,")[$p_(1) + p_(2) = " constant" ,$] #math.equation(block: true, alt: "p sub 1 plus p sub 2 equals p ′ sub 1 plus p ′ sub 2 ,")[$p_(1) + p_(2) = attach(p ′, b: 1) + attach(p ′, b: 2) ,$] where #math.equation(block: false, alt: "p ′ sub 1")[$attach(p ′, b: 1)$] and #math.equation(block: false, alt: "p ′ sub 2")[$attach(p ′, b: 2)$] are the momenta of cars 1 and 2 after the collision. (We often use primes to denote the final state.) This result—that momentum is conserved—has validity far beyond the preceding one-dimensional case. It can be similarly shown that total momentum is conserved for any isolated system, with any number of objects in it. In equation form, the #strong[conservation of momentum principle] for an isolated system is written #math.equation(block: true, alt: "p sub tot equals constant ,")[$p_("tot") = "constant" ,$] or #math.equation(block: true, alt: "p sub tot equals p ′ sub tot ,")[$p_("tot") = attach(p ′, b: "tot") ,$] where #math.equation(block: false, alt: "p sub tot")[$p_("tot")$] is the total momentum (the sum of the momenta of the individual objects in the system) and #math.equation(block: false, alt: "p ′ sub tot")[$attach("p" ′, b: "tot")$] is the total momentum some time later. (Recall in Uniform Circular Motion and Gravitation you learned that the center of mass of a system of objects is the effective average location of the mass of the system. The total momentum can be shown to be the momentum of the center of mass of the system.) An #strong[isolated system] is defined to be one for which the net external force is zero #math.equation(block: false, alt: "F sub net equals 0 .")[$"F"_("net") = 0 "."$] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Conservation of Momentum Principle] #math.equation(block: true, alt: "p sub tot, equals, constant; p sub tot, equals, p ′ sub tot open parenthesis isolated system close parenthesis")[$"p"_("tot") & = & "constant" \ "p"_("tot") & = & attach("p" ′, b: "tot") #h(0.50em) ( "isolated system" )$] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Isolated System] An isolated system is defined to be one for which the net external force is zero #math.equation(block: false, alt: "F sub net equals 0 .")[$"F"_("net") = 0 "."$] ] Perhaps an easier way to see that momentum is conserved for an isolated system is to consider Newton’s second law in terms of momentum, #math.equation(block: false, alt: "F sub net equals the fraction Δ p sub tot over Δ t")[$F_("net") = frac(attach(Δ p, b: "tot"), Δ t)$]. For an isolated system, #math.equation(block: false, alt: "F sub net equals 0")[$"F"_("net") = 0$]; thus, #math.equation(block: false, alt: "Δ p sub tot equals 0")[$Δ p_("tot") = 0$], and #math.equation(block: false, alt: "p sub tot")[$p_("tot")$] is constant. We have noted that the three length dimensions in nature—#emph[#math.equation(block: false, alt: "x")[$x$]], #emph[#math.equation(block: false, alt: "y")[$y$]], and #emph[#math.equation(block: false, alt: "z")[$z$]]—are independent, and it is interesting to note that momentum can be conserved in different ways along each dimension. For example, during projectile motion and where air resistance is negligible, momentum is conserved in the horizontal direction because horizontal forces are zero and momentum is unchanged. But along the vertical direction, the net vertical force is not zero and the momentum of the projectile is not conserved. () However, if the momentum of the projectile-Earth system is considered in the vertical direction, we find that the total momentum is conserved. #figure(figph[A space probe is projected upward. It takes a parabolic path. No horizontal net force acts on. The horizontal component of momentum remains conserved. The vertical net force is not zero and the vertical component of momentum is not a constant. When the space probe separates, the horizontal net force remains zero as the force causing separation is internal to the system. The vertical net force is not zero and the vertical component of momentum is also not a constant after separation. The centre of mass however continues in the same parabolic path.], alt: "A space probe is projected upward. It takes a parabolic path. No horizontal net force acts on. The horizontal component of momentum remains conserved. The vertical net force is not zero and the vertical component of momentum is not a constant. When the space probe separates, the horizontal net force remains zero as the force causing separation is internal to the system. The vertical net force is not zero and the vertical component of momentum is also not a constant after separation. The centre of mass however continues in the same parabolic path.", caption: [The horizontal component of a projectile’s momentum is conserved if air resistance is negligible, even in this case where a space probe separates. The forces causing the separation are internal to the system, so that the net external horizontal force #math.equation(block: false, alt: "F sub x minus net")[$F_(x − "net")$] is still zero. The vertical component of the momentum is not conserved, because the net vertical force #math.equation(block: false, alt: "F sub y minus net")[$F_(y − "net")$] is not zero. In the vertical direction, the space probe-Earth system needs to be considered and we find that the total momentum is conserved. The center of mass of the space probe takes the same path it would if the separation did not occur.]) The conservation of momentum principle can be applied to systems as different as a comet striking Earth and a gas containing huge numbers of atoms and molecules. Conservation of momentum is violated only when the net external force is not zero. But another larger system can always be considered in which momentum is conserved by simply including the source of the external force. For example, in the collision of two cars considered above, the two-car system conserves momentum while each one-car system does not. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Take-Home Investigation—Drop of Tennis Ball and a Basketball] Hold a tennis ball side by side and in contact with a basketball. Drop the balls together. (Be careful!) What happens? Explain your observations. Now hold the tennis ball above and in contact with the basketball. What happened? Explain your observations. What do you think will happen if the basketball ball is held above and in contact with the tennis ball? ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Take-Home Investigation—Two Tennis Balls in a Ballistic Trajectory] Tie two tennis balls together with a string about a foot long. Hold one ball and let the other hang down and throw it in a ballistic trajectory. Explain your observations. Now mark the center of the string with bright ink or attach a brightly colored sticker to it and throw again. What happened? Explain your observations. Some aquatic animals such as jellyfish move around based on the principles of conservation of momentum. A jellyfish fills its umbrella section with water and then pushes the water out resulting in motion in the opposite direction to that of the jet of water. Squids propel themselves in a similar manner but, in contrast with jellyfish, are able to control the direction in which they move by aiming their nozzle forward or backward. Typical squids can move at speeds of 8 to 12 km/h. The ballistocardiograph (BCG) was a diagnostic tool used in the second half of the 20th century to study the strength of the heart. About once a second, your heart beats, forcing blood into the aorta. A force in the opposite direction is exerted on the rest of your body (recall Newton’s third law). A ballistocardiograph is a device that can measure this reaction force. This measurement is done by using a sensor (resting on the person) or by using a moving table suspended from the ceiling. This technique can gather information on the strength of the heart beat and the volume of blood passing from the heart. However, the electrocardiogram (ECG or EKG) and the echocardiogram (cardiac ECHO or ECHO; a technique that uses ultrasound to see an image of the heart) are more widely used in the practice of cardiology. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Conservation of Momentum and Collision] Conservation of momentum is quite useful in describing collisions. Momentum is crucial to our understanding of atomic and subatomic particles because much of what we know about these particles comes from collision experiments. ] === Subatomic Collisions and Momentum The conservation of momentum principle not only applies to the macroscopic objects, it is also essential to our explorations of atomic and subatomic particles. Giant machines hurl subatomic particles at one another, and researchers evaluate the results by assuming conservation of momentum (among other things). On the small scale, we find that particles and their properties are invisible to the naked eye but can be measured with our instruments, and models of these subatomic particles can be constructed to describe the results. Momentum is found to be a property of all subatomic particles including massless particles such as photons that compose light. Momentum being a property of particles hints that momentum may have an identity beyond the description of an object’s mass multiplied by the object’s velocity. Indeed, momentum relates to wave properties and plays a fundamental role in what measurements are taken and how we take these measurements. Furthermore, we find that the conservation of momentum principle is valid when considering systems of particles. We use this principle to analyze the masses and other properties of previously undetected particles, such as the nucleus of an atom and the existence of quarks that make up particles of nuclei. below illustrates how a particle scattering backward from another implies that its target is massive and dense. Experiments seeking evidence that #strong[quarks] make up protons (one type of particle that makes up nuclei) scattered high-energy electrons off of protons (nuclei of hydrogen atoms). Electrons occasionally scattered straight backward in a manner that implied a very small and very dense particle makes up the proton—this observation is considered nearly direct evidence of quarks. The analysis was based partly on the same conservation of momentum principle that works so well on the large scale. #figure(figph[An electron strikes on a macroscopic target and recoils back. A closer look shows the electron to scatter backward after interacting with the proton.], alt: "An electron strikes on a macroscopic target and recoils back. A closer look shows the electron to scatter backward after interacting with the proton.", caption: [A subatomic particle scatters straight backward from a target particle. In experiments seeking evidence for quarks, electrons were observed to occasionally scatter straight backward from a proton.]) === Test Prep for AP Courses Which of the following is an example of an open system? + Two air cars colliding on a track elastically. + Two air cars colliding on a track and sticking together. + A bullet being fired into a hanging wooden block and becoming embedded in the block, with the system then acting as a ballistic pendulum. + A bullet being fired into a hillside and becoming buried in the earth. #solutionbox[ (d) ] A 40-kg girl runs across a mat with a speed of 5.0 m/s and jumps onto a 120-kg hanging platform initially at rest, causing the girl and platform to swing back and forth like a pendulum together after her jump. What is the combined velocity of the girl and platform after the jump? What is the combined momentum of the girl and platform both before and after the collision? A 50-kg boy runs across a mat with a speed of 6.0 m/s and collides with a soft barrier on the wall, rebounding off the wall and falling to the ground. The boy is at rest after the collision. What is the momentum of the boy before and after the collision? Is momentum conserved in this collision? Explain. Which of these is an example of an open system and which is an example of a closed system? Explain your answer. A student sets up an experiment to measure the momentum of a system of two air cars, A and B, of equal mass, moving on a linear, frictionless track. Before the collision, car A has a certain speed, and car B is at rest. Which of the following will be true about the total momentum of the two cars? + It will be greater before the collision. + It will be equal before and after the collision. + It will be greater after the collision. + The answer depends on whether the collision is elastic or inelastic. #solutionbox[ (b) ] A group of students has two carts, #emph[A] and #emph[B], with wheels that turn with negligible friction. The carts can travel along a straight horizontal track. Cart #emph[A] has known mass #emph[mA]. The students are asked to use a one-dimensional collision between the carts to determine the mass of cart #emph[B]. Before the collision, cart #emph[A] travels to the right and cart #emph[B] is initially at rest. After the collision, the carts stick together. + Describe an experimental procedure to determine the velocities of the carts before and after a collision, including all the additional equipment you would need. You may include a labeled diagram of your setup to help in your description. Indicate what measurements you would take and how you would take them. Include enough detail so that another student could carry out your procedure. + There will be sources of error in the measurements taken in the experiment, both before and after the collision. For your experimental procedure, will the uncertainty in the calculated value of the mass of cart #emph[B] be affected more by the error in the measurements taken before the collision or by those taken after the collision, or will it be equally affected by both sets of measurements? Justify your answer. A group of students took measurements for one collision. A graph of the students’ data is shown below. #figure(figph[The vertical axis runs from 0 to 2.5, with every 0.5 marked. The horizontal axis runs from 0 to 2.0, with every 0.2 marked. A legend shows that data points for Cart A will be shown with large gray dots, and data points for Cart B will be shown with small black dots. At time 0, there is a large dot at 0 meters and a small dot at 1.5 meters. At time 0.2 there is a large dot at 0.35 meters and a small dot at 1.5 meters. At 0.4 seconds, there is a large dot at 0.6 meters and a small dot at 1.5 meters. At 0.6 meters, there is a large dot at 1.0 meters and a small dot at 1.5 meters. At 0.8 seconds, there is a large dot at 1.2 meters and a small dot at 1.5 meters. At 1.0 seconds, there is a large dot at 1.5 meters and a small dot at 1.5 meters. At 1.2 seconds, there is a large dot at 1.7 meters and a small dot at 1.7 meters. At 1.4 seconds, there is a large dot at 1.75 meters and a small dot at 1.75 meters. At 1.6 seconds, there is a large dot at 1.95 meters and a small dot at 1.95 meters. At 1.8 seconds, there is a large dot at 2.0 meters and a small dot at 2.0 meters. At 2.0 seconds, there is a large dot at 2.1 meters and a small dot at 2.1 meters.], alt: "The vertical axis runs from 0 to 2.5, with every 0.5 marked. The horizontal axis runs from 0 to 2.0, with every 0.2 marked. A legend shows that data points for Cart A will be shown with large gray dots, and data points for Cart B will be shown with small black dots. At time 0, there is a large dot at 0 meters and a small dot at 1.5 meters. At time 0.2 there is a large dot at 0.35 meters and a small dot at 1.5 meters. At 0.4 seconds, there is a large dot at 0.6 meters and a small dot at 1.5 meters. At 0.6 meters, there is a large dot at 1.0 meters and a small dot at 1.5 meters. At 0.8 seconds, there is a large dot at 1.2 meters and a small dot at 1.5 meters. At 1.0 seconds, there is a large dot at 1.5 meters and a small dot at 1.5 meters. At 1.2 seconds, there is a large dot at 1.7 meters and a small dot at 1.7 meters. At 1.4 seconds, there is a large dot at 1.75 meters and a small dot at 1.75 meters. At 1.6 seconds, there is a large dot at 1.95 meters and a small dot at 1.95 meters. At 1.8 seconds, there is a large dot at 2.0 meters and a small dot at 2.0 meters. At 2.0 seconds, there is a large dot at 2.1 meters and a small dot at 2.1 meters.", caption: [The image shows a graph with position in meters on the vertical axis and time in seconds on the horizontal axis.]) + Given #emph[m#sub[A]] = 0.50 kg, use the graph to calculate the mass of cart #emph[B]. Explicitly indicate the principles used in your calculations. + The students are now asked to Consider the kinetic energy changes in an inelastic collision, specifically whether the initial values of one of the physical quantities affect the fraction of mechanical energy dissipated in the collision. How could you modify the experiment to investigate this question? Be sure to explicitly describe the calculations you would make, specifying all equations you would use (but do not actually do any algebra or arithmetic). Cart A is moving with an initial velocity +#emph[v] (in the positive direction) toward cart B, initially at rest. Both carts have equal mass and are on a frictionless surface. Which of the following statements correctly characterizes the velocity of the center of mass of the system before and after the collision? + #math.equation(block: false, alt: "the fraction plus v over 2")[$frac(+ v, 2)$] before, #math.equation(block: false, alt: "the fraction minus v over 2")[$frac(− v, 2)$] after + #math.equation(block: false, alt: "the fraction plus v over 2")[$frac(+ v, 2)$] before, 0 after + #math.equation(block: false, alt: "the fraction plus v over 2")[$frac(+ v, 2)$] before, #math.equation(block: false, alt: "the fraction plus v over 2")[$frac(+ v, 2)$] after + 0 before, 0 after #solutionbox[ (c) ] Cart A is moving with a velocity of +10 m/s toward cart B, which is moving with a velocity of +4 m/s. Both carts have equal mass and are moving on a frictionless surface. The two carts have an inelastic collision and stick together after the collision. Calculate the velocity of the center of mass of the system before and after the collision. If there were friction present in this problem, how would this external force affect the center-of-mass velocity both before and after the collision? === Section Summary - The conservation of momentum principle is written #math.equation(block: true, alt: "p sub tot equals constant")[$p_("tot") = "constant"$]or#math.equation(block: true, alt: "p sub tot equals p ′ sub tot open parenthesis isolated system close parenthesis ,")[$"p"_("tot") = attach("p" ′, b: "tot") #h(0.25em) #h(0.25em) ( "isolated system" ) ,$]#math.equation(block: false, alt: "p sub tot")[$p_("tot")$] is the initial total momentum and #math.equation(block: false, alt: "p ′ sub tot")[$attach("p" ′, b: "tot")$] is the total momentum some time later. - An isolated system is defined to be one for which the net external force is zero #math.equation(block: false, alt: "F sub net equals 0 .")[$"F"_("net") = 0 "."$] - During projectile motion and where air resistance is negligible, momentum is conserved in the horizontal direction because horizontal forces are zero. - Conservation of momentum applies only when the net external force is zero. - The conservation of momentum principle is valid when considering systems of particles. === Conceptual Questions Professional Application If you dive into water, you reach greater depths than if you do a belly flop. Explain this difference in depth using the concept of conservation of energy. Explain this difference in depth using what you have learned in this chapter. Under what circumstances is momentum conserved? Can momentum be conserved for a system if there are external forces acting on the system? If so, under what conditions? If not, why not? Momentum for a system can be conserved in one direction while not being conserved in another. What is the angle between the directions? Give an example. Professional Application Explain in terms of momentum and Newton’s laws how a car’s air resistance is due in part to the fact that it pushes air in its direction of motion. Can objects in a system have momentum while the momentum of the system is zero? Explain your answer. Must the total energy of a system be conserved whenever its momentum is conserved? Explain why or why not. === Problems & Exercises Professional Application Train cars are coupled together by being bumped into one another. Suppose two loaded train cars are moving toward one another, the first having a mass of 150,000 kg and a velocity of 0.300 m/s, and the second having a mass of 110,000 kg and a velocity of #math.equation(block: false, alt: "minus 0 . 120 m/s")[$− 0 "." "120 m/s"$]. (The minus indicates direction of motion.) What is their final velocity? #solutionbox[ 0.122 m/s ] Suppose a clay model of a koala bear has a mass of 0.200 kg and slides on ice at a speed of 0.750 m/s. It runs into another clay model, which is initially motionless and has a mass of 0.350 kg. Both being soft clay, they naturally stick together. What is their final velocity? Professional Application Consider the following question: #emph[A car moving at 10 m/s crashes into a tree and stops in 0.26 s. Calculate the force the seatbelt exerts on a passenger in the car to bring him to a halt. The mass of the passenger is 70 kg.] Would the answer to this question be different if the car with the 70-kg passenger had collided with a car that has a mass equal to and is traveling in the opposite direction and at the same speed? Explain your answer. #solutionbox[ In a collision with an identical car, momentum is conserved. Afterwards #math.equation(block: false, alt: "v sub f equals 0")[$v_("f") = 0$] for both cars. The change in momentum will be the same as in the crash with the tree. However, the force on the body is not determined since the time is not known. A padded stop will reduce injurious force on body. ] What is the velocity of a 900-kg car initially moving at 30.0 m/s, just after it hits a 150-kg deer initially running at 12.0 m/s in the same direction? Assume the deer remains on the car. A 1.80-kg falcon catches a 0.650-kg dove from behind in midair. What is their velocity after impact if the falcon’s velocity is initially 28.0 m/s and the dove’s velocity is 7.00 m/s in the same direction? #solutionbox[ 22.4 m/s in the same direction as the original motion ]