Questions tagged [partial-differential-equations]

Questions on partial (as opposed to ordinary) differential equations - equations involving partial derivatives of one or more dependent variables with respect to more than one independent variables.

Partial differential equations (PDEs) contain partial derivatives and usually contain two or more variables; the single-variable cases with normal derivatives are ordinary differential equations.

In general partial differential equation can be written in the form $$f(x, y, ,\dots , u, u_x, u_y, \dots , u_{xx}, u_{xy}, \dots )=0$$involving several independent variables $x, y, \dots ,$ an unknown function $u$ of these variables, and the partial derivatives $u_x, u_y, \dots, u_{xx}, u_{xy}, \dots$, of the function.

Subscripts on dependent variables denote differentiations, e.g., $$u_x\equiv \frac{\partial u}{\partial x},\quad u_{xy}\equiv \frac{\partial^2 u}{\partial x \partial y },$$and so on. The $f$ denotes a function defined on a subset of a finite dimensional space. Functional operators on functions like $f(u):=\frac{du}{dx}$ are not allowed in this definition. For instance, Laplace's equation in three dimensions $u_{xx} + u_{yy} + u_{zz} = 0$ is defined by $f(x,y,z,\nabla u,\nabla^2 u) = 0$, where $$f(a,b,c,v,M) := M_{11} + M_{22} + M_{33}.$$

Questions with this tag may be about, among other things:

  1. Analysis of existence and uniqueness of classical/strong/weak/viscous/etc. solutions in boundary value problems/Cauchy problems/Riemann problems.
  2. Functional analysis related to PDEs, e.g., theories of Sobolev spaces, Bochner spaces, analysis of linear/nonlinear differential operators, and pseudodifferential operators, etc.
  3. The stability, or long-term behavior of the solution.
  4. Different methods of solving PDEs, separation of variables, Fourier transform, solitons, method of characteristics.
  5. The solution technique of the Euler-Lagrange equations from calculus of variations.
  6. Equation-relevant theory in other fields, e.g. Hyperbolic conservation laws in fluid/gas dynamics, Maxwell's equations in electromagnetism, Hamilton-Jacobi equation in control theory, etc.

Please consider using more specific tags if your question addresses some of the aspects in that field, e.g., , , , , , , , .

References:

"Partial Differential Equations" by L. C. Evans

" Linear Partial. Differential Equations for Scientists and Engineers" by Tyn Myint-U & Lokenath Debnath

"Differential Equations" by Shepley L. Ross

See also the Wikipedia and MathWorld entries.

23235 questions
1
vote
1 answer

Coefficient matrix of highest derivatives of second order linear partial differential equation

Consider the differential operator $L$ defined as: $$L(x,y,D)=c^2\frac{\partial^2}{\partial x^2}u(x,y)-\frac{\partial^2}{\partial x \partial y}u(x,y)+c \frac{\partial^2}{\partial y^2}u(x,y)+e^{-c^2} \frac{\partial}{\partial x}u(x,y)$$ The symmetric…
1
vote
1 answer

having trouble finding a solution of the form $u(x,t) = B(t)\cdot e^{\alpha x + \beta t}$ to my PDE

given: $\alpha, \beta$ are constants. find a solution to the following pde in the form $u(x,t) = B(t)\cdot e^{\alpha x + \beta t}$ dependant on their values: $$u_{tt} -c^2 u_{xx} = e^{\alpha x + \beta t}$$ the solution given is: $$\begin{cases}…
1
vote
1 answer

solving heat equation under Neumann boundary conditions

I am having trouble solving following equation \begin{align*} u_t - u_{xx} = 0 & \; ;00 \\ u(0, x)=x &\; ; 00 \end{align*} I got the solution of the form $\displaystyle u(x, t) = \sum_{n=1}^\infty…
1
vote
0 answers

Non linear Second Order PDE-Time Dependent Ginzburg Landau Equation

I have a Nonlinear Ginzburg-Landau PDE and I have simplified it to $$ \frac{\partial c}{\partial t} = A\left[\frac{\partial^2 c}{\partial x^2} + \frac{\partial^2 c}{\partial y^2}\right] + F(c) $$ where $A$ is a constant and $F(c)$ contains the…
1
vote
1 answer

What is periodic solution to a PDE?

If I have a PDE $$u_t = Au + f$$ with conditions $$u(0,x) = u(T,x)$$ then if it has a solution, why is the solution called periodic? Isn't it only true that $u(0) = u(T)$? It does not follow that $u(0+\epsilon) = u(T+\epsilon)$, which I would have…
aere
  • 967
1
vote
0 answers

Orthogonal Trajectory to the given surface

Find the trajectory on the surface $x^2+y^2+2fyz+d=0$ of its curve of intersection with planes parallel to $xy$-plane.
1
vote
1 answer

Diffusion equation in a semi-finite closed tube

A semi finite closed tube contains a liquid. I am not sure what semifinite in this context means, but this is what the exercise says. In this tube, there is a color substance with concentration u(x,t) at time $t>0, x\geq0$. At time $t=0$ the…
Luthier415Hz
  • 2,739
  • 6
  • 22
1
vote
1 answer

Looking for numerical soution for a Non-local advection and diffusion equation with mass conserved

Here is the system: $\rho_t+(\rho v)_x=0$ and $v=f*\rho$(convolution). $\rho(x,t)$ is the density function and $f(x)$ is a function of $x$. The domain for $x$ is $[0,\infty]$. What I'm doing is to find the numerical solution for $\rho$ by a given…
Zzz
  • 11
1
vote
1 answer

What does $u_x v_y=u_y v_x$ actually mean?

Here is my approach to find a criterion to determine whether the equation $\alpha u_{tt}+\beta u_{tx}+\mu u_{xx}=0$ can be transformed into a wave equation $v_{tt}-c^2v_{yy}=0$. Suppose there is a coordinate transformation $u(t,x) \mapsto v(s,y)$…
okw1124
  • 653
  • 3
  • 10
1
vote
0 answers

Identifying a PDE from an old notebook

A friend of mine ran across the following PDE in some notes from an old friend of theirs: $$ \theta \frac{d^2\theta}{dt^2} + \delta\frac{d\theta}{dt} + \frac{dL}{d\alpha}(\rho_1-\rho_2)\alpha = \frac{dR}{dB}S_2B\,. $$ The $L$ here might be a…
Nate
  • 11
1
vote
1 answer

Separable Variables Coefficient

I hope to get some insights into expressing Partial Differential Equation (PDE) in terms of Separable Variables. Given the wave equation under Dirichlet Boundary Conditions, \begin{align} u_{tt}&=c^{2}u_{xx}, 00 \\ u(0,t)&=u(l,t)=0,…
1
vote
0 answers

Diffusion equation with non-homogeneous B.C. that depends on the local solution

given: $$ \frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} $$ i.e. the (non-dimensionalized) diffusion equation, with: $$ u(x=0,t)=f(t),~\textrm{where:}~\frac{df}{dt}=\left.\frac{\partial u}{\partial…
1
vote
0 answers

How to solve $4y^2u_{xx}+2(1-y^2)u_{xy}-\frac{2y}{1+y^2}(2u_x-u_y)=0$

How to solve $4y^2u_{xx}+2(1-y^2)u_{xy}-\frac{2y}{1+y^2}(2u_x-u_y)=0$, $x\in\Bbb R, y>0$, $u|_{y=0}=\varphi(x), u_y|_{y=0}=\psi(x), x\in\Bbb R$. If I use method of characteristics, $\xi=x+2y-\ln\frac{1+y}{1-y}$, $\eta=y$, then…
xldd
  • 3,407
1
vote
0 answers

Splitting "domain-dependent" non-linear PDEs

I am interested in non-linear PDEs which can be split into different cases depending on the value taken by the underlying variables $-$ see equation \eqref{eq:pde} below. More concretely, let us consider the unknown function $v=v(t,x)$ where…
1
vote
0 answers

How to solve a simple looking second order pde

Does anyone know how to solve the following pde. \begin{align} &\frac{\partial u}{\partial t}=\frac{\partial^2 u}{\partial x^2} +K(xt)u \quad t>0,-\infty
complex
  • 21