Sam S. answered 09/04/22
Engineer with 5+ Years Of Tutoring Helping You Reinforce Your Basics
Broadly speaking, here's how we'll solve this problem:
Step 1: Set up our equation to calculate the time it takes for the car to reach the red light
Step 2: Substitute in any known values and solve our equation for time
Step 3: Calculate the final velocity using time, acceleration, and initial velocity
Now, let's go through the steps one at a time.
Step 1:
We can use the equation d = v1t + 1/2 at2 to calculate the time. Our distance is 37.7m, our acceleration is -4.1m/s2 (since we're decelerating), and our initial velocity is 22.9 m/s. Thus, we can substitute these values, and we get 37.7 = 22.9t + 1/2*(-4.1t2).
Step 2:
Now, we just need to solve this equation. Subtracting 37.7 from both sides gets us -2.05t2+22.9t-37.7 = 0. This is a quadratic equation that can be solved with the quadratic formula, with a = -2.05, b = 22.9, and c = -37.7. Using the quadratic formula gets us two solutions, t = 2 and t = 9.164. We're interested in when the vehicle first hits the red light, so we take the lower number, and conclude that t = 2 seconds. Doing a quick "sanity check", we can see that our initial velocity is around half of the distance to the red light, and we aren't decelerating that quickly, so it makes sense that our answer is 2 seconds.
Step 3:
We can calculate the change in velocity using vf = vi + at. As we saw earlier, vi = 22.9 m/s, a = -4.1 m/s2, and t = 2 seconds. Plugging this in gets us vf = 22.9 - 4.1(2) = 14.7 m/s.
Thus, the speed of the car when it reaches the red light is 14.7 m/s.