For a motor application I wan't to be able to find the maximum velocity I should ask my motor to use knowing:
- Distance to go D
- Time to travel T
- Acceleration a
- Deceleration d
- Initial velocity v0
So that my motor will go from initial position p0 with initial velocity p0 to final position with velocity = 0.
I found several post doing it the other way. Solving for time given maximum velocity. And I have a hard time reversing the equation.
Thank you for your help.
Ben