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

Hölder estimation for weak solution of Laplace equation

Let $B_{R_0}(x_0)=\{y\in \mathbb R^n : |y-x_0|\le R_0\}$, $u\in H^1_{loc}(\mathbb R^n)$. $\alpha\in (0,1)$. If for any $0
Enhao Lan
  • 5,829
2
votes
0 answers

Another kind elliptic energy estimate

I was reading Evans' PDE,in the corresponding chapters Evans use elliptic energy estimate and Lax-Milgram theorem to prove the existence of uniformly elliptic equation and parabolic and hyperbolic equations.For the elliptic operator…
Daniel S.
  • 553
2
votes
1 answer

Analytical solutions to system of inhomogeneous first order PDE

I am having trouble trying to find example or figure out how to solve systems of PDEs of this form. $$ u_{t} + au_{x} = f(u,v,x) $$ $$ v_{t} + bv_{x} = g(u,v,x) $$ For cases where $a \geq 0$ and $b \geq 0$ and constant with $f(u,v,x)$ and $g(u,v,x)$…
2
votes
0 answers

Partial differential equation with variable coefficients

I am stuck with the following problem. I know how to solve the following partial differential equation $$\frac{\partial u(x,t)}{\partial t} +A(x,t) \frac{\partial^2 u(x,t)}{\partial^2 x}+ B(x,t) \frac{\partial u(x,t)}{\partial x} - Cu(x,t)=0,$$ if…
mathlay
  • 41
2
votes
1 answer

Solving a second order PDE in canonical form

I have to solve the PDE: $$yu_{xx} + (x + y)u_{xy} + xu_{yy} = 0$$ I've found it's hyperbolic whenever $y\not=x$ and its canonical form is $u_{\phi\psi}=-\frac{1}{\psi}u_\phi$ I'm at a bit of a loss as to what to do now.. Can I set $z=u_\phi$ and…
user3709
  • 358
2
votes
1 answer

Am I missing something, or does this simple PDE lack an explicit solution due to the nature of its (also simple) boundary conditions?

Short version: Below, I present a simple PDE with simple boundary conditions (BCs), which has a simple solution. I then modify one of the BCs, and end up with a transcendental equation for the wave number parameter, preventing me from going further.…
andreasdr
  • 466
2
votes
1 answer

Heat Equation on a Cylinder

Please note this is a homework question, and I just want some discussion on the choice of the separation parameter. Suppose we have a cylinder which satisfies the following steady-state heat equation: $$u_{rr}+\frac{1}{r}u_r+u_{zz}=0$$, with the…
Algebraic
  • 463
2
votes
1 answer

Solving partial differential equation $u_x + 2xu_y + (2x - 6)u = 0$

I'm trying to solve the differential equation above by separating the variables. Thus, I let $u(x,y) = X(x)Y(y)$. As such, $u_x = X'(x)Y(y)$ and $u_y = Y'(y)X(x)$. The differential equation above can then be rewritten as: $X'(x)Y(y) + 2xX(x)Y'(y) +…
2
votes
1 answer

Use method separation of variables: $\frac{{\partial u}}{{\partial y}} = \frac{{{\partial ^2}u}}{{\partial {x^2}}} - 4u$

I did the dpe: $$\frac{\partial u}{\partial y} = \frac{\partial ^2 u}{\partial x^2} - 4u$$ $0 < x < \pi $ With boundary conditions: $\begin{array}{l} u(0,y) = u(\pi ,y) = 0 \\ u(x,0) = {x^2} - \pi x \\ \end{array}$ I used method separation of…
2
votes
0 answers

How to solve this PDE (Partial Differential Equation) for the following diffusion process?

I need to find a closed-form solution for the following PDE (a diffusion equation) on $u(x,t)$: $$\frac{\partial u}{\partial t} = a\varepsilon^2 (x^2 u_x)_x$$ With $\varepsilon$ (an asymptotic parameter) and $a$ being real constants. Please help.…
2
votes
1 answer

Laplacian of Temperature

I have the following question: In an isotropic medium with constant thermal conductivity, the temperature T(x,y) is independent of time. Show that the laplacian of T is zero. (4 marks) I don't really know where to start with this, I thought this was…
Tom
  • 129
2
votes
1 answer

Help with PDE/Green's formula question.

Let $D$ be a bounded region. For the problem $\Delta u+au-bu^2 = 0$ in $D$$u=0$ on the boundary of $D$, show that there are no positive solutions if $a<\lambda_1$ (which is the smallest eigenvalue of $\Delta u + \lambda u = 0$ on $D$, with $u=0$ on…
2
votes
1 answer

An energy bound for the viscous Burgers equation

I'm studying the viscous Burgers equation, $$ \frac{\partial u}{\partial t} + u \frac{\partial u}{\partial x} = \nu \frac{\partial^2 u}{\partial x^2}, $$ and I came across this paper, that studies the equation with $\nu=1$ and infinite domain. In…
rafa11111
  • 1,514
  • 2
  • 10
  • 19
2
votes
1 answer

Sobolev inequality for product of three functions

I know that for product of function, Sobolev's inequality tell us that, for any $s>\tfrac{1}{2}$ the following holds: $$ \Vert uv\Vert_{H^s(\mathbb{R})}\leq c\Vert u\Vert_{H^s(\mathbb{R})} \Vert v\Vert_{H^s(\mathbb{R})}, $$ where, of course, $u,v\in…
Neldrock
  • 303
2
votes
0 answers

Is there a comoving nondimensionalization of the Fisher-KPP equation?

I am considering the Fisher-KPP equation in the following form: $$ \frac{\partial u }{\partial t'} = D \frac{\partial^2 u}{ \partial x'^2} + \rho u(1-u) $$ Now, with the nondimensional variables: $$ t= \rho t',\\ x = \sqrt{\frac{\rho}{D}}x' $$ I can…