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

\gradient of an harmonic function

Let $\Omega$ be an open bounded double connected subset of $R^n$ with boundary $\Gamma=\Gamma_1\cup \Gamma_2$ with $\Gamma_1\cap \Gamma_2=\emptyset$. Let $u(x)$ ba harmonic in $\Omega$ and equal to $V$ on $\Gamma_1$ and equal to $-V$ on…
2
votes
2 answers

How do you prove uniqueness of a partial differntial equation solution with boundry conditions? What approach should be taken for such proofs?

The PDE looks like this $-$$\Delta$$u$ $=$ $f(x)$ with boundary conditions and $x \in$ $\mathbb R^n$. (I didn't include boundary conditions because I would like to figure this problem on my own after I received some help understanding what to do in…
2
votes
1 answer

Solve the initial value problems for $u_t+2u_x=0$

$u_t+2u_x=0$ initial value is $u(-1,x)=\frac{x}{1+x^2}$ Using the characteristic method i find that $\zeta= x-2t$ so the solution will be $$u(t,x)=\frac{x-2t}{1+(x-2t)^2}$$ so therefore when i plug in the initial value of $u(-1,x)$, i should of get…
user146269
  • 1,855
2
votes
0 answers

Heat Equation Separation of Variables Goal

I am trying to solve a partial differential equation but I am confused on one part. The Setup: $u_t = u_{xx}$ on 0 < x < 1, t > 0. BCs: $u_x(1,t) = u(1,t)$ & $u_x(0,t) = 0$. I run into issues when I perform separation of variables. For the case…
djblue
  • 31
2
votes
2 answers

How to find eigenvalues and eigenvectors of Laplace operator?

I have a Laplace operator, $$ L = \frac{\partial^{2}}{\partial x^{2}} + \frac{\partial^{2}}{\partial y^{2}}, $$ in polynomial space $ p(x, y)$. How to find its eigenvectors and eigenvalues? I think, that eigenvalues is equal to zero.
John Taylor
  • 1,755
  • 11
  • 18
2
votes
1 answer

Determining the equilibrium temperature distribution for the thin circular ring

I'm sorry, I'm having such a hard time with this question in my text: Determine the equilibrium temperature distribution for the thin circular ring, i.e. the steady state solution for the heat equation $\dfrac{\partial{u}}{\partial{t}} =…
2
votes
4 answers

Find the general integral of $ px(z-2y^2)=(z-qy)(z-y^2-2x^3).$

$ p=\frac{\partial z}{\partial x} $ and $ q=\frac{\partial z}{\partial y} $ Find the general integral of the linear PDE $ px(z-2y^2)=(z-qy)(z-y^2-2x^3). $ My attempt to solve this is as follows: $ p=\frac{\partial z}{\partial x} $ and $…
2
votes
1 answer

General solution to the PDE $xU_x+yU_y=0$

Solve the equation $xU_x+yU_y=0$. From Partial Differential Equations: An Introduction, 2nd Ed. (Strauss, pg. 10). There are no boundary conditions. Solution: The PDE can be written $(x,y)\cdot\nabla U(x,y)=0$, implying that the vector $(x,y)$ is…
nettle
  • 1,269
2
votes
1 answer

Wave equation with nonsmooth initial data

Does this problem have a solution? $$\begin{cases} \partial_t^2u(x,t)&=\partial_x^2u(x,t) \qquad x \in[-1,1] \quad t>0 \\ u(x,0)&=1-|x| \qquad \quad x \in[-1,1] \\ \partial_tu(x,0)&=0 \qquad \qquad \qquad t>0 \\ u(1,t)=u(-1,t)&=0 \end{cases} $$ If…
2
votes
0 answers

$1$st Order PDE

I was solving 1st order PDE which was \begin{equation} (x^2-y^2-z^2)p+2xyq=2xz. \tag{1} \end{equation} I had tried to solve this. Please tell me whether it is correct or not. $$\frac{dx}{x^2-y^2-z^2}=\frac{dy}{2xy}=\frac{dz}{2xz}…
2
votes
1 answer

How to solve the following PDE

What steps should be taken in order to get a solution (that only depends on v) for the following?: $\dfrac{\partial ^2f}{\partial v^2}+\dfrac{1}{v}\dfrac{\partial f}{\partial v}-\dfrac{1}{v^2}\dfrac{\partial^2f}{\partial u^2} = 0$
Sam
  • 281
2
votes
0 answers

Nonlinear Solution to PDE (sine-Gordon Equation)

So I have this nonlinear PDE, the sine-Gordon Equation, $u_{tt}-c^{2}u_{xx}+\omega_{p}^{2}\sin u=0$ whose linearized solution is given by $u_0$. ($c$ and $\omega_p$ are constant.) My reference tells me that to get the actual solution, we need the…
2
votes
1 answer

Heat equation with logarithm of the unknow function

I have some problem to find a method to solve the following $PDE$: $$\partial_t ln[u(x,t)]=k^2\partial_{xx}u(x,t)$$ The equations resembles a common heat equation, but the logarithm of the function $u(x,t)$ seems to complicate the solution. Does…
2
votes
0 answers

Method of characteristics for a parabolic PDE

I am trying to solve a second order parabolic PDE using the method of characteristics. The PDE has the following form: $$\alpha\frac{\partial^2u}{\partial x^2}-\gamma\frac{\partial u}{\partial x}-\frac{\partial u}{\partial y}-f(u(x,y))=0.$$ where…
Reza
  • 131
2
votes
1 answer

solution to first order PDE by method of characteristics

Well I have given the following PDE: $y\cdot\partial_xu(x,y)+\partial_yu(x,y)=0$ Now I have to solve it by using the method of characteristics. The coefficient are $(a,b,c)=(y,1,0)$. Then I have to solve the following differential equations: $\dot…
sheldoor
  • 859