1 Dimensional Kinematics Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Skizye
Messages
5
Reaction score
0
Hi, I've been stuck on this problem for a bit and I am not really sure how to go about solving it.

Homework Statement



As a traffic light turns green, a waiting car starts with a constant acceleration of 6.0 m/s². At the instant the car begins to accelerate, a truck with a constant velocity of 21 m/s passes in the next lane.
a. How far will the car travel before it overtakes the truck?
b. How fast will the car be traveling when it overtakes the truck?

Homework Equations



So far, all we have been working with in class are these:

[tex]v = v_0 + a t[/tex]
[tex]v^2 = v_0^2 + 2 a (x - x_0)[/tex]
[tex]x = x_0 + v_0 t + (1/2)a t^2[/tex]

The Attempt at a Solution


I've tried several different angles for this problem, but so far I haven't been able to solve for any of the variables besides the ones given in the problem.
I set up my variable table

Car
v =
[tex]v_0 = 0 m/s[/tex]
[tex]x - x_0 = ___[/tex]
a = 6.0 m/s²
t =

Truck
v = 21 m/s
[tex]v_0 = 21 m/s[/tex]
[tex]x - x_0 = ___[/tex]
a = 0 m/s
t =

I tried guessing and checking numbers for t but that is probably not the cleanest way to solve this problem, if it's even possible to do at all. I'm not really sure how to solve for any of the variables here, any help would be appreciated, thanks!
 
Physics news on Phys.org
Hello Skizye,

Welcome to Physics Forums!

You need to show your work before we can help you. But if you absolutely can't get started, here is a quick hint: At the moment the car overtakes the truck, both the car and the truck have traveled an equal distance (as in "=" distance :wink:).
 
Thanks, collinsmark! I figured it out with your hint by plugging in different times to the formula until their distances were equal. I'll be sure and post all of my work next time! =]
 
Skizye said:
Thanks, collinsmark! I figured it out with your hint by plugging in different times to the formula until their distances were equal. I'll be sure and post all of my work next time! =]

Okay, but I'm not sure I agree with your approach. http://www.websmileys.com/sm/sad/021.gif. Such physics problems are not supposed to be solved iteratively.

What I was hinting at was something like this (this is one of a few ways to solve this problem, btw):

(i) Find an equation for the truck's distance, as a function of time t.
(ii) Find an equation for the car's distance, as a function of time t.
(iii) Set the above two equations equal to each other and solve for t. (You can do this because at the moment that the car overtakes the truck, the distances are equal. You are solving for the specific time that the distances are equal.) [Edit: But don't do this step iteratively, instead use algebra!]

(iv) Plop that t value you just found into the equation for the car's distance, and solve for the car's distance. That's the answer to part a.
(v) To double check your answer, substitute that same t value into into the truck's equation for distance, and calculate the distance. If things work out, both distances will be the same.
 
Last edited:
That's a lot easier and cleaner than what I did.
I wound up with a time of 7 s, distance of 147 m, and velocity of 42 m/s. Does that sound about right?