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

Solve $u_{tt}-u_{xx}=e^t\sin(5x), u(t,0)=u(t,\pi)=0, u(0,x)=0,u_t(0,x)=\sin(3x)$

Solve $u_{tt}-u_{xx}=e^t\sin(5x)$, $t>0, x\in (0,\pi)$ $u(t,0)=u(t,\pi)=0,$ $u(0,x)=0,u_t(0,x)=\sin(3x)$ I tried to solve using fourier sine series, $u(t,x)=\sum_{n=1}^\infty u_n(t) \sin(nx)$ $u_{xx}=\sum_{n=1}^\infty…
1
vote
2 answers

Solve a partial diferential equation $u_x^2+u_y^2=u^2$

Solve the equation $$u_x^2+u_y^2=u^2, \\ u(x,0)=1$$ Is there anybody who can help me?
Anna
  • 29
1
vote
2 answers

How to solve the pde $\frac{\partial^3f}{\partial x\partial y\partial z}=f(x,y,z)$.

How to solve the pde $\frac{\partial^3f}{\partial x\partial y\partial z}=f(x,y,z)$. I know just $f'=f$. What if the problem?
xldd
  • 3,407
1
vote
0 answers

Existence/uniqueness of solutions to this implicit equation

I've been playing with an optimization problem and ended up reducing it to solving the following PDE for $h : \mathbb{R}^{d} \to \mathbb{R}^{d_1}$: $$ h = \nabla_x \Big[f\left(x, y+\nabla_y \big[g\left(x+h, y\right)\big]\right)\Big] $$ where $x \in…
smalldog
  • 1,702
1
vote
1 answer

A variation on the Cauchy-Euler equation

In my research, I have managed to formulate the following PDE: for a function $V(p, w)$, I have $$ A\, p^2\, \partial^2_p V + (B\,w + C\,p)\ \partial_p V - E\, V = 0\ , $$ for $A, B, C, D, E$ positive constants. This is almost, save for the $B\,w$…
Anthony
  • 783
1
vote
1 answer

PDE - $u_y + u^2 u_x = 0 $

I have the following PDE: $$u_y + u^2 u_x = 0 \\ u(x, 0) = \sqrt{x}$$ I tried to solve it with lagrange's method: $$\tag 1 \frac{du}{dt} = 0 \quad \implies \quad \phi_1 = u$$ Second eq: $$\tag 2 \frac{dx}{u^2} = \frac{dy}{1}$$ since $u=\phi_1 =…
1
vote
1 answer

PDE Lagrange method $\frac{1}{e^x\sqrt{y} + 1 } U_x + yU_y = y^2u$

I'm trying to solve the following equation: $$\frac{1}{e^x\sqrt{y} + 1 } U_x + yU_y = y^2u \quad \text{u, y>0}$$ my try: Solving with Lagrange's method - I wrote the characteristic lines equation: $$ dx(e^x\sqrt{y} + 1) = \frac{dy}{y} =…
1
vote
1 answer

Regular weak solution is classical solution biharmonic problem

I'm trying to show that if $u \in C^4(\Omega)\cap C^1(\overline{\Omega})$ satisfies the weak formulation of the biharmonic problem $$ \int_\Omega \Delta u\Delta \varphi = \int_\Omega f \varphi \ \ \ \ \ \forall \varphi \in H_0^2(\Omega) $$ then $u$…
1
vote
2 answers

Solve $u_x+u_y=e^{x+2y}$ with $u(x,0)=0$

Solve $u_x+u_y=e^{x+2y}$ with $u(x,0)=0$ I have $dy/dx=1$ so $y=x+c$ then $v'(x)=u'(x,x+c)=e^{x+2(x+c)}$ I use separation of variables $\int dv=e^{2c}\int e^3x dx$ I get $v(x)=u(x,x+c)=\frac{1}{3}e^{3x}\cdot e^{2c}$ $u(x,y)=\frac{1}{3}e^{3x}\cdot…
1
vote
0 answers

Why is this inequality valid?

$\mathcal{C}^2_0(\Omega)$ denote the functions $2$ times differentiable in $\Omega \subset \mathbb{R}^n$ with compact support, i.e., which vanishes in some compact $K\subset \Omega.$ $B_r=B(0;r)$ If $v \in \mathcal{C}^2(B_1), \ w=|Dv|^2$ and…
1
vote
1 answer

unable to solve Lagrange PDE $U_x +xyU_y +(2x^2z\ln|y|)U_z = 0$

Hi I need to solve $$u_x +xyu_y +(2x^2z\ln|y|)u_z = 0$$ Μy try: I wrote the equations: $$ dx = \frac{dy}{xy} = \frac{dz}{2x^2z\ln|y|} $$ so the first surface is $\phi_1 = u$ Second surface: $$ dx\cdot x = \frac{dy}{y} \Rightarrow 0.5x^2 + C_1=…
1
vote
1 answer

Extracting an unknown PDE from a known charactersitc curve

My question regards what I assume would be called the general method of characteristics for third-order equations. I am looking for PDE for a function of two variables $x$ and $y$ having a characteristic curve in the form $$ y^2=x^3+\alpha…
1
vote
2 answers

Laplace operator properties

I want to prove this: Let $u \in \mathcal{C}^4(\mathbb{R}^n).$ Then, for every $x \in \mathbb{R}^n$ and $r>0$ we get that $$\dfrac{1}{w_nr^n}\int_{B(x,r)}u(y)dy=u(x)+cr^2\Delta u(x)+O(r^4),$$ for some constant $c$. Here, $w_n$ represents the size of…
1
vote
1 answer

How to find specific solution to PDE

Equation: u$_x$ + $\frac{x}{y}$u$_y$ = 0. Initial condition: u(0, y) = exp(-y$^2$) My professor found the solution u(x, y) = f(y$^2$ - x$^2$) using characteristic curves He then evaluated u(0, y) = f(y$^2$) His final answer was u(x, y) =…
1
vote
0 answers

Method of characteristics - a general doubt.

This is a continuation of my previous unanswered question Best method to solve this PDE I understand that the method of characteristics, cannot be used for more than one dependent variable from here…
Manoj
  • 131