Basic diff. geometry question - Gradient of F

  • Context: Graduate 
  • Thread starter Thread starter Vasileios
  • Start date Start date
  • Tags Tags
    Geometry Gradient
Click For Summary

Discussion Overview

The discussion centers around the calculation of the gradient of a smooth function defined on a Riemannian manifold, specifically exploring the transition from Euclidean space to a manifold setting. Participants are examining the implications of the Riemannian metric on the gradient and its representation in tangent spaces.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant introduces a smooth function F(x,y) = x^2 + y^2 and its gradient in Euclidean space, seeking to understand how this translates to a Riemannian manifold with a metric g_{ij}.
  • Another participant explains that the differential of F is defined by df(X) = X.f, where X is a tangent vector, and notes that different metrics yield different gradients.
  • A participant questions whether the gradient in the Riemannian case is the same as in the Euclidean case or if it depends on the tangent vector and the metric.
  • One participant provides an example with a specific metric g_{ij} and a tangent vector, asking for the gradient in this context and whether it belongs to the tangent space.
  • Another participant discusses the conversion of the gradient from a one-form to a vector using the metric, referencing spherical coordinates and the implications of using orthonormal bases.
  • One participant emphasizes that the gradient is defined as the tangent vector dual to the differential with respect to the metric.

Areas of Agreement / Disagreement

Participants express uncertainty regarding the relationship between the gradient in Euclidean space and that on a Riemannian manifold, with no consensus on whether the gradient retains the same form or is influenced by the metric and tangent vectors. The discussion remains unresolved with multiple competing views.

Contextual Notes

Participants note that the metric discussed may only be valid for positive values of x and y, and there are indications of missing assumptions regarding the nature of the metric and its application.

Vasileios
Messages
6
Reaction score
0
Hi folks,

I have a basic question I would like to ask.
I ll start from the Euclidean analogue to try to explain what I want.

Suppose we have a smooth function (real valued scalar field)

F(x,y)=x^2+y^2, with x,y \in ℝ.

We also have the gradient \nabla F=\left( \frac{\partial F}{\partial x},\frac{\partial F}{\partial y} \right)=\left( 2x,2y \right)

Now let's imagine that F is defined on a Riemannian manifold M with a metric g_{ij}.

I would like to calculate the gradient of F for a point x,y \in M.

I read that in this case, that the local form of the gradient is

\nabla F = g^{ij}\frac{∂F}{∂x^k}\frac{∂}{∂x^i}

But I do not understand what exactly this formulation means. I have an anyltic expresion for F, g^{i,j} but I am not sure how to calculate the gradient in this case. Can someone perhaps explain the above expresion in layman's terms to me? (I do understand Einstein notation btw).

Also, does the gradient vector live in the tangent space of the point at x,y? because somewhere I read about \hat{F}=F \circ R as the pull back of F through the retraction function R onto the tangent space, and I was confused which "version" lie on the tangent space exactly.

Many thanks
 
Last edited:
Physics news on Phys.org
Vasileios said:
Hi folks,

I have a basic question I would like to ask.
I ll start from the Euclidean analogue to try to explain what I want.

Suppose we have a smooth function (real valued scalar field)

F(x,y)=x^2+y^2, with x,y \in ℝ.

We also have the gradient \nabla F=\left( \frac{\partial F}{\partial x},\frac{\partial F}{\partial y} \right)=\left( 2x,2y \right)

Now let's imagine that F is defined on a Riemannian manifold M with a metric g_{ij}.

I would like to calculate the gradient of F for a point x,y \in M.

I read that in this case, that the local form of the gradient is

\nabla F = g^{ij}\frac{∂F}{∂x^k}\frac{∂}{∂x^i}

But I do not understand what exactly this formulation means. I have an anyltic expresion for F, g^{i,j} but I am not sure how to calculate the gradient in this case. Can someone perhaps explain the above expresion in layman's terms to me? (I do understand Einstein notation btw).

Also, does the gradient vector live in the tangent space of the point at x,y? because somewhere I read about \hat{F}=F \circ R as the pull back of F through the retraction function R onto the tangent space, and I was confused which "version" lie on the tangent space exactly.

Many thanks

On a manifold a smooth function has a differential which is defined by the formula df(X) = X.f

where X is a tangent vector at some point and X.f is the directional derivative of f with respect to X. This definition does not require a Riemannian metric. df is a 1 form, That is df(aX + bY) = adf(X) + bdf(Y) for any linear combination of the tangent vectors X and Y.

With a Riemannian metric there is a tangent vector at each point which is the dual to df with respect to the metric. Different metrics give different gradients.

the defining formula is df(X) = <gradf,X>
 
Hi, ok so practically so I can understand this.
What is grad(F) for this specific case? Is it as in the Euclidean case (2x,2y)? or it is dependent on some arbitrary tangent vector and the Riemannian metric? I didnt understand your answer completely.

Lets try a practical simple example.
Say I have g_{ij}=[ax, b; b, cy] and a tangent vector t_{P}=[2,0] at some arbitrary point P=(x_0,y_0). The scalar function F is as before.

What is gradF for this example?

And is gradF \in T_PM ?
 
The gradient is naturally a one form (the one that lavinia defined). To turn it into a vector, you should use the metric.

This is why, for example, you have those funky r and rsin(theta) terms in the formula for a gradient in spherical polar coordinates.

For example, the gradient (one form) in spherical coordinates is still simply:

df=\frac{\partial f}{\partial r}dr+\frac{\partial f}{\partial \theta}d\theta+\frac{\partial f}{\partial \phi}d\phi

Now, to convert this into a vector gradient, we then have very simply:

\nabla f=g^{ij}(df)_j \frac{\partial}{\partial x^i}=\frac{\partial f}{\partial r} \frac{\partial}{\partial r}+\frac{1}{r^2} \frac{\partial f}{\partial \theta} \frac{\partial}{\partial \theta}+\frac{1}{r^2\sin\theta^2} \frac{\partial f}{\partial \phi} \frac{\partial}{\partial \phi}

Like we usually expect in vector calculus.

EDIT: I think the expression I have is off by our usual definition in the coefficients. This is because the basis vectors I used are not ortho-normal bases but coordinate bases. If I switch to an orthonormal set of bases with the definitions: \frac{\partial}{\partial r&#039;}=\frac{\partial}{\partial r} \frac{\partial}{\partial \theta&#039;}=\frac{1}{r}\frac{\partial}{\partial \theta} \frac{\partial}{\partial \phi&#039;}=\frac{1}{r\sin\theta} \frac{\partial}{\partial \phi}, then I will get the usual gradient.
 
Last edited:
Vasileios said:
Hi, ok so practically so I can understand this.
What is grad(F) for this specific case? Is it as in the Euclidean case (2x,2y)? or it is dependent on some arbitrary tangent vector and the Riemannian metric? I didnt understand your answer completely.

Lets try a practical simple example.
Say I have g_{ij}=[ax, b; b, cy] and a tangent vector t_{P}=[2,0] at some arbitrary point P=(x_0,y_0). The scalar function F is as before.

What is gradF for this example?

And is gradF \in T_PM ?

BTW:Your metric only works for x and y positive

The differential of F is 2xdx + 2ydy
Its value on a vector (a,b) is 2xa + 2yb

The gradient satisfies the equations

<gradF,(1,0)> = 2x <gradF,(0,1)>= 2y

If gradF = (s,t) then

2x = axs + bt 2y = bs + cyt


The gradient is a tangent vector by definition. It is defined to be that tangent vector that is dual to the differential with respect to the metric.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 0 ·
Replies
0
Views
2K