Kinematics question (uniformly accelerated linear motion)

AI Thread Summary
Two friends start 50 meters apart, with one walking at a constant speed of 0.50 m/s and the other accelerating from rest at 1.0 m/s². The equations for their movements are established, with the first friend's distance calculated as d = 0.50t and the second friend's as d = 1/2(1)t² + 50. The discussion highlights confusion about incorporating the initial distance into the equations and how to express the problem correctly for a test. Participants suggest using initial position variables to clarify the setup. Ultimately, the key is to equate both distances to solve for the time until they meet.
Sean1218
Messages
84
Reaction score
0

Homework Statement



Two friends see each other in a store and are initially 50m apart. The first friend starts walking towards the second at a constant speed of 0.50 m/s. At the same instant, the second friend accelerates uniformly from rest at a rate of 1.0 m/s^2 toward the first friend. How long before the two friends can shake hands?

Homework Equations



v = d/t
d = vt + 1/2at^2

The Attempt at a Solution



Distance between them = 50m
Person A (on left side):
v = 0.50 m/s (is this just v or v1 or v2? not sure if i can even use the uniform acceleration equations so it's just v?)
d = vt
d = 0.50t (1)

Person B (right side):
a = -1.0 m/s^2
v1 = 0 m/s
d = 1/2(-1)t^2 (2)

(1) = (2)
0.50t = 1/2(-1)t^2
0 = -1/2t^2 - 0.50t
0 = -1/2t(t + 1)

t = 0 or t = -1

I did something wrong since t being 0 or -1 wouldn't make sense.

Not sure what else I can do or how to deal with the distance especially since they don't necessarily meet at halfway point. Any help?
 
Physics news on Phys.org
You need to take the distance between the two into account.
 
Yes, but I'm not sure how.
 
If we say that the first person is at x=0, and the distance between the two is 50 m, how can we write person 2's initial position?
 
at x = 50 or d2i = d1i + 50, i remember this question from last year, but can't remember where I went with this
 
Right, so basically for person 2, the initial position is 50 m, so you need to add that to your equation for person 2, and then equate both and solve for t.
 
How would I phrase the problem if I had to answer it on a test? just d = v1(t) + 1/2a(t^2) + 50 as the equation? Just asking in terms of variables and such
 
You could do it that way, or you could call it d0, or some other name, and just say it is the initial position at t=0.
 
Back
Top