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

What is meant by 'variational structure'?

Consider $$ u_t=D\Delta u+f(x,u,\nabla u)~~(*). $$ In a script it is said: We first consider the variational structure which makes $(*)$ an $L^2$-gradient flow. I have two questions to this: 1.) What is meant with variational structure? 2.)…
mathfemi
  • 2,631
2
votes
1 answer

Solution to $\dot u(x,t)=\int_0^{1-x} u(y,t)\,dy$

I would like to solve the integro-PDE $$\dot u(x,t)=\int_0^{1-x} u(y,t)\,dy$$ on the domain $x\in[0,1]$, with the initial condition $u(x,0)=u_0(x)$. Differentiating in $x$, this is equivalent to $$u_{xt}(x,t)=-u(1-x,t)$$ with the conditions…
Alex
  • 383
2
votes
1 answer

How to show that fundamental solution of Laplace equation $\in L^2 $given $ f \in L^2 $?

I need help with this homework question. The question is : Let $f:R^3\to R$ and $f\in L^2(R^3)$. $f$ is supported on a ball of radius 1/2 centred at origin. Let $u$ be the solution to $\Delta u=f$ , where $ u $ is given by $u(x)=…
chris
  • 23
2
votes
1 answer

Too many maximum and comparison principles

Why are there so many maximum and comparison principles in the study of partial differential equations? It is scary to try and learn them because there are hundreds of them. Does every type of domain require a new principle?
hopo2
  • 433
2
votes
0 answers

Solved pde, please help to check the solution

Show that the function $u=\ln(x^2+y^2)$ is a solution of the two dimensional Laplace equation $$\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}=0.$$ I have found an answer $$\begin{align*} \frac{\partial u}{\partial x}…
Biju jose
  • 123
  • 7
2
votes
1 answer

Method of mirror charges applied to diffusion equation

The equation $\frac{\partial f}{\partial t} = \frac{\partial^2f}{\partial x^2}$ has the fundamental solution (in one dimension) $f(x,t) = \frac{1}{2\sqrt{t}}\exp (-x^2/4t)$ if there are no boundary conditions. If there's a boundary condition in the…
2
votes
1 answer

Showing a Fourier Series for $\sin (x)$ on $(0,\pi)$

I'm not sure how to type math symbols on here so I'll try to be as clear as possible. My homework problem wants me to show that the Fourier cosine series for $\sin\left(x\right)$ on $\left(0,\pi\right)$ is $$ \frac{2}{\pi} - \frac{4}{\pi}\sum_{n =…
SSW
  • 21
2
votes
1 answer

Homogeneous Wave Equation with Dirichlet Conditions

Let $u(x,t)$ a solution of $u_{xx} = \frac{1}{c^2}u_{tt}, a0.$ The integral energy $u$ is given by $E(t)=\int^{b}_{a}[u_x(x,t)^2+\frac{1}{c^2}u_t(x,t)^2]dx, t>0$. (i) Show that if $u\in C^2([a,b]\times (0,\infty))\cap C^1([a,b]\times…
Alex Pozo
  • 1,290
2
votes
1 answer

Solving $4u_{tt}-3u_{xt}-u_{xx}=0$

Solving $\begin{cases} 4u_{tt}-3u_{xt}-u_{xx}=0\tag1\\u(x,0)=x^2\quad\text{and}\quad u_t(x,0)=e^x\end{cases}$ in $\mathbf R\times\mathbf R_{>0}$ First I factorized and get for the first line; $(\partial_x-4\partial_t)(\partial_x+\partial_t)u=0$…
user1161
  • 659
2
votes
1 answer

Power series solution to a PDE?

I have the following partial differential equation: $u_t = u_xu_y$ I know that the solution can be formed via power series. I want to find a solution of degree $2$ that satisfies an initial condition $u(0,x,y) = x+y-2x^2$. I understand the strategy…
2
votes
1 answer

question relating to weak minimum principle.

This question was from my class test. I would like to know how to solve it. Thank you for your help.
Theorem
  • 7,979
2
votes
2 answers

non-uniqueness to uniqueness of the solution.

What are the basic things that i have to keep in mind to change the PDE having non unique solution to the PDE have unique solution. For example say i have $\Delta u=0 $ for $x\in \Omega$ and $u=1$ in $|x|=1$ Define $\Omega=x: |x| \ge1$ Here we can…
Theorem
  • 7,979
2
votes
1 answer

existence of a parabolic pde with indicator function coefficient

I was looking at the pde $u_t=u_{xx}+1_{\{x\geq c\}}u_x$ for some constant $c$. I see that in order even weak solution to exist I need to insure that the coefficients are Hölder continuous. Which doesn't hold here because of the indicator function.…
Medan
  • 1,169
2
votes
1 answer

$C^{1,1}$ regularity.

The folowing theorem Let $u$ be a solution to $$ \left\{ \begin{array}{ccccc} \Delta u &=& f \chi_{\{u\neq 0\}} &\mbox{in}& B_1,\\ u &=& g &\mbox{on}& \partial B_1, \end{array} \right. $$ in a suitable weak sense and assume furthermore that…
user29999
  • 5,211
2
votes
1 answer

Relation between weak derivative and partial derivative.

Is there some kind of relation between weak derivative and partial derivative. I have been reading weak derivative as the weakening the partial derivative. But I found it rather difficult to conceptualise the weak derivative as a derivative . Any…
Theorem
  • 7,979