Questions tagged [parabolic-pde]

This tag is for questions relating to "Parabolic partial differential equation", are usually time dependent and represent diffusion-like processes. Solutions are smooth in space but may possess singularities. However, information travels at infinite speed in a parabolic system.

By analogy with the conic sections (ellipse, parabola and hyperbola) partial differential equations have been classified as elliptic, parabolic and hyperbolic. Mathematically, parabolic PDEs serve as a transition from the hyperbolic PDEs to the elliptic PDEs. Physically, parabolic PDEs tend to arise in time dependent diffusion problems, such as the transient flow of heat in accordance with Fourier's law of heat conduction.

Suppose that $~u = u(x, t)~$ satisfies the second order partial differential equation $$Au_{xx} + Bu_{xt} + Cu_{tt} + Du_x + Eu_t + F u = G$$ in which $~A, ~\cdots ,~ G~$ are given functions.

This equation is said to be parabolic if $~B^2 − 4AC = 0~$

The archetypal parabolic evolution equation is the “heat conduction” or “diffusion” equation: $$\frac{∂u}{∂t}=\frac{∂^2u}{∂x^2}\qquad \text{($1$-dimensional)}~,$$ or more generally, for $~κ > 0~$, $$\frac{∂u}{∂t}= ∇ · (κ ∇u)= κ ∇^2u \quad\text{($κ$ constant)}~,$$ In one dimension, $$\frac{∂u}{∂t}=κ~\frac{∂^2u}{∂x^2}~$$

Problems which are well-posed for the heat equation will be well-posed for more general parabolic equation.

Reference:

https://en.wikipedia.org/wiki/Parabolic_partial_differential_equation

453 questions
1
vote
0 answers

Analytical solution of an inhomogeneous second-order PDE

I would be thankful to anyone who can present an analytical solution to the following inhomogeneous PDE equation: $$\frac{\partial{u}}{\partial{t}}= \alpha\frac{\partial^2{u}}{\partial{x^2}}-ku$$ $$u(0,t) = 0$$ $$u(1,t) = M_R$$ $$u(x,0) =…
0
votes
0 answers

Well-posedness of parabolic differential equations with Robin boundary condition

I'm considering the following parabolic PDE \begin{equation} \frac{\partial u}{\partial t}+\frac{1}{2} \sum_{i, j=1}^d a^{i j}(t, x) \frac{\partial u}{\partial x^i \partial x^j}+\sum_{i=1}^d b^i(t, x) \frac{\partial u}{\partial x^i}+c(t, x) u+g(t,…
Xuz
  • 1
0
votes
0 answers

Solution for a non-linear parabolic pde

I want to know how to deal with the following non-linear parabolic pde $$\begin{cases} W_t(t,x)+W+W_x-W_{xx}-\mathrm{e}^xW_x^{-1}W_{xx}-\mathrm{e}^x=0, \quad (t,x)\in (0,T]\times(0,\infty)\\ W(0,x)=\mathrm{e}^{\beta x}(\beta>1). \end{cases} $$ The…
yxyt
  • 73
0
votes
1 answer

Asymptotic behavior of solution to the heat equation

Given $1>k>0$, I want to show that $\forall t>0$, \begin{equation}%\label{eqn: 1st time derivative} \lim_{|x|\to\infty}\frac{u_x(x,t)}{(u(x,t))^k}=0, \end{equation} where \begin{equation} u(x,t)=\frac{1}{\sqrt{2\,\pi\,t}}\int_{-\infty}^{\infty}…
LCH
  • 815