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

Heat transfer in a cylinder. Inhomogeneous PDE

I have a problem of heat distribution in a solid cylinder with the heater in the middle, which I take as $\exp(-r^2)$. $$\frac{\partial u(t,r)}{\partial t}=a^2\frac{\partial^2 u(t,r)}{\partial r^2}+\frac{\partial u(t,r)}{r\partial…
3
votes
2 answers

Solution of a PDE

Solve $\displaystyle \frac{\partial^2 z}{\partial x^2}+z=0$, given that when $x=0$, $z=e^y$ and $\displaystyle \frac{\partial z}{\partial x}=1$. My Attempt: Integrating w.r.t x twice (keeping y constant) $\displaystyle \frac{\partial z}{\partial…
square_one
  • 2,317
3
votes
1 answer

characteristic coordinate method to solve wave equation

In solving wave equation $u_{tt}=c^2u_{xx}$ by characteristic coordinate it is chosen that $\epsilon =x+ct$ and $n=x-ct$. But how was it decided that this was the transformation required.How do we know that the transformation should be selected so…
sam_rox
  • 1,341
3
votes
2 answers

The analytical solution for advection-diffusion equation with source term.

We have: $$\frac{\partial w}{\partial t} + a(x) \frac{\partial w}{\partial x} - v \frac{\partial^2 w}{\partial x^2} = f(t)$$ within a domain $x \in [0,1]$ Simplest Sample is $a(x) = 1$ (constant) and $v = 0.01$ (constant) and $f(t) = 1$ with the…
user157087
  • 31
  • 3
3
votes
1 answer

Periodic Green's function in $\mathbb{R}^3$

A while ago I asked about the Green's function on the surface of a cylinder in $\mathbb{R}^3$, and it turned out to be very easy to compute by conformally mapping the cylinder to the half-plane. Now I'm interested in the Green's function of the…
user7530
  • 49,280
3
votes
2 answers

How to solve this Poisson's equation

I want to solve Poisson's equation given by $$ \partial_t f = \nabla^2f = \partial^2_r f + \frac{1}{r}\partial_r f $$ on a circular disc, so it is 2D. I use separation of variables to write $f=R(r)T(t)$, which gives me these equations for $R$ and…
BillyJean
  • 730
3
votes
1 answer

Does "partial integration" exist analogous to partial differentiation (in general)?

I want to know whether "partial integration" exists analogous to partial differentiation in ordinary calculus for functions of several variables.
3
votes
1 answer

Domain decomposition

Could any body help me to understand that how \begin{align*} -\Delta u=f \hspace{0.2cm}\text{in}\hspace{0.2cm}\Omega\\ u=0\hspace{0.2cm}\text{on}\hspace{0.2cm}\Gamma \end{align*} equivalent to solving \begin{align*} -\Delta u_{1}=f…
Acharya
  • 81
  • 3
3
votes
1 answer

How do we get the relation: $\max\limits_{(x,y) \in \overline{D}} u(x,y) = \max\limits_{(x,y) \in \partial{D}} u(x,y)$?

Let $D$ a bounded coherent space in $2$ or $3$ dimensions. Let $u: \overline{D} \rightarrow \mathbb{R}$ a function that is continuous at $\overline{D}$ and harmonic at $D$ $\Rightarrow C^2(D)$ Then, both the maximum and minimum of $u$ at…
Mary Star
  • 13,956
3
votes
2 answers

First order Cauchy problem

I'm trying to solve the PDE \begin{align*} au_x + (bx+cu-1)u_y = d \\ u(x,0) = 0. \end{align*} So far, I got the solution for the case $cd-ab \neq 0$ as \begin{align*} u(x,y) = \frac{d}{cd-ab}\left( 1-bx-\sqrt{(1-bx)^2+2(cd+ab)y}…
3
votes
1 answer

How do you pronounce Korteweg–de Vries

As stated in the title, how do you pronounce Korteweg-de Vries? I've always just heard it referred to as "KdV" but I have to give a talk on it so I'd like to know how to pronounce it properly.
3
votes
2 answers

Why can we assume the separation constant?

I am starting a project using the wave equation and I don't understand why when doing separation of variables, we can assume the following, where the equation has already been separated. $$\frac{1}{c^2h}…
3
votes
1 answer

How find a solution to this PDE $\frac{xf'_{x}}{f'_{y}}+\frac{yf'_{y}}{f'_{x}}+x+y=C$

let $C$ is give the constant ,if the function $f(x,y)$ such $$\dfrac{xf'_{x}}{f'_{y}}+\dfrac{yf'_{y}}{f'_{x}}+x+y=C$$ Find the all $f(x,y)$ I found this problem one solution: $$f(x,y)=\sqrt{x}+\sqrt{y}-C$$ is such it,because…
math110
  • 93,304
3
votes
0 answers

Integral representation of directional derivative

We consider the Dirichlet problem $$ \begin{array}{c} \Delta\psi(x) + v(x)\psi(x) = 0, \;\;\; x \in D \\ \psi|_{\partial{D}} = f \end{array} $$ in some bounded region $D$ with smooth boundary $\partial D$. The operator $\Phi$ is defined by…
Appliqué
  • 8,576
3
votes
0 answers

Prove that $L[X] = \frac{(pX')' - qX}{r}$ is a formally self-adjoint operator for continuous $p, q,r$ functions.

$$\Large\textbf{Given Problem}$$ Let $p,q,r$ be continuous functions on $[0,L]$ such that $p'$ is also continuous, and $p$ and $r$ are positive. Define $$L[X] = \dfrac{(pX')' - qX}{r}$$ Show, using integration by parts, that $L$ is a formally…
NasuSama
  • 3,364