Finding the max speed of an object between two point

Click For Summary

Discussion Overview

The discussion revolves around calculating the maximum velocity of an object that accelerates from rest at one point, travels a known distance, and then decelerates to rest at another point. Participants explore various approaches, equations, and assumptions related to the problem, including the effects of different acceleration and deceleration rates.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Mark seeks a formula to calculate maximum velocity given known acceleration, deceleration, and distance.
  • Some participants suggest that additional information about the object's motion is necessary to solve the problem accurately.
  • One participant outlines the use of the SUVAT equations for both the acceleration and deceleration phases to derive the maximum velocity.
  • Another participant provides an example with specific values for acceleration and deceleration, questioning whether the maximum velocity can be calculated with the given information.
  • Several participants discuss the validity of different methods and equations, with some expressing skepticism about the results obtained by others.
  • Mark shares a method involving graphing velocity against distance and mentions a specific result of 0.7 m/s, which is later confirmed by others using different approaches.
  • There is a discussion about the potential differences in results when using time variables versus distance variables in the calculations.
  • Participants express varying preferences for using SUVAT equations versus other methods, indicating different approaches to solving the problem.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best method to calculate maximum velocity, with multiple competing views on the approach and the validity of results. Some agree on the final velocity of 0.7 m/s, while others express doubts about the methods used to arrive at that conclusion.

Contextual Notes

Participants highlight the importance of assumptions regarding the initial and final states of the object, as well as the need to clarify the relationship between acceleration, deceleration, and distance. There are unresolved questions about the total time of travel and how it factors into the calculations.

Mark Hogan
Messages
6
Reaction score
0
Hello everybody,

I am trying to calculate the maximum velocity(x) an object reaches between two point. The object accelerates from point A to a certain velocity(x) and then decelerates to point B. The acceleration and deceleration are known but are different. The distance from point A to point B is known. Is there a formula I can use to calculate the maximum velocity between the two points?

I have attempted to solve this by graphing the distance and time of the object and I have attempted rearranging formulas to do this but with no luck.

Your help would be greatly appreciated,
Mark
 
Physics news on Phys.org
You will need some additional information before being able to solve this. As written, it is possible that the object accelerates from A almost all the way to B and then decelerates for only an instant before zipping past point B. Or that the object starts from A with non-zero velocity, accelerates momentarily and then decelerates all the way to a stop at point B.

Is it also true that the object starts at rest at point A and ends at rest at point B?
 
  • Like
Likes   Reactions: Mark Hogan
Ok so it...

Starts from rest and accelerates at "a" to velocity "v" over distance s1
Then it decelerates at "d" from "v" to rest over distance s2

General form of suvat equation...

v2 = u2 + 2as

where

v is the final velocity
u = initial velocity
a = acceleration or deceleration
s = displacement

In this problem we can write the equation twice, once for the bit while accelerating and one decelerating..

Accelerating..
v2 = 2as1

Decelerating..
0 = v2 + 2(-d)s2

We also know that

s1 + s2 = Total distance

I believe these can be solved to find "v".
 
  • Like
Likes   Reactions: Mark Hogan
CWatters said:
Ok so it...

Starts from rest and accelerates at "a" to velocity "v" over distance s1
Then it decelerates at "d" from "v" to rest over distance s2

General form of suvat equation...

v2 = u2 + 2as

where

v is the final velocity
u = initial velocity
a = acceleration or deceleration
s = displacement

In this problem we can write the equation twice, once for the bit while accelerating and one decelerating..

Accelerating..
v2 = 2as1

Decelerating..
0 = v2 + 2(-d)s2

We also know that

s1 + s2 = Total distance

I believe these can be solved to find "v".

Hello jbriggs444 and CWatters,

Thank you for your help. I may not have explained my problem well.
 
Mark Hogan said:
have
I will explain it using an example:
So an object starts from rest. It accelerates at 2000mm/s2 then decelerates at 3000mm/s2 to rest. The distance from start to finish let's say 200mm. But is it possible to calculate the max velocity reached while traveling between the points?
 
yes, it is possible to find the max velocity using just this information. But it does take a few steps. I recommend drawing out a graph of space against time, (and possibly the derivates too ). And try to split the problem into two - the acceleration section and the deceleration section. You can use the time of the change from accel. to decel. as a variable to solve for.
 
  • Like
Likes   Reactions: Mark Hogan
Mark Hogan said:
I will explain it using an example:
So an object starts from rest. It accelerates at 2000mm/s2 then decelerates at 3000mm/s2 to rest. The distance from start to finish let's say 200mm. But is it possible to calculate the max velocity reached while traveling between the points?

That's exactly the situation I was addressing in post #3 above. You just need to solve the three equations I gave to find "v". Not too hard.
 
  • Like
Likes   Reactions: Mark Hogan
Hello everybody,

Thanks for your help. I found a solution. I used the following formulas -> (time = √2Xdistance / accel) and the formula -> (velocity final = time x accel x velocity initial)

I then graphed the velocity for both acceleration and deceleration vs the distance traveled for a number of points. Where the two curves on the graphs met gave me the
max velocity reached between the two points.

Thanks again for your help,
Mark
 
Did you check your result? Your method sounds a little suspicious.
 
  • #10
velocity final = time x accel x velocity initial

That's not correct. I think you mean ..

velocity final = (time x accel) + velocity initial

PS The answer I got was about 0.7 m/s
 
  • #11
Khashishi said:
Did you check your result? Your method sounds a little suspicious.
I agree. I would like to see them do the problem using t1 and t2 for the two times, and then compare the results with the other method. I think the answer will come out differently. It also seems easier to do this problem using the times.

Chet
 
  • #12
Capture.PNG
Hello everybody,

Sorry I meant... velocity final = (time x accel) + velocity initial... (typing error!). CWatters I also came out with 0.7m/s. I graphed the max velocity for both acceleration and deceleration against different distances in increments of 100mm for 1m. I was able to read from this the max velocity reached between the points. I have included a picture of my graph for you to see.

Mark
 
  • #13
I did it by solving the three equations I posted earlier. Only takes a few steps. That gives the equation...

V2 = 2*D*a*d/(a+d)

where
V = max velocity
D = Distance from A to B (0.2m)
a = acceleration (2m/s/s)
d = deceleration (3m/s/s)

Plug in the numbers and you get 0.7m/s
 
  • Like
Likes   Reactions: Mark Hogan
  • #14
Chestermiller said:
I agree. I would like to see them do the problem using t1 and t2 for the two times, and then compare the results with the other method. I think the answer will come out differently. It also seems easier to do this problem using the times.

I can't see how to do that as you don't know the total time. I think you would have to eliminate time as one of the steps in solving the equations.
 
  • #15
Here is my working...

The three equations I wrote above were:

Accelerating phase..
v2 = 2as1......(1)

Decelerating phase..
0 = v2 + 2(-d)s2.....(2)

and
s1 + s2 = D (the total distance)... (3)

Rearrange 1) and 2) to give

s1 = V2/2a
s2= V2/2d

Adding together (see eqn 3) gives

V2/2a + V2/2d = D

Rearrange to give

V2 = 2*D*a*d/(a+d)
 
  • Like
Likes   Reactions: Mark Hogan
  • #16
CWatters said:
Here is my working...

The three equations I wrote above were:

Accelerating phase..
v2 = 2as1......(1)

Decelerating phase..
0 = v2 + 2(-d)s2.....(2)

and
s1 + s2 = D (the total distance)... (3)

Rearrange 1) and 2) to give

s1 = V2/2a
s2= V2/2d

Adding together (see eqn 3) gives

V2/2a + V2/2d = D

Rearrange to give

V2 = 2*D*a*d/(a+d)
Hi CWatters, Thanks for your help this is a much better way of doing it :-)
 
  • #17
yeah. suvat is a lot faster here. I would have solved the equations without suvat, but it just depends which way you prefer to do it. (I have long forgotten suvat, so I prefer not to use it).
p.s. nice graph. graphs are always good :)
 
  • Like
Likes   Reactions: Mark Hogan

Similar threads

  • · Replies 22 ·
Replies
22
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K