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
4
votes
0 answers

Laplace and Fourier Transformation-Exercise

EXERCISE a)Give the solution of the problem: $u_t(x,t)-u_{xx}(x,t)=2e^tcosx ,x>0 ,t>0$ $u(0,t)=e^t, t\geq 0$ $u(x,0)=cosx,x\geq0$ Use Laplace transformation b)Solve the problem: $u_{tt}-u(x,t)=3u_{xx}(x,t) , x\in(0,\infty)$ $u(x,0)=e^{-x},…
4
votes
1 answer

Problem Cauchy and the definition of a "well-put problem"

Reading a bit about the Laplace equation in some lecture notes, appeared the following questions: (1) What would a Cauchy problem for the Laplace equation? (2) What does it mean to be a problem well put? Thanks!
4
votes
0 answers

Is this pde Elliptic?

I have seen that there is a classification of elliptic pde's. It says the pde $$au_{xx} + 2bu_{xy} + cu_{yy} + du_x + eu_y+f =0$$ is elliptic if $b^2 - ac < 0$. There is another definition that is used : The operator $$ Lu = \sum_{i,j}…
4
votes
2 answers

Proving that 2D eigenfunctions of a biharmonic PDE span the space

Let $U=(0,1)\times(0,1)$. Consider the elliptic boundary value problem on this domain: $$ \Delta^2u = f, $$ where $u: U\rightarrow \mathbb{R}$ and $f\in L^2(U)$. The boundary conditions are: $u(x,y) = \Delta u(x,y) = 0$ for $(x,y)\in\partial U$. I…
Funzies
  • 858
4
votes
0 answers

What is the connection between these two PDEs?

Does anyone see a or know of some connection between solutions to the two Gross-Pitaevskii-Equations $i \partial_t \phi = \Delta \phi +\phi(1-|\phi|^2) ~~~~~~~~~~~ (1)$ and $i \partial_t \phi = \Delta \phi -\phi(1-|\phi|^2) ~~~~~~~~~~~ (2)$ Are…
mjb
  • 2,096
4
votes
0 answers

Problem solving the PDE $x u_x+y u_y=-u$ with initial conditions by characteristics methods

I'm studying PDE's and found this question: Solve this equation and found a large area that the solution is well defined: \begin{equation}xu_x+yu_y=-u , \ u(0,y)= h(y)\end{equation} I used the Characteristics Method described here. We parametrize…
4
votes
1 answer

Singularity and degeneracy of solution to $p$-Laplace equation

I am working on $p$-Laplace equation. that is $$-\Delta_p u=\operatorname{div}(|\nabla u|^{p-2}\nabla u)$$ I do not know when we say a PDE has singular solution and when, it has a degenerate solution? why it has singular solution for $p<2$ and…
Rosa
  • 1,502
4
votes
1 answer

Solve $u_x+u_y=1$

I am asked to solve $$u_x+u_y=1$$ If is was homogeneous i.e., $u_x+u_y$ the answer would be $u(x,y)=f(y-x)$ where $f$ is an arbitrary function. I have found the following set of solutions: $$u(x,y)=\lambda x +(1-\lambda)y$$ where $\lambda$ is an…
Slugger
  • 5,556
4
votes
0 answers

what is the solution of $u_t= u_{xx}+\frac{1}{x}u_x$?

What does the solution $u(x,t)$ of $u_t=u_{xx}+\frac{1}{x}u_x$ on $[0,1]$ with the following initial condition look like? $u(\frac{1}{2},0)=\delta(\frac{1}{2})$ (i.e. delta function at $x=\frac{1}{2}$) I tried the separation of variables method as…
Soli
  • 41
4
votes
1 answer

Solving one dimensonal PDE

I have solve my PDE. But I just want to check my answer with you because I'm not sure whether im right or wrong. So could you just help me out ?? QUESTION : Given PDE : $U_{xx}=(1/k)(U_{t})$ BCs : $U_{x}(0,t)=0$, $U_{x}(N,t)=0$ IC:…
maxwell
  • 145
4
votes
2 answers

Find the general solution of the PDE $x^2u_x + y^2u_y = (x+y)u$ without any boundary conditions.

Find the general solution of $x^2u_x + y^2u_y = (x+y)u$, where $u = u(x,y)$ with $x>0$ and $y>0$. First, I solved the ODE $$\frac{dy}{dx} = \frac{y^2}{x^2},$$ which gives $$\frac{1}{y} - \frac{1}{x} = C,$$ where $C \in \mathbb{R}$ (implicit form).…
Cauchy
  • 212
  • 2
  • 8
4
votes
0 answers

Fourier transform of the laplacian operator

I am trying to find the Fourier transform of the Laplacian operator for a function $u(x)$ where $x$ is a vector in $\mathbb{R}^n$.I am trying to use the definitions but I am struggling cause we work in $\mathbb{R}^n$.
Mike
  • 101
4
votes
2 answers

Could someone help solve this PDE?

Given, $U_t-U_{xx}-2U_x=0$ Using method of separation of variables, find ALL possible solution. My answer : $U(x,t)=X(x)T(t)$ $T'(t)/T(t)$=$[X''(x)+2X'(x)]/X(x)$=$\lambda$ From here I'm stuck. Could someone show me some working steps for me to…
maxwell
  • 145
4
votes
1 answer

Elliptic systems of conservation laws

There is a large literature on the theory and the numerics of hyperbolic systems of conservation laws. As an example, consider the shallow water equation: $$ h_t + m_x = 0 \\ m_t + (\frac{m^2}{h} + \frac12 g h^2)_x = 0, $$ where $_t$ and $_x$ denote…
J. D.
  • 797
4
votes
1 answer

Applying method of characteristic equations to $e^y u_x + u_y = u^2$

I have the PDE $e^y u_x + u_y = u^2$, $u(x,0) = x$ for small $|y|$. Also $ u = u(x(s), y(s))$. So $\frac{dx}{ds} = e^{y}$, $\frac{dy}{ds} = 1$, and $\frac{du}{ds} = u^{2}$. Solving the first ode: $\frac{dx}{ds} = e^{y} \to dx = e^{y}ds$ and…
Taln
  • 615
  • 4
  • 14