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

Solving PDE only using method of characteristics

Solve $aU_x+bU_y+cU$=0 using characteristic method. I know how to solve this by change of coordinates as in this article. But without changing coordinates how to do it with the method of characteristics? I know how to solve if it was $aU_x+bU_y=0…
clarkson
  • 1,907
1
vote
1 answer

Solve as a series the equation $u_t = u_{xx}, u_x {(0,t)}=0 , u{(1,t)} =1, u{(x,0)} = x^2$.

This question is from section 5.6 of Partial Differential Equations: An Introduction 2nd Edition by Walter Strauss 2008. I have approached this question by using the separation of variables $u(x,t) = X(x)T(t)$ This leads to solving 2 ODEs which are…
user136413
1
vote
1 answer

change of variable in mollifier

link : wikipedia Consider the following standard mollifier. $$\eta(x) = \frac{1}{z}\begin{cases} e^{-\frac{1}{1-\|x\|^2}}& \text{ if } \|x\| < 1\\ 0& \text{ if } \|x\|\geq 1 \end{cases}$$ $$\eta_\epsilon(x) =…
jakeoung
  • 1,261
1
vote
0 answers

How the change of variables of a PDE affects the given condition(s)?

For example I have a PDE with the dependent variable $u$ and the independent variables $x$ and $y$ . Suppose I have the change of variables that $v=u_x$ , I know the condition of $u(x,a)=f(x)$ will change to the condition of $v(x,a)=f_x(x)$ . But…
doraemonpaul
  • 16,178
  • 3
  • 31
  • 75
1
vote
0 answers

Solving method for basic PDEs

How is it called the method used in the second and in the fourth of the following steps? I don't understand it that well. Usually, everything you do on a term of the equation you must do it on the other too. For example, in the second step there is…
Aurelius
  • 2,801
1
vote
1 answer

Differentiate Fourier cosine series

Suppose $f(x)$ and $\frac{df}{dx}$ are piecewise smooth. Prove that the Fourier cosine series of the continuous function $f(x)$ can be differentiated term by term. Can anyone help me with this question?
Roos Jansen
  • 1,163
1
vote
0 answers

Solve a nonhomogeneous wave equation PDE

$u_{tt} = c^2u_{xx}+sin(\alpha t)$ $u(0,t)=0=u(\pi,t)$ $u(x,0) = 0 = u_t(x,0)$ where $00$ I know how to solve this problem using Fourier series, but I also encountered another solution method where let $u(x,t) = v(x)+w(x,t)$. I…
user59036
  • 1,525
1
vote
1 answer

Two PDE Questions

1. Solve the equation $$ u_x^3-u_y=0~, $$ with $u(x,0)=2x^\frac{3}{2}$ 2. Solve the equation $$ u=xu_x+yu_y+\frac{1}{2}(u_x^2+u_y^2)~, $$ with $u(x,0)=\dfrac{1}{2}(1-x^2)$ How I solve these problems if I learnt PDE three weeks ago?
Richard
  • 591
1
vote
0 answers

Hyperbolic Partial differential equation

I have the following problem: $$ u_{t}(x,t)+a(x,t)u_{x}(x,t)-f(x,t)=0\\ \ u(x,0)=0, \\$$ How to solve this equation? Thank you.
Malik
  • 173
1
vote
2 answers

A question on the difference between $\frac{\partial f}{\partial x}$ and $f_x$.

I have a question related to partial differential equations: Say we have $f(x,y,g(x,z))$. Is $f_x\neq \frac{\partial f}{\partial x}$? By what I have read, $f_x)$ is the derivative of $f$ assuming $g(x,z)$ and $y$ to be constant.
user67803
1
vote
0 answers

About the comparison principle for harmonic function in the weak sense

I believe that the following result is true: Let $u,v \in H^{1}(\Omega)$, where $\Omega$ is open bounded set of $R^{n} $. Supoose that $u,v$ is harmonic in $\Omega$ in the weak sense, that is $$ \int_{\Omega} \nabla u . \nabla \varphi \ dx =…
math student
  • 4,566
1
vote
0 answers

Non linear PDEs and Minimal surfaces

Let $M$ be a compact riemannian manifold with boundary. If we consider harmonic functions in this manifold it may be imposible to build a sequence of harmonic functions which will converge (in some sense) to a localized function near a minimal…
Ali
  • 334
1
vote
2 answers

Partial Differential Equation help with delta function boundary conditions

I need help with a differential equation, the trouble is I don't think it's separable and I have tried and failed to apply the method of characteristics to figure it out. z is also bound between zero and one. $$ \frac{\partial u}{\partial…
1
vote
1 answer

Positive solutions to a PDE equation

In this question I am concerned with nonlinear positive harmonic solutions to the following problem $$Δu(x,y)=0, (x,y)∈(a,b)×ℝ$$ $$u(x,y)=0, (x,y)∈{a₀}×ℝ$$ where $a₀$ is a real constant in the interval $(a,b)$. i.e., find $u$ harmonic solution of…
DER
  • 3,011
1
vote
1 answer

P.D.E's- partial differential equation

Can anyone give me the name of this equation and what references i can find such equations : $\left\{\begin{array}{ll} -\mu \Delta u+(\lambda+\mu)\nabla(\mbox{div }u)=Au,\ \ \ \ \mu>0,\ \ \lambda>0\\ u=0 \ \ \ \ \partial \Omega \end{array} \right.$
Student
  • 307