How can you solve the PDE using analytical techniques and LaTex code?

Geoffrey
Messages
2
Reaction score
0
LaTex Code: \frac{\partial U}{\partial t} + ax\frac{\partial U}{\partial x} + b\frac{\partial^2 U}{\partial x^2} = 0


Can someone please tell me how to solve this PDE?

Thanks,
Geoff
 
Physics news on Phys.org
Assuming that

U(t,x)=\int_{-\infty}^\infty F(x,\tau)e^{it\tau}\,d\tau

we come to

-ib\frac{\partial^2 F(x,\tau)}{\partial x^2}-iax\frac{\partial F(x,\tau)}{\partial x}+\tau F(x,\tau)=0

which solution is as follows

F(x,\tau) = x[H1(\tau)KummerM(-\frac{-2a+i\tau}{2a},\frac{3}{2},\frac{ax^2}{2b})+H2(\tau)KummerU(-\frac{-2a+i\tau}{2a},\frac{3}{2},\frac{ax^2}{2b})]e^{-\frac{ax^2}{2b}}

so the general solution to your PDE is

U(t,x)=xe^{-\frac{ax^2}{2b}}\int_{-\infty}^\infty [H1(\tau)KummerM(-\frac{-2a+i\tau}{2a},\frac{3}{2},\frac{ax^2}{2b})+H2(\tau)KummerU(-\frac{-2a+i\tau}{2a},\frac{3}{2},\frac{ax^2}{2b})]e^{it\tau}\,d\tau

where H1 and H2 are arbitrary functions.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top