Derive a formula for motion with constant acceleration and constant deceleration

AI Thread Summary
The discussion revolves around deriving a formula for the distance traveled by a subway train that accelerates and then decelerates, starting and ending at rest. Participants explore the relationship between the two phases of motion, emphasizing the need to connect the equations for distance during acceleration and deceleration. They suggest using kinematic equations and integrating acceleration to derive a unified formula. The conversation highlights the complexity of the algebra involved and the necessity of substituting time expressions to simplify the calculations. Ultimately, the goal is to show that the distance formula can be expressed as s = (fr / (f + r)) * (t^2 / 2).
LoA
Messages
12
Reaction score
0

Homework Statement



A subway train travels over a distance s in t seconds. it starts from rest and ends at rest. In the first part of its journey it moves with constant acceleration f and in the second part with constant deceleration r \,.

Show that s \, = \, \frac {[\frac {fr} {f \, + \, r}] \, t^2} {2}

Homework Equations



I know that s \,= \, (\frac {1}{2})(-r )t^2\, +\, v_it, where v_i \,=\, ft but I'm not sure where to go from there. In particular, I can't figure out how to connect the seemingly separate equations for distance generated by the different accelerations into one function of time for the entire interval.

The Attempt at a Solution



By assuming that total acceleration is a sum of the given accelerations, I've gotten something that looks awfully close to the desired result, but am still not quite there:
s \,=\,\frac{1}{2} \,(f\,+\,r)\,t^2 \, + \,v_i\,t

I feel like I'm missing something.
 
Last edited:
Physics news on Phys.org
You have to integrate the aceleration two times to get the movement ecuation.

You know that:

x (t) = x_0 + v_0 (t-t_0) + \frac{1}{2} a (t-t_0)^2

v (t) = v_0+ a (t-t_0)

Part one we start from time, position and initial velocity cero and also positive aceleration f:

x (t) =\frac{1}{2} f t^2

v (t) = a t

We know that at a certain time t_1 we reach a position x_1 with a velocity v_1 and from that point the movil starts desacelerating with aceleration negative r.

x (t) = x_0 + v_0 (t-t_0) - \frac{1}{2} a (t-t_0)^2

v (t) = v_0 - a (t-t_0)

Replacing with the information that we know for part two that we start from t_1, position x_1 and initial velocity v_1 so replacing with these information:

x (t) = x_1 + v_1 (t-t_f) - \frac{1}{2} r (t-t_f)^2

v (t) = v_1 - r (t-t_f)

Also we know that at final time t_2 = t the movil finish with velocity v_2 = 0 at the point x_2 = s. You have a system of ecuations I am sure you are able to solve, give it a try.
 
Very interesting but i don't know how to prove it.
It looks like the equivalent of the 2 acceleration value analogous to effective K of 2 springs connected in series.

Keffective=k1k2/(k1+k2)

In the above example, the effective acceleration is equal f1f2/(f1+f2)
Maybe same approach can be taken to prove as calculation to find effective K of springs connected in series.
 
Let t1 be the time of the acceleration phase and t2 the time of deceleration. The increase in speed during the acceleration phase must equal the decrease in speed during the deceleration phase. Hence, ft1=rt2.

Therefore, t2 = (f/r)t1.

Thus, show t = t1 + t2 = \frac{f+r}{r}t1. Therefore, t1 = \frac{r}{f+r}t and t2 = \frac{f}{f+r}t. (These are expressions for t1 and t2 in terms of the total time t.)

Apply the general formula x = vot + \frac{1}{2}at2 to the acceleration phase and then to the deceleration and note that the initial velocity of the deceleration phase is the final velocity of the acceleration phase = ft1.

s1 = \frac{1}{2}ft12

s2 = (ft1)t2 - \frac{1}{2}rt22

Try substituting previously derived expressions for t1 and t2 in terms of the total time t and see if you can simplify s = s1+s2 to the desired result.

[Maybe there's a better way.]
 
Last edited:
TSny said:
Let t1 be the time of the acceleration phase and t2 the time of deceleration. The increase in speed during the acceleration phase must equal the decrease in speed during the deceleration phase. Hence, ft1=rt2.

Therefore, t2 = (f/r)t1.

Thus, show t = t1 + t2 = \frac{f+r}{r}t1. Therefore, t1 = \frac{r}{f+r}t and t2 = \frac{f}{f+r}t. (These are expressions for t1 and t2 in terms of the total time t.)

Apply the general formula x = vot + \frac{1}{2}at2 to the acceleration phase and then to the deceleration and note that the initial velocity of the deceleration phase is the final velocity of the acceleration phase = ft1.

s1 = \frac{1}{2}ft12

s2 = (ft1)t2 - \frac{1}{2}rt22

Try substituting previously derived expressions for t1 and t2 in terms of the total time t and see if you can simplify s = s1+s2 to the desired result.

[Maybe there's a better way.]

I think its along these lines. The final velocity in the first part of the journey is the same as the initial velocity in the second part of the journey. These yields the equality f*s1 = r*s2 for v^2 given that s1 + s2 = s . So part of the approach might be using the kinematic equation that does not use time to begin with. And then substituting with time and then maybe too much algebra for my taste.
 
pgardn said:
I think its along these lines. The final velocity in the first part of the journey is the same as the initial velocity in the second part of the journey. These yields the equality f*s1 = r*s2 for v^2 given that s1 + s2 = s . So part of the approach might be using the kinematic equation that does not use time to begin with. And then substituting with time and then maybe too much algebra for my taste.

Good suggestion!
 
TSny

Looked at it at lunch. It can be done with your ratio without going "backwards". But its a royal pain.

I guess this was a practice your substitutions and algebra problem. Maybe its easier than what I am looking at, but if not, it was a cruel form of torture and quiet possibly violates the US constitution.
 
Back
Top