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
4
votes
0 answers

Solve PDE $\dfrac{\partial^4 u}{\partial x^4} + 2\dfrac{\partial^4 u}{\partial x^2\partial y^2} + \dfrac{\partial^4 u}{\partial y^4} = 0$

How can I solve this PDE? $$\dfrac{\partial^4 u}{\partial x^4} + 2\dfrac{\partial^4 u}{\partial x^2\partial y^2} + \dfrac{\partial^4 u}{\partial y^4} = 0$$ On a square $\Omega = \left[0, \ 1\right]\times \left[0, \ 1\right]$ and boundary…
Carlos Adir
  • 1,292
4
votes
0 answers

What is the difference between Deformation technique and Ekeland's variational principle?

What is the difference between Deformation technique and Ekeland's variational principle to approach Mountain Pass theorem ?
nanthini
  • 151
4
votes
1 answer

Decompose solution of pde in harmonic and non-harmonic part

Let $w$ be the solution of the pde \begin{equation} \begin{cases} \Delta w = f(w) & \mbox{on } \Omega \\ w=g & \mbox{on } \partial \Omega\end{cases} \tag{1}\end{equation} where $\Omega \subset \mathbb{R}^N$ open, $w: \Omega \to \mathbb{C}$, $f:…
mjb
  • 2,096
4
votes
1 answer

Methods of characteristics for second order PDE $u_{xx}-3u_{xy}+2u_{yy}=0$

Given $$u_{xx}-3u_{xy}+2u_{yy}=0$$ Can you apply the methods of characteristics to this problem? I was required to but don't know how to do it for second order PDEs. with the boundary condition $$u(x,0)=-x^2, \frac{\partial u}{\partial…
Tomy
  • 429
4
votes
1 answer

A challenging sound-propagation problem

Consider a square membrane with edge-length of L, and a circular membrane with radius R. The two membranes are fixed at the edges and are made of the same material and the fixation force at the edges is equal. Their eigen-angular frequencies are…
Luthier415Hz
  • 2,739
  • 6
  • 22
4
votes
0 answers

Solution to PDE given by $u_{x}^{2}u_{xx}+2u_{x}u_{y}u_{xy}+u_{y}^{2}u_{yy}=0$?

So I am attempting to solve this problem from Partial Differential Equations 2nd Edition, by Evans, from Chapter 4. The issue is that I am not sure how to get past a certain point: Use separation of variables to find a nontrivial solution of $u$ of…
MrStormy83
  • 639
  • 4
  • 14
4
votes
1 answer

Fisher-KPP equation

Can you help me understand how to derive the Fisher-KPP equation? I.e., how can I figure out where it comes from? It is easy to find the derivations of the diffusion equation and the heat equation, but I can't find any summary of the way to derive…
czash
  • 407
4
votes
1 answer

Evans' PDE book exercise Chapter 9 problem 7

Let $\varepsilon > 0$. Define $${\beta _\varepsilon }(z) = \left\{ {\begin{aligned} &0 &\text{if}\;z\ge 0,\\ &\frac{z}{\varepsilon } &\text{if}\;z \le 0, \end{aligned}} \right. $$ and suppose ${u_\varepsilon } \in H_0^1(U)$ is the weak solution of…
fx0123
  • 193
4
votes
1 answer

How was this PDE solution guessed?

I'm reading Steven Shreve's Stochastic Calculus for Finance, in pp 274, there's such a PDE to be solved: $$f_t(t,r)+(a(t)-b(t)r)f_r(t,r)+\frac12 \sigma^2(t)f_{rr}(t,r)=rf(t,r)$$ with terminal condition $$f(T,r)=1$$ for all $r$. Then, it jumped…
athos
  • 5,177
4
votes
1 answer

Use the method of charasteristics to solve the PDE $u_{t}+u^{2} u_{x}=0$, where is the mistake?

Good day! Problem: solve equation $$u_{t}+u^{2} u_{x}=0$$ $$u(x,0)=\cos x.$$ Solution: Compose equation for characteristic $$\frac{\,dt}{1}=\frac{\,dx}{u^{2}}=\frac{\,du}{0}.$$ Next, $\,du=0 \cdot \,dt$, $u^{2}\,du=0\cdot \,dx$ Then…
ekrez
  • 41
4
votes
1 answer

Where can I find this "standard elliptical argument"?

I recently came across the following problem: Assume $x_0 \in \mathbb{R}^N$ and \begin{equation} \Vert w \Vert_{L^\infty (B(x_0,1))} \leq C \end{equation} for some real constant $C>0$, where $B(x_0,1)$ denotes the unit ball around $x_0$. My…
mjb
  • 2,096
4
votes
2 answers

Integration using mean value theorem of $\int_0^{2\pi} \frac{2+\cos\phi}{5+4\cos\phi}\,\mathrm{d}\phi=\pi$

I am going through some worksheets to study for an exam and one question is to use the mean value theorem: $$u(a)=\frac{1}{V_r}\int_{B_r(a)}u$$ with a suitable harmonic function to show that: $$ \int_0^{2\pi}…
dan
  • 69
4
votes
0 answers

Integral of Poisson Kernel for upper halfspace

Let $\beta$ be the surface area of the unit sphere. The Poisson Kernel for the upper half-space $\mathbb{R}_n^+=\left\{x\in\mathbb{R}^n \mid x_n > 0\right\}$ is $$ K\left(x,y\right)=\frac{2x_n}{\beta}\frac{1}{\left|x-y\right|^n}. $$ Its integral…
user5525
  • 103
4
votes
0 answers

Why do elliptic PDEs require only one condition?

My understanding of differential equations (DEs) suggests the following pattern between the DE and its initial/boundary conditions: Roughly, the number of derivatives equals the number of required conditions. Except in elliptic PDEs. More…
mrfc
  • 41
4
votes
1 answer

Solve the Laplace equation ${\nabla}^{2} u = 0$, x > 0, y < 0.

Problem Solve the Laplace equation ${\nabla}^{2} u = 0$, $x > 0$, $y < 0$ with the conditions $u(x, 0) = 0,\quad x > 0$ $u(0, y) = \begin{cases} b, & -4 \le y \le -2 \\ 0, & \text{$y \lt -4$ or $-2 \lt y \lt 0$} \end{cases}$ $|u(x, y)| < M$ My…
Iloveolaf
  • 155