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

If $f=f(x,y)$, are there any theorems on $\frac{\partial f}{\partial x} =\frac{\partial f}{\partial y}$?

I am solving a bunch of differential equations to find the most general form of some functions satisfying the differential equations. I have arrived at my last differential equation which is: $$\dfrac{\partial f(x,y)}{\partial x} =\dfrac{\partial…
2
votes
0 answers

spectral theory question

Consider the operator $A=D_p^2+ip$, where $Dp=-i ∂_p$, and the domain of A is $$D(A)=\{u \in L^2(R,dp) : Au \in L^2(R,dp)\}.$$ Using the fact that $$ \|Au\|^2=\|D_p^2u\|^2 +\|pu\|^2 +2\langle u,D_pu\rangle $$ and $\|u\|\cdot\|Au\|\ge\|D_pu\|^2$…
user317150
2
votes
1 answer

Dirichlet Problem, upper half space

Is the Dirichlet problem \begin{cases} \Delta u = 0 \text{ in} \mathbb{R}^n_+ \\ u\vert_{\partial \mathbb{R}^n_+} = \varphi \end{cases} always solvable for arbitrary continuous and bounded $\varphi$? Do we have to impose some decaying behaviour on…
2
votes
0 answers

Application of maximum principle for heat equation

I have the heat equation: $$u_t (x,t) -ku_{xx}(x,t)=0 \quad 0
2
votes
1 answer

Some questions on Laplace equation .

While i am revising for exam : I am facing some problems to understand things clearly . Here are my doubts : a) If $u$ solves $\Delta u =0 , x\in \Omega; u=g , x\in \partial \Omega$ for non constant boundary data $g$ with $g\ge0$ and $g(x_0)\> 0$…
Theorem
  • 7,979
2
votes
0 answers

how to solve non-linear pde in two variables

Assuming that $F(x,y) = f(x) + g(y)$ what is the solution of the following partial differential equation? \begin{equation} \left(\dfrac{\partial F}{\partial x}\right)\left(\dfrac{\partial F}{\partial y}\right) + xy = C \end{equation} Here, $C$ is a…
2
votes
1 answer

d'Alemberts's solution on a semi infinite domain with a strange boundary condition

I want to use d'Alembert's solution of the wave equation to find the solution of $$\frac{\partial ^2 u}{\partial x^2} = \frac{\partial ^2 u}{\partial t^2} \qquad (0\leq t, 0\leq x)$$ $$\frac{\partial u}{\partial t}(0,t) = \alpha\frac{\partial…
Anon
  • 21
2
votes
2 answers

Diffusion equation on the positive half-line with Dirac delta-function boundary condition.

The diffusion equation $u_{t} = k^{2}u_{xx}$ has initial boundary conditions $u(x,0) = A \delta(x - x_{0})$, $u(0,t) = 0$ where $A\neq0$ and $x_{0} > 0$ are given constants, and $\delta(\cdot)$ is the Dirac delta-function. I am not sure how to…
2
votes
1 answer

Derivation of inhomogeneous wave equation

Given an inhomogeneous wave equation on the whole line \begin{align} &u_{tt}-c^2u_{xx}=f(x,t),\\ &u(x,0)=0,\\ &u_t(x,0)=0. \end{align} The solution formula…
Sapphire
  • 661
2
votes
1 answer

Problem with changing the boundary conditions of pde

Solve the equation $u_t=u_{xx}$, $x\in[\pi,\pi]$. Subject to $u(x,0)=0$, $u(\pi,t)-u(-\pi,t)=2\pi$, $u_x(\pi,t)-u_x(-\pi,t)=0$. So I started this solving this via the method of separation of variables. If we let $u(x,t)=f(x)g(t)$ we find two…
user2850514
  • 3,689
2
votes
1 answer

A strange differential equation.

When I try to do something with the plasma equation, I stumbled up on an equations like: $$f''+\omega^2f=\exp(i\gamma e^{i\omega_0t})$$ How can I find a particular solution for this equation?
anonymous67
  • 3,458
2
votes
1 answer

Solving a PDE through separation of variables

I have the following PDE: $$x^2u_{xx} - y^2u_{yy}-2yu_y = 0 .$$ after seperating variables, I obtain after separating variables, I obtain $$\frac{x^2}{\phi} \phi '' = - \lambda ,$$ and $$\frac{y^2}{g} g '' -\frac{2y}{g} g' = -\lambda,$$ where…
2
votes
1 answer

Find the general solution to this PDE

I'm asked to find the general solution of $$au_{xx}+bu_{xy}=0$$ With $u=u(x,y)$ and $a$, $b$ real constants. I'm just starting with PDE's, haven't seen any resolution technique except for basic changes of variables and factorizations, and sometimes…
F.Webber
  • 1,081
2
votes
2 answers

$(\Delta u_n)_n$ bounded in $L^\infty(\Omega) \Rightarrow (\nabla u_n)_n$ locally bounded in some space?

Consider a regular bounded open set $\Omega\subset\mathbb{R}^3$, and a set of regular scalar functions $(u_n)_n\in\mathscr{C}^\infty(\Omega)$ such as $\|\Delta u_n\|_{L^\infty(\Omega)} \leq C$. Is it possible to show that $\|\nabla…
xounamoun
  • 564
2
votes
1 answer

Energy estimates to show existence of a PDE

I want to prove that there is a solution to the problem $$u_t = u^{n}u_{xx} + u^m$$ $$u|_{t=0} = u_0 \in C^{1+\alpha}$$ in the domain $S^1 \times (0,T)$ and $n$ and $m$ are positive integers, and $u_0 > 0$. Take $n$ to be even and $m$ to be odd ($n…
TagWoh
  • 215