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

2D Laplace equation with mixed boundary conditions on the upper half-plane.

Find the temperature distribution $T(x,y)$ in the upper half-plane, given that the temperature along the $x$-axis is at: $$T(x,0)=T_0, \quad x<-1$$ $$T(x,0)=T_1, \quad x>1$$ And $$\frac{\partial T}{\partial y}(x,0)=0, \quad |x|<1.$$ Assume the…
Spine Feast
  • 4,770
2
votes
0 answers

Analytical solution nonlinear partial differential equation

Do you know how I can solve nonlinear PDEs analytically i.e does the perturbation method work? e.g $$a^2u_{tt} - u_{xx}+ f(u)=0$$ where $f$ is nonlinear in $u$, with boundary condition. what the general approach that I can use for this problem?
2
votes
2 answers

Solve this Dirichlet problem

Show that the Dirichlet problem $$ \left\{ \begin{array}{l} u_{xx}+ u_{yy}=u^3 \ \text{in} \ x^2+y^2 \lt 1 \\ u=0 \ \text{on} \ x^2+y^2 = 1 \end{array} \right.$$ where $u=u(x,y)$, has only the trivial solution $u \equiv 0$ Thanks
Yang
  • 521
  • 1
  • 9
  • 18
2
votes
1 answer

Folland PDE typo's, help follow proof that $||u||_s \leq C(||Lu||_{s-k} + ||u||_{s-1})$

I'm reading Folland's Introduction to Partial Differential Equations, and he makes a few claims that I don't understand and I think may be typos in the book. Firstly let's fix $$ L = \sum_{|\alpha|=k}a_\alpha \partial^{\alpha} $$ and assumme the…
nullUser
  • 27,877
2
votes
2 answers

general solution for a 4th order PDE

I have a fourth order partial differential equation of motion of a tube, with clamped boundary conditions, I don't know what would be the general solution for $W$: $$EI \frac{d^4 w(x,t)}{dx^4} + MU^2 \frac{d^2 w(x,t)}{dx^2} + 2MU\frac{d^2…
parham
  • 41
2
votes
1 answer

Transforming hyperbolic PDE into normal form

Transform the following PDE to the normalform $$ x^2u_{xx}-y^2u_{yy}=0~~~\text{ in }\Omega:=\left\{(x,y)\in\mathbb{R}^2\mid x>0,y>0\right\} $$ First of all, it is to say, that this is a hyperbolic PDE. Furthermore, I already worked a lot…
user34632
2
votes
1 answer

How do I show that $u_x$, $u_y$, $u_{xx}$, $u_{yy}$ and $u_{xy}$ are also solution for the pde $u_{xx}+u_{yy}=0$?

Title says it all. Let $u$ satisfy the patial differntial equation $u_{xx}+u_{yy}=0$(elliptic in linear 2nd order pde). How do I show that $u_x$, $u_y$, $u_{xx}$, $u_{yy}$ and $u_{xy}$ are also solution? I don't know where to start.
Shin Kim
  • 783
2
votes
1 answer

Solution of PDE with directional derivative

There is a partial differential equation containing directional derivative in the left-hand side: $$ \vec{s} \cdot \nabla f = a f + b \\ $$ where $f, a, b$ are functions of $(x,y,z)$, and $\vec{s}$ is a unit direction vector. How to solve this type…
zeliboba
  • 357
2
votes
1 answer

Find the steady state temperature of the rod

A rod occupying the interval $0 \leq x \leq l$ is subject to the heat source $f(x) =0, $ for $ 0 < x < L/2$, $f(x) =H $ for $ L/2 0$ (1)The rod satisfies the heat equation $$u_t = u_{xx} + f(x)$$ and its ends are kept at zero temperature.…
AAP
  • 737
2
votes
1 answer

Heat equation and energy

I have the following problem: $w_t = \Delta w$ for $x \in \Omega$, $t>0$. $w(x,0) = 0$ for $x \in \bar\Omega$. $w(x,t) = 0$ for $x \in \partial \Omega$ and $t>0$. We define the energy: $\mathcal E(t):=\displaystyle\int_\Omega w^2(x,t)…
yemino
  • 21
2
votes
1 answer

Find solution of PDE $x \frac {\partial z} {\partial x} +y \frac {\partial z} {\partial y}=z$

Problem:Find solution of Cauchy problem for the first order PDE $x \frac {\partial z} {\partial x} +y \frac {\partial z} {\partial y}=z$,on $ D= {(x,y,z): x^2 +y^2 \neq0,z>0} $ with initial condition $x^2+y^2=1,z=1$ Solution:Using Lagrange's…
rst
  • 2,031
2
votes
3 answers

How to solve for u(x,t)?

Solve the pde $$(t+1)u_t=u_{xx}$$ subject to $$\rm{B.C.}:u(0,t)=u(\pi,t)=0,\quad \rm{I.C.}: u(x,0)=\sin x+7\sin 6x.$$ I've used separation of variables with $k=(t+1)$ but I did not get the right answer for $u(x,t)$. I got the right answer…
Myles
  • 427
  • 5
  • 14
2
votes
2 answers

rewrite $\frac{\partial \theta}{\partial t}=k \frac{\partial^2 \theta}{\partial x^2}$ as a DE with two new variables $q_1$ and $q_2$

I am given the differential equation: $$\frac{\partial \theta}{\partial t}=k \frac{\partial^2 \theta}{\partial x^2}$$ Use the change of variables $q_1(x,t) = \frac{x^2}{kt}$ and $q_2 (x,t)=\frac{\theta(x,t)\sqrt{kt}}{\theta_0}$ to rewrite the…
Slugger
  • 5,556
2
votes
1 answer

Canonical Form: Second-Order Partial Differential Equation

$u_{xx}+4u_{xy}+3u_{yy} + 3u_x-u_y+2u=0$ I found that $\xi(x,y) = y-3x$ and $\eta(x,y)=y-x$, then $0= u - 5u_{\xi} - 2u_{\eta} - 2u_{\xi \eta}$. I try to use manipulation like SFFT: $$6u = \left (\frac{\partial}{\partial \xi}+1 \right )\left…
2
votes
1 answer

Solve PDE : $U^2_x + U^2_y + 1 = \frac{1}{U^2}$

Here is the PDE : $U^2_x + U^2_y + 1 = \frac{1}{U^2}$ I tried to solve it using separation of variables method. Assume $U=XY$; $U_x = \dot X Y$ and $U_y = X \dot Y$ so the PDE become : $(\dot X Y)^2 + (X \dot Y)^2 + 1 = \frac{1}{(XY)^2}$ $(\dot X…
Ocean
  • 85