MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Help in solving PDF equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52235] Help in solving PDF equations
  • From: Wei Wang <weiwang at baosteel.com>
  • Date: Mon, 15 Nov 2004 20:56:49 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Could anybody please help me in solving the following PDF equation?

(p + r/rou)*(1- (Derivative[1, 0][f][x, t])^2 - k * Derivative[0, 1][f][x, t])/Sqrt[1 + (Derivative[1, 0][f][x, t])^2] ==0

with initial or boundary conditions as

f[x, 0] == -1
Derivative[0, 1][f][x, 0] == p/k
Derivative[1, 0][f][R0, t] == 0
f[x, t] == If[0<= x <=1, Sqrt[1 - x^2]]

where, p, k, R0 and rou are constants.

Thanks in advance.

Wei



  • Prev by Date: Re: Re: Zero divided by a number...
  • Next by Date: NMinimize options
  • Previous by thread: [DSolve] Re: newbie question DSolve (revisited again)
  • Next by thread: Help in solving PDF equations