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

Solve PDE using method of characteristics

The following problem I find challeging. Can you help me find a solution? The question is as follows: Determine the solution (in explicit form), using the method of characteristics, of the following initial-value problem for $u=u(x,y)$: …
2
votes
1 answer

Is my solution to this PDE correct?

I was given the following PDE to solve $$u_t(x,y,z,t)=k\cdot\Delta u(x,y,z),\\u_x(0,y,z,t)=0,\quad u_y(x,0,z,t)=0,\quad u_z(x,y,0,t)=0\\ u_x(L,y,z,t)=0,\quad u_y(x,H,z,t)=0,\quad u_z(x,y,W,t)=0\\ u(x,y,z,0)=\alpha(x,y,z)$$ and find its behavior as…
DMH16
  • 1,517
2
votes
2 answers

Diffusion PDE with periodic boundary conditions

I proceeded with using separation of variables: $$\frac{T'(t)}{kT(t)}=\frac{X''(x)}{X(x)}=-λ$$ Assuming $λ=β^2>0$, I end up with: $$X''(x)+λX(x)=0$$ and its general solution: $$X(x)=A_n\cos(\beta x)+B_n\sin(\beta x)$$ Now, the periodic boundary…
Andrew
  • 2,031
2
votes
1 answer

Existence of a function at base for periodicity

Given the following evolution IVP/BVP: $\begin{cases} u_t - \Delta u = f &\text{in } U \times(0,\infty)\\ u=0 &\text{on } \partial U \times (0,\infty)\\ u= g &\text{on } U \times \{t=0\} \end{cases}$, …
S_j
  • 563
2
votes
2 answers

Energy uniqueness of 3D wave equation help

I am trying to use an energy argument for to show that the global Cauchy problem for the three-dimensional wave equation has a unique solution. The wave equation is $$\partial^2u/\partial t^2=\nabla^2u$$ I looked up the energy functional and I want…
MathIsHard
  • 2,733
  • 16
  • 47
2
votes
1 answer

Energy for the damped string

For the damped string($u_{tt}-c^2u_{xx}+\gamma u_t=0,c=\sqrt{\frac{T}{p}}$), show that the energy decreases. $E = \dfrac{\int_{-\infty}^{\infty}p{u_t}^2+T{u_x}^2 dx}{2}$ $\dfrac{dE}{dt}=\dfrac{\int_{-\infty}^{\infty}2pu_tu_{tt}+2T{u_x}u_{xt}…
dlfjsemf
  • 183
2
votes
0 answers

Find two uniform wave solutions with $\lambda > 0$, satisfying the initial condition $u(x, 0) = 3 \cos 2x$

This is an exercise from the book Partial differential equations by Robert C. McOwen: Consider the wave PDE $$ u_{tt} − u_{xx} + \lambda u = 0,\ x \in \mathbb R, t > 0 $$ Find two uniform wave solutions with $\lambda > 0$, satisfying the I.C. $u(x,…
Y.M.Zh
  • 21
2
votes
1 answer

How to show the weak solution to this equation $\Delta u+u=f$ is unique?

The question is like this: Let $ B(r)=\{x\in R^3| |x|0$ s.t. the equation has a unique weak solution $u\in H^1_0(B(r))$ for each $f\in L^2(B(r))$ for…
Siming HE
  • 107
2
votes
1 answer

Finding a series solution using separation of variables

A vibrating string of length 1 in a resistant medium with fixed ends, linear initial displacement, and zero initial velocity is modeled by the following problem $$\left\{ \begin{array}{l l} u_{tt} - c^2u_{xx} + ru_t = 0 & \quad \mbox{$00$}…
KBG
  • 141
2
votes
0 answers

Regarding the PDE $ u_{tt}+u_{xxxx} + \cos x \cos u = 0$, which of the statements is correct?

Consider the partial differential equation $\quad$ $ u_{tt}+u_{xxxx} + \cos x \cos u = 0$. Which of the following statements is correct? Let $ L u = u_{tt}+u_{xxxx} + \cos x \cos u $. So, the PDE can be written as $ L u = 0 $ and therefore, it is…
Jacob S.
  • 293
2
votes
0 answers

Finding a particular solution to a given pde

Given This PDE: $$\frac{\partial^2 u}{\partial t^2} - c^2 \frac{\partial^2 u}{\partial x^2} = \epsilon e^{-t/\tau} \delta(x), \quad \tau > 0,$$ How can I find the particular solution? The boundary conditions are: $u(x=-L,t)=u(x=L,t)=0$, where $L, c$…
2
votes
1 answer

Find the particular solution of the PDE

Consider the PDE $$-\frac{\partial ^2 w}{\partial x^2}+\frac{\partial^2 w}{\partial y^2}=1.$$ I've found that the general solution of this PDE is given by $$w(x,y)=\frac{1}{4}(y^2-x^2)+g(y-x)+f(y+x)$$ for some functions $f$ and $g$. I'm now given…
MHW
  • 2,940
2
votes
1 answer

finding $F$ and $G$ for this PDE

I know that a solution to a pde I am interested is in the form: $ u(x,y)=(x-y)^{5}\frac{\partial^{4}}{\partial x^{2} \partial y^{2}}\left(\frac{F(x)-G(y)}{x-y}\right) $ where $F$ and $G$ are arbitrary functions to be determined. For my case I know…
abiyo
  • 96
2
votes
0 answers

How to solve the PDEs with more than two independent variables whose their most-general solutions are known?

How to solve the PDEs with more than two independent variables whose their most-general solutions are known? For example the PDE $u_{xxx}+u_{yyy}+u_{zzz}-3u_{xyz}=0$ , according to does this PDE have a name?, the most-general solution is…
doraemonpaul
  • 16,178
  • 3
  • 31
  • 75
2
votes
0 answers

Wave equation for lie groups

In local coordinates what will be the wave equations for compact lie groups ? The eqation is $$\partial^2_tu-a(t)Lu=f$$ where L is the laplacian in G. What is this in local coordinates?
Bull
  • 31