Get the minimum taken to move from A to B given a cap on Velocity

  • Thread starter Thread starter thejackal
  • Start date Start date
  • Tags Tags
    Minimum Velocity
AI Thread Summary
To find the minimum time taken for an object to cover a distance x with constraints on acceleration and maximum velocity, the problem requires breaking it into cases. Initially, one must determine if the maximum velocity (Vmax) is reached during acceleration; if not, standard kinematic equations can be applied. If Vmax is exceeded, the approach must be adjusted to account for the time taken to reach Vmax before calculating the remaining distance. The discussion also highlights confusion regarding the use of x/2 in calculations, clarifying that this method is based on the requirement to stop accelerating halfway to ensure the final velocity is zero. Understanding these conditions is crucial for accurately solving the problem.
thejackal
Messages
2
Reaction score
0

Homework Statement


Find the minimum time taken for the object to cover the distance x

I'm given the following:
x = the distance i need to cover
V0 = the initial velocity which is zero
a = the maximum permissible acceleration
Vmax = the maximum permissible velocity

Homework Equations



the speed of the object is (v0 + t * a) at time t
the object will be (v0 * t + 0.5 * a * t^2) away

The Attempt at a Solution



I used the kinematic equation x/2 = V0 + 0.5at^2 to find t. In some case this worked for example using the test case x = 1, a = 2, Vmax = 10 then t = 1.414...; x = 1, a = 1, Vmax = 1 then t = 2s
but for the case x = 10, a=1, Vmax = 1 I failed to get the correct answer (11 s). Would anyone here please help me understand how to account for Vmax and a. I'm not sure how the equations given in the problem statement aid in getting the answer. thanks
 
Physics news on Phys.org
I don't understand the /2 in "x/2" in your equation. Neither do I see how you got t=sqrt(2) for x =1, a=2, with or without the /2. Did you mean x=1, a=1?
For this sort of problem, the answer is not going to pop out directly from the equations. You have to break it into cases. First, suppose Vmax is not reached, and solve with SUVAT as you have. Then check whether the final velocity exceeds Vmax. If so, start again, finding the time taken to reach Vmax. See how you go from there.
 
haruspex said:
I don't understand the /2 in "x/2" in your equation. Neither do I see how you got t=sqrt(2) for x =1, a=2, with or without the /2. Did you mean x=1, a=1?
For this sort of problem, the answer is not going to pop out directly from the equations. You have to break it into cases. First, suppose Vmax is not reached, and solve with SUVAT as you have. Then check whether the final velocity exceeds Vmax. If so, start again, finding the time taken to reach Vmax. See how you go from there.

I used x/2 because the object after reaching halfway would have to stop accelerating in order to reach the final destination (exactly 1m) with a velocity of 0 m/s. so if x = 1 then using half of x i can find the time it took to reach halfway then multiply by 2 to get the total time for the entire distance.
 
thejackal said:
I used x/2 because the object after reaching halfway would have to stop accelerating in order to reach the final destination (exactly 1m) with a velocity of 0 m/s.
You didn't mention that requirement originally. Is it a requirement? Anyway, what I suggested for taking Vmax into account should work either way.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top