I would want to insert the whole question but it's kinda complex/difficult to type it out :( sorry guysss Basically the problem looks similar to
$T(x,y,z)=(u,v)$
$u=x+y+z^2$
$v=\cos(x)+\tan(y)-z+3$
vector $r(t)=(t\cdot e,(t^2+2)^t, e^{-s^2})$
At point $t=0$ what's the tangent vector of $T(r(t))$?
Anybody who can help me out with this problem? Would appreciate sooooo much $x$.
Its an application of the Chain rule. Note that $r(0)=(0,1,1)$ and $r'(0)=(e,\ln 2,0)$. By the chain rule $$\tag{*}\frac{\partial}{\partial t}\biggl|_{t=0}T(r(t))=J(T)_{r(0)}\cdot r'(0)$$ where $J(T)_{r(0)}$ is the Jacobian of $T$ evaluated at $r(0)$. That is, \begin{align} J(T)_{r(0)}&= \begin{pmatrix} \frac{\partial u}{\partial x} & \frac{\partial u}{\partial y}& \frac{\partial u}{\partial z} \\ \frac{\partial v}{\partial x} & \frac{\partial v}{\partial y} & \frac{\partial v}{\partial z} \end{pmatrix} _{\bigl|r(0)}\\ \\ &=\begin{pmatrix} 1 & 1 & 2z\\ -\sin x & \frac{1}{\cos ^2 y} & -1 \end{pmatrix} _{(0,1,1)}\\ \\ &=\begin{pmatrix} 1 & 1 & 2\\ 0& \frac{1}{\cos^2 1} & -1 \end{pmatrix} \end{align} Multiplying the above matrix with the vector $r'(0)=(e,\ln 2,0)$ and using $(*)$ we obtain \begin{align} \frac{\partial}{\partial t}\biggl|_{t=0}T(r(t))&=\begin{pmatrix} 1 & 1 & 2\\ 0& \frac{1}{\cos^2 1} & -1 \end{pmatrix} \cdot \begin{pmatrix} e \\ \ln 2 \\ 0 \end{pmatrix}\\ &\\ &=(e+\ln 2,\ \frac{\ln 2}{\cos^2 1}) \end{align} the desired tangent vector of $T(r(t))$ at $t=0$.