#set document(title: "9.4 Types of Collisions", 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.4#h(0.6em)Types of Collisions Although momentum is conserved in all interactions, not all interactions (collisions or explosions) are the same. The possibilities include: - A single object can explode into multiple objects (explosions). - Multiple objects can collide and bounce off each other, called an elastic collision, resulting in the same kinetic energy of the system before and after the collision. - Multiple objects can collide and the system loses kinetic energy, called an inelastic collision. One such case is where the two objects stick together, forming a single object. It’s useful, therefore, to categorize different types of interactions, according to how the interacting objects move before and after the interaction. === Explosions The first possibility is that a single object may break apart into two or more pieces. An example of this is a firecracker, or a bow and arrow, or a rocket rising through the air toward space. These can be difficult to analyze if the number of fragments after the collision is more than about three or four; but nevertheless, the total momentum of the system before and after the explosion is identical. Note that if the object is initially motionless, then the system (which is just the object) has no momentum and no kinetic energy. After the explosion, the net momentum of all the pieces of the object must sum to zero (since the momentum of this closed system cannot change). However, the system #emph[will] have a great deal of kinetic energy after the explosion, although it had none before. Thus, we see that, although the momentum of the system is conserved in an explosion, the kinetic energy of the system most definitely is not; it increases. This interaction—one object becoming many, with an increase of kinetic energy of the system—is called an #strong[explosion]. Where does the energy come from? Does conservation of energy still hold? Yes; some form of potential energy is converted to kinetic energy. In the case of gunpowder burning and pushing out a bullet, chemical potential energy is converted to kinetic energy of the bullet, and of the recoiling gun. For a bow and arrow, it is elastic potential energy in the bowstring. === Inelastic The second possibility is the reverse: that two or more objects collide with each other and stick together, thus (after the collision) forming one single composite object. The total mass of this composite object is the sum of the masses of the original objects, and the new single object moves with a velocity dictated by the conservation of momentum. However, it turns out again that, although the total momentum of the system of objects remains constant, the kinetic energy doesn’t; but this time, the kinetic energy decreases. This type of collision is called #strong[inelastic]. Any collision where the objects stick together will result in the maximum loss of kinetic energy (i.e., #math.equation(block: false, alt: "K sub f")[$K_("f")$] will be a minimum). Such a collision is called #strong[perfectly inelastic]. In the extreme case, multiple objects collide, stick together, and remain motionless after the collision. Since the objects are all motionless after the collision, the final kinetic energy is also zero; therefore, the loss of kinetic energy is a maximum. - If #math.equation(block: false, alt: "0 less than K sub f less than K sub i")[$0 < K_("f") < K_("i")$], the collision is inelastic. - If #math.equation(block: false, alt: "K sub f")[$K_("f")$] is the lowest energy, or the energy lost by both objects is the most, the collision is perfectly inelastic (objects stick together). - If #math.equation(block: false, alt: "K sub f equals K sub i")[$K_("f") = K_("i")$], the collision is elastic. === Elastic The extreme case on the other end is if two or more objects approach each other, collide, and bounce off each other, moving away from each other at the same relative speed at which they approached each other. In this case, the total kinetic energy of the system is conserved. Such an interaction is called #strong[elastic]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Collisions] A closed system always conserves momentum; it might also conserve kinetic energy, but very often it doesn’t. Energy-momentum problems confined to a plane (as ours are) usually have two unknowns. Generally, this approach works well: + Define a closed system. + Write down the expression for conservation of momentum. + If kinetic energy is conserved, write down the expression for conservation of kinetic energy; if not, write down the expression for the change of kinetic energy. + You now have two equations in two unknowns, which you solve by standard methods. ] #examplebox("Example 1")[Formation of a Deuteron][ A proton (mass #math.equation(block: false, alt: "1.67 times 10 to the power −27 kg")[$1.67 #h(0.2em) × #h(0.2em) 10^(−27) #h(0.2em) "kg"$]) collides with a neutron (with essentially the same mass as the proton) to form a particle called a #strong[#emph[deuteron]]. What is the velocity of the deuteron if it is formed from a proton moving with velocity #math.equation(block: false, alt: "7.0 times 10 to the power 6 m/s")[$7.0 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s"$] to the right and a neutron moving with velocity #math.equation(block: false, alt: "4.0 times 10 to the power 6 m/s")[$4.0 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s"$] to the left? #figure(figph[Before collision, proton on the left is moving with v sub proton to the right of 7.0 times 10 to the 6 meters per second, and neutron on the right is moving with v sub neutron to the left of -4.0 times 10 to the 6 meters per second. After collision, the proton and deuteron are stuck together, and have unknown v sub deuteron.], alt: "Before collision, proton on the left is moving with v sub proton to the right of 7.0 times 10 to the 6 meters per second, and neutron on the right is moving with v sub neutron to the left of -4.0 times 10 to the 6 meters per second. After collision, the proton and deuteron are stuck together, and have unknown v sub deuteron.", caption: none) Strategy Define the system to be the two particles. This is a collision, so we should first identify what kind. Since we are told the two particles form a single particle after the collision, this means that the collision is perfectly inelastic. Thus, kinetic energy is not conserved, but momentum is. Thus, we use conservation of momentum to determine the final velocity of the system. Solution Treat the two particles as having identical masses #emph[M]. Use the subscripts p, n, and d for proton, neutron, and deuteron, respectively. This is a one-dimensional problem, so we have #math.equation(block: true, alt: "M v sub p minus M v sub n equals 2 M v sub d .")[$M v_("p") − M v_("n") = 2 M v_("d") .$] The masses divide out: #math.equation(block: true, alt: "v sub p minus v sub n, equals, 2 v sub d; 7.0 times 10 to the power 6 m/s minus 4.0 times 10 to the power 6 m/s, equals, 2 v sub d; v sub d, equals, 1.5 times 10 to the power 6 m/s.")[$v_("p") − v_("n") & = & 2 v_("d") \ 7.0 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s" − 4.0 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s" & = & 2 v_("d") \ v_("d") & = & 1.5 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s."$] The velocity is thus #math.equation(block: false, alt: "v → sub d equals open parenthesis 1.5 times 10 to the power 6 m/s close parenthesis i ^")[$arrow(v)_("d") = ( 1.5 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s" ) hat(i)$]. Significance This is essentially how particle colliders like the Large Hadron Collider work: They accelerate particles up to very high speeds (large momenta), but in opposite directions. This maximizes the creation of so-called “daughter particles.” ] #examplebox("Example 2")[Ice Hockey 2][ (This is a variation of an earlier example.) Two ice hockey pucks of different masses are on a flat, horizontal hockey rink. The red puck has a mass of 15 grams, and is motionless; the blue puck has a mass of 12 grams, and is moving at 2.5 m/s to the left. It collides with the motionless red puck . If the collision is perfectly elastic, what are the final velocities of the two pucks? #figure(figph[Two hockey pucks are shown. The top diagram shows the puck on the left with 0 meters per second and the puck on the right moving to the left with 2.5 meters per second. The bottom diagram shows the puck on the left moving to the left at unknown v sub 1 f and the puck on the right moving with unknown v sub 2 f.], alt: "Two hockey pucks are shown. The top diagram shows the puck on the left with 0 meters per second and the puck on the right moving to the left with 2.5 meters per second. The bottom diagram shows the puck on the left moving to the left at unknown v sub 1 f and the puck on the right moving with unknown v sub 2 f.", caption: [Two different hockey pucks colliding. The top diagram shows the pucks the instant before the collision, and the bottom diagram show the pucks the instant after the collision. The net external force is zero.]) Strategy We’re told that we have two colliding objects, and we’re told their masses and initial velocities; we’re asked for both final velocities. Conservation of momentum seems like a good strategy; define the system to be the two pucks. There is no friction, so we have a closed system. We have two unknowns (the two final velocities), but only one equation. The comment about the collision being perfectly elastic is the clue; it suggests that kinetic energy is also conserved in this collision. That gives us our second equation. The initial momentum and initial kinetic energy of the system resides entirely and only in the second puck (the blue one); the collision transfers some of this momentum and energy to the first puck. Solution Conservation of momentum, in this case, reads #math.equation(block: true, alt: "p sub i, equals, p sub f; m sub 2 v sub 2,i, equals, m sub 1 v sub 1,f plus m sub 2 v sub 2,f .")[$p_("i") & = & p_("f") \ m_(2) v_("2,i") & = & m_(1) v_("1,f") + m_(2) v_("2,f") .$] Conservation of kinetic energy reads #math.equation(block: true, alt: "K sub i, equals, K sub f; the fraction 1 over 2 m sub 2 v 2,i 2, equals, the fraction 1 over 2 m sub 1 v 1,f 2 plus the fraction 1 over 2 m sub 2 v 2,f 2 .")[$K_("i") & = & K_("f") \ frac(1, 2) m_(2) v_("2,i")^(2) & = & frac(1, 2) m_(1) v_("1,f")^(2) + frac(1, 2) m_(2) v_("2,f")^(2) .$] There are our two equations in two unknowns. The algebra is tedious but not terribly difficult; you definitely should work it through. The solution is #math.equation(block: true, alt: "v sub 1,f, equals, the fraction open parenthesis m sub 1 minus m sub 2 close parenthesis v sub 1,i plus 2 m sub 2 v sub 2,i over m sub 1 plus m sub 2; v sub 2 f, equals, the fraction open parenthesis m sub 2 minus m sub 1 close parenthesis v sub 2,i plus 2 m sub 1 v sub 1,i over m sub 1 plus m sub 2 .")[$v_("1,f") & = & frac(( m_(1) − m_(2) ) v_("1,i") + 2 m_(2) v_("2,i"), m_(1) + m_(2)) \ v_(2 "f") & = & frac(( m_(2) − m_(1) ) v_("2,i") + 2 m_(1) v_("1,i"), m_(1) + m_(2)) .$] Substituting with the given numbers where a positive direction is to the left, we obtain #math.equation(block: true, alt: "v sub 1,f, equals, 2.22 the fraction m over s; v sub 2,f, equals, −0.28 the fraction m over s .")[$v_("1,f") & = & 2.22 #h(0.2em) frac("m", "s") \ v_("2,f") & = & −0.28 #h(0.2em) frac("m", "s") .$] Significance Notice that after the collision, the blue puck is moving to the right; its direction of motion was reversed. The red puck is now moving to the left. Final velocities of a head-on collision with a stationary target, each as a fraction of the projectile's approach speed, against the mass ratio r = m(target)/m(projectile). Blue is the incoming object, (1 − e·r)/(1 + r); red is the struck object, (1 + e)/(1 + r). The slider e is the separation speed divided by the approach speed: e = 1 is the perfectly elastic collision, e = 0 the perfectly inelastic one. At e = 1 and r = 15/12 = 1.25 — Example 9.11's 12-g blue puck striking the 15-g red puck — the curves read −0.11 and +0.89, which are the book's −0.28 m/s and +2.22 m/s once scaled by the 2.5-m/s approach speed. The projectile only rebounds where the blue curve dips below zero, that is where r \> 1/e. Drag e to 0 and the two curves merge into one: the objects stick and leave with a single common velocity.{"functions":\[{"color":"\#1f4e79","domain":\[0,3\],"expression":"(1 - el\*r)/(1 + r)","expression2":"","id":"projectile","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"r","visible":true},{"color":"\#b8442a","domain":\[0,3\],"expression":"(1 + el)/(1 + r)","expression2":"","id":"target","inequality":"lt","lineDash":\[6,4\],"lineWidth":2,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"r","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":0.5,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up1-9-4-el","label":"Elasticity e (1 = perfectly elastic, 0 = objects stick together)","max":1,"min":0,"name":"el","step":0.05,"unit":"","value":1}\],"title":"Final velocities versus mass ratio for a collision with a stationary target","version":1,"viewport":{"centerX":1.45,"centerY":0.75,"scale":162}} ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ There is a possible mathematical second to the system of equations solved in this example (because the energy equation is quadratic): #math.equation(block: false, alt: "v sub 1,f equals 0 , v sub 2,f equals −2.5 m/s")[$v_("1,f") = 0 , v_("2,f") = −2.5 #h(0.2em) "m/s"$]. This solution is unacceptable on physical grounds; what’s wrong with it? #solutionbox[ This solution represents the case in which no interaction takes place: the first puck misses the second puck and continues on with a velocity of 2.5 m/s to the left. This case offers no meaningful physical insights. ] ] #examplebox("Example 3")[Thor vs. Iron Man][ The 2012 movie “The Avengers” has a scene where Iron Man and Thor fight. At the beginning of the fight, Thor throws his hammer at Iron Man, hitting him and throwing him slightly up into the air and against a small tree, which breaks. From the video, Iron Man is standing still when the hammer hits him. The distance between Thor and Iron Man is approximately 10 m, and the hammer takes about 1 s to reach Iron Man after Thor releases it. The tree is about 2 m behind Iron Man, which he hits in about 0.75 s. Also from the video, Iron Man’s trajectory to the tree is very close to horizontal. Assuming Iron Man’s total mass is 200 kg: + Estimate the mass of Thor’s hammer + Estimate how much kinetic energy was lost in this collision Strategy After the collision, Thor’s hammer is in contact with Iron Man for the entire time, so this is a perfectly inelastic collision. Thus, with the correct choice of a closed system, we expect momentum is conserved, but not kinetic energy. We use the given numbers to estimate the initial momentum, the initial kinetic energy, and the final kinetic energy. Because this is a one-dimensional problem, we can go directly to the scalar form of the equations. Solution + First, we posit conservation of momentum. For that, we need a closed system. The choice here is the system (hammer + Iron Man), from the time of collision to the moment just before Iron Man and the hammer hit the tree. Let: #linebreak() - #math.equation(block: false, alt: "M sub H equals")[$M_("H") =$] mass of the hammer - #math.equation(block: false, alt: "M sub I equals")[$M_("I") =$] mass of Iron Man - #math.equation(block: false, alt: "v sub H equals")[$v_("H") =$] velocity of the hammer before hitting Iron Man - #emph[v] #math.equation(block: false, alt: "equals")[$=$] combined velocity of Iron Man + hammer after the collision #linebreak() Again, Iron Man’s initial velocity was zero. Conservation of momentum here reads: #math.equation(block: true, alt: "M sub H v sub H equals open parenthesis M sub H plus M sub I close parenthesis v .")[$M_("H") v_("H") = ( M_("H") + M_("I") ) v .$] We are asked to find the mass of the hammer, so we have #math.equation(block: true, alt: "M sub H v sub H, equals, M sub H v plus M sub I v; M sub H open parenthesis v sub H minus v close parenthesis, equals, M sub I v; M sub H, equals, the fraction M sub I v over v sub H minus v; equals, the fraction open parenthesis 200 kg close parenthesis open parenthesis the fraction 2 m over 0.75 s close parenthesis over 10 the fraction m over s minus open parenthesis the fraction 2 m over 0.75 s close parenthesis; equals, 73 kg.")[$M_("H") v_("H") & = & M_("H") v + M_("I") v \ M_("H") ( v_("H") − v ) & = & M_("I") v \ M_("H") & = & frac(M_("I") v, v_("H") − v) \ & = & frac(( 200 #h(0.2em) "kg" ) ( frac(2 #h(0.2em) "m", 0.75 #h(0.2em) "s") ), 10 #h(0.2em) frac("m", "s") − ( frac(2 #h(0.2em) "m", 0.75 #h(0.2em) "s") )) \ & = & 73 #h(0.2em) "kg."$] Considering the uncertainties in our estimates, this should be expressed with just one significant figure; thus, #math.equation(block: false, alt: "M sub H equals 7 times 10 to the power 1 kg")[$M_("H") = 7 #h(0.2em) × #h(0.2em) 10^(1) #h(0.2em) "kg"$]. + The initial kinetic energy of the system, like the initial momentum, is all in the hammer: #math.equation(block: true, alt: "K sub i, equals the fraction 1 over 2 M sub H v H 2; equals the fraction 1 over 2 open parenthesis 70 kg close parenthesis open parenthesis 10 m/s close parenthesis squared; equals 3500 J.")[$K_("i") & = frac(1, 2) M_("H") v_("H")^(2) \ & = frac(1, 2) ( 70 #h(0.2em) "kg" ) attach(( 10 #h(0.2em) "m/s" ), t: 2) \ & = 3500 #h(0.2em) "J."$] After the collision, #math.equation(block: true, alt: "K sub f, equals the fraction 1 over 2 open parenthesis M sub H plus M sub I close parenthesis v squared; equals the fraction 1 over 2 open parenthesis 70 kg plus 200 kg close parenthesis open parenthesis 2.67 m/s close parenthesis squared; equals 960 J.")[$K_("f") & = frac(1, 2) ( M_("H") + M_("I") ) v^(2) \ & = frac(1, 2) ( 70 #h(0.2em) "kg" + 200 #h(0.2em) "kg" ) attach(( 2.67 #h(0.2em) "m/s" ), t: 2) \ & = 960 #h(0.2em) "J."$] Thus, there was a loss of #math.equation(block: false, alt: "3500 J minus 960 J equals 2540 J")[$3500 #h(0.2em) "J" − 960 #h(0.2em) "J" = 2540 #h(0.2em) "J"$]. Significance From other scenes in the movie, Thor apparently can control the hammer’s velocity with his mind. It is possible, therefore, that he mentally causes the hammer to maintain its initial velocity of 10 m/s while Iron Man is being driven backward toward the tree. If so, this would represent an external force on our system, so it would not be closed. Thor’s mental control of his hammer is beyond the scope of this book, however. ] #examplebox("Example 4")[Analyzing a Car Crash][ At a stoplight, a small car (1200 kg) collides with a motionless large truck (3000 kg). The car comes to an instantaneous stop; the truck slides straight ahead, coming to a stop after sliding 10 meters. The measured coefficient of friction between the truck’s tires and the road was 0.62. How fast was the car moving at the moment of impact? Strategy At first it may seem we don’t have enough information to solve this problem. Although we know the initial speed of the truck, we don’t know the speed of the car (indeed, that’s what we’re asked to find), so we don’t know the initial momentum of the system. Similarly, we know the final speed of the car, but not the speed of the truck immediately after impact. The fact that the truck eventually slid to a speed of zero doesn’t help with the final momentum, since an external friction force caused that. Nor can we calculate an impulse, since we don’t know the collision time, or the amount of time the truck slid before stopping. A useful strategy is to impose a restriction on the analysis. Suppose we define a system consisting of just the car and the truck. The momentum of this system isn’t conserved, because of the friction between the truck and the road. But if we #emph[could] find the speed of the truck the instant after impact—before friction had any measurable effect on the truck—then we could consider the momentum of the system to be conserved, with that restriction. Can we find the final speed of the truck? Yes; we invoke the work-energy theorem. Solution First, define some variables. Let: - #math.equation(block: false, alt: "M sub c and M sub T")[$M_("c") #h(0.2em) "and" #h(0.2em) M_("T")$] be the masses of the car and truck, respectively - #math.equation(block: false, alt: "v sub T,i and v sub T,f")[$v_("T,i") #h(0.2em) "and" v_("T,f")$] be the velocities of the truck before and after the collision, respectively - #math.equation(block: false, alt: "v sub c,i and v sub c,f")[$v_("c,i") #h(0.2em) "and" v_("c,f")$] Z be the velocities of the car before and after the collision, respectively - #math.equation(block: false, alt: "K sub i and K sub f")[$K_("i") #h(0.2em) "and" #h(0.2em) K_("f")$] be the kinetic energies of the truck immediately after the collision, and after the truck has stopped sliding (so #math.equation(block: false, alt: "K sub f equals 0")[$K_("f") = 0$]). - #emph[d] be the distance the truck slides after the collision before eventually coming to a stop. Since we actually want the initial speed of the car, and since the car is not part of the work-energy calculation, let’s start with conservation of momentum. For the car + truck system, conservation of momentum reads #math.equation(block: true, alt: "p sub i equals p sub f; M sub T v sub T,i plus M sub c v sub c,i equals M sub T v sub T,f plus M sub c v sub c,f .")[$p_("i") = p_("f") \ M_("T") v_("T,i") + M_("c") v_("c,i") = M_("T") v_("T,f") + M_("c") v_("c,f") .$] Since the car’s initial velocity was zero, as was the truck’s final velocity, this simplifies to #math.equation(block: true, alt: "v sub c,i equals the fraction M sub T over M sub c v sub T,f .")[$v_("c,i") = frac(M_("T"), M_("c")) v_("T,f") .$] So now we need the truck’s speed immediately after impact. Recall that #math.equation(block: true, alt: "W equals Δ K")[$W = "Δ" K$] where #math.equation(block: true, alt: "Δ K, equals K sub f minus K sub i; equals 0 minus the fraction 1 over 2 M sub T v T,f 2 .")[$"Δ" K & = K_("f") − K_("i") \ & = 0 − frac(1, 2) M_("T") v_("T,f")^(2) .$] Also, #math.equation(block: true, alt: "W equals F → times d → equals F d cos θ .")[$W = arrow(F) · arrow(d) = F d "cos" θ .$] The work is done over the distance the truck slides, which we’ve called #emph[d]. Equating: #math.equation(block: true, alt: "F d cos θ equals minus the fraction 1 over 2 M sub T v T,f 2 .")[$F d "cos" θ = − frac(1, 2) M_("T") v_("T,f")^(2) .$] Friction is the force on the truck that does the work to stop the sliding. With a level road, the friction force is #math.equation(block: true, alt: "F equals μ sub k M sub T g .")[$F = μ_("k") M_("T") g .$] Since the angle between the directions of the friction force vector and the displacement #emph[d] is #math.equation(block: false, alt: "180 °")[$180 "°"$], and #math.equation(block: false, alt: "cos open parenthesis 180 ° close parenthesis equals –1 ,")[$"cos" ( 180 "°" ) = –1 ,$] we have #math.equation(block: true, alt: "− open parenthesis μ sub k M sub T g close parenthesis d equals minus the fraction 1 over 2 M sub T v T,f 2")[$"−" ( μ_("k") M_("T") g ) d = − frac(1, 2) M_("T") v_("T,f")^(2)$] (Notice that the truck’s mass divides out; evidently the mass of the truck doesn’t matter.) Solving for the truck’s speed immediately after the collision gives #math.equation(block: true, alt: "v sub T,f equals the square root of 2 μ sub k g d .")[$v_("T,f") = sqrt(2 μ_("k") g d) .$] Substituting the given numbers: #math.equation(block: true, alt: "v sub T,f, equals the square root of 2 open parenthesis 0.62 close parenthesis open parenthesis 9.81 the fraction m over s squared close parenthesis open parenthesis 10 m close parenthesis; equals 11.0 m/s . .")[$v_("T,f") & = sqrt(2 ( 0.62 ) ( 9.81 #h(0.2em) frac("m", "s"^(2)) ) ( 10 #h(0.2em) "m" )) \ & = 11.0 #h(0.2em) "m/s" "." .$] Now we can calculate the initial speed of the car: #math.equation(block: true, alt: "v sub T,i equals open parenthesis the fraction 3000 kg over 1200 kg close parenthesis open parenthesis 11.0 the fraction m over s close parenthesis equals 27.5 m/s .")[$v_("T,i") = ( frac(3000 #h(0.2em) "kg", 1200 #h(0.2em) "kg") ) ( 11.0 #h(0.2em) frac("m", "s") ) = 27.5 #h(0.2em) "m/s" "."$] Significance This is an example of the type of analysis done by investigators of major car accidents. A great deal of legal and financial consequences depend on an accurate analysis and calculation of momentum and energy. This collision converted some of the initial kinetic energy to other forms (presumably the deformation of the car and truck and some heat and sound): #math.equation(block: true, alt: "K E sub i equals the fraction 1 over 2 open parenthesis 1200 close parenthesis open parenthesis 27.5 squared close parenthesis equals 4.5 times 10 to the power 5 J")[$K E_("i") = frac(1, 2) ( 1200 ) ( 27.5^(2) ) = 4.5 × 10^(5) #h(0.9em) "J"$] #math.equation(block: true, alt: "K E sub f equals the fraction 1 over 2 open parenthesis 3000 close parenthesis open parenthesis 11 squared close parenthesis equals 1.8 times 10 to the power 5 J")[$K E_("f") = frac(1, 2) ( 3000 ) ( 11^(2) ) = 1.8 × 10^(5) #h(0.9em) "J"$] Change in kinetic energy = #math.equation(block: false, alt: "2.7 times 10 to the power 5 J")[$2.7 × 10^(5) #h(0.9em) "J"$] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Suppose there had been no friction (the collision happened on ice); that would make #math.equation(block: false, alt: "μ sub k")[$μ_("k")$] zero, and thus #math.equation(block: false, alt: "v sub c,f equals the square root of 2 μ sub k g d equals 0")[$v_("c,f") = sqrt(2 μ_("k") g d) = 0$], which is obviously wrong. What is the mistake in this conclusion? #solutionbox[ If zero friction acts on the car, then it will continue to slide indefinitely (#math.equation(block: false, alt: "d → ∞")[$d → ∞$]), so we cannot use the work-energy theorem as is done in the example. Thus, we could not solve the problem from the information given. ] ] === Subatomic Collisions and Momentum Conservation of momentum is crucial to our understanding of atomic and subatomic particles because much of what we know about these particles comes from collision experiments. At the beginning of the twentieth century, there was considerable interest in, and debate about, the structure of the atom. It was known that atoms contain two types of electrically charged particles: negatively charged electrons and positively charged protons. (The existence of an electrically neutral particle was suspected, but would not be confirmed until 1932.) The question was, how were these particles arranged in the atom? Were they distributed uniformly throughout the volume of the atom (as J.J. Thomson proposed), or arranged at the corners of regular polygons (which was Gilbert Lewis’ model), or rings of negative charge that surround the positively charged nucleus—rather like the planetary rings surrounding Saturn (as suggested by Hantaro Nagaoka), or something else? The New Zealand physicist Ernest #strong[Rutherford] (along with the German physicist Hans #strong[Geiger] and the British physicist Ernest #strong[Marsden]) performed the crucial experiment in 1909. They bombarded a thin sheet of gold foil with a beam of high-energy (that is, high-speed) alpha-particles (the nucleus of a helium atom). The alpha-particles collided with the gold atoms, and their subsequent velocities were detected and analyzed, using conservation of momentum and conservation of energy. If the charges of the gold atoms were distributed uniformly (per Thomson), then the alpha-particles should collide with them and nearly all would be deflected through many angles, all small; the Nagaoka model would produce a similar result. If the atoms were arranged as regular polygons (Lewis), the alpha-particles would deflect at a relatively small number of angles. What #emph[actually] happened is that nearly #emph[none] of the alpha-particles were deflected. Those that were, were deflected at large angles, some close to #math.equation(block: false, alt: "180 °")[$180 "°"$]—those alpha-particles reversed direction completely . None of the existing atomic models could explain this. Eventually, Rutherford developed a model of the atom that was much closer to what we now have—again, using conservation of momentum and energy as his starting point. #figure(figph[Illustrations of the Thomson and Rutherford models of the atom and the associated experiments. The Thomson model has electrons, illustrated as small solid balls distributed throughout a large, uniform sphere. Alpha particles pass through undeflected. Several trajectories of alpha particles, incident from the left and travelling horizontally to the right are shown as straight, parallel lines that pass through the atom unchanged. The experiment consists of a collimated source of alpha particles. The beam of particles passes through a gap in a screen that surrounds a gold foil target. The beam passes through the target, spreading a little, but hitting the screen in a small spot on the far side of the screen. The expected result is particles detected in only one spot. The Rutherford model has electrons, illustrated as small solid balls distributed throughout the atom, but the nucleus is a small sphere in the center. Several trajectories of alpha particles, incident from the left and travelling horizontally to the right are shown as straight, parallel lines as they enter the atom. Some pass through unchanged, one is bent slightly away from its original direction, and is bent back at an angle large than 90 degrees. The experiment consists of a collimated source of alpha particles. The beam of particles passes through a gap in a screen that surrounds a gold foil target. The beam passes through the target, most of it passing through but spreading significantly and hitting the screen on the far side over an extended region, and a few of the particles hitting the screen on the same side of foil as the source. The expected result is particles detected in many spots.], alt: "Illustrations of the Thomson and Rutherford models of the atom and the associated experiments. The Thomson model has electrons, illustrated as small solid balls distributed throughout a large, uniform sphere. Alpha particles pass through undeflected. Several trajectories of alpha particles, incident from the left and travelling horizontally to the right are shown as straight, parallel lines that pass through the atom unchanged. The experiment consists of a collimated source of alpha particles. The beam of particles passes through a gap in a screen that surrounds a gold foil target. The beam passes through the target, spreading a little, but hitting the screen in a small spot on the far side of the screen. The expected result is particles detected in only one spot. The Rutherford model has electrons, illustrated as small solid balls distributed throughout the atom, but the nucleus is a small sphere in the center. Several trajectories of alpha particles, incident from the left and travelling horizontally to the right are shown as straight, parallel lines as they enter the atom. Some pass through unchanged, one is bent slightly away from its original direction, and is bent back at an angle large than 90 degrees. The experiment consists of a collimated source of alpha particles. The beam of particles passes through a gap in a screen that surrounds a gold foil target. The beam passes through the target, most of it passing through but spreading significantly and hitting the screen on the far side over an extended region, and a few of the particles hitting the screen on the same side of foil as the source. The expected result is particles detected in many spots.", caption: [The Thomson and Rutherford models of the atom. The Thomson model predicted that nearly all of the incident alpha-particles would be scattered and at small angles. Rutherford and Geiger found that nearly none of the alpha particles were scattered, but those few that were deflected did so through very large angles. The results of Rutherford’s experiments were inconsistent with the Thomson model. Rutherford used conservation of momentum and energy to develop a new, and better model of the atom—the nuclear model.]) === Summary - An elastic collision is one that conserves kinetic energy. - An inelastic collision does not conserve kinetic energy. - Momentum is conserved regardless of whether or not kinetic energy is conserved. - Analysis of kinetic energy changes and conservation of momentum together allow the final velocities to be calculated in terms of initial velocities and masses in one-dimensional, two-body collisions. === Conceptual Questions Two objects of equal mass are moving with equal and opposite velocities when they collide. Can all the kinetic energy be lost in the collision? #solutionbox[ Yes, all the kinetic energy can be lost if the two masses come to rest due to the collision (i.e., they stick together). ] Describe a system for which momentum is conserved but mechanical energy is not. Now the reverse: Describe a system for which kinetic energy is conserved but momentum is not. === Problems A 5.50-kg bowling ball moving at 9.00 m/s collides with a 0.850-kg bowling pin, which is scattered at an angle of 15.8° to the initial direction of the bowling ball and with a speed of 15.0 m/s. + Calculate the final velocity (magnitude and direction) of the bowling ball. + Is the collision elastic? #solutionbox[ a. 6.80 m/s, –5.33°; b. yes (calculate the ratio of the initial and final kinetic energies) ] Ernest Rutherford (the first New Zealander to be awarded the Nobel Prize in Chemistry) demonstrated that nuclei were very small and dense by scattering helium-4 nuclei from gold-197 nuclei. The energy of the incoming helium nucleus was #math.equation(block: false, alt: "8.00 times 10 to the power −13 J")[$8.00 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "J"$], and the masses of the helium and gold nuclei were #math.equation(block: false, alt: "6.68 times 10 to the power −27 kg")[$6.68 #h(0.2em) × #h(0.2em) 10^(−27) #h(0.2em) "kg"$] and #math.equation(block: false, alt: "3.29 times 10 to the power −25 kg")[$3.29 #h(0.2em) × #h(0.2em) 10^(−25) #h(0.2em) "kg"$], respectively (note that their mass ratio is 4 to 197). a. If a helium nucleus scatters to an angle of #math.equation(block: false, alt: "120 °")[$120 "°"$] during an elastic collision with a gold nucleus, calculate the helium nucleus’s final speed and the final velocity (magnitude and direction) of the gold nucleus. #figure(figph[A helium nucleus (2 protons and 2 neutrons) is incident with velocity v 1 on a gold nucleus. The path of the helium nucleus after the collision makes an angle of 120 degrees from its original direction of travel.], alt: "A helium nucleus (2 protons and 2 neutrons) is incident with velocity v 1 on a gold nucleus. The path of the helium nucleus after the collision makes an angle of 120 degrees from its original direction of travel.", caption: none) b. What is the final kinetic energy of the helium nucleus? A 90.0-kg ice hockey player hits a 0.150-kg puck, giving the puck a velocity of 45.0 m/s. If both are initially at rest and if the ice is frictionless, how far does the player recoil in the time it takes the puck to reach the goal 15.0 m away? #solutionbox[ 2.5 cm ] A 100-g firecracker is launched vertically into the air and explodes into two pieces at the peak of its trajectory. If a 72-g piece is projected horizontally to the left at 20 m/s, what is the speed and direction of the other piece? In an elastic collision, a 400-kg bumper car collides directly from behind with a second, identical bumper car that is traveling in the same direction. The initial speed of the leading bumper car is 5.60 m/s and that of the trailing car is 6.00 m/s. Assuming that the mass of the drivers is much, much less than that of the bumper cars, what are their final speeds? #solutionbox[ the speed of the leading bumper car is 6.00 m/s and that of the trailing bumper car is 5.60 m/s ] Repeat the preceding problem if the mass of the leading bumper car is 30.0% greater than that of the trailing bumper car. An alpha particle (#super[4]He) undergoes an elastic collision with a stationary uranium nucleus (#super[235]U). What percent of the kinetic energy of the alpha particle is transferred to the uranium nucleus? Assume the collision is one-dimensional. #solutionbox[ 6.6% ] You are standing on a very slippery icy surface and throw a 1-kg football horizontally at a speed of 6.7 m/s. What is your velocity when you release the football? Assume your mass is 65 kg. A 35-kg child rides a relatively massless sled down a hill and then coasts along the flat section at the bottom, where a second 35-kg child jumps on the sled as it passes by her. If the speed of the sled is 3.5 m/s before the second child jumps on, what is its speed after she jumps on? #solutionbox[ 1.8 m/s ] A boy sleds down a hill and onto a frictionless ice-covered lake at 10.0 m/s. In the middle of the lake is a 1000-kg boulder. When the sled crashes into the boulder, he is propelled backwards from the boulder. The collision is an elastic collision. If the boy’s mass is 40.0 kg and the sled’s mass is 2.50 kg, what is the speed of the sled and the boulder after the collision?