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

Expanding $D\textbf{x}(x^0,0)$ into matrix form

PDE Evans, 2nd edition, pages 105-106 Lemma 2 (Local invertibility). Assume we have the noncharacteristic condition $F_{p_n}(p^0,z^00,x^0) \not=0$. Then there exist an open interval $I \subseteq \mathbb{R}$ containing $0$, a neighborhood $W$ of…
Cookie
  • 13,532
1
vote
1 answer

Basic First-order quasi-linear PDEs question, involving characteristics

I would be incrediabely gratful if someone could go through step by step and explain how to do this question, as i'm rather stuck -and the lecture notes have a lot to be desired! 'Find $z(x,y)$ explicitly…
Freeman
  • 5,399
1
vote
1 answer

Method of characteristics for quasi linear PDE

I am trying to solve an example... little stuck in between. Any help would be appreciated. Consider the quasi-linear partial differential equation $ \frac{\partial u}{\partial t}+u\frac{\partial u}{\partial x}=-xu~\\ $ with the initial condition…
1
vote
1 answer

C^2 regularity of a family of solutions to elliptic equations

I have the following question, I apologize in advance if it looks classical, but I've not found any precise reference pointing to the solution so far. I have the solutions $u_s$ ($s>0$) to the family of elliptic equations $-\Delta u=f_s$ in a…
1
vote
1 answer

PDE Evans - Euler-Poisson-Darboux PDE

Lemma 1 (Euler-Poisson-Darboux equation). Fix $x \in \mathbb{R}^n$ and let $u$ satisfy $(11)$. Then $U \in C^m(\bar{\mathbb{R}}_+ \times [0,\infty))$ and \begin{cases} U_{tt} - U_{rr}-\frac{n-1}{r}U_r=0 & \text{in }\mathbb{R}_+ \times (0,\infty) \\…
Cookie
  • 13,532
1
vote
1 answer

Elliptic operator with real coefficients on $\mathbb{R}^2$?

Supposedly, an elliptic first order differential operator on $\mathbb{R}^2$ with real coefficients does not exist. But $$p_m(\xi_1,-a_1 \xi_1/ a_2)=-a_1 i \xi_1 +a_1 i /xi_1=0$$ for any real $\xi_1$, so any such operator is elliptic. Why is this…
1
vote
1 answer

PDE initial conditions

I have a pde: $y_{xx}-y_{tt}=4$. By using the substitution $v=x-t, u=x+t$ I have boiled it down to $y(x,t)=a(x+t)+b(x-t)+x^2-t^2$ however I have initial conditions $y_t(x,0)=0$ and $y(x,0)=sin(x)$. I just can't make them fit together! I have tried…
Mmm
  • 553
1
vote
0 answers

Integrability of second derivative of infinity harmonic functions

Consider the infinity harmonic functions, i.e. solutions of the equation $$ \Delta_\infty u = \langle Du, D^2 u \, Du \rangle = 0. $$ It is known that the solutions are everywhere differentiable (continuous differentiability is an open question),…
Tommi
  • 1,425
1
vote
1 answer

Burgers equation with $a(x) = u^2$

I am trying to solve the characteristic equations of $u_t + u^2u_x = 0$ without initial conditions in order to show graphically how profiles get smoothed or develop a shock depending on initial data. I have that the characteristic equations are…
1
vote
1 answer

Cauchy problem for partial derivative equation

This my first encounter with PDE. Given the equation $x D_x(z)+(y-xz)D_y(z)=z$, where $z=z(x,y)$ and initial conditions $y-x=2z,zx=-1$. The question is: how to interpret these conditions. I have one guess: $y=x+2z=x-\frac{2}{x}$, this is a curve on…
Elensil
  • 1,133
1
vote
1 answer

Diffuse equation-type PDE: Help me!

$ d, r, K, l, L $ with $ l
1
vote
1 answer

Solve PDE by separation (Fourier-) method

I have to solve the following pde by a separation approach: $$ x^2 u_{xx} + u_{yy} - xu_x - u = 0. $$ So I put $u(x,y) = g(x) f(y)$, substituting yields $$ x^2 g''(x) f(y) + g(x) f''(y) - x g'(x) f(y) - g(x) f(y) = 0. $$ Now I have to put this in…
StefanH
  • 18,086
1
vote
1 answer

How to prove $u=0$ in the unit ball?

Given that $u\in C^4(B_1)$, ${\triangle}^2{u}=\triangle{\triangle{u}}=0$ in the unit ball, And $u=\left| \nabla{u} \right|=0$ on the boundary of the unit ball,then how to deduce that $u=0$ in the unit ball? This is one of my ended midterm…
Wei
  • 65
1
vote
1 answer

Simplifying $\left.\dfrac{\partial f}{\partial z} \right\arrowvert_{z+\Delta z} - \left.\dfrac{\partial f}{\partial z} \right\arrowvert_{z} = ?$

I am deriving a partial differential equation for wave in a string. $f$ represents displacement of the string at point $z$. I am stuck at a step. Can anyone help me, how $ \left.\dfrac{\partial f}{\partial z} \right\arrowvert_{z+\Delta z} -…
orionphy
  • 383
1
vote
1 answer

Hamilton Jacobian function

Assume that $H_1$, $H_2$ : $ R^{n} \rightarrow R $ are convex, coercive and smooth. Prove that $min_{p \in R ^{n}}[H_1(p)+H_2(p)]=\max_{\nu \in R^{n}}[-L_1(\nu)-L_2(-\nu)]$ where $L_1=H_{1}^{*}$, $L_2=H_{2}^{*}$. We define $H(p)$ and $L(q)$ as…
Yang
  • 521
  • 1
  • 9
  • 18