1st order PDE, quadratic in derivatives, two variables analytic solution?

Syntheta
Messages
4
Reaction score
0
I have the PDE:

(v_r)^2+(v_z)^2=p^2 where v=v(r,z), p=p(r,z).

I have some boundary conditions, of sorts:
p=c*r*exp(r/a)exp(z/b) for some constants a,b,c, at r=infinity and z=infinity
p=0 at f=r, where
(f_r)^2=p*r/v-v*v_r
(f_z)^2=p*r/v+v*v_r

Is it possible that one could obtain an analytic solution (with some unknown constants of course)? Or if one has to use numerical integration, what would be the best method?

Thanks in advance!
 
Physics news on Phys.org
Yes, as far as I'm aware an analytical solution does exist for suitable p(z,r) and boundary conditions. However, I am concerned about the condition at infinity:
Syntheta said:
p=c*r*exp(r/a)exp(z/b) for some constants a,b,c, at r=infinity and z=infinity
Are you sure about this?
 
Hootenanny said:
Yes, as far as I'm aware an analytical solution does exist for suitable p(z,r) and boundary conditions. However, I am concerned about the condition at infinity:

Are you sure about this?

Hah, oops, I meant
p=c*r*exp(-r/a)exp(-|z|/b) for some constants a,b,c, at r=infinity and z=infinity.

The z dependence of p at infinity could also be exp(-z^2/b), sech(z/b) or sech^2(z/b). At this point I'm more interested in getting a solution than exactly how fast it falls off.

Would one use method of characteristics for an analytic solution? I think our whole class was a bit lost in PDEs, so I'm having a bit of trouble getting anything out.
 
Syntheta said:
Hah, oops, I meant
p=c*r*exp(-r/a)exp(-|z|/b) for some constants a,b,c, at r=infinity and z=infinity.

The z dependence of p at infinity could also be exp(-z^2/b), sech(z/b) or sech^2(z/b). At this point I'm more interested in getting a solution than exactly how fast it falls off.

Would one use method of characteristics for an analytic solution? I think our whole class was a bit lost in PDEs, so I'm having a bit of trouble getting anything out.
Those conditions at infinity are much better! :approve:

Yes, the method of characteristics should prove sufficient here. If you are unsure on how to apply the method to fully non-linear problems, take a look at this PDF: http://www.stanford.edu/class/math220a/handouts/firstorder.pdf from page 16 onwards. The first example is an equation of the same form as you have here.

Anyway, take a stab at it and let us know if you get stuck.
 
Last edited:
Thankyou! I'll see how I go :)
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top