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

Radially Symmetric Solutions of a Nonlocal Nonlinear Transport Equation

I'm reading a paper studying the following IVP of a density $\rho: \mathbb{R}^{n} \times \mathbb{R}^{\geq 0} \rightarrow \mathbb{R}$ $\rho_t + \nabla \cdot (\rho v) =0$ $\rho(\alpha,0) \equiv \rho_0 (\alpha)$ where $v = k \ast \rho$ and $k:…
2
votes
1 answer

PDE to obtain function $(x,y)\mapsto C x^{\alpha} y^{1-\alpha}$

If I want to calculate the function $C\cdot x^{\alpha}$ I have to solve the differential equation $$\frac{dy}{dx}\cdot \frac{x}{y}=\alpha$$ $\frac1y \, dy=\alpha\cdot \frac1x \,dx $ $\int \frac1y \, dy=\int \alpha\cdot \frac1x \,dx $ $\int \frac1y…
callculus42
  • 30,550
2
votes
1 answer

Weak harmonic map

Let $\Omega$ be the unit sphere in two Or three dimensions. Why is then $(\nabla u, \nabla w)=(|\nabla u|^2u,w)$ for all testfunctions w in $C_0^\infty(\Omega, R^n)$? How to compute it?
gurfd
  • 23
2
votes
1 answer

The choice of the additive constant in the fundamental solution of the Laplace operator

What we usually call "fundamental solution of the Laplace operator" is the following function defined on $\mathbb{R}^n\setminus\{0\}$: $$\tag{1}\Phi(x)=\begin{cases} \frac{-1}{2\pi} \log r & n=2 \\ \frac{-1}{(2-n)n\alpha(n)} \frac{1}{r^{n-2}} & n…
2
votes
0 answers

How to check if 2 PDEs have the same solution?

I have a formula that generates PDEs: $$ \partial_t^{k_0}g(t)\partial_x \partial_t^{n-k_0}F(x,t)\frac{(n-1)!}{(n-k_0)!(k_0+1)!}+\partial_t^nF(x,t)=0 $$ I don't think any other information is necessary except that…
2
votes
2 answers

Partial differential equation with chain rule

Problem statement: Consider the PDE: $x\frac{\partial f}{\partial x}+y\frac{\partial f}{\partial y}=\frac{1}{\sqrt{x^2+y^2}}, (x,y)\neq (0,0) $ Determine all solutions to the equation of the form $f(x,y)=g(r)$ where $r= \sqrt{x^2+y^2}$ My…
EricAm
  • 1,070
2
votes
1 answer

Value at $(0,0)$ of the solution to a 2D linear elliptic PDE

The setup is the following. Let $D=(-\frac{1}{2} , \frac{1}{2})^2 \subset \mathbb{R}^2$, $\partial D$ be its boundary. Let $a, b\in \mathbb{R}$ and $f$ be continuous on $\partial D$. Also we assume that $f$ is periodic in the sense that…
2
votes
1 answer

Solve the PDE $ u_{t}+\langle(1,-1),Du(x,y,t)\rangle=\sin(t) $

Find the solution of the following equation $$u_{t}(x,y,t)+\langle(1,-1),Du(x,y,t)\rangle=\sin(t)$$ Where $(x,y,t)\in\mathbb{R}^{2}\times (0,+\infty)$ and initial condition $u(x,y,0)=1$. I try to solve this by characteristic method, note that…
julios
  • 121
2
votes
1 answer

Continuous dependence on parameters for PDEs

In ODEs (or even SDEs), there is this theorem that for a given ODE that depends on a parameter, the solution of the equation depends even smoothly on the parameter (given that the function used in defining the ODE is sufficiently nice). I wonder…
Cloudscape
  • 5,124
2
votes
2 answers

PDE problem: heat equation with periodic BC

I need help with this exercise: Given the PDE $$u_t=-10u_{xx}\tag{1},$$ with periodic boundary conditions in $[-1,1]$: $$u(-1,t)=u(1,t), \qquad u_x(-1,t)=u_x(1,t).$$ A) Obtain the solution $u(x,t)$ if $u(x,0)=u_0(x)=\sin(\frac{\pi}{10}x)$ B) If we…
Mark_Hoffman
  • 1,509
2
votes
1 answer

Discrete spectrum for Schrodinger equation

I am reading Sakurai's Modern Quantum Mechanics. He notes on the solutions to the time-independent Schrodinger equation that We know from the theory of partial differential equations that [the time independent Schrodinger equation in 3D] subject…
Meep
  • 3,167
2
votes
2 answers

How to solve this 1-dimensional heat equation

Find the explicit forumula for the solution of Cauchy problem on ${\mathbb{R}^ + } \times \mathbb{R}$ $\left\{ \begin{gathered} {u_t} - k{u_{xx}} + b{u_x} + cu = 0 \\ u\left( {0,x} \right) = g\left( x \right) \\ \end{gathered} \right.$ I…
Alen
  • 2,012
2
votes
1 answer

energy of initial and boundary value problem

I want to show with the energy method the uniqueness of the solution of the following initial and boundary value problem. $\left\{\begin{matrix} u_{tt}=u_{xx}+f(x,t), & 00\\ u(x,0)=\phi(x), & 0 \leq x \leq L\\ u_t(x,0)=\psi(x), & 0 \leq x…
Evinda
  • 1,460
2
votes
1 answer

How to solve this non-linear system of pdes analytically?

Studying the maxwell equations I came across the following system of coupled pdes $$u_t=\frac{v_x-2(1+t)u}{(1+t)^2}\\ v_t=u_x$$ with initial conditions $$u(x,0)=\sin(x)\\ v(x,0)=-\cos(x)/2$$ where $u=u(x,t)$ and $v=v(x,t)$. I don't expect you to…
OD IUM
  • 335
2
votes
1 answer

Wave equation solution properties

$u\in C^2$ is a solution of the one-dimensional wave equation $u_{tt}=u_{xx}$ with initial values $u(0,x)=f(x)$ and $u_t(0,x)=g(x)$ Now I a little bit confused with the following: I define a function $v\in C^2(\Omega)$ where…
Voyage
  • 919