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

Can I be sure that a solution exists for this PDE?

I have the following PDE: $$\frac{\partial u}{\partial t} = \frac{1}{x^2} \frac{\partial }{\partial x}\left(x^2 \frac{\partial u}{\partial x}\right) + \frac{1}{x^2} \frac{\partial }{\partial y}\left(\frac{1}{\sin y}\frac{\partial}{\partial…
tom
  • 3,227
2
votes
1 answer

shock waves characteristics

I'm trying to solve $u_t + u^2u_x = 0$ with $u(x, 0) = 2 + x$. I'm thinking to proceed by characteristics where we have above that $\frac{dx}{dt} = 1$ and $dy/dt = u^2$, but not sure if this will help. This is from shock waves idea. Here's what I…
mary
  • 2,374
2
votes
2 answers

what does it mean for a PDE to have a smooth solution?

Does it just mean that the solution has continuous derivatives up to some desired order? In the context of PDE's, would it just mean that the function is continuously differentiable in some variable up to the highest partial derivative in $x$ for…
2
votes
0 answers

Variational formulation of a PDE on the unit sphere

I study the following system of equations : $$ \left\{ \begin{aligned} \partial_t u - d_u \partial^2_{\theta \theta} u &= f(u,v) \quad u \in S(0,1)\\ \partial_t v - d_v \Delta_{x,y} v &= g(u,v) \quad v \in B(0,1) \end{aligned} \right. $$ embodied…
bela83
  • 174
2
votes
0 answers

Struggling with a PDE problem. Would like some guidance - not a solution.

I am given a simple river system flowing down a slope where the speed of the flow downstream under the force of gravity builds up until resistive forces $R$ balance the component of gravitational force acting downstream $F$. $$R=av$$ $$F=bh$$ The…
ozarka
  • 499
2
votes
0 answers

River flowing down a slope

I am given a simple river system flowing down a slope where the speed of the flow downstream under the force of gravity builds up until resistive forces $R$ balance the component of gravitational force acting downstream $F$. $$R=av$$ $$F=bh$$ The…
ozarka
  • 499
2
votes
1 answer

Difficulty understanding Burgers' equation (flow)

Flow of water in a sloping river has velocity $v$. In the simplest case, I know that the resistive force $R=av$ and gravitational force $F=bh$ ($a$ and $b$ are constants). The flow adjusts when the two forces balance, giving $av = bh \implies v =…
J Turi
  • 29
  • 2
2
votes
1 answer

How do I solve this linear partial differential equation?

I haven't learned how to do this yet, but a friend gave me this question to do. He said it was on an exam he did and it was a fun puzzle. $xu_x-yu_y=2u$ That's pretty much all he gave me. Is this even a complete question? I assume I read it like…
2
votes
0 answers

nonlinear partial differential equation

I'm considering the following type of PDE: $u_t=\frac{u_{xx}+u_{x}}{u_t^2}$. Are there any currents methods for studying the well posedness of such an equation at zero. (I don't have much of a background in PDE's sorry in advance if my question is…
2
votes
2 answers

Heat equation in cylindrical coordinates with Neumann boundary condition

Given a cylinder of internal radius $r_0$ and external radius $r_1$, the heat equation in cylindrical coordinates that represents the behaviour of the temperature inside the cylinder, can be written as: $$\frac{dT(\alpha,r,t)}{dt}=D[\frac{d^2…
2
votes
1 answer

Solving PDE with Boundary Conditions

I'm having trouble figuring out how to correctly apply boundary conditions to the general solution of a PDE. I'm seeking a particular solution $u(x,t)$ for \begin{align} 4u_{x} + u_{t} &= 0 \qquad 0 < x < \infty \\ u(x,0) &= 0\qquad 0 < x <\infty…
2
votes
1 answer

Existence and uniqueness of solutions of parabolic Cauchy problem for $u_t -\epsilon \Delta (u) + f(x,t,u,\nabla u) = 0$

Consider the Cauchy problem $$u_t -\epsilon \Delta (u) + f(x,t,u,\nabla u) = 0,$$ $$u(x,0) = g(x)$$ $(x,t) \in\mathbb{R}^n \times (0,\infty)$, $u:\mathbb{R}^n \to \mathbb{R}$, with $f$ at least continuous. Can you point out a reference that has a…
user405984
2
votes
2 answers

using change of coordinates to solve a PDE

Let's say I have a simple PDE like $u_x + u_y = 2$ that I want to solve. I know that, among other methods, I could use a change of coordinates approach by setting $r = x$ and $t = x - y$, but I'm not sure exactly where to go from here. In my…
2
votes
2 answers

Solution of Wave Equation using Reflection Principle

A sample problem for an exam is as follows: Consider the wave equation $U_{tt} = 4U_{xx}, 0 < x < 1$ with $U(0,t)= U(l,t)= 0$ and $U(x,0)= x(1-x)$, $U_t(x,0)= \pi$. Find $U(1/4,1/4)$ and $U(1/2,1/2)$ using the reflection principle. We went over…
rmh52
  • 1,136
2
votes
1 answer

Putting an ansatz in a system, and getting an equation for $\lambda$

Consider $$ \frac{\partial u}{\partial t}=fv-g\frac{\partial\eta}{\partial x}\\ \frac{\partial v}{\partial t}=-fu-g\frac{\partial\eta}{\partial y}\\ \frac{\partial\eta}{\partial t}=-H_0\frac{\partial u}{\partial x}-H_0\frac{\partial v}{\partial…
mathfemi
  • 2,631