Optimize For minimum Acceleration
Show older comments
I have body with initial velocity u = 40/3 meter per second, and initial position x = 0 meter. Now, I need to find the minimum value of acceleration (a) such that body stops before 0.45 meter (i.e. s<= 0.45). The governing equations will be kinematics equation (They are basically ode). Acceleration may be assumed as function of time or constant till the body stops (any solution will work for me).
s = u*t + 0.5*a*(t^2);
v = u + a*t;
here v is velocity at any time "t" and s is position at any time "t" (t<=0.2 sec or 200 milliseconds).
It will be really helpful if someone can guide me to solve it, provide a solved example or if possible provide a with solution.
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!