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

Solve the partial equation $(y-u)u_x+(x-y)u_y=u-x$

By Lagrange by adding all the equations we have $dx+dy+dz=0$ implies $x+y+z=c_1$ but i couldn't get any other useful equation .
2
votes
1 answer

Cauchy problem $u_x+xu_y=0$ and $u(x,0)=e^x$

Let u be a solution of the following PDE $u_x+xu_y=0$ and $u(x,0)=e^x$ then u(2,1) and u(-2,1)? I did this by using Cauchy method, but I got stuck in sign having square root..
Tony
  • 151
2
votes
0 answers

PDE energy problem

Consider the PDE \begin{align} u_{tt} - \nabla \cdot (c^2 \nabla u) + qu &= 0 \\ u(0,x) &= g(x) \\ u_t(0,x) &= h(x) \end{align} where $c, q \geq 0$ depend only on $x$ and $0 < c_1 \leq c(x) < c_2$ for all $x \in \mathbb{R}^n$. a) Fix $x_0 \in…
Student
  • 25
2
votes
0 answers

Uniqueness of limit points of a gradient equation $u'+\nabla_u f(u)=0$ in one dimension

Assume $D\subset \mathbb{R}^d$ is a domain, $f:D\rightarrow \mathbb{R}$ smooth $u:[0,\infty)\rightarrow D$ is vector valued and bounded, where $u=u(t)$ is satisfying $u'+\nabla_u f(u)=0$ Now, assume $\exists \{t_k\}\subset [0,\infty)$ such that…
Jungleshrimp
  • 1,585
2
votes
0 answers

Solve PDE with Laplace or ODE with particulate solution (simplify expression)

Question Find the solution for $u_t = iu_{xx}$, for $ x \in \mathbb R$ and for $t \gt 0$, with the initial condition $u(x,0) = exp(-x^2)$. Solution For the assignment I get to use any transformation method (Laplace, Fourier and possibly separation…
2
votes
1 answer

Radial solutions to Possion equation with Robin condition in annulus

Let $\Omega$ be an annulus with inner radius $R_1$ and outer radius $R_2$, and $\beta>0$. Let $u$ solve the equation $$ \begin{cases} -\Delta u=1\quad &\mbox{in $\Omega$}\\ \frac{\partial u}{\partial\nu}+\beta u=0\quad &\mbox{on } \partial…
student
  • 1,820
2
votes
1 answer

Find a positive solution for the Dirichlet problem $- \Delta u = |u|^{q-2} u$ in $\Omega$ for $2 < q < +\infty$ from sub-supersolution method

Consider the problem \begin{align*} (P) \begin{cases} - \Delta u &= |u|^{q-2}u \ \text{in} \ \Omega,\\ u &= 0 \ \text{on} \ \partial \Omega, \end{cases} \end{align*} where $\Omega \subset \mathbb{R}^N$ is a bounded domain and $2 < q <…
George
  • 3,817
  • 2
  • 15
  • 36
2
votes
1 answer

Uniqueness of Quasilinear Monge Cone

(This page & the page before it are a source for my question if required) When solving a nonlinear first order pde $F(x,y,z,p,q) = 0$ one can use the implicit function theorem to solve this for, say, $p$. At a fixed point $(x_0,y_0,z_0)$ we then…
bolbteppa
  • 4,389
2
votes
0 answers

Solve this first-order PDE: $u_x - a(x,t) u_t/u = 0$

I have a problem with the following first-order PDE: \begin{equation} \frac{\partial u}{\partial x} - a(x,t)\frac{1}{u}\frac{\partial u}{\partial t} = 0 \end{equation} where $a(x,t)$ is a smooth and well-behaved function. I am looking for its…
2
votes
1 answer

Partial differential equation objective question.

Consider the partial differential equation $$xp^2+yq^2+(x+y)(pq)-u(p+q)+1=0$$ where $p=\frac{\partial u}{\partial x}$ and $q=\frac{\partial u}{\partial y}$ Then which of the following statements are true ? $1.$ The general solutions can be expressed…
neelkanth
  • 6,048
  • 2
  • 30
  • 71
2
votes
0 answers

why solution of first order PDE is constant along characteristics

The method characteristics is a way to reduce a PDE to a system of ODEs, then it is said that solution $u$ of PDE has to be constant along characteristic curves. Basing on this idea we build a solution as a arbitrary function of first integrals. But…
2
votes
1 answer

Converting a special case of telegrapher's equation into the Klein-Gordon equation

I am trying to convert the following special case of the telegrapher's equation into to an equation that does not consist of first-order partial derivatives: $$w_{tt}+k(t)w_t-\alpha^2w_{xx}=0\tag{1}$$ Note that $w = w(t,x)$ and that I am using the…
2
votes
0 answers

Schrodinger Equation 2D delta potential

Consider $$ (-\frac{\partial^2}{{\partial x}^2}-\frac{\partial^2}{{\partial y}^2}+2c\delta (x - y))\psi(x,y) = E \psi(x,y)$$ with boundary conditions $\psi(0,y) = \psi(L,y) = \psi(x,0) = \psi(x,L) = 0$ The equation simplifies to not include the…
2
votes
1 answer

does solution to homogeneous heat equation always attains it's maximum at parabolic boundary?

The following is statement of weak maximum principle for heat equation. $(1)$ What does it mean mean by $C(\bar Q_T)$? I mean I know $||f||_{C^k(\Omega)} = \sum_{n=0}^k \sup|f^{(n)}(x)|_{x \in \Omega}$ and order (or whatever it is called) of norm…
2
votes
0 answers

Solving divergence PDE

My question goes along a similar line as this other one that was left unanswered because the OP did not have enough equations to produce a solution. I want to solve for the vector field $\mathbf f(\mathbf r)$, defined over $V\subset\mathbb R^3$,…
Chaotic
  • 163