Calculate Constant Velocity & Speed for Trapezoid Move

AI Thread Summary
The discussion focuses on calculating the constant velocity during a trapezoidal motion where an object accelerates from rest, moves at a constant speed, and then decelerates to a stop. The user, Rob, seeks help with the equations needed to find the unknown constant velocity given known acceleration, deceleration, total displacement, and total time. Participants guide Rob through the process of setting up equations for each phase of motion and substituting variables to reduce the number of unknowns. Ultimately, two potential solutions for the constant velocity emerge, prompting a discussion on how to verify which solution is valid. The conversation emphasizes the importance of checking calculations and understanding the relationships between the variables involved in the motion.
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
welcome to pf!

Hi Rob! Welcome to PF! :wink:

Call the times t1 t2 and t3

then write out all the equations …

show us what you get. :smile:
 
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?
 
yes :smile:

now find the speed at t1, which will be the starting speed for the next part,

and then write the equation for t2 :wink:
 
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, now add all the x's, and all the t's :smile:
 
  • #10
OK, so adding...

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

x = ½*t12 + (at2)2 + t32
 
Last edited:
  • #11
(just got up :zzz:)
robertor said:
C.VEL: x = (at2)2

no, x = vt2

(and then put the total displacement = 10, and write out total time = 20)
 
  • Like
Likes 1 person
  • #12
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?
 
  • #13
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)
 
  • #14
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?
 
  • #15
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)
 
  • #16
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)?
 
  • #17
you need v for the total displacement equation,

and you find v (as a function of t1 or t3) from the acceleration and deceleration equations :smile:
 
  • #18
This equation?
v=v0+at
 
  • #19
yes, use it forwards from the start, and backwards from the finish
 
  • #20
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?
 
  • #21
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:
 
  • #22
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
 
  • #23
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:
 
  • #24
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!
 
  • #25
hi robertor! :smile:
robertor said:
I still have 2 unknowns, but I also know t1 + t2 + t3 = 25.

ok, now eliminate t3 from that equation :smile:
 
  • #26
how?
 
  • #27
same way you eliminated it from (½*t12) + (a2*t12*t2) + (t32) = 10 :smile:

(you are allowed to use things twice! :biggrin:)
 
  • #28
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
 
  • #29
robertor said:
I used this only a few steps ago!

he he! :biggrin:
(2t1) + t2 = 25

(t12) + (t1t2) = 10

right, so t2 = 25 - 2t1,

and you can substitute that into the second equation :smile:
 
  • #30
Simplifying Down...

(t12) + (t1(25 - 2t1) = 10
 
  • #31
ok, that's a quadratic equation in t1 :smile:
 
  • #32
(t12) + (t1(25 - 2t1) = 10
t12 + (25*t1 - 2t12) = 10
25*t1 - 1t12 = 10
25*t1 - 1t12 - 10 = 0
-25*t1 + t12 + 10 = 0
-25*t1 + t12 = -10
-25*t1 + t12 = -10
-25*t1 + t12 + 156.25 = -10 + 156.25
-25*t1 + t12 + 156.25 = 146.25
(t1 + -12.5)(t1 + -12.5) = 146.25
t1 + -12.5 = 12.093386622 OR -12.093386622
t1 = 24.593386622
t1 = 0.406613378
 
  • #33
robertor said:
t1 = 24.593386622
t1 = 0.406613378

yes, that looks ok: you have two possible solutions for t1, so now find t2 and t3 in each case and check that it all works

(for something this long, there's very likely a mistake somewhere! :rolleyes:)

finally, the original question was …
robertor said:
A question to calculate the speed at constant velocity during a Trapezoid move.
… so find v :smile:

btw …
(t12) + (t1(25 - 2t1) = 10
t12 + (25*t1 - 2t12) = 10
25*t1 - 1t12 = 10
25*t1 - 1t12 - 10 = 0
-25*t1 + t12 + 10 = 0
-25*t1 + t12 = -10
-25*t1 + t12 = -10
-25*t1 + t12 + 156.25 = -10 + 156.25
-25*t1 + t12 + 156.25 = 146.25
(t1 + -12.5)(t1 + -12.5) = 146.25
t1 + -12.5 = 12.093386622 OR -12.093386622

most people would just have written
(t12) + (t1(25 - 2t1)) = 10
t12 - 25*t1 + 10 = 0
so t1 = 12.5 ± √(156.25 - 10)
= 24.59 or 0.41 …​
… is there any reason why you've avoided that?
 
  • #34
Finally...

Solution A:
t1 = 24.593386622
v = v0 + at
v = 1 * 24.593386622
v = 24.593386622m/s

Solution B:
t1 = 0.406613378
v = v0 + at
v = 1 * 0.406613378
v = 0.406613378m/s

… is there any reason why you've avoided that?

I found it easier to do the steps logically:
t1*25 - 2t12

And then work out the steps one by one, moving the constant to the left hand side, so the result is 0. Multiplying by -1 to remove the negative figures. Half of part a, squared added to both sides. Thats the way I was taught in I think? Your method seems more concise however I fail to see the middle steps you took, possible because I am nowhere near as advanced as you are!
 
  • #35
robertor said:
Solution A:
t1 = 24.593386622
v = v0 + at
v = 1 * 24.593386622
v = 24.593386622m/s

Solution B:
t1 = 0.406613378
v = v0 + at
v = 1 * 0.406613378
v = 0.406613378m/s

yes that looks fine :smile:

now round it off to a sensible number of significant figures, and you're finished!

(and, as i said before, there's probably a mistake somewhere, so you'd better check it very carefully)
Thats the way I was taught in I think? Your method seems more concise however I fail to see the middle steps you took …

i used the standard quadratic equation formula

first convert the equation to ax2 + bx + c = 0, and then the solution is x = (-b ± √(b2 - 4ac))/2 …

it's completely acceptable in exams, so you should learn it! :wink:

ok, lets' go over how you did it, so you know what to do in future …

first, you translated some of the question from maths into english … that gave you two equations

second, you used physics to get two more equations, making 4 equations with 4 unknowns

third, you started eliminating one unknown at a time until you got to 1 equation with only 1 unknown :smile:
 
  • #36
Rounding

v = 24.59m/s OR v = 0.41m/s

I mean looking at it, I know which is more likely, is there a way to confirm which of these two values is correct?
 
  • #37
robertor said:
… looking at it, I know which is more likely, is there a way to confirm which of these two values is correct?

yup!

something comes out negative when it can't be

in most problems, you'd find that t1 has one positive solution and one negative solution …

obviously, you reject the negative solution!

but in this problem, it's slightly different …

can you see what it is? :wink:
 
  • #38
I could calculate the displacement during t1, t2 and t3. They should add up to my known displacement, if they don't, then its the other one?
 
  • #39
no

what is the value of t2 in each case? :wink:
 
  • #40
Sure I can calculate the value of t2 in this scenario, however my next task is to rewrite this equation as a generic formula to find t1, using the same technique you have shown me. Therefore, sure I can look at t2 in both cases but how will I know which one is correct. If I provide accel, decel, total time and total displacement, what happens if the object does not have time to accelerate to a constant velocity, and the shape within the velocity x time graph becomes a triangle? Surely t2 could be negative using this current equation. There must be a more generic method for checking which value of V is correct, which is why I suggested adding up the displacements or the times to see if they equal the displacement or time provided at the beginning :)
 
  • #41
robertor said:
… which is why I suggested adding up the displacements or the times to see if they equal the displacement or time provided at the beginning :)

that can't possibly work: the correct values for total time and displacement were part of your input
Therefore, sure I can look at t2 in both cases but how will I know which one is correct.

calculate both values, and then it should be obvious :smile:

what are they?​
 
  • #42
Sure on this occasion the correct answer is obvious. However what I was pointing out is that the answer will not always be obvious, am I wrong?
 
  • #43
robertor said:
Sure on this occasion the correct answer is obvious. However what I was pointing out is that the answer will not always be obvious, am I wrong?

i'm not entirely convinced that you have got the correct answer, since you haven't specifically said what it is :redface:

the general rule is that if there's two solutions, then they're both valid …

why would they not be??​

the only exception is where something is undefined for particular values (in this case for negative values) of some variable
 
  • #44
t2

t2 = 24.390079932 OR t2 = -11.890079933
 
  • #45
yup! and, as i think you've noticed, t2 can't be negative (unless you redefine the question considerably), so the second solution has to be rejected

(but plenty of problems do have two solutions, eg if you throw the ball at 5 m/s, at what angle should you throw it to get it through the hoop?)
 
  • #46
What if both answers are positive?
 
  • #47
then both answers are valid :smile:
 
Back
Top