determinate trajectories and speed

4 views (last 30 days)
eric
eric on 17 Sep 2013
Answered: Jan on 14 Oct 2013
Hello, I'm working on a problem and i would like to know is mathlab could help me. From a car main trajectory and reference speed, i would like to determinate all the possible trajectories (integreting reference speed on the main trajectory, mass of the car etc...)for each main trajectories points and for each sub-trajectory, the speed on each sub-trajectories points. Thank you for your help
  8 Comments
eric
eric on 14 Oct 2013
Yes, it'll be better with a diagram. 1 - A reference path and speed on a road 2 - A point on the reference Path (to determinate a path vector) with a single speed 2 - A car with a mass, dimension and tire 3 - Many possible trajectories from the path vector based on the reference single speed. 2 options : The car in acceleration and the car stop to accelerate on the reference point. 4 - Determinate with mathlab the aera from the reference point based on a specific speed (i want to know from the reference point, where the car will be at 10 km/H, at 100 km etc..)
Jan
Jan on 14 Oct 2013
Edited: Jan on 14 Oct 2013
+1, I love your diagram. This is my question of the week.
Btw., the program is called "Matlab" from Matrix Laboratory, so there is no h in between.

Sign in to comment.

Answers (1)

Jan
Jan on 14 Oct 2013
This looks like a set of initial value problems. You can create a differential function, which considers friction, the parameters of the car, external forces etc and integrate it by e.g. ODE45 from the initial value. Then the control parameters are varied, e.g. the accelerating force of the engine.
But, there is a nearly infinite number of possible solutions as far as I understand. And the "nearly" comes only from the limited precision of floating point arithmetic in computers. This would mean, that you should create the model in form of a wave of matter like for quantum physical particles.
I think more discussions about your goal are required.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!