Optimize For minimum Acceleration
显示 更早的评论
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!