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
5
votes
1 answer

Poisson's Equation $-\Delta u= f$ where $f\in C_c^1(U)$

Evan's PDE book discusses Poisson's Equation $-\Delta u= f$ where $f\in C_c^2(U)$ as Theorem 1.1. With such a condition on $f$, we can basically pass all differentiations to it in order to show that $u\in C^2$. However, if we require only that $f…
5
votes
1 answer

Laplace's Equation in Polar Coordinates - PDE

Find the bounded solution of Laplace's equation in the region $\Omega=\{(r,\theta):r>1,0<\theta<\pi\}$ subject to the boundary conditions $u(r,\pi)=u(r,0)=0$ for $r>1$ and $u(1,\theta)=1$ for $0<\theta<\pi.$ I am not sure if I did this correct?…
Robben
  • 1,019
4
votes
2 answers

Find the particular solution of $u_x+2u_y-4u=e^{x+y}$ satisfying the following side condition $u(x,-x) = x$

2.Find the particular solution of $u_x+2u_y-4u=e^{x+y}$ satisfying the following side condition $u(x,-x) = x$ I know that under that condition $y = -x$ which is the reflection of the $x$ graph. I have problems with taking the integration with…
usukidoll
  • 2,074
4
votes
1 answer

What is wrong in solving this pde?

I solved the first order pde and I found it is impossible to express $x$ and $t$ using $X$ and $y$, so I cannot get the solution $u$ from $z$. But the right answer is pretty simple. It is $\frac{(4x-y)^2}{16}$. Can anyone help me find what is wrong…
user174957
4
votes
0 answers

quasilinear partial differential equation

Given a PDE $ f e^2 \frac{\partial f}{\partial x}- e f^2 \frac{\partial f}{\partial y} + M_1 f^4 + M_2 f^2 + M_3=0 $ Note that $M_1$ , $M_2$ and $M_3$ are functions of $\cos (x-y)$ and $\sin (x-y)$ e is a constant How could one solve this PDE ? Any…
ahmed1
  • 41
4
votes
3 answers

General Criteria for the Existence or Non-existence of Solutions to a PDE

What are the conditions[General Criteria] for the existence or non existence of the solutions to a PDE[Elliptic type] subject to given boundary conditions? A specific Example: Let's consider the reduced wave equation: $$\frac{\partial^2 u}{\partial…
4
votes
1 answer

When is separation of variables an acceptable assumption to solve a PDE?

We know that one of the classical methods for solving some PDEs is the method of separation of variables. It works for known types of PDEs and many examples of physical phenomena are successfully represented in PDE systems where an assumption that…
user135626
  • 1,309
4
votes
2 answers

Solving $yu_{xx}+(x+y)u_{xy}+xu_{yy}=0$

Let $yu_{xx}+(x+y)u_{xy}+xu_{yy}=0$, how would you go about solving this? So far, I have show it is hyperbolic everywhere except for the line $y=x$ and have been attempting to find the characteristic variables by…
Freeman
  • 5,399
4
votes
0 answers

Sturm-Liouville problem on unit disk

Where can I find some information about: find the eigen values and eigen vectors $(\lambda,u)$ of the Sturm-Liouville problem -$div(\rho^{\alpha+1}\nabla u)=\lambda\rho^\alpha u$ where $\alpha>-1$ and $\rho(x,y)=1-x^2-y^2$? I'm working on…
yemino
  • 814
4
votes
1 answer

Biharmonic equation boundary conditions

Suppose I have a region $\Omega$ in the plane and I want to solve the biharmonic equation $$\Delta^2 f = 0$$ over $\Omega$. I must specify two boundary conditions. The simplest would be if I prescribed $f = f_0$ and $\Delta f = g_0$ on $\partial…
user7530
  • 49,280
4
votes
1 answer

Showing that the Crank-Nicolson method is second order

For the diffusion equation $\dfrac{\partial \rho}{\partial t} = D\,\Delta \rho$, I'm trying to show that Crank-Nicolson is second order. I've isolated the truncation error $\tau_i^{n+1}$ to be $ D\left(\frac{\rho(x_{i+1}, t_{n+1}) + \rho(x_{i-1},…
4
votes
2 answers

Sum Formula Proofs

So, I'm trying to prove the following sum formula, and I can't really get it to work out correctly : where ab = $2\pi$ and G = Fourier Transform of g. How would I approach a proof of this formula? Usually, I see this type of formula presented…
Incognito
  • 435
4
votes
2 answers

Name for this wave-like differential equation, $u_{tt} = -u_{xx}$

If there wasn't that minus sign, the answer would be a wave equation. http://uniquation.com/ was a bust. I asked wolframalpha, and it came back with an answer which looked just like the wave equation with an extra factor of $i$. Does the equation…
sweetser
  • 198
4
votes
1 answer

The canonical form of a nonlinear second order PDE

Can anyone help me find the canonical form of $$x^2u_{xy} - yu_{yy} + u_x - 4u = 0?$$ I don't know how to solve it because $a = 0$. I just got that it's hyperbolic since $a=0$ , $b =(x^2)/2$, $c= -y$, then we have $b^2- ac…
lio Al
  • 211
4
votes
1 answer

Question about the modified wave equation?

A string moving in an elastic medium is governed by: $u_{tt} = c^2u_{xx} − γ^2u$ where c and γ are constants. Solve this equation for a string of length L, fixed at the ends, subject to initial displacement f(x) and an initial velocity of zero. I…