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

Heat equation with boundary condition paradox

A uniform, heat conductive sphere of radius $\rho$ is perfectly insulated and is heated by a uniform, internal (and constant) heat source $q$. The PDE is: $$\frac{\partial T}{\partial t}=\alpha\left(\frac{1}{r}\frac{\partial}{\partial…
Gert
  • 369
4
votes
3 answers

Poisson equation inside a ball $B(0, 1)$

Find the solution of the Poisson equation inside a ball $B(0, 1)$, i.e.: $$\begin{cases} \Delta u=x^{2} \ \ \ in \ B(0,1)\\u=3 \ \ \ on \ \partial B(0,1)\end{cases}$$ ($x^2=x\cdot x$, $x\in \mathbb{R}^{2}$) I have the following formula for the…
4
votes
1 answer

Finding all radial solutions for biharmonic equation $\Delta^2u=0$ in $n$ dimensions

I need help finishing the proof: Let $u(x) = v(|x|)$ be a solution of the problem $\Delta^2u = 0$. Where $\Delta^2u = \Delta(\Delta(u))$ is the Bilaplacian operator. We have by standart calculus that $$\frac{\partial}{\partial x_i}v(|x|) =…
4
votes
1 answer

How to prove that: $\phi^{2}(0) \leq \|\phi\|^2_{L^{2}}+\|\phi'\|^{2}_{L^{2}}$

Let $\phi$ be a function and $\phi \in C^{\infty}(\mathbb{R}_{+},\mathbb{R})$ with compact support and $\mbox{supp }{\phi} \subset [0, \infty)$. I want to prove that: $$\phi^{2}(0) \leq \|\phi\|^2_{L^{2}}+\|\phi'\|^{2}_{L^{2}}.$$ Someone give an…
Iuli
  • 6,790
4
votes
1 answer

Closed form solution to a divergence condition

I've been stuck on a problem and I was wondering if anyone would be able to help me. I am trying to solve the following divergence problem explicitly for $\vec{A}$ $$\nabla \cdot \vec{A} = \nabla \phi \cdot \nabla (\nabla^{2} \phi) - (\nabla^{2}…
Matthew Cassell
  • 4,248
  • 4
  • 21
  • 30
4
votes
0 answers

Bounded solutions of the differential equation $f = af_x + bf_y$ are zero.

Suppose $f: \mathbb{R}^2 \to \mathbb{R}$ has continuous partial derivatives and $f = a\frac{\partial f}{\partial x} + b \frac{\partial f}{\partial y}.$ Prove that $f = 0$ if $f$ is bounded. If $a=0$ or $b=0,$ I was able to solve the problem. If…
Display name
  • 5,144
4
votes
1 answer

Solving "Square" PDE

I'm trying to find all solutions to: $$f_{xx}+2f_{xy}+f_{yy} = 0$$ I noticed that if we let $D = \frac{\partial}{\partial x} + \frac{\partial}{\partial y}$ then we are looking for the kernel of $D^2$. I'm not sure where to go from here though.
mtheorylord
  • 4,274
4
votes
2 answers

how to solve this PDE

How to find general solution of the PDEs $$\frac{∂^2u}{∂x^2}-\frac{∂^2u}{∂y^2}=x^2y^y$$ the problem is the term $y^y$ in the equation. May i solve it by transforming into the canonical form? I have tried but it lead to a complicated equation. Please…
4
votes
1 answer

Find $m,n$ so that $u(x,t)=t^mf(xt^n)$ is a solution to $u_t+uu_x=\nu u_{xx}$

Consider the viscous Burgers’ equation $$u_t + uu_x = \nu u_{xx},\nu > 0.$$ Identify the exponents $n,m$ such that self-similar solutions of the form $u(x,t) = t^mf(xt^n)$ can be obtained. Write down the resulting ODE for the function…
user30523
  • 1,681
4
votes
1 answer

Signed Distance Function and the Eikonal Equation

If $\Omega$ is a subset of a matric space $X$ with metric, $d$, then the signed distance function $f$, is defined by $f(x) = \begin{cases} d(x, \partial \Omega) & x \in \Omega\\ -d(x, \partial \Omega) & x \in \Omega^c \\ …
4
votes
2 answers

PDE Cauchy problem

Question: Find the general solution of the equation $$y\dfrac{\partial z}{\partial x}+2z\dfrac{\partial z}{\partial y}=\frac{y}{x}$$ Then solve the Cauchy problem with Cauchy data $$x=y^2, \ \ z=2$$ That is, find the integral surface of this equation…
John Echo
  • 197
4
votes
1 answer

Solving a simple partial differential equation

I want to solve the following partial differential equation: $$2\frac{\partial^2u}{\partial x^2} - \frac{\partial ^2u}{\partial x\,\partial y} - \frac{\partial ^2u}{\partial y^2} = 0$$ It's hyperbolic, so I converted it to canonical form, using…
Sapph
  • 189
4
votes
1 answer

Linearization of a wave-like equation

I have been trying to understand some linearization argument of a recent paper on a wave-like equation. In order to give a bit of context to my question, let us consider the following equation $$ u_{tt}+2\alpha u_t-\Delta u+u-f(u)=0, \qquad…
Sharik
  • 1,367
4
votes
1 answer

Solving the PDE

Find the function $f=f(x,u,u')$ for which the equality $$\frac{\partial}{\partial x}\left(\frac{\partial f}{\partial u'} \right)=\frac{\partial^2}{\partial x^2}\left( u+u^2\right)$$ holds. Here, $u=u(x)$ and $u'=\partial u/\partial x$. It is…
drabus
  • 256
  • 2
  • 8
4
votes
2 answers

Please help with this boundary value problem

I came across the following problem and I am stuck on it : Let $u$ be a solution of the boundary value problem $u''+\dfrac{1}{t}u'=f(t),t \in (0,1)$ and $u'(0)=a,u(1)=b.$ Define for $x^2+y^2 \leq 1,v(x,y)=u(\sqrt {x^2+y^2})$ and $g(x,y)=f(\sqrt…
user52976