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

How does separation of variables work here?

$$\frac{\partial^4 X}{\partial x^4}+\frac{2}{Y}\frac{\partial ^2 X}{\partial x^2}\frac{\partial^2 Y}{\partial y^2}+\frac{X}{Y}\frac{\partial^4 Y}{\partial y^4}=0\tag{3-70}$$ Requiring that $(\partial^2 Y/\partial y^2)/Y$ and $(\partial^4 Y/\partial…
SGJ
  • 19
1
vote
0 answers

Finding the differential equation satisfied by a 2-variable functions

Let suppose that $a \in \mathbb{R}$ is a real number. For any pair of two real numbers $(x,y) \in \mathbb{R}^2$ we define the function $G(x,y) = x \cos(xy)\sin(ay) + a \sin(xy)\cos(ay)$ We are looking for a PDE using partial derivatives (possible…
The Wave
  • 111
1
vote
0 answers

Bounding mixed derivatives by Laplacian ($L^\infty$ regularity estimate)

Suppose that $u\colon \mathbb R^d \to \mathbb R$ is twice-differentiable and 1-periodic along each axis. Can the maximum norm of the Hessian be controlled by the maximum norm of the Laplacian, i.e. does there exists $C$ such…
1
vote
1 answer

Differential equation for spherically symmetric function

During my physics research in cosmology I encountered a differential equation of the following type ($f,g$ are functions that only depend on the spherical coordinate $r$, $\partial_i$ means $\partial/\partial x^i$ where $x^i \in \{x,y,z\}$…
1
vote
1 answer

Particular solution of a non-homogenous partial differential equation.(corrected)

$$ax^2\frac{\partial^2 v}{\partial x^2}+bx\frac{\partial v}{\partial x}+c\frac{\partial^2 v}{\partial y^2}=10x^2+9x+6$$ where $a,b,c$ are constants, initial conditions: $v(x,0)=0,v(0,y)=0$ i tried separation method but can't get particular solution…
anks
  • 11
1
vote
1 answer

How to solve the PDE $2u_x − u_y = 10u + 5e^{ x−3y} , u(x, 0) = x^2 e^{4x} − e^x$ .

I can't figure out what method to use for this question. I tried the coordinate method to find the equation, but that didn't work. Then I tried the Lagrange's auxiliary equations method, but that didn't work either. I'm just trying to find the…
1
vote
1 answer

The existence of a unique local solution of a system of partial differential equations

I consider a system of partial differential equations in the region $V \subset R^n$, given by $\frac{\partial u}{\partial x_i} = F_i(x_1, \cdots, x_n)$. Each $F_i$ is assumed to be infinitely differentiable with respect to each $x_i$ in $V$. The…
1
vote
1 answer

Viscous Burgers Equation on a Ring

I am trying to solve for the Viscous Burgers Equation on a Ring $$ u_t + u u_x = \nu u_{xx};\; (x,t) \in [0,1) \times \mathbb{R}_+ $$ $$ u(x,0) = \phi(x) $$ $$ u(0,t) = u(1,t) $$ $$ u_x(0,t) = u_x(1,t). $$ From a Cole-Hopf transformation, this…
1
vote
0 answers

Understanding setting h = 0 in derivation of simple transport PDE

In deriving the simple transport PDE, Strauss "Introduction to Partial Differentials" shows however, why is setting $h = 0$ necessary? I provide my attempt at the derivation below, and I don't see where $h = 0$ is required to get equation…
1
vote
1 answer

Showing the largest subset where the solutions of a P.D.E. coincide

The problem Consider the equation: $$xu_x - yu_y = 0.$$ Let $u$ and $v$ be functions in $\mathcal{C}^1$ that solve the equation above and knowing that $u(1, y) = v(1, y)$, determine the largest subset $A \subset \mathbb{R}^2$ where $u$ and $v$…
Occhima
  • 211
1
vote
1 answer

Solving Louiville's equation via Backlund transformation

Consider Let $v$ be any solution of the wave equation in double-null coordinates: $v_{x t}=0$. Show that the two equations: $$ u_x+v_x=\sqrt{2} \exp \left(\frac{u-v}{2}\right), \quad u_t-v_t=\sqrt{2} \exp \left(\frac{u+v}{2}\right), $$ are…
1
vote
1 answer

Is there a method for taking an asymptotic solution of a PDE and using it to find a general solution to the equation?

I have found a special solution to the Estevez-Mansfield-Clarkson equation. $u(y,t) = \frac{y^2}{3 \beta t}$ solves $u_{yttt} + \beta u_yu_{yt} + \beta u_{yy} u_t + u_{tt} = 0$ This is the asymptotic solution, which is the general solution with…
1
vote
0 answers

Trying to understand pointwise conservation laws

On page 82 of Tao's Nonlinear dispersive equations: local and global analysis he talks about conservation laws. He introduces $E(t) = \int_{\mathbb{R}^d}{e_0(t, x)dx}$ and that this can be manifested in a local form via a pointwise conservation…
roundsquare
  • 1,447
1
vote
1 answer

Second-order PDE with $H^{-2}$ right-hand side

I have a second-order PDE $$ \mathcal{L} u = f \text{ + homogenous Dirichlet boundary conditions} $$ and I can prove that the bilinear form of the weak form of the differential equation fulfills all prerequisites of the Lax-Milgram Theorem, such…
1
vote
1 answer

Prove that the solution to a PDE is non-unique

Given the PDE: $$x u_x - y u_y = 0$$ How do I show that every solution that satisfies $u(1, y^{3}) = y^3$ is not unique?. If we apply the method of characteristics to this PDE, we get that: $$u(x, y) = f(x y)$$ Applying the condition $u(1, y) =…
Occhima
  • 211