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

Solving PDE $u_x+y^2\cdot u_y=0$

I am having a hard time understanding the general solution to this question and require some assistance. The question is: Let there be a solution $u(x,y) $ for the PDE: $$u_x+y^2\cdot u_y=0$$Which satisfies the conditions: $u(3,2)=7, u(4,2)=-6,…
2
votes
1 answer

Principle of superposition after using seperation of variables

To solve a Partial Differential Equation with solution $ u(x,y) $, I separated $u$ into two variables, $u(x,y) = h(x)g(y)$. For background: the resulting differential equations were: $ \frac{h''}{h} = -\frac{g''}{g} = \lambda$ My solution got: For…
2
votes
2 answers

How to solve this PDE with method of characteristics?

I have this problem $$y \frac{\partial u}{\partial x}-x\frac{\partial u}{\partial y}=1,\\u(x,0)=0$$ Using the method of characteristics I have $$\frac{dx}{dt}=y \\ \frac{dy}{dt}=-x \\ \frac{du}{dt}=1$$ Then $$\frac{dx}{y}=\frac{dy}{-x} \\…
2
votes
0 answers

How to solve this non-linear heat equation? A question concerning the paper from De Masi , Ferrari and Lebowitz

In the 1986 paper "Reaction-Diffusion equations for Interacting Particle Systems" from De Masi Ferrari and Lebowitz, one reads: $$\frac{\partial}{\partial t}\tilde{c}(q,q';t)=\frac12\left(\frac{\partial^2\tilde{c}}{\partial…
2
votes
1 answer

Help with Change of Variables for a First Order PDE

I am currently struggling with solving a PDE using the Changing of Variables Method. The equation is as follows: $y^2U_x - xyU_y = xU - 2xy \ $ Now, I understand the basics of Changing of Variables, but I am struggling to find a value for S. My T…
2
votes
2 answers

degenerate equation and its fundamental solution

There is a well established theory for the uniformly parabolic equations, i.e. for equations of the form $$u_t=a(x,t)u_{xx}, x \in D, t\in (0,T], u(x,0)=u_0$$ when $a(x,t)\geq a_0 >0$. In fact, if write the fundamental solution for that (i.e. the…
Medan
  • 1,169
2
votes
1 answer

Closed form solution to linear reaction-diffusion system

I'm looking at a very simple 2 component linear reaction-diffusion system. The equations are: $$\partial_t u = a \, \partial_{xx} u + bw - cu \\ \partial_t w = d \, \partial_{xx} w - bw + cu$$ with $a,b,c,d>0$. There is an internal boundary…
Ian
  • 101,645
2
votes
0 answers

What equations describe stretching an elastic sheet in 2D?

Let me describe the physical scenario first. Suppose that one grabs the boundary of a flat piece of material, stretching it in some direction that lies in the same plane with the material. And suppose this piece of material has varying,…
Syl.Qiu
  • 166
2
votes
1 answer

Solve the given Cauchy problem on the bounded interval

$$u_{tt}-16u_{xx}=0, \quad 0
Sprock
  • 157
2
votes
0 answers

Proving local well-posedness of $u_t=u_{xx}/(1+u_x^2)$ on $\Bbb T^1$

I wish to show local well-posedness of the PDE $$u_t=\frac{u_{xx}}{1+u_x^2}$$ given initial conditions $u\vert_{t=0}=u_0\in C^2(\Bbb T^1)$. Now, I know how to prove local (and in fact global) well-posedness of the closely related heat-equation…
2
votes
0 answers

Contradicting statements about uniqueness of solutions of Navier-Stokes equations

I have a problem understanding how both these statements can be true simultaneously: Statement 1: (Corollary 3.1 of [1]). Let $v_1$ and $v_2$ be two smooth solutions to Eqs. 3.2 on $[0,T]$ with the same initial $v_0$ data and external force. Then…
Caroline
  • 407
2
votes
2 answers

PDE with initial value

Problem is that Solve $xu_t+uu_x=0 $ with $u(x,0)=x$ Hint is in the textbook that replacing $x$ into $x^2$ I am stuck with it. Would you help me?
ahahahaaa
  • 253
2
votes
2 answers

Showing kinetic and potential energy is constant

Consider the initial value problem: \begin{cases} u_{tt} &= c^2 u_{xx} \ \ & \text{for} \ -\infty < x < \infty, \ 0 \leq t < \infty\\ u(x,0) &= \phi(x) \ \ & \text{for} \ -\infty < x < \infty\\ u_t(x,0) &= \psi(x) \ \ & \text{for} \ -\infty < x <…
Scooby
  • 83
  • 8
2
votes
3 answers

wave equation with initial values and boundary condititon

I have a homogenious 2-dimensional wave equation: $$ - \frac{\partial^2 u}{\partial x^2} (x, y, t) - \frac{\partial^2 u}{\partial y^2} (x, y, t) + \frac{1}{c^2} \frac{\partial^2 u}{\partial t^2} (x, y, t) = 0$$ With: $$ 0 < x < a, 0 < y < b, t >…
2
votes
2 answers

How to solve this partial differential equation?

I need to solve this partial differential equation, $$ Z\left(\,{\partial Z \over \partial x} - {\partial Z \over \partial y}\,\right) =\left(\, x + y\,\right)^{2} + Z^{2} $$ Wolframalpha gave the last solution, $$ Z = \pm \,\sqrt{\vphantom{\LARGE…
Tariq
  • 615