
Luke J. answered 12/05/20
Experienced High School through College STEM Tutor
When I go to solve problems such as these, I believe it is good practice to write a list of Givens and what you are going to determine and Find. So:
Given:
m = 1500 kg
v0 = 60 m / s
D = 300 m
μk, 1 = 0.5
μk, 2 = 1.2
Find:
x = ? m
From engine failer to come to a stop, a.k.a. a speed of zero (v = 0 m / s)
Solution:
So, starting off, we are able to say that all the original energy in this system started as kinetic energy (neglecting a lot of other complicated things that could be going on).
To do the Work-Energy Method and Formula all in one go, you must think of this:
Like already stated, all of the energy starts as kinetic energy (no potential energy because you always at the reference height in this problem/you never change height/altitude) but transforms into the work done by BOTH parts of the road.
So:
Initial: Ei = 1 / 2 m v02
Final: Ef = W1 + W2
Where work, W, is defined as the following when working with a constant applied force across some displacement (NOT just distance, there's a key difference there) of Δx:
W = F Δx
So:
W1 = μk, 1N * D
W2 = μk, 2N * d
Ef = N * (D * μk, 1 + d * μk, 2)
Since there was no gain or loss of energy, the initial energy equals the final energy:
1 / 2 mv02 = N * (D * μk, 1 + d * μk, 2)
The variable being solved for is d, so after a little algebra you'll get:
d = ( mv02 / 2N - D * μk, 1 ) / μk, 2
N is just the normal force of the car against the ground and since it is on flat ground, it is the car weight:
N = mg
d = ( v02 / 2g - D * μk, 1 ) / μk, 2 = ( (60 m / s)2 / ( 2 * 9.81 m / s2 ) - (300 m) * (0.5) ) / (1.2)
It is good practice to make sure the units cancel out the way they are supposed to so you should double check that and confirm like I did outside of here that they do cancel.
d ≈ 27.9 m
But that is along the portion of the road with the second friction.
x = D + d
x ≈ 327.9 m
I hope this helps.