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

Does this PDE like equation have a solution?

Let $\phi:\mathbb{R}_+\times \mathbb{R}_+\to\mathbb{R}$ be a function with continuous partial derivatives in both arguments which we denote by $\partial_1$ and $\partial_2$. Consider the following differential…
lpdbw
  • 123
2
votes
1 answer

Solving $(y+u) u_x + y u_y = x - y $

I have the following problem: $$(y+u) u_x + y u_y = x - y $$ I only know characteristic curves so I did: $\frac{dx}{dt} = y + u $ $\frac{dy}{dt} = y$ I began solving the second equation resulting $y = C_1 e^t$. Using that result I solved …
2
votes
1 answer

Find the general solution of the PDE $z_{xx}+z_{xy}+z_y=z$

Find the general solution of the PDE $z_{xx}+z_{xy}+z_y=z$. By separation of variable method, $z=XY$ gives, $X''-\lambda X'+(\lambda-1)X=0$ and $Y'+\lambda Y=0$. Case 1. If $\lambda>1$, $X=c_1e^{(\lambda-1)x}+c_2e^x$, $Y=c_3e^{-\lambda y}$ and hence…
math131
  • 165
2
votes
2 answers

Understanding a solution of a differential equation from an approximation (Rauch)

How does the author obtain formula (4)? From formula (2), I only get that $u\left(\frac{k}{n}+\frac{1}{n},\cdot\right)=\left(1-\frac{c}{n}\partial_x\right)u\left(\frac{k}{n},\cdot\right)$ but I don't see how the exponent $k$ appears as in (4).
eraldcoil
  • 3,508
2
votes
0 answers

Solving Neumann boundary wave equation with D'Alambert's formula

I am trying to solve the following IBVP: \begin{cases} u_{tt} = 4u_{xx},\\ u_x(0,t) = 0, \\ u(x,0) = 1, u_t(x,0) = x \\ \end{cases} with x > 0, t > 0. I have tried using D'Alambert's formula $u$(x,t) = $\frac{1}{2}\phi$(x - ct) + $\frac{1}{2}\phi$(x…
2
votes
0 answers

Resolving apparent logical flaw in methods for solving PDEs

I'm reading Partial Differential Equations by Evans (available in pdf https://math24.files.wordpress.com/2013/02/partial-differential-equations-by-evans.pdf, which is one of several copies that come up when I google "PDE Evans"), and a lot of the…
lukemassa
  • 724
  • 3
  • 10
2
votes
1 answer

Riemann problem for traffic flow

I would like to solve for $u_t+(1-2u)u_x=0$ with initial condition $$u(x,0)=g(x)=\begin{cases}1, x<0\\ 0, x\ge0\end{cases}.$$ I used method of characteristic to get $\frac{dx}{dt}=1-2u$, $\frac{du}{dt}=0$ with initial conditions $u(x_0,0)=g(x_0)$,…
Left Hand
  • 301
2
votes
0 answers

What regularity guarantees existence of solutions to the Dirichlet problem for the Laplace equation?

Let $\Omega \subset \mathbb{R}^n$ be a bounded domain and $f \in C(\partial \Omega)$. Consider the Dirichlet problem $$\begin{cases}\Delta u=0&\text{ in } \Omega&\\u=f&\text{ on }\partial \Omega \end{cases}$$ I know that, by Perron's method, if…
Jungleshrimp
  • 1,585
2
votes
1 answer

Marcinkiewicz space

Let $\Omega\subset\mathbb{R}^N, N\geq2$ be a bounded open subset and suppose that $0
Vrouvrou
  • 5,183
2
votes
1 answer

a directional derivative estimate

Let $\Omega$ be a bounded $C^1$-domain in $\mathbb{R}^n$ satisfying the exterior sphere condition at every boundary point and $f$ be a bounded continuous function in $\Omega$ . Suppose $u\in C^2(\Omega)\cap C^1(\overline{\Omega})$ is a solution of…
am_11235...
  • 2,142
2
votes
0 answers

Understanding electrical conductivity PDE equation

I came across the following which I would like to understand but I don't know what parts of which pde books would be best to read. It does not seem like this pde is standard material in any random book I look up so I need help in knowing what to…
user782220
  • 3,195
2
votes
2 answers

An eigenvalue problem on a half circle

Solve the eigenvalue problem for the half-circle $x^2+y^2\le R^2$ $y\ge 0$ with homogeneous Dirichlet conditions as boundary conditions. This is what I did: Let $u=u(r,\phi)$ $$\Delta u=-\lambda…
Luthier415Hz
  • 2,739
  • 6
  • 22
2
votes
1 answer

Analytical solution to the diffusion-reaction equation

I've built a finite element solver to solve the transient diffusion-reaction equation $$\frac{\partial c}{\partial t} = D\frac{\partial^{2} c}{\partial x^{2}} - \lambda c + f$$ where $\lambda$ and $f$ are the reaction and source terms…
S0yboi
  • 23
2
votes
0 answers

Solving PDE with non-homogeneous boundary condition using separation of variables

I am using the book "Equations of Mathematical Physics V.S. Vladimirov" to solve PDE using Separation of variables. And in his "A Collection of Problems on the Equations of Mathematical Physics (1986)" on page 249, there is following problem…