Respuesta :
Answer:
dt = ds/dv.
Explanation:
to calculate the time step if you have a vector of accumulative distance and instanteneous velocity vector can be expressed bellow
solution
ds = dv/dt
divide the step distance by the instantaneous velocity you will get the time step.
that it
dt = ds/dv.
so to calculate the time step having a vector that keeps adding every step and speed at that moment is this dt = ds/dv.
Answer:
[tex]dt = \frac{ds}{dv}[/tex]..............Divide the accumulated distance by the instantaneous velocity
Explanation:
Let the accumulated distance be denoted as ds
Let the instantaneous velocity be given as dv
Using the relationship, [tex]dv = \frac{ds}{dt}[/tex]
If we make dt the subject of the formula:
[tex]dt = \frac{ds}{dv}[/tex]
Therefore, this means that we can calculate the time step dt by dividing the accumulated distance by the instantaneous velocity.