Determining Smoothness Of A Function

  • Thread starter Thread starter Alex86
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Alex86
Messages
4
Reaction score
0
1. The problem statement:

Given a chart [tex]\varphi[/tex], define a function f by f(p) = x[tex]^{k}[/tex](p), the k-th coordinate of p (where k is fixed). Is f smooth?

2. Homework Equations :

f is smooth (C[tex]^{k}[/tex]) iff F is smooth (C[tex]^{k}[/tex]), where F: [tex]\Re^{n} \rightarrow \Re, F = f \circ \varphi^{-1}[/tex]

The Attempt at a Solution



[tex]\frac{\partial F}{\partial x^{i}} = \sum_{m} \frac{\partial f}{\partial x^{m}} \frac{\partial x^{m}}{\partial x^{i}}[/tex]

[tex]\frac{\partial F}{\partial x^{i}} = \sum_{m} \frac{\partial x^{k}}{\partial x^{m}} \frac{\partial x^{m}}{\partial x^{i}}[/tex]

[tex]\frac{\partial F}{\partial x^{i}} = \delta^{k}_{m} \frac{\partial x^{m}}{\partial x^{i}}[/tex]

[tex]\frac{\partial F}{\partial x^{i}} = \delta^{k}_{i}[/tex]

I'm not sure if this shows what I'm after as I'm not sure exactly what smoothness means in a given situation.

Thanks in advance for any input.
 
Physics news on Phys.org
I forgot to point out that the function "f(p)" is defined on a manifold where p is a point on the manifold.
 
It seems like [tex]f[/tex] can only be defined in the domain of, and relative to, a single coordinate chart; is this what you intend?

Given that, you have the correct calculation. What does the calculation [tex]\partial F/\partial x^i = \delta_{ik}[/tex] tell you about the higher derivatives of [tex]F[/tex]?
 
Last edited:
I'm not entirely sure what you mean by the first question... why would it only be defined in the domain of and relative to a single coordinate chart? Could there not be another chart in an open neighbourhood which also includes p? The chart in the question seems very general to me.

As for the second question does that mean that the function and the chart are [tex]C^{\infty}[/tex] related?
 
Alex86 said:
I'm not entirely sure what you mean by the first question... why would it only be defined in the domain of and relative to a single coordinate chart? Could there not be another chart in an open neighbourhood which also includes p? The chart in the question seems very general to me.

Suppose [tex]x: U \to \mathbb{R}^n[/tex] and [tex]y: V \to \mathbb{R}^n[/tex] are two coordinate charts (the same functions you have been denoting [tex]\varphi[/tex]) defined on open neighbhorhoods [tex]U[/tex] and [tex]V[/tex] of [tex]p[/tex]. The [tex]k[/tex]th coordinate functions [tex]x^k: U \to \mathbb{R}[/tex] and [tex]y^k: V \to \mathbb{R}[/tex] need not have anything to do with each other.

Alex86 said:
As for the second question does that mean that the function and the chart are [tex]C^{\infty}[/tex] related?

No, that's not what I meant. Denoting the chart again by [tex]x[/tex] instead of [tex]\varphi[/tex], [tex]F = x^k \circ x^{-1} : x(U) \to \mathbb{R}[/tex] is a function on an open subset [tex]x(U)[/tex] of [tex]\mathbb{R}^n[/tex]. You know its partial derivatives: [tex]\partial F/\partial x^i = \delta_{ik}[/tex]. This contains all the information you need to compute all the higher derivatives of [tex]F[/tex], and thus tell whether [tex]F[/tex] is a [tex]C^\infty[/tex] function (from an open subset of [tex]\mathbb{R}^n[/tex] to [tex]\mathbb{R}[/tex]; no need for coordinate charts here).