First Order Nonlinear Partial Differential Equation

Compressible
Messages
19
Reaction score
0
I have derived a first order nonlinear PDE with its corresponding initial and boundary conditions given by:

dv/dt + A*(v^2)*dv/dx = 0 (where A is a constant)

v(t = 0) = C (constant value)
v(x = 0) = 0

I'm not quite sure how to solve this. I was thinking about using the method of characteristics, but since I haven't had too much experience with it, I'm not sure if it would be applicable here. If anyone has any hint on how to get started, I would really appreciate it. Thanks in advance.
 
Physics news on Phys.org
I have no experience either but to get started what I would do is write that

\frac{∂v}{∂t}/\frac{∂v}{∂x} = -Av^2

Then at constant v

( \frac{dx}{dy})_v = Av^2

x = Av^2t + K at constant v.

Fitting that to your initial conditions generates your surface I think. :rolleyes: Something like that.
 
Solved! Thanks!
 
They don't count that as non-linear AFAIK though.
 
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