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

Question about estimates in proof of $W_0^{1,p}(\Omega)$ being zero trace space in Evan's PDE text

QUESTION: So I don't understand how he gets the last line of the proof. Namely, how we go from $$u_m(x',x_n)\leq u_m(x',0)+\int_0^{x_n}u_{m,n}(x',t)dt$$ to $$\int_{{\mathbb{R}}^{n-1}}u_m(x',x_n)\leq…
Enigma
  • 3,909
2
votes
1 answer

Question on Evans' treatment of elliptic 2n order equations

I am working through L.C.Evans' Partial Differential Equations -- the chapter on second-order elliptic equations. I have got a general question on symmetric vs. non-symmetric elliptic operators. Consider an operator of the form $\displaystyle Lu =…
shuhalo
  • 7,485
2
votes
1 answer

How to identify boundary conditions for Laplace

This is a Laplace equation on an annulus $1\leq x^2+y^2 \leq 4$, where $u(2,\theta)=f(\theta)$ and $u(1,\theta)=g(\theta)$. I have never understood how we determine boundary equations, which ones to use, and how many we need. One has to do with…
BadAtMath
  • 429
2
votes
1 answer

General solution for: $y^{5}u_{xx}-y.u_{yy}+2u_y=0$

After transforming the PDE: $$y^{5}u_{xx}-y.u_{yy}+2u_y=0$$ into canonical form, I get: $$-4y^{5}.v_{\xi\eta}+2y^{2}.(v_{\xi}+v_{\eta})=0$$ where $$ \begin{cases} \xi=\frac{y^3}{3}-x\\ \eta=\frac{y^3}{3}+x \end{cases} $$I have no idea finding the…
2
votes
1 answer

First order PDE with Method of Characterization.

Consider the P.D.E. $u_x + u_y = 1$ subject to the initial condition $u(x, y) = h(x, y)$ for $(x, y) ∈ Γ$ where $Γ$ is a given smooth curve and $h : Γ → \mathbb{R}$ is a given smooth function. a. Find a smooth initial curve $Γ$ passing…
Extremal
  • 5,785
2
votes
1 answer

PDE standard form chain rule derivations

I am currently reading a document on analytical solution of second-order PDE's which reads the following: We could define new independent variables $\xi(x,y)$ and $\eta(x,y)$.... As before we compute the chain rule derivations: $$\frac{\partial…
user32882
  • 702
2
votes
1 answer

Separation constant of helmholtz PDE ?

For the PDE $$ u_{xx}+u_{yy} + c^2u = 0$$ We have $$ \frac{X''}{X} + \frac{\ddot{Y}}{Y} + c^2 = 0$$ How in general should we determine the separation constant, $\lambda$? And in this case what would be the most suitable one?
Btzzzz
  • 1,113
2
votes
0 answers

Show that $u(x,y)=f(2y+x)+g(2y-x^2)$ is a general solution of the following equation

Show that $u(x,y)=f(2y+x)+g(2y-x^2)$ is a general solution of the equation $$u_{xx}-1/xu_{x}-x^2u_{yy}=0$$ Finding $u_x, u_t, u_{yy}$ , we substitute them to the Pde and confirm equality, right? or how to show it?
user384789
2
votes
0 answers

Prove the uniqueness of the solution

Let $\Omega \subset \mathbb{R}^n$ be a bounded $C^1$-domain and $\varphi$ be a continuos function on $\partial\Omega$. Let $u\in C^2(\Omega ) \cap C^1(\bar{\Omega})$ a solution of the problem: $$\Delta u -u^3=f\qquad \text{in}\quad\Omega$$ $$u…
BA_94
  • 31
2
votes
1 answer

Proof of Huygens Principle

My book references this principle but does not prove it. Could someone give the proof? The context for the principle in in 3 Space - 1 Time dimensions for the wave equation. $$\int_{B(0,c(T-s))} (u_t^2 + c^2|\bigtriangledown u|^2 )(x,s)dx \leq…
2
votes
1 answer

The number of initial conditions of Cauchy problem for PDE

This number, is it always equal to the order of the differential equation? in which case, one can reduce this number? thanks in advance
MAK
  • 215
  • 1
  • 7
2
votes
2 answers

PDE characteristic equation

I'm having trouble with this IVP PDE problem. $uu_x +yu_y=x$ with initial conditions $x=s$, $y=s$, and $u=2s$ I get $dx/dt=u$, $dy/dt=y$, and $du/dt=x$ From there I get $x = ut+s$, $y=se^t$, and $u=xt+2s$ I tried to solve for t and s in terms of x…
2
votes
0 answers

Find the solution

for the equation $u_x^2+u_y^2=u^2$ find the integral surfaces passing through the circle $x=cos(s)$ $y=sin(s)$ $z=1$ I'm a little confused about finding all characteristic strips. Usually we are given initial data, so can I assume the initial curve…
2
votes
1 answer

Looking for energy functional

I'm pretty sure that this is a stupid question, but I'm having troubles in writing down the energy functional of an elliptic pde. That is, what's the energy functional of the problem $$\begin{cases}-\Delta u =…
glop
  • 21
2
votes
1 answer

Deriving general solution of a PDE $ \frac{ \partial u }{\partial x } + \frac{ \partial u }{\partial y } = \sqrt{ u } $.

We have the PDE $$ \frac{ \partial u }{\partial x } + \frac{ \partial u }{\partial y } = \sqrt{ u } $$ The characteristic curves are $$ dx = dy = \frac{ d z }{\sqrt{z} } $$ Solving this system, we obtain that $$ x = 2 \sqrt{z} + A $$ $$ y = 2…
ILoveMath
  • 10,694