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

Why are trivial solutions "wrong"?

Why are trivial solutions "wrong"? For example, if I'm solving a PDE and the eigenvalue being zero implies that the solution to the PDE is identically $0$, why do we say that the eigenvalue cannot equal $0$?
Jimm
  • 379
2
votes
1 answer

wave front solutions of the reaction-advection equation

I do not understand how to approach the follwoing question: What are the wave front solutions of the reaction-advection equation $u_t + u_x = u(1 − u)$?
dgc
  • 21
2
votes
1 answer

Using Energy method in finding weak solutions of PDE .

Let us consider $\Omega \subset R^n$ be open , bounded with smooth boundary. Let $f\in L^2(\Omega)$. How can i use direct energy method to prove that there exists unique weak solution $u\in H_0^1 (\Omega) \cap L^3(\Omega)$ of the following equation.…
Theorem
  • 7,979
2
votes
1 answer

A question on PDE $xp-yq=u$ with $u(x,0)=sin(πx/4)$

If $u(x,y)$ is a solution of the Partial differential equation $xp-yq=u$ with $u(x,0)=sin(πx/4)$ then $u(1/√2 ,1/√2)$ is $(1/√2)e^{π/4}$ $(1/√2)e^{1/√2}$ $(π/4)e^{π/√2}$ $(π/4)e^{π/4}$. I tried to solve it using Lagrange's method and got…
Nitin Uniyal
  • 7,946
2
votes
0 answers

Solving $y^2u_{xx}-x^2u_{yy}=0$.

I am abbreviating the amount of steps I'm showing. First off, this is a hyperbolic PDE. So we have $$\eta=\frac{1}{2}x^2-\frac{1}{2}y^2$$ and $$\xi=\frac{1}{2}x^2+\frac{1}{2}y^2$$. Putting it into canonical form: …
emka
  • 6,494
2
votes
1 answer

PDE introductory

I need some help on the following PDE using separation of variables: $$\frac {\delta U}{\delta t}+U =\frac {\delta^2U}{\delta x^2 }, 00 $$ Given that $$ U(0,t)=U(\pi,t)=0, t>0 $$ $$U(x,0)=x(\pi-x), 0
pi-e
  • 137
2
votes
1 answer

First order pde with three independent variables

Problem: Solve the first order equation ${{u}_{x}}+{{u}_{y}}+z{{u}_{z}}=0$ with initial curve $x=t,\text{ }y=0,\text{ }z=\sin t$ . Is my solution correct? $\frac{dx}{ds}=1,\text{ }\frac{dy}{ds}=1,\text{ }\frac{ds}{ds}=z,\text{ }\frac{du}{ds}=0.$ …
2
votes
0 answers

Scaling argument in proof of Caccioppoli's inequality for elliptic PDEs

I am going through a proof of a Caccoppoli inequality for a PDE of the form $$\sum_{|\alpha|, |\beta| \leqslant m} D^{\beta} \left( (-1)^{|\beta|} a_{\alpha\beta} D^{\alpha} u \right) = \sum_{|\beta| \leqslant m} (-1)^{|\beta|} D^{\beta}…
2
votes
3 answers

Why do mathematicans care so much about the incompressible Navier-Stokes equations?

Relativity forbids the existence of perfectly rigid bodies (https://einstein.stanford.edu/content/relativity/q2018.html), because that would imply that the speed of sound would be infinite in such a body in contradiction to relativity. This also…
asmaier
  • 2,642
2
votes
0 answers

PDE: Advection equation with time-dependent BC

We have the following simple advection equation: \begin{equation} \frac{\partial p(x,t)}{\partial t}= - \frac{\partial p(x,t)}{\partial x} , \quad00 \end{equation} We also have the following initial and boundary conditions:…
Hossein
  • 123
2
votes
0 answers

trouble solving $u_t+u_{xxx}=0$ ! Answer involves Airy function

I'm having trouble with solving $u_t+u_{xxx}=0$ for $u(x,t)$ with $u(x,0)=f(x)$. I'm asked to used Fourier Transform method, with the Fourier pair defined by: $F(w)=\frac{1}{2\pi}\int_{-\infty}^{\infty}f(x)e^{iwx}dx$ and…
satokun
  • 677
2
votes
2 answers

Solve $yp^2=2(z+xp+yq)$ using Charpit's method

I want to solve $$yp^2=2(z+xp+yq)$$where, $$p=z_x,q=z_y$$ My attempt: Let $f(x,y,z,p,q)=yp^2-2(z+xp+yq)$ So that $$f_x=-2p,f_y=p^2-2q,f_z=-2,f_p=2py-2x,f_q=-2y$$ As per Charpits method:$$\displaystyle…
Koro
  • 11,402
2
votes
1 answer

Two expressions of KdV Equation

I have seen two expressions of KdV Equation: $$u_t-6uu_x+u_{xxx}=0$$ $$u_t+uu_x+u_{xxx}=0$$ Are they the same? How can I transform one from another?
89085731
  • 7,614
2
votes
2 answers

difficulty in solving first order PDE: $ (y+xz)z_x + (x+yz)z_y = z^2 - 1$

I have the following PDE , which have one solution: $$ (y+xz)z_x + (x+yz)z_y = z^2 - 1$$ $$z(t,1) = t, t > 0$$ first I tried solving with the Lagrange method, but I had difficulty in solving the ODE : $\dfrac {dy}{dx} = \dfrac{x+yz}{y+xz}$ after…
d_e
  • 1,565
2
votes
1 answer

Which of the choices solution of the Cauchy problem?

Consider the Cauchy problem of finding $u=u(x,t)$ such that $$\frac{\partial{u}}{\partial{t}}+u\frac{\partial{u}}{\partial{x}}=0\text{ for }x\in\mathbb{R},t>0\\u(x,0)=u_0(x),\;x\;\epsilon\;\mathbb{R}$$ which choice(s) of the following functions for…
user271336