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
1
vote
0 answers

triangle inequality in pde computation

I am following the notes of my professor but I am unsure if I am following it correctly. Here's the problem: Suppose that for $1\leq i \leq n, |u_{x_i}(\vec{x_0})| = C\left| \displaystyle\int_{B(\vec{x_0})} \nabla u\cdot e_i\,d\vec{x} \right|$ where…
Tomas Jorovic
  • 3,983
  • 3
  • 27
  • 38
1
vote
0 answers

Method of characteristics for first order linear P.D.Es of degree k

I understand that the method of characteristics can be used to obtain analytical solutions of any first order linear P.D.E with constant or variable coefficients. But in all the examples and proofs that I've seen, the equations involved are all of…
Train Heartnet
  • 2,534
  • 3
  • 25
  • 42
1
vote
0 answers

heat conduction in a circular wire

$u_t−ku_{xx}=0$ $u(t,0^+)=u(t,2\pi^−)$ $u_x (t,0^+)=u_x (t,2\pi^−)$ $u(0,x)=f(x)$ $k>0 , t\geq 0 , (t,x)\in[0,\infty)×[0,2\pi]$ $k$ is a constant, $u_t$ is the partial derivative with respect to $t$, $u_x$ is the partial derivative of $u$ with…
john doe
  • 287
1
vote
0 answers

Finding the characteristic curves for $\frac{\partial^2 u}{\partial y^2} -y\frac{\partial^2 u}{\partial x^2}=0$

problem : Find the characteristic curves for pde $$ \frac{\partial^2 u}{\partial y^2} -y\frac{\partial^2 u}{\partial x^2}=0$$ if 1)$y<0$ 2)$y>0$ 3)$y=0$ 4)$y \neq 0$ Solution: 1)Here characteristic curve is Ellipse 2) characteristic curve is…
rst
  • 2,031
1
vote
2 answers

How to solve a linear PDE like $\partial_t u(x,t) - \partial_x u(x,t) = a(x)\cdot b(t)$?

Given a linear PDE like $\partial_t u(x,t) - \partial_x u(x,t) = a(x)\cdot b(t)$, how to solve it? A separation ansatz doesn't look promising due to the mixed term on the right hand side.
1
vote
2 answers

Solve the initial value problem (PDE)

$$2u_t + x(1+t)u_x = u^2$$ $$u(x,0)=x$$ Tried to do this by method of characteristics. So, using change of variables as follows $$\left\lbrace \begin{array}{c} p=x \\ q = 2\ln(x)-(t+t^2/2) \end{array}\right.$$ But I am stuck from this point onward.…
AAP
  • 737
1
vote
0 answers

Nonhomogenous Infinite String PDE

So I have this question where I need to find $u(x,t)$ such that: $$ u_{tt}-c^{2}u_{xx}=x+ct; -\infty
1
vote
1 answer

How to find $u(x,y)$?

I have the second-order PDE $6u_{xx}+u_{xy}-u_{yy}=0$ . The change of variables I'm given is $s=x+2y$ and $j=x-y$ . I used the chain rule and solved $u_{xx}$ and $u_{xy}$ and $u_{yy}$ in terms of $s$ and $t$ , then replaced the original pde, and I…
Myles
  • 427
  • 5
  • 14
1
vote
1 answer

Verifying General Solution of Non-Homogeneous Quasilinear PDE

Use the method of characteristics to find the general solution of the following PDE $$ e^xu_x + u_y = xu. $$ Show explicitly that your result is indeed a solution of the PDE. So I believe I have found the general solution as…
spooleey
  • 436
1
vote
0 answers

Showing PDE solution satisfies inequality

Suppose that $u$ is the solution to $\begin{cases} u_t -u_{xx} =2 , &00 \\ u(x,0)=0, & 0\le x \le 1 \\ u(0,t) = u(1,t)=0, &t\ge0 \end{cases}$ Show that $u(x,t)\le x(1-x), 0\le x \le 1$ While I am studying heat equation, I think it looks…
JAEMTO
  • 693
1
vote
1 answer

$u_{xy}=u_x+u_y$

This equation is bugging me for a while now. It seems pretty simple but what is the general solution? There are ways to find solutions like $u(x,y)=Ae^{Bx+\frac{B}{1-B}y}+C(x-y)+D$ But I wonder if there is a way to represent all the solutions. Any…
MOMO
  • 1,264
  • 6
  • 20
1
vote
2 answers

Book recommendations for PDE

I am currently an undergraduate studying mathematics and have been mode on the pure side. Now I would like to get started with PDEs. There have been some questions from other people about book recommendations in this area. However they were looking…
1
vote
0 answers

Separable differential equation in spherical coordinates

Consider a function $f$ that satisfies the following differential equation: \begin{equation} \Delta f - \lambda^2 ((\Delta f)^2) = 0, \end{equation} where $\lambda$ is some real constant. Expressing $\Delta$ in spherical coordinates, does the…
1
vote
0 answers

Eigenvalue problem $y'' + \lambda y=0$, $y'(-L) = y'(L)=0$

I have an eigenvalue problem $y'' + \lambda y=0$, $y'(-L) = y'(L)=0$. So far, I've solved the cases $\lambda=0$ and $\lambda=-p^2<0$. In the first case, I got $y_0(x) = B$ as an eigenfunction, and the second case yields a trivial solution. Similarly…
1
vote
0 answers

Is it possible that an eigenvalue of a PDE equals 0?

When solving one specific PDE to find $f(x,y)$, I came across the following equation through which I would find the eigenvalues $\lambda_l$: $$a\tanh^{-1}(\frac{\lambda}{b}) - \lambda = 0,$$ in which $a$ and $b$ are real constants. I found out…
Alex C
  • 31
  • 4