Questions tagged [maximum-principle]

For questions about the use of maximum principle, either in the context of partial differential equations or complex analysis.

In the context of partial differential equations, the maximum principle states that

If $f$ is harmonic, then $f$ cannot attain a local maximum without being constant. That is, if $D$ is a connected open subset of $\mathbb{R}^n$ and there exists $x_0 \in D$ with $$|f(x)| \ge |f(x_0)|$$ for every $x$ in a neighborhood of $x_0$, then $f$ is identically a constant function.

In complex analysis, the maximum principle (usually called the maximum modulus principle) states an analogous result:

If $f$ is holomorphic, then $|f|$ cannot attain a local maximum without being constant. That is, if $D$ is a connected open subset of $\mathbb{C}$ and there exists $z_0 \in D$ with $$|f(z)| \ge |f(z_0)|$$ for every $z$ in a neighborhood of $z_0$, then $f$ is identically a constant function.

References: Maximum principle (PDE), maximum modulus principle.

624 questions
2
votes
1 answer

Is this a consequence of the maximum principle for superharmonic functions?

Let $\Omega\subset\mathbb{R}^n$ be bounded and suppose we have $$ \Delta u_{x_1}+f'(u)u_{x_1}=0\textrm{ in }\Omega, $$ and, moreoever, know that $u_{x_1}\geq 0, u_{x_1}\neq 0$ in $\Omega$. Here $u_{x_1}$ denotes the partial derivative in the first…
selector
  • 447
1
vote
2 answers

What does $\max$ function returns as value when the set provided is empty?

Having : $$S= \{ (2,a), (2,l), (1, h), (7,s), (7,a) \}$$ what does this return as value : $$\max\{x_i : (x_i, f_i) \in S , f_i=c \}$$ in other words, what does $\max$ returns when the condition is not satisfied (no element available to test) ? $0$…
1
vote
1 answer

What can we say about "continuous dependence on the Neumann boundary condition of second order PDEs? "

Consider a uniformly elliptic operator L of the form $Lu=-\sum_{j,k=1}^d \frac{\partial}{\partial x_k}(a_{j,k} \frac{\partial u}{\partial x_j})+\sum_{j=1}^d b_j(x) \frac{\partial u}{\partial x_j} +c(x)u(x),$ then, there exists a constant $C$ only…
1
vote
4 answers

Practical and traditional way to get the maximum of $\frac{x^2}{(x^4+1)}$?

The maximum seems to be $\dfrac{1}{2}$, but how do you get this value and why? Does it have anything to do with the graph of the function?
0
votes
1 answer

Find the maximum possible value

Help me to find the maximum value of $T$ with $x, y, z \in \Bbb{R_+}$ $$T=\frac{x^3y^4z^3}{(x^4+y^4)(xy+z^2)^3}+\frac{y^3z^4x^3}{(y^4+z^4)(yz+x^2)^3}+\frac{z^3x^4y^3}{(z^4+x^4)(zx+y^2)^3}$$ Thanks :D
0
votes
2 answers

Maximum value question of three $xyz+xy+yz+zx$.

I have tried am-gm inequality,i am getting that $xyz$ is greater than $36.9$. I tried hit and trial,but it is of no use also. Could anyone give a definite process?
0
votes
0 answers

Variant of strong maximum principle

i have a question about strong maximum principle and mean value formula for heat equuation i saw two versions of these theorems one (In Evans Book) with hypothesis that $u \in C^{2,1}(U\times (0,T])$]1 howevever in other pdf i found that the same…
RIM
  • 51
0
votes
1 answer

Maximize $4x_1+x_2+3x_3$

Maximize $4x_1+x_2+3x_3$ given the constraint $x_1+x_2+x_3=x$, I used lagrange multiplier and it gave me 3 different values of $\lambda$, what does this indicate?
0
votes
1 answer

Maximum-Minimum principle in partial differential equation

If $u(x,y)$ is harmonic on a bounded domain $D$ and continuous on $D \cup B$ where $B$ is the boundary of domain $D$. Then prove that $u(x,y)$ attains its minimum on the boundary $B$.
0
votes
0 answers

"U satisfies a maximum principle" - what might be meant with this statement?

Suppose on a 2d lattice we have discretized some PDE and get something like $$ U_{ij}^{n+1}=\mu(u_{i-1j}^n +u_{i j-1}^n+u_{i+1j}^n+u_{ij+1}^n)+(1-4\mu)u_{ij}^n $$ What then might be meant with a statement like "$U_{ij}$ satisfies a maximum…
mathfemi
  • 2,631
0
votes
4 answers

Find maximum and minimum of $f(x,y)=x+y$

I would appreciate if somebody could help me with the following problem: Question: Find maximum and minimum of $f(x,y)=x+y$ when $$x^3+y^3=1,x,y \geq 0$$ I tried but couldn’t get it that way.
Young
  • 5,492
-2
votes
2 answers

Finding maximum volume (where $x^2+y^2+z^2=r^2, x,y,z>0$)

I would appreciate if somebody could help me with the following problem Q. Finding maximum volume $$(x+y+z)^2(xyz)^2 ~~~(\text{where} ~~x^2+y^2+z^2=r^2, x,y,z>0)$$
Young
  • 5,492