Questions tagged [gradient-flows]

An ordinary differential equation that generalizes the notion of "path of steepest descent." For questions on "gradients" of a function, use (multivariable-calculus) instead.

Let $H$ be a Hilbert manifold. A gradient flow on $H$ is the ordinary differential equation for $u: I \to H$, where $I\subseteq \mathbb{R}$ is an interval, given by $$ \frac{\mathrm{d}}{\mathrm{d}t} u = -(\nabla F)(u) $$ where $F:H \to \mathbb{R}$ represents the potential or height.

The motivation is that of steepest descent in Euclidean spaces, and is connected with . Imagine $F$ is some real valued function defined over $\mathbb{R}^2$, the vector $-\nabla F$ is a vector field that points in the direction of the steepest descent if we look at the graph of $F$ as describing a field of heights over $\mathbb{R}^2$. The gradient flow is the generalization of this to higher (possibly infinite) dimensions.

Certain partial differential equations can be described as a gradient flow in infinite dimensions. For example, consider $H$ being the Sobolev space $H^2(\mathbb{R}^d)$ of functions whose derivatives up to second order belong to $L^2$. If we define the function $F(u) = \int_{\mathbb{R}^d} |\nabla u|^2 ~\mathrm{d}x$, a formal computation shows that its gradient (relative to the $L^2$ inner product) is

$$ (\nabla F)(u) = \triangle u $$

where $\triangle$ is the usual Laplacian. That is to say, the gradient flow for the "energy functional" $F(u)$ is in fact the linear heat equation on $\mathbb{R}^d$.

235 questions
3
votes
2 answers

gradient flow -cahn hilliard

hello $$$$ I am trying to find explanation how to derive cahn hilliard equation: $$ u_t =\Delta (w'(u)-\epsilon ^2 \Delta u)$$ as gradient flow of energy functional $$E[u]=\int w(u)+\epsilon ^2 |\nabla u|^2.$$ I tried to follow the definition of…
ivan
  • 31
2
votes
1 answer

Decreasing function in the context of gradient flows

I'm studying the lecture notes by Philippe Clément about Gradient Flows in Metric Spaces. Now the following problem arises ($X$ is a Hilbert space): Definition: Let $\phi:X \to (-\infty, \infty]$ be proper (that is it does not only attain…
JT_NL
  • 14,514
1
vote
0 answers

Quick Question about Gradient Vector Problem

I'm studying for a final exam and reviewing some past exams and just have a small question about this problem. Part 1 : You are standing at the point $(1,1)$ on a hill whose surface is given by the question $$ z = 5y - x^2 - 2y^2 $$ If you climb in…
Socrox
  • 83
0
votes
1 answer

Reconstructing a 1D curve from normals/tangents?

I have a series of unit normals/tangents that are sampled at a regular intervals along the x dimension but I do not have their heights/y-component. For example: I would like to integrate the gradients into a curve, but am a bit stuck because it is…
Steve
  • 1