
Lauren S. answered 10/05/20
B.Sc. in Physics, career as Senior QA Automation Engineer (Python)
Write out all of your known information, and, if you can, draw a picture of what's happening:
- Initial velocity, vi = 30 m/s
- Final velocity, vf = 5 m/s
- Acceleration due to friction, afric = -10 m/s2
- We are solving for time, t
- We need the equation for velocity, which is as follows:
- vf = vi + afric * t
- In words, this equation says "the final velocity of an object is equal to whatever starting velocity it had plus its acceleration rate times however long it was accelerating"
- vf - vi can also be represented as Δv, which will come in handy later. Delta Δ denotes a change in value. In this case, the change in velocity over some given amount of time
You can either substitute values now and solve for t, or you can re-write the equation isolating the variable t and then substituting values after. I will show both.
- Substituting values first, we have:
- 5 m/s = 30 m/s + (-10 m/s2) * t
- Subtract vi from both sides (30 m/s)
- -25 m/s = -10 m/s2 * t
- Divide both sides by the acceleration afric (-10 m/s2) to find the answer
- -25 m/s ÷ -10 m/s2 = t
- t = 2.5 seconds
Now, rearranging the equation first to isolate t and then substituting values will give us the same answer, but this may help you better understand the underlying math at work.
- First, write out the equation
- vf = vi + afric * t
- Subtract the initial velocity from both sides
- vf - vi = afric * t
- vf - vi = Δv
- Divide the change in velocity, Δv, by the rate of acceleration to isolate the variable t
- Δv ÷ afric = t
- Plug in numbers
- Δv = 5 m/s - 30 m/s
- Pay attention to the initial and ending velocities, Δv is vf - vi NOT vi - vf
- Δv = -25 m/s
- -25 m/s ÷ -10 m/s2 = 2.5 seconds
A note on dimensional analysis: when dividing a velocity by an acceleration, the meters per second will cancel out, leaving (1/(1/s)) for units, which is the same as 1s. I can explain this more clearly in a tutoring session if you need extra help here.