Obtain distance versus time from a speed vs distance plot.

  • Context: Graduate 
  • Thread starter Thread starter lostidentity
  • Start date Start date
  • Tags Tags
    Plot Speed Time
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
lostidentity
Messages
16
Reaction score
0
Hi,

I have a set of experimental data given in terms of speed [itex]u[/itex] versus distance [itex]x[/itex]. But I want to obtain a plot of distance [itex]x[/itex] versus time [itex]t[/itex]. The problem is I don't have the end time of the experiment. In this experiment velocity is a function of distance, [itex]u=u(x)[/itex] and distance is in turn of time, [itex]x=x(t)[/itex].

[itex]\frac{dx(t)}{dt} = u(x)[/itex]

Is this possible without knowing the start and times?
 
Physics news on Phys.org
do you know the time-step of the measurements? I think that would help a lot.

Otherwise, you can probably get a couple of points from your data where the speed did not change and given the distance between points, you may be able to deduce the time-step...then, you may be able to simply have another x-axis that represent time?
 
If you write that with the variables separated:
[tex]\frac {dx}{u(x)} = 1\, dt[/tex]
couldn't you approximate the integral on the left with, for example, the trapezoidal rule using your information (x0,u0),(x1,u1),...(xn,un)? But as someone else has observed, it looks like you need the times the data are recorded to put appropriate limits on the right side.