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

Transforming a PDE to an ODE

Considering the…
ppp
  • 13
1
vote
0 answers

How to verify this PDE solution?

I was following this example from Griffiths (example 3.3). The solution to the following problem $$\frac{\partial^2 V}{\partial x^2}+\frac{\partial^2 V}{\partial y^2}=0$$ $$V(y=0,a)=0$$ $$V(x=0)=V_0$$ is $$V(x,y) = \sum_{n=1,\text{odd}}^\infty…
1
vote
2 answers

Verify the rarefaction wave solution of a general convex scalar problem

I am self-studying Numerical Methods for Conservation Laws by Leveque. I've been stuck on Exercise 3.7 for a while. Question Consider a general conservation law $$ u_t+f(u)_x=0 $$ where $f(u)$ is convex. Suppose we have initial…
nwsteg
  • 329
1
vote
3 answers

Existence theorem of weak solutions of $u_t+f(u)u_x=0$

Consider this PDE: $\begin{cases}u_t+f(u)u_x=0\\ u(x,0)=\varphi(x)\end{cases}$ Has this PDE weak solutions whatever is $f$ or $\varphi$? I want to find an existence theorem and bibliography about that? Can anyone help me? Thanks in advance!
1
vote
0 answers

Constant solution

without boundary conditions, isn't every positive constant function a positive weak solution of the Trudinger equation, that is: $\displaystyle\int\int -u^{p-1}\phi_t + |\nabla u|^{p-2}\nabla u\cdot \nabla\phi\,dx\,dt =0$ for all non-negative…
1
vote
0 answers

Notation regarding pde

Often regarding pde's I see that a weak solution has to be in the space $L^p_{\text{loc}}(0,T,W^{1,p}_{\text{loc}})$ on some domain. What exactly does this mean? I understand that the function and it's weak gradient need to be in $L^p$, but what…
1
vote
0 answers

Laplace Equation, Separation of Variables, Evaluating the 3 cases

I am working on a $2D$ steady state heat equation (Laplacian). I did Separation of Variables and am evaluating $3$ cases ($k>0, k<0, k=0$). The problem is a cylinder with height 1 and radius 1, where the temperature is 1 on the top, and 0 on the…
1
vote
0 answers

Find the entropy solution of the PDE?

I am struggling with the similarity solution method laid out in Evan's PDE to find the entropy solution of a PDE. This is one example we briefly touched on in class but class ended and we never came back to it. Compute explicitly the entropy…
MrStormy83
  • 639
  • 4
  • 14
1
vote
1 answer

How to solve $\frac{\partial^2u}{\partial x\partial t}=-\frac{\partial u}{\partial t}+\sin(x)e^{-x}$

How to solve $$\frac{\partial^2u}{\partial x\partial t}=-\frac{\partial u}{\partial t}+\sin(x)e^{-x}$$ I'm looking for one solution only. I was reading about separable variables, but I'm not sure if it will work in this case, as it has an extra term…
Valent
  • 3,228
  • 1
  • 15
  • 28
1
vote
0 answers

How to solve Dirichlet problem with nonhomogeneous boundary conditions

The problem I'm working on asks to use separation of variables to derive a solution of the Dirichlet problem for the right quarter-plane $x>0,y>0$ if $u(x,0)=f(x)$ for $x>0$ and $u(0,y)=g(y)$ for $y>0.$ I carried out the separation of variables and…
1
vote
0 answers

Proof of the method of characteristics for solving PDEs

This is essential the method of characteristics. Suppose a linear differential equation with of two variables: $$a(x,y)u_x + b(x,y)u_y=c(x,y)$$ This can be rewritten in vector notation: $$(a(x,y),b(x,y),c(x,y))\cdot (u_x,u_y,-1)=0$$ Which is…
Boy
  • 427
1
vote
0 answers

How to solve the PDE $2u_x(x,t) + 3u_t(x,t) = 0$ with $u(x,0) = f(x)$?

Solve the PDE $2u_x(x,t) + 3u_t(x,t) = 0$ for all $(x,t) \in \mathbb{R}^2$ with $u(x,0) = f(x)$ for all $x \in \mathbb{R}$, where $f \in L^1 \cap \mathcal{C}^1$. Hint: Use Fourier transformation on the PDE and the initial condition. I do not quite…
3nondatur
  • 4,178
1
vote
0 answers

Fractional Laplacian of a measure

I am wondering whether it is possible to define, by duality, the fractional Laplacian of a measure $\rho$, for $0
Sugiton
  • 31
1
vote
0 answers

Solutions of a system of second order PDE using ray method

I find a solution of the following PDE system: $\epsilon^2\left(\Phi_{xx}+\Phi_{yy}\right)+\Phi_{zz}=0$ for $z\lt0$ and $g\Phi_z+\epsilon^2V^2\Phi_{xx}=0$ for $z=0$ with $\epsilon\ll1$ with $V=const$. Is it possible to use the ray method in this…
1
vote
0 answers

PDE + Time dependent Boundary Condition

I have derived the following PDE: $$\frac{\partial^2{u}}{\partial{t}^2} - \frac{\partial^2{u}}{\partial{y}^2} + \frac{\partial{u}}{\partial{t}} = 0$$ Boundary and initial conditions $$u(0,t) = 0, \hspace{5mm} u(H,t) = A\cdot cos(\omega\cdot t) \\\\…
Bob
  • 11