3

Please can you tell how to solve this problem clearly? Please solve this explanatorily. Thank you

enter image description here

user3911
  • 6,642

1 Answers1

5

Say that $F: N^n \to M^m$ is a smooth function, mapping $$ p = \begin{bmatrix} x_1 \\ \vdots \\ x_n \end{bmatrix} \mapsto \begin{bmatrix} y_1 \\ \vdots \\ y_m \end{bmatrix} = \begin{bmatrix} F_1(p) \\ \vdots \\ F_m(p) \end{bmatrix} = F(p). $$

Then, the differential is linear map $F_{*,p}: T_p(N) \to T_{F(p)}(M)$ between the tangent spaces. Choosing the basis $\{ \frac{\partial}{\partial x_1}, \dots, \frac{\partial}{\partial x_n} \}$ for $T_p(N)$ and the basis $\{ \frac{\partial}{\partial y_1}, \dots, \frac{\partial}{\partial y_m} \}$ for $T_{F(p)}(M)$, we can represent the differential by the $(m \times n)$-matrix $$ \begin{bmatrix} \frac{\partial y_1}{\partial x_1} & \cdots & \frac{\partial y_1}{\partial x_n} \\ \vdots & \ddots & \vdots \\ \frac{\partial y_m}{\partial x_1} & \cdots & \frac{\partial y_m}{\partial x_n} \end{bmatrix} = \begin{bmatrix} \frac{\partial F_1(x)}{\partial x_1} & \cdots & \frac{\partial F_1(x)}{\partial x_n} \\ \vdots & \ddots & \vdots \\ \frac{\partial F_m(x)}{\partial x_1} & \cdots & \frac{\partial F_m(x)}{\partial x_n} \end{bmatrix} $$ In the special case that $L: \mathbb{R}^n \to \mathbb{R}^m$ is a linear map, we can write $L(x) = Ax$, where $A$ is an $(m \times n)$-matrix.

What do the partial derivatives look like? Put $A = [a_{ij}]$, so for any $1 \le i \le m$, $$ y_i = F_i(x) = a_{i1}x_1 + \cdots + a_{in}x_n, $$ and for any $1 \le i \le m$, $1 \le j \le n$, $$ \frac{\partial F_i(x)}{\partial x_j} = \frac{\partial}{\partial x_j}\big( a_{i1}x_1 + \cdots + a_{in}x_n \big) = a_{ij}. $$

Thus, the matrix of partial derivatives, representing the differential of $L$ in coordinates, is nothing other than the matrix of $L$ itself, once we make the identification $T_p(\mathbb{R}^n) \overset{\sim}{\to} \mathbb{R}^n$.

Sammy Black
  • 28,409
  • Really thank you for help:) Now I Try to understand this:) @SammyBlack – user3911 Apr 10 '13 at 22:10
  • Upon rereading this, I notice a slight abuse of notation. I seem to be identifying the point $p \in N$ with its coordinates $x \in \mathbb{R}^n$. (This is standard practice when doing computations in coordinates). It's nice to pay attention to these details when you're first learning about manifolds, though. – Sammy Black Apr 10 '13 at 22:14
  • Okay, I am careful of what you said. – user3911 Apr 10 '13 at 22:20
  • 1
    By the way, you wrote extremely in depth. All are so clear. I am udertanding well. :) – user3911 Apr 10 '13 at 22:23