Calculate Constant Velocity & Speed for Trapezoid Move

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
46 replies · 5K views
robertor
Messages
24
Reaction score
0
Hi All,

A question to calculate the speed at constant velocity during a Trapezoid move.

An object moves from standstill at a known acceleration (1m/s/s) to a constant velocity (unknown) for a period (unknown) and then decelerates at a known deceleration (2m/s/s) to standstill. The total displacement is known (10m) and the total time is known (25s). How can I calculate the constant velocity and therefore the speed at constant velocity during the trapezoid move?

Thanks!
Rob
 
Physics news on Phys.org
Which equation?

Thank you for the quick reply Tim!

I don't really know where to start due to the amount of unknowns...

If I begin with finding x for t1:

x = v0t1 + ½at12
x = 0*t1 + ½*1*t12
x = ½*t12

Is this in the right direction for t1?
 
Constant Acceleration - Final Velocity

Final Velocity
v2 = v1 + at
v2 = at

This gives me final velocity after the constant acceleration...but I am at a bit of a loss as to what to do here. Thanks for the help so far, you are very good!
 
Constant Velocity Displacement

Does this mean that the displacement during the constant velocity is calculated:
x2 = (at)2
 
(been out all evening! :biggrin:)
robertor said:
Final Velocity
v2 = v1 + at
v2 = at

This gives me final velocity after the constant acceleration...but I am at a bit of a loss as to what to do here. Thanks for the help so far, you are very good!

(what is  ?)

yes v1 = v2 = t1

t2 is unknown

now work backwards from the end, to find the speed at the start of the deceleration, the same way you worked forwards from the start to find the speed at the end of the acceleration :smile:
 
Decel Part

OK, so working backwards for t3:

x = v0t3 + ½at32
x = 0*t3 + ½*2*t32
x = t32

The equation is simplified to this only because of the value that I passed in, had the decel not been 2m/s/s, the equation would look different, obviously!
 
OK, so adding...

ACCEL: x = ½*t12
C.VEL: x = (at2)2
DECEL: x = t32

x = ½*t12 + (at2)2 + t32
 
Last edited:
Simplifying

Thank you for the info so far!

x = (½*t12) + (vt2) + (t32)
10 = (½*t12) + (vt2) + (t32)

But I only have total time, and each of these time periods are separate, so how would I "put it" total time=20 into this equation?
 
robertor said:
… how would I "put it" total time=20 into this equation?

you have to learn to translate from english to maths! :biggrin:

"total time" -> t1+ t2 + t3 !​

(and now you'll need those two equations for v)
 
Sure, well I know:

t = t1 + t2 + t3
x = 10

So,

10 = (½*t12) + (vt2) + (t32)

But I am stuck here. If during static velocity (t2) v=x2/t2 then v = tx2. But this doesn't really help does it?
 
you have t1+ t2 + t3 = 25

and (½*t12) + (vt2) + (t32) = 10

but you don't know what v is, sooo …

now you use your two equations for v, the one working forwards from the start, and the other working backwards from the finish! :smile:

(i'm going out now for the rest of the day)
 
Confused...

But I only need to find v, which is not part of the acceleration period or deceleration period, so why do the first two equations have anything to do with v (the constant velocity period)?
 
This equation?
v=v0+at
 
Im really stuck...
I can't seem to figure out how v=v0+at for the acceleration deceleration period will help me find v? Am i being stupid? I have been looking at this for hours and can't seem to slot the final pieces together.

t1+ t2 + t3 = 25
(½*t12) + (vt2) + (t32) = 10

How does using v=v0+at help me from here?
 
robertor said:
How does using v=v0+at help me from here?
let's take the first stage …

that's v = 0 + 1*t1, so you can substitute that into

(½*t12) + (vt2) + (t32) = 10​

which was a four-unknowns equation (t1 t2 t3 and v)

but now becomes a three-unknowns equation (t1 t2 and t3 )

then you use v = v0 + at again, for the last stage, and that gives you an equation relating v and t3, so you can eliminate one more unkown :smile:
 
I see..

Oh I see, sorry i was confused as v was the constant velocity during t2, and I was substituting in the velocity as a result of acceleration, but you made me realize that this velocity is the final velocity of the acceleration period :smile:

v=v0+at1
v=at1

So inserting this into the equation:

(½*t12) + (a*t1*t2) + (t32) = 10

For the decel:

v=v0+at3
v=2*t3
t3 = v/2
t3 = (at1)/2

So putting this into the equation:

(½*t12) + (a*t1*t2) + (((at1)/2)2) = 10

(½*t12) + (a*t1*t2) + ((at1)/4) = 10
 
robertor said:
(½*t12) + (a*t1*t2) + (((at1)/2)2) = 10

(½*t12) + (a*t1*t2) + ((at1)/4) = 10

yes :smile:, except:

i] i think you meant ((a2t12)/4)

ii] you know that a = 1​

now simplify that other equation, t1 + t2 + t3 = 25 :wink:
 
Apologies, I typed it incorrectly.

(1/2*t12) + (1*t1*t2) + ((12t12)/4) = 10

(1/2*t12) + (t1t2) + ((2t12)/4) = 10

(1/2*t12) + (t1t2) + ((t12)/2) = 10

(t12) + (t1t2) = 10

I still have 2 unknowns, but I also know t1 + t2 + t3 = 25. I have got to a stand still again!
 
Sorry, I read it over and I realize how dumb I sounded! I used this only a few steps ago!

So I have:
t3 = (at1)/2
t3 = (2*t1)/2
t3 = t1

t1 + t2 + t3 = 25
t1 + t2 + t1 = 25
(2t1) + t2 = 25

(t12) + (t1t2) = 10
 
Simplifying Down...

(t12) + (t1(25 - 2t1) = 10