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

PredPol Inc ("Geolitica") Predictive Policing equation

In keeping with the times, i was reading a news article describing the rapid uptake of predictive policing analytics software by public city police departments in the US. (eg. See vice.com "Dozens of Cities Have Secretly Experimented With Predictive…
Kiers
  • 141
3
votes
0 answers

How do you tell what initial conditions are necessary?

If you set up the one dimensional heat equation on an infinite line $$\frac{\partial u}{\partial t} = \frac12 \frac{\partial^2 u}{\partial x^2}$$ knowing the initial conditions $u(x,0) = f(x)$ is enough to solve the equation. But if you have initial…
Zoe Allen
  • 4,380
3
votes
2 answers

Using Charpit's method to solve a nonlinear PDE

I have the nonlinear PDE $$p^2 - q^2 = 3u$$ with the initial condition $u(x, 0) = \cfrac{-x^2}{4}.$ Here's what I have done so far: I defined the function $F$ to be equal $$F(x, y, p, q, u) = p^2 - q^2 - 3u,$$ and got $$(F_x, F_y, F_p, F_q, F_u) =…
3
votes
1 answer

Finding integral surface from a partial differential equation

Given PDE is $$x\frac{\partial u}{\partial x}+(u-x-y)\frac{\partial u}{\partial y}=x+2y$$ Find integral surface which also passes through $u=1+y$ on $x=1$. I used Lagrange's Auxiliary equations & found $$\frac{x+y+u}x=A, \frac{x+y+u}{y+u}=B$$ I got…
3
votes
1 answer

Fundamental solution of product of linear operators in terms of their kernels

I'm trying to solve the following problem: Given that $K_a(x - y)$ and $K_b(x - y)$ are the kernels for the operators $(\Delta - aI)$ and $(\Delta - bI)$ on $L^2(\mathbb{R}^n)$, where $0 < a < b$. Show that $(\Delta - aI)(\Delta - bI)$ has a…
Math_Day
  • 1,227
3
votes
1 answer

What is the name of this differential equation: $\frac{\partial f(x, y)}{\partial x} + \frac{\partial g(x, y)}{\partial y} = 0$?

This PDE came up in my research: $$\frac{\partial f(x, y)}{\partial x} + \frac{\partial g(x, y)}{\partial y} = 0$$ where $f, g: \mathbb{R}^{2} \to \mathbb{R}$. Does anyone know what this equation is called? WolframAlpha was of no help. Is there a…
Ameya
  • 200
3
votes
1 answer

Solving an inhomogeneous Laplace equation on a circle where the boundary is zero

I'm asked to solve $$u_{xx} + u_{yy} = 1$$ on a circle of radius $a$, where $u = 0$ when $r = a$. This naturally leads to a transformation to polar coordinates, where the equation becomes $$u_{rr} + \frac{1}{r}u_r + \frac{1}{r^2}u_{\theta\theta} =…
Joe Pigott
  • 45
  • 3
3
votes
1 answer

Weak form of the PDE $-\nabla^2u -k^2 u=0$

I'm new to this weak formulation theories, and I'm having a hard time deriving the weak form to following PDE: $$E(u)=-\nabla^2u -k^2 u=0$$ using the fact that for the minimizer $\displaystyle\lim_{\epsilon\to 0}\frac{d}{d\epsilon}E(u+\epsilon v) =…
Ghartal
  • 4,358
3
votes
1 answer

Find particular solution of a partial differential equation

I have a PDE: $$\frac{1}{x}u_x+\frac{1}{y}u_y=0$$ with the boudaries $$a)u(0,y)=y, b)u(1,1)=1$$ Using Lagrange Chapite we get the characteristics: $$ln|y|=ln|x|+C \rightarrow C=\frac{y}{x}$$ For the boundary b) it seems like i can just use the…
3
votes
1 answer

Solving Laplace Equation in polar coordinates using Separation of Variables

I'm trying to solve Laplace's Equation in Polar Coordinates with a given condition but I think I am stuck. Here is the problem: $$\Delta u=0, (0 \leq r<0, 0 \leq \theta < 2 \pi)$$ $$u(a, \theta)= 2\sin ^2(2\theta)$$ We can assume that the function…
bsaoptima
  • 531
3
votes
1 answer

Method Of Characteristics-PDE

I am haveing trouble understanding the method of characteristics. I understand the derivation of the fact that the system $ \frac{dx}{dt}=a $,... gives us the characteristic curves and I understand what they represent. My question is…
czash
  • 407
3
votes
1 answer

How to solve $f\frac{\partial^2f}{\partial x\partial y} = \frac{\partial f}{\partial x}\frac{\partial f}{\partial y}$

I want to solve the following non-linear PDE: $$f\frac{\partial^2f}{\partial x\partial y} = \frac{\partial f}{\partial x}\frac{\partial f}{\partial y}.$$ I don't know much about solving PDE's, especially non-linear ones, so I'm not sure how to find…
3
votes
2 answers

Proving a solution of a PDE

I'm trying to show that the solution $u(x,t) = f'(\frac{x}{t})$ solves the PDE: $u_t + f'(u).u_x = 0 $ on a given domain. The problem also say that $f\in C^1$ with $f(0) = 0$. My attempt: After substituting the proposed solution, I reached the…
BA26
  • 33
3
votes
1 answer

Lost solution to PDE?

I’m solving the PDE for function $u(x,y)$ with parameter $\lambda$ \begin{align} \lambda uu_x+u_y=0. \end{align} Using the method of characteristics, \begin{align} \frac{\mathrm du}{\mathrm ds}=0&\rightarrow u=\Phi(C),\\ \frac{\mathrm dx}{\mathrm…
Eli Bartlett
  • 1,533
  • 5
  • 13
3
votes
2 answers

Unsolvable partial differential equation

I was given the following differential equation: $$\left\{\begin{matrix}u_t+2u_x=0, \ \ x>0, \ \ t>0, \\ u(x,0)=\arctan(x), \ \ x>0, \hspace{0.15cm} { }\\ u(0,t)=\dfrac{t}{1+t^2}, \ \ t>0. \hspace{0.8cm} { }\end{matrix}\right.$$ But I think that it…
Yester
  • 414