#set document(title: "3.1 Position, Displacement, and Average Velocity", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 3.1#h(0.6em)Position, Displacement, and Average Velocity When you’re in motion, the basic questions to ask are: Where are you? Where are you going? How fast are you getting there? The answers to these questions require that you specify your position, your displacement, and your average velocity—the terms we define in this section. === Position To describe the motion of an object, you must first be able to describe its #strong[position] (#emph[x]): #emph[where it is at any particular time]. More precisely, we need to specify its position relative to a convenient frame of reference. A #strong[frame of reference] is an arbitrary set of axes from which the position and motion of an object are described. Earth is often used as a frame of reference, and we often describe the position of an object as it relates to stationary objects on Earth. For example, a rocket launch could be described in terms of the position of the rocket with respect to Earth as a whole, whereas a cyclist’s position could be described in terms of where she is in relation to the buildings she passes . In other cases, we use reference frames that are not stationary but are in motion relative to Earth. To describe the position of a person in an airplane, for example, we use the airplane, not Earth, as the reference frame. To describe the position of an object undergoing one-dimensional motion, we often use the variable #emph[x]. Later in the chapter, during the discussion of free fall, we use the variable #emph[y]. #figure(figph[Picture shows three people riding bicycles next to a canal.], alt: "Picture shows three people riding bicycles next to a canal.", caption: [These cyclists in Vietnam can be described by their position relative to buildings or a canal. Their motion can be described by their change in position, or displacement, in a frame of reference.]) === Displacement If an object moves relative to a frame of reference—for example, if a professor moves to the right relative to a whiteboard —then the object’s position changes. This change in position is called #strong[displacement]. The word #emph[displacement] implies that an object has moved, or has been displaced. Although position is the numerical value of #emph[x] along a straight line where an object might be located, displacement gives the #emph[change] in position along this line. Since displacement indicates direction, it is a vector and can be either positive or negative, depending on the choice of positive direction. Also, an analysis of motion can have many displacements embedded in it. If right is positive and an object moves 2 m to the right, then 4 m to the left, the individual displacements are 2 m and #math.equation(block: false, alt: "−4")[$−4$] m, respectively. #figure(figph[Illustration shows professor at two different locations. The first location is marked as 1.5 meters at the x axis; the second location is marked as 3.5 meters at the x axis. The displacement between the two locations is 2 meters.], alt: "Illustration shows professor at two different locations. The first location is marked as 1.5 meters at the x axis; the second location is marked as 3.5 meters at the x axis. The displacement between the two locations is 2 meters.", caption: [A professor paces left and right while lecturing. Her position relative to Earth is given by #emph[x]. The +2.0-m displacement of the professor relative to Earth is represented by an arrow pointing to the right.]) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Displacement] Displacement #math.equation(block: false, alt: "Δ x")[$"Δ" x$] is the change in position of an object: #math.equation(block: true, alt: "Δ x equals x sub f minus x sub 0 ,")[$"Δ" x = x_("f") − x_(0) ,$] where #math.equation(block: false, alt: "Δ x")[$"Δ" x$] is displacement, #math.equation(block: false, alt: "x sub f")[$x_("f")$] is the final position, and #math.equation(block: false, alt: "x sub 0")[$x_(0)$] is the initial position. ] We use the uppercase Greek letter delta (Δ) to mean “change in” whatever quantity follows it; thus, #math.equation(block: false, alt: "Δ x")[$"Δ" x$] means #emph[change in position] (final position less initial position). We always solve for displacement by subtracting initial position #math.equation(block: false, alt: "x sub 0")[$x_(0)$] from final position #math.equation(block: false, alt: "x sub f")[$x_("f")$]. Note that the SI unit for displacement is the meter, but sometimes we use kilometers or other units of length. Keep in mind that when units other than meters are used in a problem, you may need to convert them to meters to complete the calculation (see Appendix B). Objects in motion can also have a series of displacements. In the previous example of the pacing professor, the individual displacements are 2 m and #math.equation(block: false, alt: "−4")[$−4$] m, giving a total displacement of −2 m. We define #strong[total displacement] #math.equation(block: false, alt: "Δ x sub Total")[$"Δ" x_("Total")$], as #emph[the sum of the individual displacements], and express this mathematically with the equation #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Δ x sub Total equals ∑ Δ x sub i ,")[$"Δ" x_("Total") = display(∑ "Δ" x_("i")) ,$] ] where #math.equation(block: false, alt: "Δ x sub i")[$"Δ" x_(i)$] are the individual displacements. In the earlier example, #math.equation(block: true, alt: "Δ x sub 1 equals x sub 1 minus x sub 0 equals 2 minus 0 equals 2 m.")[$"Δ" x_(1) = x_(1) − x_(0) = 2 − 0 = 2 #h(0.2em) "m."$] Similarly, #math.equation(block: true, alt: "Δ x sub 2 equals x sub 2 minus x sub 1 equals −2 minus open parenthesis 2 close parenthesis equals −4 m.")[$"Δ" x_(2) = x_(2) − x_(1) = −2 − ( 2 ) = −4 #h(0.2em) "m."$] Thus, #math.equation(block: true, alt: "Δ x sub Total equals Δ x sub 1 plus Δ x sub 2 equals 2 minus 4 equals −2 m .")[$"Δ" x_("Total") = "Δ" x_(1) + "Δ" x_(2) = 2 − 4 = −2 #h(0.2em) "m" "."$] The total displacement is 2 − 4 = −2 m along the #emph[x]-axis. It is also useful to calculate the magnitude of the displacement, or its size. The magnitude of the displacement is always positive. This is the absolute value of the displacement, because displacement is a vector and cannot have a negative value of magnitude. In our example, the magnitude of the total displacement is 2 m, whereas the magnitudes of the individual displacements are 2 m and 4 m. The magnitude of the total displacement should not be confused with the distance traveled. Distance traveled #math.equation(block: false, alt: "x sub Total")[$x_("Total")$], is the total length of the path traveled between two positions. In the previous problem, the #strong[distance traveled] is the sum of the magnitudes of the individual displacements: #math.equation(block: true, alt: "x sub Total equals | Δ x sub 1 | plus | Δ x sub 2 | equals 2 plus 4 equals 6 m .")[$x_("Total") = | "Δ" x_(1) | + | "Δ" x_(2) | = 2 + 4 = 6 #h(0.2em) "m" "."$] === Average Velocity To calculate the other physical quantities in kinematics we must introduce the time variable. The time variable allows us not only to state where the object is (its position) during its motion, but also how fast it is moving. How fast an object is moving is given by the rate at which the position changes with time. For each position #math.equation(block: false, alt: "x sub i")[$x_("i")$], we assign a particular time #math.equation(block: false, alt: "t sub i")[$t_("i")$]. If the details of the motion at each instant are not important, the rate is usually expressed as the #strong[average velocity] #math.equation(block: false, alt: "v –")[$limits(v)^("–")$]. This vector quantity is simply the total displacement between two points divided by the time taken to travel between them. The time taken to travel between two points is called the #strong[elapsed time] #math.equation(block: false, alt: "Δ t")[$"Δ" t$]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Average Velocity] If #math.equation(block: false, alt: "x sub 1")[$x_(1)$] and #math.equation(block: false, alt: "x sub 2")[$x_(2)$] are the positions of an object at times #math.equation(block: false, alt: "t sub 1")[$t_(1)$] and #math.equation(block: false, alt: "t sub 2")[$t_(2)$], respectively, then #math.equation(block: true, alt: "Average velocity equals v – equals the fraction Displacement between two points over Time needed to make the displacement; v – equals the fraction Δ x over Δ t equals the fraction x sub 2 minus x sub 1 over t sub 2 minus t sub 1 .")[$"Average velocity" = limits(v)^("–") = frac("Displacement between two points", "Time needed to make the displacement") \ limits(v)^("–") = frac("Δ" x, "Δ" t) = frac(x_(2) − x_(1), t_(2) − t_(1)) .$] ] It is important to note that the average velocity is a vector and can be negative, depending on positions #math.equation(block: false, alt: "x sub 1")[$x_(1)$] and #math.equation(block: false, alt: "x sub 2")[$x_(2)$]. #examplebox("Example 1")[Delivering Flyers][ Jill sets out from her home to deliver flyers for her yard sale, traveling due east along her street lined with houses. At #math.equation(block: false, alt: "0.5")[$0.5$] km and 9 minutes later she runs out of flyers and has to retrace her steps back to her house to get more. This takes an additional 9 minutes. After picking up more flyers, she sets out again on the same path, continuing where she left off, and ends up 1.0 km from her house. This third leg of her trip takes #math.equation(block: false, alt: "15")[$15$] minutes. At this point she turns back toward her house, heading west. After #math.equation(block: false, alt: "1.75")[$1.75$] km and #math.equation(block: false, alt: "25")[$25$] minutes she stops to rest. + What is Jill’s total displacement to the point where she stops to rest? + What is the magnitude of the total displacement? + What is the average velocity during her entire trip? + What is the total distance traveled? + Make a graph of position versus time. A sketch of Jill’s movements is shown. #figure(figph[Figure shows a timeline of a person’s movement. First displacement is from the home to the right by 0.5 kilometers. Second displacement is back to the starting point. Third displacement is to the right by 1.0 kilometer. Fourth displacement is from the final point to the left by 1.75 kilometers.], alt: "Figure shows a timeline of a person’s movement. First displacement is from the home to the right by 0.5 kilometers. Second displacement is back to the starting point. Third displacement is to the right by 1.0 kilometer. Fourth displacement is from the final point to the left by 1.75 kilometers.", caption: [Timeline of Jill’s movements.]) Strategy The problem contains data on the various legs of Jill’s trip, so it would be useful to make a table of the physical quantities. We are given position and time in the wording of the problem so we can calculate the displacements and the elapsed time. We take east to be the positive direction. From this information we can find the total displacement and average velocity. Jill’s home is the starting point #math.equation(block: false, alt: "x sub 0")[$x_(0)$]. The following table gives Jill’s time and position in the first two columns, and the displacements are calculated in the third column. #figure(table( columns: 3, align: left, inset: 6pt, table.header([Time #emph[t]#sub[i] (min)], [Position #math.equation(block: false, alt: "x sub i")[$x_(i)$] (km)], [Displacement #math.equation(block: false, alt: "Δ x sub i")[$"Δ" x_("i")$] (km)]), [#math.equation(block: false, alt: "t sub 0 equals 0")[$t_(0) = 0$]], [#math.equation(block: false, alt: "x sub 0 equals 0")[$x_(0) = 0$]], [#math.equation(block: false, alt: "Δ x sub 0 equals 0")[$"Δ" x_(0) = 0$]], [#math.equation(block: false, alt: "t sub 1 equals 9")[$t_(1) = 9$]], [#math.equation(block: false, alt: "x sub 1 equals 0.5")[$x_(1) = 0.5$]], [#math.equation(block: false, alt: "Δ x sub 1 equals x sub 1 minus x sub 0 equals 0.5")[$"Δ" x_(1) = x_(1) − x_(0) = 0.5$]], [#math.equation(block: false, alt: "t sub 2 equals 18")[$t_(2) = 18$]], [#math.equation(block: false, alt: "x sub 2 equals 0")[$x_(2) = 0$]], [#math.equation(block: false, alt: "Δ x sub 2 equals x sub 2 minus x sub 1 equals −0.5")[$"Δ" x_(2) = x_(2) − x_(1) = −0.5$]], [#math.equation(block: false, alt: "t sub 3 equals 33")[$t_(3) = 33$]], [#math.equation(block: false, alt: "x sub 3 equals 1.0")[$x_(3) = 1.0$]], [#math.equation(block: false, alt: "Δ x sub 3 equals x sub 3 minus x sub 2 equals 1.0")[$"Δ" x_(3) = x_(3) − x_(2) = 1.0$]], [#math.equation(block: false, alt: "t sub 4 equals 58")[$t_(4) = 58$]], [#math.equation(block: false, alt: "x sub 4 equals −0.75")[$x_(4) = −0.75$]], [#math.equation(block: false, alt: "Δ x sub 4 equals x sub 4 minus x sub 3 equals −1.75")[$"Δ" x_(4) = x_(4) − x_(3) = −1.75$]], )) Solution + From the above table, the total displacement is #math.equation(block: true, alt: "∑ Δ x sub i equals 0.5 minus 0.5 plus 1.0 minus 1.75 km equals −0.75 km .")[$display(∑ "Δ" x_("i") = 0.5 − 0.5 + 1.0 − 1.75) #h(0.2em) "km" = −0.75 #h(0.2em) "km" "."$] + The magnitude of the total displacement is #math.equation(block: false, alt: "| −0.75 | km equals 0.75 km")[$| −0.75 | #h(0.2em) "km" = 0.75 #h(0.2em) "km"$]. + #math.equation(block: false, alt: "Average velocity equals the fraction Total displacement over Elapsed time equals v – equals the fraction −0.75 km over 58 min equals −0.013 km/min")[$"Average velocity" = frac("Total" #h(0.2em) "displacement", "Elapsed" #h(0.2em) "time") = limits(v)^("–") = frac(−0.75 #h(0.2em) "km", 58 #h(0.2em) "min") = −0.013 #h(0.2em) "km/min"$] + The total distance traveled (sum of magnitudes of individual displacements) is #math.equation(block: false, alt: "x sub Total equals ∑ | Δ x sub i | equals 0.5 plus 0.5 plus 1.0 plus 1.75 km equals 3.75 km")[$x_("Total") = display(∑ | "Δ" x_("i") | = 0.5 + 0.5 + 1.0 + 1.75) #h(0.2em) "km" = 3.75 #h(0.2em) "km"$]. + We can graph Jill’s position versus time as a useful aid to see the motion; the graph is shown. #linebreak() #figure(figph[Graph shows position in kilometers plotted as a function of time in minutes.], alt: "Graph shows position in kilometers plotted as a function of time in minutes.", caption: [This graph depicts Jill’s position versus time. The average velocity is the slope of a line connecting the initial and final points.]) Significance Jill’s total displacement is −0.75 km, which means at the end of her trip she ends up #math.equation(block: false, alt: "0.75 km")[$0.75 #h(0.2em) "km"$] due west of her home. The average velocity means if someone was to walk due west at #math.equation(block: false, alt: "0.013")[$0.013$] km/min starting at the same time Jill left her home, they both would arrive at the final stopping point at the same time. Note that if Jill were to end her trip at her house, her total displacement would be zero, as well as her average velocity. The total distance traveled during the 58 minutes of elapsed time for her trip is 3.75 km. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A cyclist rides 3 km west and then turns around and rides 2 km east. (a) What is their displacement? (b) What is the distance traveled? (c) What is the magnitude of their displacement? #figure(figph[Figure shows timeline of cyclist’s movement. First displacement is to the left by 3.0 kilometers. Second displacement is from the final point to the right by 2.0 kilometers.], alt: "Figure shows timeline of cyclist’s movement. First displacement is to the left by 3.0 kilometers. Second displacement is from the final point to the right by 2.0 kilometers.", caption: none) #solutionbox[ (a) The rider’s displacement is #math.equation(block: false, alt: "Δ x equals x sub f minus x sub 0 equals −1 km")[$"Δ" x = x_("f") − x_(0) = −1 #h(0.2em) "km"$]. (The displacement is negative because we take east to be positive and west to be negative.) (b) The distance traveled is 3 km + 2 km = 5 km. (c) The magnitude of the displacement is 1 km. ] ] === Summary - Kinematics is the description of motion without considering its causes. In this chapter, it is limited to motion along a straight line, called one-dimensional motion. - Displacement is the change in position of an object. The SI unit for displacement is the meter. Displacement has direction as well as magnitude. - Distance traveled is the total length of the path traveled between two positions. - Time is measured in terms of change. The time between two position points #math.equation(block: false, alt: "x sub 1")[$x_(1)$] and #math.equation(block: false, alt: "x sub 2")[$x_(2)$] is #math.equation(block: false, alt: "Δ t equals t sub 2 minus t sub 1")[$"Δ" t = t_(2) − t_(1)$]. Elapsed time for an event is #math.equation(block: false, alt: "Δ t equals t sub f minus t sub 0")[$"Δ" t = t_("f") − t_(0)$], where #math.equation(block: false, alt: "t sub f")[$t_("f")$] is the final time and #math.equation(block: false, alt: "t sub 0")[$t_(0)$] is the initial time. The initial time is often taken to be zero. - Average velocity #math.equation(block: false, alt: "v –")[$limits(v)^("–")$] is defined as displacement divided by elapsed time. If #math.equation(block: false, alt: "x sub 1 , t sub 1")[$x_(1) , t_(1)$] and #math.equation(block: false, alt: "x sub 2 , t sub 2")[$x_(2) , t_(2)$] are two position time points, the average velocity between these points is #math.equation(block: true, alt: "v – equals the fraction Δ x over Δ t equals the fraction x sub 2 minus x sub 1 over t sub 2 minus t sub 1 .")[$limits(v)^("–") = frac("Δ" x, "Δ" t) = frac(x_(2) − x_(1), t_(2) − t_(1)) .$] === Conceptual Questions Give an example in which there are clear distinctions among distance traveled, displacement, and magnitude of displacement. Identify each quantity in your example specifically. #solutionbox[ You drive your car into town and return to drive past your house to a friend’s house. ] Under what circumstances does distance traveled equal magnitude of displacement? What is the only case in which magnitude of displacement and distance are exactly the same? Bacteria move back and forth using their flagella (structures that look like little tails). Speeds of up to 50 μm/s (50 × 10#super[−6] m/s) have been observed. The total distance traveled by a bacterium is large for its size, whereas its displacement is small. Why is this? #solutionbox[ If the bacteria are moving back and forth, then the displacements are canceling each other and the final displacement is small. ] Give an example of a device used to measure time and identify what change in that device indicates a change in time. Does a car’s odometer measure distance traveled or displacement? #solutionbox[ Distance traveled ] During a given time interval the average velocity of an object is zero. What can you conclude about its displacement over the time interval? === Problems Consider a coordinate system in which the positive #emph[x] axis is directed upward vertically. What are the positions of a particle (a) 5.0 m directly above the origin and (b) 2.0 m below the origin? A car is 2.0 km west of a traffic light at #emph[t] = 0 and 5.0 km east of the light at #emph[t] = 6.0 min. Assume the origin of the coordinate system is the light and the positive #emph[x] direction is eastward. (a) What are the car’s position vectors at these two times? (b) What is the car’s displacement between 0 min and 6.0 min? #solutionbox[ a. #math.equation(block: false, alt: "x → sub 1 equals open parenthesis −2.0 km close parenthesis i ^")[$arrow(x)_(1) = ( −2.0 #h(0.2em) "km" ) hat(i)$], #math.equation(block: false, alt: "x → sub 2 equals open parenthesis 5.0 km close parenthesis i ^")[$arrow(x)_(2) = ( 5.0 #h(0.2em) "km" ) hat(i)$]; b. 7.0 km east ] The Shanghai maglev train connects Longyang Road to Pudong International Airport, a distance of 30 km. The journey takes 8 minutes on average. What is the maglev train’s average velocity? The position of a particle moving along the #emph[x]-axis is given by #math.equation(block: false, alt: "x open parenthesis t close parenthesis equals 4.0 minus 2.0 t")[$x ( t ) = 4.0 − 2.0 t$] m. (a) At what time does the particle cross the origin? (b) What is the displacement of the particle between #math.equation(block: false, alt: "t equals 3.0 s")[$"t" = 3.0 #h(0.2em) "s"$] and #math.equation(block: false, alt: "t equals 6.0 s ?")[$"t" = 6.0 #h(0.2em) "s" ?$] #solutionbox[ a. #math.equation(block: false, alt: "t equals 2.0")[$t = 2.0$] s; b. #math.equation(block: false, alt: "x open parenthesis 6.0 close parenthesis minus x open parenthesis 3.0 close parenthesis equals −8.0 minus open parenthesis −2.0 close parenthesis equals −6.0 m")[$x ( 6.0 ) − x ( 3.0 ) = −8.0 − ( −2.0 ) = −6.0 #h(0.2em) "m"$] ] A cyclist rides 8.0 km east for 20 minutes, then they turn and head west for 8 minutes and 3.2 km. Finally, they ride east for 16 km, which takes 40 minutes. (a) What is the final displacement of the cyclist? (b) What is their average velocity? On February 15, 2013, a superbolide meteor (brighter than the Sun) entered Earth’s atmosphere over Chelyabinsk, Russia, and exploded at an altitude of 23.5 km. Eyewitnesses could feel the intense heat from the fireball, and the blast wave from the explosion blew out windows in buildings. The blast wave took approximately 2 minutes 30 seconds to reach ground level. The blast wave traveled at 10° above the horizon. (a) What was the average velocity of the blast wave? b) Compare this with the speed of sound, which is 343 m/s at sea level. #solutionbox[ a. 150.0 s, #math.equation(block: false, alt: "v – equals 902 m/s")[$limits(v)^("–") = 902 #h(0.2em) "m/s"$]; b. 263% the speed of sound at sea level or about Mach 2. ]