document.write( "Question 1197004: A car and a truck leave the same place and travel in the same direction along a straight road. The car starting from rest speeds up to 24 kph with a constant acceleration of 1/6 * m / (s ^ 2) and then runs at this speed. The truck leaves 40 seconds after the car with a uniform acceleration of 1/3 * m / (s ^ 2) from rest to attain a speed of 48 kph and then travels at this speed. How soon after the car started will the truck overtake the car? \n" ); document.write( "
Algebra.Com's Answer #830104 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "t = number of seconds the car has been driving\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "kph = kilometers per hour \n" ); document.write( "1 km = 1000 meters \n" ); document.write( "1 min = 60 sec \n" ); document.write( "1 hour = 60 min \n" ); document.write( "1 hour = (60*60) sec \n" ); document.write( "1 hour = 3600 sec\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because the acceleration is in m/s^2, but the velocities are in kph, I'll convert 24 kph to m/s \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use a kinematics equation to find the time it takes for the car to reach a velocity of (20/3) m/s.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Vi = initial velocity = 0 \n" ); document.write( "Vf = final velocity = 20/3 \n" ); document.write( "a = acceleration = 1/6 \n" ); document.write( "t = (Vf - Vi)/a \n" ); document.write( "t = (20/3 - 0)/(1/6) \n" ); document.write( "t = 40 \n" ); document.write( "It takes 40 seconds for the car to reach 20/3 meters per second, aka 24 kph \n" ); document.write( "When the truck starts up, the car has reached its target speed of 24 kph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now use another kinematics equation to compute the distance traveled during this time for the car. \n" ); document.write( "d = ( (vf)^2 - (vi)^2 )/(2a) \n" ); document.write( "d = ( (20/3)^2 - (0)^2 )/(2*1/6) \n" ); document.write( "d = 400/3 \n" ); document.write( "The car has traveled 400/3 meters over the course of 40 seconds when it was accelerating from 0 to 24 kph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As the car is accelerating, we cannot use distance = rate*time since the rate aka speed is changing.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After the t = 40 second mark, the car is now traveling at a constant velocity. \n" ); document.write( "At this point we can use distance = rate*time \n" ); document.write( "The car travels a further (20/3)*(t-40) meters where t > 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total the car travels a distance of 400/3 + (20/3)*(t-40) meters when t > 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we move to the truck. We'll follow the same outline as we did with the car in the previous section.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "or note that because 48 = 2*24, i.e. the truck's final velocity is twice that of the car's final velocity, we can say: 2*(20/3) = 40/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Calculate the time duration throughout the acceleration period \n" ); document.write( "Vi = initial velocity = 0 \n" ); document.write( "Vf = final velocity = 40/3 \n" ); document.write( "a = acceleration = 1/3 \n" ); document.write( "t = (Vf - Vi)/a \n" ); document.write( "t = (40/3 - 0)/(1/3) \n" ); document.write( "t = 40 \n" ); document.write( "The truck also needs 40 seconds to accelerate to the target velocity it's after. \n" ); document.write( "This is expected because the truck is going twice as fast, and its acceleration is twice as much \n" ); document.write( "2*(1/6) = 1/3 \n" ); document.write( "Effectively the '2's cancel out and that's why we end up with t = 40 like from before.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then calculate the distance during this acceleration period \n" ); document.write( "d = ( (Vf)^2 - (Vi)^2 )/(2a) \n" ); document.write( "d = ( (40/3)^2 - (0)^2 )/(2*1/3) \n" ); document.write( "d = 800/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The total distance the truck travels is \n" ); document.write( "800/3 + (40/3)*(t-80) where t > 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The t-80 refers to the idea where the truck waited 40 seconds after the car started. \n" ); document.write( "Then it takes another 40 more seconds for the truck to get to the speed of 40/3 meters per second (48 kph) \n" ); document.write( "In total, the truck has reached the timestamp of 40+40 = 80 seconds once it has reached the desired velocity.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have these two distance expressions \n" ); document.write( "Car: 400/3 + (20/3)*(t-40) when t > 40 \n" ); document.write( "Truck: 800/3 + (40/3)*(t-80) when t > 80 \n" ); document.write( "For both of them to make sense, we need t > 80, which is where the two intervals overlap.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set the two expressions equal to one another to see when they'll meet up \n" ); document.write( "400/3 + (20/3)*(t-40) = 800/3 + (40/3)*(t-80) \n" ); document.write( "3 * [ 400/3 + (20/3)*(t-40) ] = 3 * [ 800/3 + (40/3)*(t-80) ] \n" ); document.write( "400 + 20*(t-40) = 800 + 40*(t-80) \n" ); document.write( "400 + 20t - 800 = 800 + 40t - 3200 \n" ); document.write( "20t - 400 = 40t - 2400 \n" ); document.write( "20t-40t = -2400+400 \n" ); document.write( "-20t = -2000 \n" ); document.write( "t = -2000/(-20) \n" ); document.write( "t = 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes 100 seconds for the truck to meet up with the car. After this point in time the truck passes by the car.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall that the start point is from the car's perspective. In other words, once the car starts driving is when the clock starts. The truck will have been driving for t-40 = 100-40 = 60 seconds when the truck meets the car, due to the 40 second head start the car had.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 100 seconds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Extra info: \n" ); document.write( "100 seconds = 60 seconds + 40 seconds = 1 minute + 40 seconds \n" ); document.write( " \n" ); document.write( " |