Solving a PDE and finding the jump condition (method of characteristics)

Mugged
Messages
103
Reaction score
0
Here I have my PDE:

http://desmond.imageshack.us/Himg718/scaled.php?server=718&filename=pde.png&res=medium

I have found the solution by using the method of characteristics two times, one for x<0 and the other for x>0.

I have: U(x,y) = o for x<0 and U(x,y) = Uo(x-1)/(1+Uo*y) for x>0

The trouble I am having is finding the jump curve, x = \xi(y),

Im not sure if I am doing this correctly, but I keep getting the natural log of something, while my book says the correct answer is 1 - sqrt(1+Uo*y) for the jump curve...

can anyone help me?

much appreciated
 
Last edited by a moderator:
Physics news on Phys.org
nevermind, i have figured out the problem

thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top