Calculating minimum amount of time

  • Thread starter Thread starter Werg22
  • Start date Start date
  • Tags Tags
    Minimum Time
AI Thread Summary
To determine the minimum time difference for which Object 2 cannot catch up to Object 1, the scenario involves Object 1 starting from rest with a constant acceleration of 1 m/s² and Object 2 moving at a constant speed of 4.5 m/s. The displacement equations for both objects were derived, leading to the conclusion that the distance between them can be expressed as a quadratic function. The maximum distance occurs at the vertex of the parabola, which can be found without calculus by analyzing the quadratic equation. Ultimately, the minimum time difference required for Object 2 to remain ahead of Object 1 is calculated to be 2.25 seconds plus an infinitesimal amount of time.
Werg22
Messages
1,431
Reaction score
1
If an object starts from a point a certain an amount of time ahead of the other ,how to calculate the minimum amount of time difference for which it is impossible for object 2 to catch up on object 1? This the information;

Object 1 starts at a initial velocity of 0 with a constant acceleration of 1m/s^2.
Object 2 starts at a initial velocity of 4.5m/s with a constant acceleration of 0.

Let the amount of time be u.

Calculating the discplacement of object 1 after u.

d=(u^2)/2

Calculating the final velocity;

v=1u


Now the discplacement of object 2:

d=4.5t

The discplacement of object 1:

d=t^2/2 + ut + (u^2)/2

Now for what value of u,

t^2/2 + ut + (u^2)/2 > 4.5t

for any value of t?
 
Physics news on Phys.org
Werg22 said:
d=(u^2)/2

I believe this is incorrect. Go back to the fundamental equation of x(t).
 
Hmmm, this is an interesting one. Don't know what methodology you are suppose to use, but I can think of 2 valid approaches. By the way, it always helps to graph things if you can (Excel is a great tool for this). So:

1. what do you know?

x_1 = f_1(t)
x_2 = f_2(t)

2. what do you want?

How much 'head start' in time 1 object needs so the other doesn't catch up

3. Use what you have to get what you want

First, you have to decide which one needs a head start. Since one is a linear function of t and the other a quadratic function of t, intuition says the linear function is the one that needs a head start (because its distance increases at a much slower rate than the other one)

So, how to express the 'head' start in mathematical terms using what you have? Calling t_0 the head start time, aren't the distances traveled really the following:

x_1(t) = f_1(t+t_0)[/itex] ...need to think. Is this the one w/ head start, or the other one?<br /> x_2(t) = f_2(t)[/itex]&lt;br /&gt; &lt;br /&gt; You are looking for the right t_0[/itex] such that the distances traveled by the 2 objects are the same. Hope this helps get you going in the right direction. Hint: solving a quadratic equation is involved. Actually, this method not only tells you what t_0 is, you also get the time at which the objects meet.&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; The second approach is actually much easier, but not terribly intuitive. Graphing helps. The solution has to do with slopes.&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; P.S. This is high school?
 
Last edited:
You're on the right track, but it's a little easier than that.

If they both started from the same point, the object traveling 4.5 m/s would initially start out ahead. Eventually the accelerating object will catch up and continue to get further and further ahead. The accelerating object would catch up to the 4.5 m/s object eventually no how big of a head start the 4.5 m/s object had.

The distance between the two objects is going to be \frac{1}{2}t^2 - 4.5 t
If you could find the maximum distance between the two objects before the accelerating object begins to catch back up, you'd know the minimum head start the accelerating object needed.

How do you find the maximum distance between the two objects? It's at the point where the derivative of the distance of the two objects is zero.
 
Good one - I guess I always pick the hard way. OK, there are at least 3 valid approaches, and I've described the 2 hardest.
 
Your second way is the same as what I posted. It is the easiest way.

Of course, if he's in high school, he might not have learned derivatives, in which case he'll have to settle for the finding the two points where the distance is zero. Since the scenario is described by a quadratic equation (which describes a parabola), it would be a pretty good bet that the maximum distance is going to occur half way between the zero points.
 
I now understand why what I did at first (never posted it) didn't work, which was to just set the 2 equations equal the each other and solve for t. The reason is that this just represents the situation where both leave at the same time - not relevant to the problem except that it confirms that a delay is needed...
 
Thank you all but I solved it...

No need for calculus

This is how I proceeded...

Let x be the amount of time between each object departure.

The time that object 1 has is t.

The time that object 2 has i t-x

If the two objects catch up;

a(t^2)/2 = 4.5(t-x)

t^2/2 = 4.5(t-x)

* -1 ; -t^2/2 = 4.5(x - t)
x - t = -t^2/9
x = -t^2/9 + t
= -1/9*(t^2 - 9t)
= -1/9*(t^2 - 9t + 4.5^2 - 4.5^2)
= -1/9*((t - 4.5)^2 - 4.5^2
= -1/9*(t - 4.5)^2 + 2.25

The time x depends on the time t. The maximum value of x is 2.25s

So the minimum amount of time that can ellapse between the two objects departure before it's impossible for object 2 to catch up object 1 is

2.25 + y

where y->0
 
Last edited:
Back
Top