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
2 answers

Non-linear partial differential equation of order 1

Solve the PDE $$2(pq+py+qx)+x^2+y^2=0$$ where $\displaystyle p = \frac{\partial z}{\partial x}$, $\,\displaystyle q = \frac{\partial z}{\partial y}$ $f_p=2q+2x\\ f_q=2p+2x\\ f_z=0\\ f_x=2q+2x\\ f_y=2p+2y$ Using Charpit's…
Sonal_sqrt
  • 4,711
2
votes
2 answers

Find the general solution to $3u_{tt}+10u_{xt}+3u_{xx}=\sin(x+t)$

Part of my homework is to solve: $$3u_{tt}+10u_{xt}+3u_{xx}=\sin(x+t)$$ My workings: I made a change of variable $\zeta = x+t$ and $\eta = x-t$. This turns the PDE into (after some application of the chain rule and…
Slugger
  • 5,556
2
votes
1 answer

what is the Quasi Linear equation?

Can anyone explain the Quasi Linear Equation A first order PDE is called quasilinear if its coefficients depend on the variable u. A example would help.
Khanak
  • 403
2
votes
2 answers

Solve the PDE $2U_x -3U_y=x$

Solve the PDE $2U_x -3U_y=x$ $u=u(x,y)$ I wanted to make sure my solution is correct: characteristic lines: $3x+2y=d$ Change of variables $w=3x+2y$ $z=y$ The PDE then becomes the ODE: $V_z= w+2z$ Thus the solution is $u(x,y)= (3x+2y)y + y^2 +…
Khanak
  • 403
2
votes
0 answers

Density argument in the definition of weak solution of PDEs

I don't remember how to properly prove the following. Let us consider the following PDE (transport equation): $$ (1) \quad \left\{\begin{array}{l} u_t+u_x=0, \\ u(t,0)=h(t), \\ u(0,x)=u_0(x). \end{array}\right. $$ where $t \in (0,T)$ and $x \in…
2
votes
0 answers

Solving a nonlinear reaction-diffusion PDE

I am trying to find a solution to the nonlinear reaction-diffusion PDE: $$u_t = \Delta u + \lambda u - u^3$$ where $(x,t) \in \Omega \times (0,\infty)$ and $\Omega\subset \mathbb{R}^n$ is a bounded domain with smooth boundary. Additionally, the…
2
votes
1 answer

laplace operator on a laplace

What is the result when Laplace operator is applied on Laplace operator, is it $$\nabla^2(\nabla^2 r)= \nabla^4r = \frac{\partial^4 r}{\partial x^4} + \frac{\partial^4 r}{\partial y^4} + \frac{\partial^4 r}{\partial z^4} $$ or something else with…
2
votes
2 answers

"Vector add to scalar" in left part of Navier-Stokes equation

The left part of Navier-Stokes equation is: $\dfrac{D\vec{v}}{D t}= \dfrac{\partial\vec{v}}{\partial t}+ \vec{v} \cdot\nabla \vec{v}$ Let's take $\vec{v}$ as a two dimentional vector: $(u,v)$. Then: $\dfrac{\partial\vec{v}}{\partial t}$ is…
T X
  • 147
2
votes
0 answers

Smoothing property of the Schrodinger equation

It is well known that the heat diffusion equation $$ u_t - u_{xx} = 0 ,\quad u(0, x ) = f(x) , $$ has the smoothing property. The question is, how about the imaginary equivalent of it, namely the Schrodinger equation? $$ i u_t = u_{xx} ,\quad…
pie
  • 243
2
votes
1 answer

Showing that the energy of the wave equation in $\mathbb R^d$ is constant

Exercise on Stein's/Sharkachi book chapter 6: Let $u(x, t)$ be a smooth solution of the wave equation and let $E(t)$ denote the energy of this wave $$E(t) = \int_{\mathbb R^d} \bigg|\frac{\partial u(x,t)}{\partial t}\bigg|^2+\sum_{j=1}^d…
user2345678
  • 2,885
2
votes
1 answer

unique solution of pde using method of characteristics

I'm solving the pde: $\begin{cases} xu_x + yu_y = 1 + y^2 \\ u(x, 1) = x + 1 \end{cases}$ Make sure to include all pictures of characteristics and justify whether or not you have found the unique solution. I've found a solution using the method of…
dxdydz
  • 1,371
2
votes
0 answers

Find the solution for the PDE system with initial condition.

Find the solution for the problem: $ \begin{equation} \frac{\partial^2 u}{\partial t^2} -c^2\frac{\partial^2u}{\partial x^2}=0\qquad \qquad x\in\mathbb{R}\;,t>0 \\ u(x,0)=e^{-x^2} \qquad \qquad \frac{\partial u}{\partial t}(x,0)=\cos…
rcoder
  • 4,545
2
votes
1 answer

PDE characterizing all spheres in $\mathbb R^{n+1} $ with unit radius and center

This is the problem from Evans PDE Chapter 3. Suppose that the formula $G(x,z,a) = 0$ implicitly defines the function $z = u(x,a)$, where $x,a \in \mathbb R^n$. Assume further that we can eliminate the variables $a$ from the identities …
dxdydz
  • 1,371
2
votes
1 answer

Duhamel's Method

Using Duhamel's Method to solve the problem $$ \begin{align}\begin{cases} c_{t} +v c_{x} = f(x,t)& x \in \mathbb{R} , t> 0 \\ c(x,0) = 0 \end{cases} \end{align} \tag{1}$$ Find an explicit formula when $f(x,t) = e^{-t}\sin(x)$ Attempt The…
user3417
2
votes
1 answer

The singular point of harmonic function

If $B$ is a unit ball in $\mathbb R^n$, then can we find a harmonic function $u$ in $B\backslash \{ 0\} $ such that $\mathop {\lim \inf }\limits_{x \to 0} u = - \infty $ while $\mathop {\lim \sup }\limits_{x \to 0} u = + \infty$ ?
Summer
  • 6,893