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
3
votes
1 answer

Solution of an initial value problem (MCQ) (CSIR DEC 2015)

The solution of the initial value problem $ (x-y) u_{x} + (y-x-u) u_{y} = u $ with the initial condition $u(x,0) = 1$ satisfies $ u^2(x-y+u) + (y-x-u) = 0$ $ u^2(x+y+u) + (y-x-u) = 0$ $ u^2(x-y+u) - (x+y+u) = 0$ $ u^2(y-x+u) + (x+y-u) = 0$ This is…
3
votes
1 answer

Geometric View of First-Order Quasilinear PDEs

Theorem 1 in page 4 of the book Numerical Solution of Partial Differential Equations in Science and Engineering by L. Lapidus: The general solution of the quasilinear PDE $$a(x,y,u)u_x + b(x, y,u)u_y = c(x, y,u),$$ is given by $$G(v,w)=0,$$ where…
niksirat
  • 483
3
votes
2 answers

Parabolic PDE with no nonnegative solution

I am looking for a simple example of a second-order parabolic linear PDE with locally bounded coefficients on an unbounded domain which admits no nonnegative solutions (except the trivial one). As a candidate, I am considering: $$(\partial_t -…
Nate Eldredge
  • 97,710
3
votes
1 answer

where does the pde's mathematical classification names come from?

PDEs are classified into hyperbolic, parabolic and elliptic. where do these names come from? Do they have anything to do their geometric shapes?
mehrdad
  • 399
  • 2
  • 14
3
votes
1 answer

Inhomogeneous PDE Help?

Problem: $$ \Psi_{xx} - \Psi_{tt} - \Psi = \exp(3t) \cdot \delta(x)$$ No boundary conditions specified. I solved the homogeneous portion, $\Psi_\mathrm{homogeneous}$, of this equation via separation of variables but my solution is just for some…
3
votes
1 answer

Using energy method to existence and uniquesness the following PDE .

Approach : Find the energy functional : $\int_\Omega \nabla u \nabla v \int_\Omega |u| u.v -\int_\Omega fu=0 \forall u \in H_0^1(\Omega) \cap L^3(\Omega)$ $\implies E(u)=\int_\Omega\frac{1}{2} |\nabla u|^2+\frac{1}{3} |u|^3 -fu dx$ If $u$ solves…
Theorem
  • 7,979
3
votes
1 answer

Solving wave equation in $\mathbb{R}^3$ .

The wave equation in $\mathbb{R}^3$ , ie $u_{tt}-\Delta u=0 $ for $x\in \mathbb{R}^3, t>0 $ $u=g, u_t=h$ for $x\in \mathbb{R}^3, t=0$ Define an average: $U(x,r,t)= \frac {1}{|\partial B|} \int_{\partial B(x,r) }u(y,t)dS_y $ and similarly…
Theorem
  • 7,979
3
votes
2 answers

finding a solution of a PDE

Unfortunately I can't find a solution $u:[0,\infty)\times[0,\infty)\rightarrow\mathbb R$ of this PDE: \begin{array}{rl} u_{tt}&=&u_{xx} &\text{in }(0,\infty)\times(0,\infty)\\ u(0,t)&=&0 &\forall t>0\\ u(x,0)&=&\varphi(x) &\forall…
user32778
3
votes
0 answers

Parabolic Regularity

A have a following problem. $u_t-\Delta u=f$ where $f\in L^{\infty}(\Omega\times(0,T))$ and $\Omega\times(0,T)$ is a limited domain. I want to know why $u\in C^{\infty}$. Actually result which ensures that $u\in C^{\infty}$?
user82494
  • 159
3
votes
1 answer

How to use Galerkin approximation to find the existence of weak solution.

Let's consider $\Omega \subset \mathbb R^3$ , $T\ge 0 , \Omega_T=\Omega \times(0,T]$ Consider the problem $$ \left\{ \begin{align} &u_t-\Delta u+u^3=f,\qquad&&\text{on}\;\Omega_T,\\ &u=0,\qquad&&\text{for}\;x\in\partial \Omega,\;t\ge0,\\…
Theorem
  • 7,979
3
votes
1 answer

Heat equation with bounded or compactly supported initial data

Let $u$ denote to the solution of the heat equation $$\begin{cases} u_t(x,t)-\Delta u(x,t) & = & 0 & t>0 \\ u(x,0) & = & g(x) \end{cases}$$ where $x\in\mathbb{R}^n$. I want to show that if $||g||_\infty<\infty$ then $u$ tends to some constant as…
3
votes
0 answers

Green's function for Laplace's equation with periodic BCs

I would like to solve the following problems: $$-\Delta G(x)= \delta (x) - 1 , $$ and after that $$-\Delta G(x) + \kappa^2 G(x)= \delta (x) - 1 .$$ on the square $[-\frac{1}{2},\frac{1}{2}]\times [-\frac{1}{2},\frac{1}{2}]$ with periodic boundary…
3
votes
1 answer

Some link between laplace equation and heat equation

I would like to know if it is true that the solution of the equation $\partial_tu(x,t)=\Delta u(x,t)+f(x) ,t\ge0, u=0 $ for $x\in R^n , t=0$ converges to the solution of $\Delta u=-f, x\in R^n$ as $t\to \infty$ ? How can i show if its true ?…
Theorem
  • 7,979
3
votes
1 answer

Neumann Problem - how to prove that a weak solution is also a classic one?

I think a similar problem appears in Evans' book: For a given Neumann problem, i.e. -$\nabla^2 u=f$ in $\Omega$, $\partial{u}/\partial{\nu}=0$ on $\partial \Omega$ where $\Omega$ is a bounded domain in $\mathbb{R}^N$, $\partial \Omega$ is smooth,…
3
votes
1 answer

Transfer a PDE to wave Equation

I need to solve the following PDE. $$u_{xx}-u_{tt} + au+be^{ct}=0, \ \ \ \ a,b,c\in R \ \ \ \ \ \ (1)$$ I took this approach: I am looking for a change of variables to transform the equation to $$u_{xx}-du_{tt} + f_1(x,t)=0. \ \ \ \ \ \ \ \ \ \…
Vahid
  • 441