Model for single lane of traffic

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    Model
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
andrey21
Messages
475
Reaction score
0
A model for a single lane of traffic is given by the following pde

p dv/dx + v dp/dx + dp/dt = 0

Where:

v = kx/p



Show that

dp/dt = -k



Here is my attempt

v = kx/p

dv/dx = k/p

p= kx/v

dp/dx = k/v

Substituting into original pde:

p (k/p) + v(k/v) + dp/dt=0

Clearly made an error, any help would be great
 
Physics news on Phys.org
p dv/dx + v dp/dx + dp/dt = 0

Where:

v = kx/p

Show that

dp/dt = -k

p dv/dx + v dp/dx + dp/dt = 0 can be written as

d(pv)/dx + dp/dt = 0 ----------- 1

v = kx/p => pv = kx -> put in 1

we get dp/dt = - k

method you used is wrong because you can't partially differentiate v w.r.t x in an equation which contains p (also a function of x) -. while differentiating you treated p as a constant w.r.t to x..