Tagged Questions
2
votes
0answers
129 views
2D Car Physics including Throttle
For a simulation for testing on automatic cruise control, I came across the equation:
$$
v_{n+1} = (1 - k_1 / m) v_n + (1 - k_b) \begin{pmatrix}
T_n \\
θ_n \\
\end{pmatrix}
$$
where:
$T$ = ...
1
vote
3answers
297 views
Numerical simulation of mechanics problem
Say I have a planet and shoot something with a given velocity, which is a significant portion of the escape velocity, in a given angle into the sky. It has some initial velocity and there is the force ...