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

Linear PDE of second order

I have the following problem: $ \rho_{tt} +a\rho_{xt}-c^2\rho_{xx}=bv_{xx}$, where $\rho=\rho(x,t)$, $v=v(x,t)$ and $a,b,c$ are constant. My attempt to solve such an equation is to treat $v$ as any other function and just solve by meaning of change…
Ankara
  • 221
2
votes
2 answers

$\frac{\partial T}{\partial t} = \alpha \nabla ^2r$ for spherically symmetric problems

The standard one dimensional partial differential diffusion equation in Cartesian coordinates has the form; $$\frac{\partial T}{\partial t} = \alpha \frac{\partial ^2 T}{\partial x^2} \tag{1}$$ For a spherically symmetric diffusion problem, we can…
2
votes
0 answers

Continuous solutions to a first order PDE

Im giving the pde as follows $(x+y) \partial _x u+(y-x)\partial_y u=0$. First I need to show that a continuous solution must be constant and then deduce that the difference of any two continuous solutions to the inhomogenous pde $ (x+y) \partial _x…
Soren123
  • 393
2
votes
1 answer

explicit solution to linear PDE -- boundary value problem

I am looking for an explicit, closed form expression for the solution to a boundary value problem given by the linear PDE: $$ u_{xx}+au_y-bu+c=0 $$ with the BCs $ u_x(-g,y)=ku $, $u_x(g,y)=-ku$, $ u(x,0)=u_0 $, $u(x,d)=u_d$. $a,b,c,k,u_0$ and $u_d$…
Kurt
  • 23
2
votes
0 answers

Solution to Elliptic Second-Order Homogeneous Partial Differential Equation

I have a partial differential equation of the following form: \begin{align} \frac{\partial^2 u}{\partial r_1^2}+\frac{\partial^2 u}{\partial r_2^2}+\frac{1}{r_1}\frac{\partial u}{\partial r_1}+\frac{1}{r_2}\frac{\partial u}{\partial…
2
votes
1 answer

Initial data and method of characteristic

So I'm still trying my VERY best to wrap my head around the method of characteristic. It doesn't seem like a difficult topic but the concept is still fairly fuzzy in my head. Let's suppose an example: $xU_x + (x+y)U_y=1$ with an initial data of…
guest
  • 387
2
votes
1 answer

Laplace Transform Blues

I need to solve $u_t = 3u_{xx}$ with $u(x,0) = 17\sin(\pi x)$ and $u(0,t) = u(4,t) = 0$ using the Laplace Transform. So taking the Laplace transform, do I hold the terms with only $x$'s in them constant? If so, here's what I've got: $sU(x,s) -\dfrac…
2
votes
0 answers

Partial differential equation problem1

I'm supposed to solve $u_{xx}-3u_{xt}-4u_{tt}=0$ with initial conditions $u(x,0)=x^2$ and $u_t(x,0)=e^x$. So I factored the problem into $(u_x-4u_t)(u_x + u_t)$ and set each equal to 0 and found the 2 solutions to be $(x,t)=f(x+t/4)$ and…
2
votes
0 answers

Rayleigh-Ritz Approximation

I need help with the following question: For the eigenvalue problem $-u''=\lambda u$ in the interval $(0,1)$ with $u(0)=u(1)=0$, choose the pair of trail functions $x-x^2$ and $x^2-x^3$ and compute the Rayleigh-Ritz approximations to the first two…
Steve
  • 419
2
votes
1 answer

If $u$ is a smooth solution to a PDE, show that $u \ge 0$.

Assume that $u$ is a smooth solution of the PDE from Problem 7, that $g \ge 0$, and that $c$ is bounded (but not necessarily nonnegative). Show $u \ge 0$. (Hint: What PDE does $v := e^{-\lambda t}u$ solve?) This is PDE Evans, 2nd edition: Chapter…
Cookie
  • 13,532
2
votes
1 answer

Diffusion Equation on Half-line with Nonhomogeneous Dirichlet Boundary Condition

I am studying for a midterm and confused by this problem from Strauss' Introduction to PDE's: Solve $u_t = k u_{xx}; u(x,0) = 0; u(0,t) = 1 \;\;\; x \in (0,\infty)$ Now in the proceeding chapter, Strauss explains how to solve the diffusion…
mb7744
  • 1,292
2
votes
1 answer

Question in Fanghua Lin's elliptic PDE

In Lemma 1.41 suppose $u\in C^1 (B_1)$ satisfies $$\int_{B_1} \sum_{ij=1}^{n}a_{ij}D_i u D_j \phi =0 \ \text{for any}\ \phi\in C_0^1 (B_1) $$ Then for any $0<\rho\leq r$, there holds $$\int_{B_{\rho}}|u|^2\leq…
Kira Yamato
  • 1,294
2
votes
1 answer

$L^2$ estimate of heat equation solution

Suppose $u$ is a solution of the heat equation below: $$u_t-\Delta u=0 \ in\ U\times (0,T) $$ $$u=0 \ on \ \partial U\times (0,T) $$ $$u=g \ on \ U\times \{t=0\} $$ Where $U$ is a bounded open set in $R^n$ and $g\in L^2(U)$, Can we have this…
Kira Yamato
  • 1,294
2
votes
2 answers

Partial differential equation (first order)

I don't have ideas to solve the following PDE of the 1st order $$ (x^2 - y^2 + 1)u_{x} + 2xyu_{y} = 0 $$ Could you give me a hint ? Thanks, R.
Raul
  • 43
2
votes
0 answers

An extension problem related to the fractional laplacian

I've been working on a paper with the aforementioned title by Caffarelli & Silvestre. But i have a difficulty in showing that $\int_{y>0} | {\nabla u}|^{2} y^{a} dX = \int_{\mathbb{R}^{n}} |\xi |^{2s} |\hat{f} (\xi)|^{2}$ . Please can anyone help me…