Solving a First Order Linear PDE

sagigirl
Messages
1
Reaction score
0
Good day. I was wondering if you could help me solve this first order linear partial differential equation:

[∂δ]/[/∂t] = [ρg]/[/μ] δ^2 [∂δ]/[/∂z].

The solution for this is:

δ(z, t) = √[μ z]/[/ρg t].

I don't really understand how the PDE became like this. If you could show the step-by-step solution, I would really, gladly appreciate it. Thank you :)
 
Physics news on Phys.org
sagigirl said:
Good day. I was wondering if you could help me solve this first order linear partial differential equation:

[∂δ]/[/∂t] = [ρg]/[/μ] δ^2 [∂δ]/[/∂z].

The solution for this is:

δ(z, t) = √[μ z]/[/ρg t].

I don't really understand how the PDE became like this. If you could show the step-by-step solution, I would really, gladly appreciate it. Thank you :)

Welcome to the PF.

Is this for schoolwork?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top