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

PDE Separation Of Variables: Laplace Equation Problem

I am having trouble with this problem. Here is the problem: I might need some tips on how to go through this problem. I have a sense on solving the cases for the separation constant, but I am having trouble on how to do it in this scenario. Here's…
user179766
1
vote
1 answer

Help with the proof of Mean Value Inequality

I am a beginner of Elliptic PDE. This is really hard for me who do not have a sound foundation in Calculus III. I get stumbled in the following proof, especially the part in the red rectangle. I would be very grateful if you can help explain it in…
Anna Le
  • 89
1
vote
2 answers

Finding the general solution to $2u_x-3u_y+(U-x)=0$

The PDE I'm working on is: $$2u_x-3u_y+(U-x)=0.$$ Using the method of characteristics I obtained $c_1=2x+3y.$ Where I am stuck is on $c_2$; currently I'm exploring $$\frac{dx}{2}=\frac{du}{u-x}.$$ My first instinct was to integrate as is and get…
emka
  • 6,494
1
vote
1 answer

A basic partial differential equation of heat transfer

Let $u(x,t)$ be the temperature along a 1-D rod, from $x=0$ to $x=L$. $\frac{\partial u}{\partial t} = A \frac{\partial^2 u}{\partial x^2}+Bu$, where A and B are constants. Initial condition is $u(x,0)=0$. Boundary conditions are: $\frac{\partial…
Shawn Wang
  • 177
  • 7
1
vote
0 answers

Changing IC and BC after simplification

Possible Duplicate: Simplifying PDE I have a pde: $$u_{tt}-7u_{xx}-u_{x}=0$$ IC: $$u(x,0) = x - x^2 $$ $$u_t(x,0) = 0$$ BC: $$u(0,t) = 0 $$ $$u(L,t) = \sin(\pi t / 2)$$ $$t_\mathrm{last} = 2$$ $$L = 1$$ I was simplifying it using next…
Daniel
  • 113
  • 3
1
vote
1 answer

Solving a PDE given a specific curve and condition

Consider the following PDE: $$-3U_x+4U_y=0$$ where $U=3x$ on curve $y=x+1$. First we invoke the method of characteristics: $$\frac{dx}{-3}=\frac{dy}{4}=\frac{dU}{0}.$$ From this we get $c_1=\frac{x}{3}+\frac{y}{4}$ and $U(x,y)=c_2$. So…
emka
  • 6,494
1
vote
1 answer

General solution to a PDE

Consider the equation $u_{xx}+2u_{xy}+u_{yy}=0.$ Write the equation in the coordinates $s=x$ and $t=x-y$ and find the general solution of the equation. We have that $x=s$ and $y=s-t,$ thus $u(x,y)=u(s,s-t)=v(s,t)$. Now I know I must compute…
Robben
  • 1,019
1
vote
1 answer

The general solution of PDE $u_{xx} +u_{yy}=0$

The general solution of PDE $u_{xx} +u_{yy}=0$. There are four options given (correct option is given as d): a) $ u=f(x+iy)-g(x-iy)$ b) $ u=f(x-iy)-g(x-iy)$ c) $ u=f(x-iy)+g(x+iy)$ d) $ u=f(x+iy)+g(x-iy)$ My attempt: This is a homogeneous linear…
square_one
  • 2,317
1
vote
1 answer

Solve the PDE $xu_x-2yu_y+u=e^x,$ with the side condition $u(1,y)=y^2$

1b. $xu_x-2yu_y+u=e^x,$ side condition $u(1,y)=y^2$ My attempt: This has been a super endurance and I hope I got the whole thing right. So anyway, here it goes ...oh and one more thing... can someone please show me how to solve the side condition…
usukidoll
  • 2,074
1
vote
3 answers

Please explain Evans 's PDE Liouville 's Theorem

Here is the proof : d. Liouville's Theorem. We assert now that there are no nontrivial bounded harmonic functions on all of $\Bbb R^n$. THEOREM 8 (Liouville's Theorem). Suppose $u:\Bbb R^n\to\Bbb R$ is harmonic and bounded. Then $u$ is…
Peter
  • 1,955
1
vote
2 answers

Using a multivariate chain rule to solve a partial differential equation

(a) Let $a$ and $b$ be some parameters for which $a^2 + b^2$ > 0 and use the substitution $u = bx−ay$ and $v = ax+by$, to rewrite the partial differential equation $af_{x} + bf_{y} = 0$, into a p.d.e. in the variables $u$ and $v$ instead. (b) Solve…
ys wong
  • 2,017
1
vote
1 answer

For what value of n this relation holds $\frac{x}{\pi}+\sum_{n \geq 1}\frac{2}{n\pi}\cos(n\pi)\sin(\pi x)=0$

I want the value of $n$ for which this relation must satisfy: $$ \frac{x}{\pi}+\sum_{n \geq 1}\frac{2}{n\pi}\cos(n\pi)\sin(\pi x)=0 $$ How to solve this?
1
vote
1 answer

compactly supported eigenfunction

Does it true that there exists a compactly supported eigenfunction corresponding to the first positive eigenvalue $\lambda_1$ of hyperbolic Laplacian operator $\Delta$ on $L^2(S)$, $S$ is a hyperbolic surface? It's not compact but finite volume.…
Amateur
  • 11
1
vote
0 answers

Regarding forming differential equations

In forming PDEs from a solution we proceed thus: If we want to find a PDE which represents the family of spheres whose centres are at the $x$-axis, we do this by differentiating w.r.t. $x$ partially first, then by $y$, and eliminate the arbitrary…
David
  • 4,201
1
vote
2 answers

Find a general solution of the PDE for $u=u(x,y)$ by using ODE techniques.

Find a general solution of the PDE for $u=u(x,y)$ by using ODE techniques. This is a simple one, but I got stuck towards the end. I wanted to use separation of variables because it was the easiest choice. Anyway, the problem is $u_x-2u=0$ So,…
usukidoll
  • 2,074