Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Jet (mathematics)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Operation in differential geometry}} In [[mathematics]], the '''jet''' is an operation that takes a [[differentiable function]] ''f'' and produces a [[polynomial]], the [[Taylor polynomial]] (truncated Taylor series) of ''f'', at each point of its domain. Although this is the definition of a jet, the theory of jets regards these polynomials as being [[Polynomials#Abstract algebra|abstract polynomials]] rather than polynomial functions. This article first explores the notion of a jet of a real valued function in one real variable, followed by a discussion of generalizations to several real variables. It then gives a rigorous construction of jets and jet spaces between [[Euclidean space]]s. It concludes with a description of jets between [[manifold]]s, and how these jets can be constructed intrinsically. In this more general context, it summarizes some of the applications of jets to [[differential geometry]] and the theory of [[differential equations]]. ==Jets of functions between Euclidean spaces== Before giving a rigorous definition of a jet, it is useful to examine some special cases. ===One-dimensional case=== Suppose that <math>f: {\mathbb R}\rightarrow{\mathbb R}</math> is a real-valued function having at least ''k'' + 1 [[derivative]]s in a [[neighbourhood (mathematics)|neighborhood]] ''U'' of the point <math>x_0</math>. Then by Taylor's theorem, :<math>f(x)=f(x_0)+f'(x_0)(x-x_0)+\cdots+\frac{f^{(k)}(x_0)}{k!}(x-x_0)^{k}+\frac{R_{k+1}(x)}{(k+1)!}(x-x_0)^{k+1}</math> where :<math>|R_{k+1}(x)|\le\sup_{x\in U} |f^{(k+1)}(x)|.</math> Then the '''''k''-jet''' of ''f'' at the point <math>x_0</math> is defined to be the polynomial :<math>(J^k_{x_0}f)(z) =\sum_{i=0}^k \frac{f^{(i)}(x_0)}{i!}z^i =f(x_0)+f'(x_0)z+\cdots+\frac{f^{(k)}(x_0)}{k!}z^k.</math> Jets are normally regarded as [[Polynomial#Abstract algebra|abstract polynomials]] in the variable ''z'', not as actual polynomial functions in that variable. In other words, ''z'' is an [[indeterminate (variable)|indeterminate variable]] allowing one to perform various [[abstract algebra|algebraic operations]] among the jets. It is in fact the base-point <math>x_0</math> from which jets derive their functional dependency. Thus, by varying the base-point, a jet yields a polynomial of order at most ''k'' at every point. This marks an important conceptual distinction between jets and truncated [[Taylor series]]: ordinarily a Taylor series is regarded as depending functionally on its variable, rather than its base-point. Jets, on the other hand, separate the algebraic properties of Taylor series from their functional properties. We shall deal with the reasons and applications of this separation later in the article. ===Mappings from one Euclidean space to another=== Suppose that <math>f:{\mathbb R}^n\rightarrow{\mathbb R}^m</math> is a function from one Euclidean space to another having at least (''k'' + 1) derivatives. In this case, [[Taylor's theorem]] asserts that :<math> \begin{align} f(x)=f(x_0)+ (Df(x_0))\cdot(x-x_0)+ {} & \frac{1}{2}(D^2f(x_0))\cdot (x-x_0)^{\otimes 2} + \cdots \\[4pt] & \cdots +\frac{D^kf(x_0)}{k!}\cdot(x-x_0)^{\otimes k}+\frac{R_{k+1}(x)}{(k+1)!}\cdot(x-x_0)^{\otimes (k+1)}. \end{align} </math> The ''k''-jet of ''f'' is then defined to be the polynomial :<math>(J^k_{x_0}f)(z)=f(x_0)+(Df(x_0))\cdot z+\frac{1}{2}(D^2f(x_0))\cdot z^{\otimes 2} + \cdots + \frac{D^kf(x_0)}{k!}\cdot z^{\otimes k}</math> in <math>{\mathbb R}[z]</math>, where <math>z=(z_1,\ldots,z_n)</math>. ===Algebraic properties of jets=== There are two basic algebraic structures jets can carry. The first is a product structure, although this ultimately turns out to be the least important. The second is the structure of the composition of jets. If <math>f,g:{\mathbb R}^n\rightarrow {\mathbb R}</math> are a pair of real-valued functions, then we can define the product of their jets via :<math>J^k_{x_0}f\cdot J^k_{x_0}g=J^k_{x_0}(f\cdot g).</math> Here we have suppressed the indeterminate ''z'', since it is understood that jets are formal polynomials. This product is just the product of ordinary polynomials in ''z'', [[modulo (jargon)|modulo]] <math>z^{k+1}</math>. In other words, it is multiplication in the ring <math>{\mathbb R}[z]/(z^{k+1})</math>, where <math>(z^{k+1})</math> is the [[Ideal (ring theory)|ideal]] generated by homogeneous polynomials of order ≥ ''k'' + 1. We now move to the composition of jets. To avoid unnecessary technicalities, we consider jets of functions that map the origin to the origin. If <math>f:{\mathbb R}^m\rightarrow{\mathbb R}^\ell</math> and <math>g:{\mathbb R}^n\rightarrow{\mathbb R}^m</math> with ''f''(0) = 0 and ''g''(0) = 0, then <math>f\circ g:{\mathbb R}^n \rightarrow{\mathbb R}^\ell</math>. The ''composition of jets'' is defined by <math>J^k_0 f\circ J^k_0 g=J^k_0 (f\circ g).</math> It is readily verified, using the [[chain rule]], that this constitutes an associative noncommutative operation on the space of jets at the origin. In fact, the composition of ''k''-jets is nothing more than the composition of polynomials modulo the ideal of homogeneous polynomials of order ≥ ''k'' + 1. ''Examples:'' *In one dimension, let <math>f(x)=\log(1-x)</math> and <math>g(x)=\sin\,x</math>. Then :<math>(J^3_0f)(x)=-x-\frac{x^2}{2}-\frac{x^3}{3}</math> :<math>(J^3_0g)(x)=x-\frac{x^3}{6}</math> and :<math> \begin{align} & (J^3_0f)\circ (J^3_0g)=-\left(x-\frac{x^3}{6}\right)-\frac{1}{2}\left(x-\frac{x^3}{6}\right)^2-\frac{1}{3} \left(x-\frac{x^3}{6}\right)^3 \pmod{x^4} \\[4pt] = {} & -x-\frac{x^2}{2}-\frac{x^3}{6} \end{align} </math> ==Jets at a point in Euclidean space: rigorous definitions== ===Analytic definition=== The following definition uses ideas from [[mathematical analysis]] to define jets and jet spaces. It can be generalized to [[smooth functions]] between [[Banach spaces]], [[analytic functions]] between real or [[complex analysis|complex domains]], to [[p-adic analysis]], and to other areas of analysis. Let <math>C^\infty({\mathbb R}^n,{\mathbb R}^m)</math> be the [[vector space]] of [[smooth function]]s <math>f:{\mathbb R}^n\rightarrow {\mathbb R}^m</math>. Let ''k'' be a non-negative integer, and let ''p'' be a point of <math>{\mathbb R}^n</math>. We define an [[equivalence relation]] <math>E_p^k</math> on this space by declaring that two functions ''f'' and ''g'' are equivalent to order ''k'' if ''f'' and ''g'' have the same value at ''p'', and all of their [[partial derivative]]s agree at ''p'' up to (and including) their ''k''-th-order derivatives. In short,<math>f \sim g \,\!</math> iff <math> f-g = 0 </math> to ''k''-th order. The '''''k''-th-order jet space''' of <math>C^\infty({\mathbb R}^n,{\mathbb R}^m)</math> at ''p'' is defined to be the set of equivalence classes of <math>E^k_p</math>, and is denoted by <math>J^k_p({\mathbb R}^n,{\mathbb R}^m)</math>. The '''''k''-th-order jet''' at ''p'' of a smooth function <math>f\in C^\infty({\mathbb R}^n,{\mathbb R}^m)</math> is defined to be the equivalence class of ''f'' in <math>J^k_p({\mathbb R}^n,{\mathbb R}^m)</math>. ===Algebro-geometric definition=== The following definition uses ideas from [[algebraic geometry]] and [[commutative algebra]] to establish the notion of a jet and a jet space. Although this definition is not particularly suited for use in algebraic geometry per se, since it is cast in the smooth category, it can easily be tailored to such uses. Let <math>C_p^\infty({\mathbb R}^n,{\mathbb R}^m)</math> be the [[vector space]] of [[germ (mathematics)|germs]] of [[smooth function]]s <math>f:{\mathbb R}^n\rightarrow {\mathbb R}^m</math> at a point ''p'' in <math>{\mathbb R}^n</math>. Let <math>{\mathfrak m}_p</math> be the ideal consisting of germs of functions that vanish at ''p''. (This is the [[maximal ideal]] for the [[local ring]] <math>C_p^\infty({\mathbb R}^n,{\mathbb R}^m)</math>.) Then the ideal <math>{\mathfrak m}_p^{k+1}</math> consists of all function germs that vanish to order ''k'' at ''p''. We may now define the '''jet space''' at ''p'' by :<math>J^k_p({\mathbb R}^n,{\mathbb R}^m)=C_p^\infty({\mathbb R}^n,{\mathbb R}^m)/{\mathfrak m}_p^{k+1}</math> If <math>f:{\mathbb R}^n\rightarrow {\mathbb R}^m</math> is a smooth function, we may define the ''k''-jet of ''f'' at ''p'' as the element of <math>J^k_p({\mathbb R}^n,{\mathbb R}^m)</math> by setting :<math>J^k_pf=f \pmod {{\mathfrak m}_p^{k+1}}</math> This is a more general construction. For an [[Locally ringed space|<math>\mathbb{F}</math>-space]] <math>M</math>, let <math>\mathcal{F}_p</math> be the [[Stalk (sheaf)|stalk]] of the [[structure sheaf]] at <math>p</math> and let <math>{\mathfrak m}_p</math> be the [[maximal ideal]] of the [[local ring]] <math>\mathcal{F}_p</math>. The kth jet space at <math>p</math> is defined to be the ring <math>J^k_p(M)=\mathcal{F}_p/{\mathfrak m}_p^{k+1}</math>(<math>{\mathfrak m}_p^{k+1}</math> is the [[Ideal (ring theory)#Ideal operations|product of ideals]]). ===Taylor's theorem=== Regardless of the definition, Taylor's theorem establishes a canonical isomorphism of vector spaces between <math>J^k_p({\mathbb R}^n,{\mathbb R}^m)</math> and <math>{\mathbb R}^m[z_1, \dotsc, z_n]/(z_1, \dotsc, z_n)^{k+1}</math>. So in the Euclidean context, jets are typically identified with their polynomial representatives under this isomorphism. ===Jet spaces from a point to a point=== We have defined the space <math>J^k_p({\mathbb R}^n,{\mathbb R}^m)</math> of jets at a point <math>p\in {\mathbb R}^n</math>. The subspace of this consisting of jets of functions ''f'' such that ''f''(''p'') = ''q'' is denoted by :<math>J^k_p({\mathbb R}^n,{\mathbb R}^m)_q=\left\{J^kf\in J^k_p({\mathbb R}^n,{\mathbb R}^m) \mid f(p) = q \right\}</math> == Jets of functions between two manifolds == If ''M'' and ''N'' are two [[differentiable manifold|smooth manifolds]], how do we define the jet of a function <math>f:M\rightarrow N</math>? We could perhaps attempt to define such a jet by using [[manifold|local coordinates]] on ''M'' and ''N''. The disadvantage of this is that jets cannot thus be defined in an invariant fashion. Jets do not transform as [[tensors]]. Instead, jets of functions between two manifolds belong to a [[jet bundle]]. ===Jets of functions from the real line to a manifold=== Suppose that ''M'' is a smooth manifold containing a point ''p''. We shall define the jets of [[curve]]s through ''p'', by which we henceforth mean smooth functions <math>f:{\mathbb R}\rightarrow M</math> such that ''f''(0) = ''p''. Define an equivalence relation <math>E_p^k</math> as follows. Let ''f'' and ''g'' be a pair of curves through ''p''. We will then say that ''f'' and ''g'' are equivalent to order ''k'' at ''p'' if there is some [[neighborhood (mathematics)|neighborhood]] ''U'' of ''p'', such that, for every smooth function <math>\varphi : U \rightarrow {\mathbb R}</math>, <math>J^k_0 (\varphi\circ f)=J^k_0 (\varphi\circ g)</math>. Note that these jets are well-defined since the composite functions <math>\varphi\circ f</math> and <math>\varphi\circ g</math> are just mappings from the real line to itself. This equivalence relation is sometimes called that of ''k''-th-order [[contact (mathematics)|contact]] between curves at ''p''. We now define the '''''k''-jet''' of a curve ''f'' through ''p'' to be the equivalence class of ''f'' under <math>E^k_p</math>, denoted <math>J^k\! f\,</math> or <math>J^k_0f</math>. The '''''k''-th-order jet space''' <math>J^k_0({\mathbb R},M)_p</math> is then the set of ''k''-jets at ''p''. As ''p'' varies over ''M'', <math>J^k_0({\mathbb R},M)_p</math> forms a [[fibre bundle]] over ''M'': the ''k''-th-order [[tangent bundle]], often denoted in the literature by ''T''<sup>''k''</sup>''M'' (although this notation occasionally can lead to confusion). In the case ''k''=1, then the first-order tangent bundle is the usual tangent bundle: ''T''<sup>1</sup>''M'' = ''TM''. To prove that ''T''<sup>''k''</sup>''M'' is in fact a fibre bundle, it is instructive to examine the properties of <math>J^k_0({\mathbb R},M)_p</math> in local coordinates. Let (''x''<sup>''i''</sup>)= (''x''<sup>1</sup>,...,''x''<sup>''n''</sup>) be a local coordinate system for ''M'' in a neighborhood ''U'' of ''p''. [[abuse of notation|Abusing notation]] slightly, we may regard (''x''<sup>''i''</sup>) as a local [[diffeomorphism]] <math>(x^i):M\rightarrow\R^n</math>. ''Claim.'' Two curves ''f'' and ''g'' through ''p'' are equivalent modulo <math>E_p^k</math> if and only if <math>J^k_0\left((x^i)\circ f\right)=J^k_0\left((x^i)\circ g\right)</math>. :Indeed, the ''only if'' part is clear, since each of the ''n'' functions ''x''<sup>1</sup>,...,''x''<sup>''n''</sup> is a smooth function from ''M'' to <math>{\mathbb R}</math>. So by the definition of the equivalence relation <math>E_p^k</math>, two equivalent curves must have <math>J^k_0(x^i\circ f)=J^k_0(x^i\circ g)</math>. :Conversely, suppose that <math>\varphi</math>; is a smooth real-valued function on ''M'' in a neighborhood of ''p''. Since every smooth function has a local coordinate expression, we may express <math>\varphi</math>; as a function in the coordinates. Specifically, if ''q'' is a point of ''M'' near ''p'', then ::<math>\varphi(q)=\psi(x^1(q),\dots,x^n(q))</math> :for some smooth real-valued function ψ of ''n'' real variables. Hence, for two curves ''f'' and ''g'' through ''p'', we have ::<math>\varphi\circ f=\psi(x^1\circ f,\dots,x^n\circ f)</math> ::<math>\varphi\circ g=\psi(x^1\circ g,\dots,x^n\circ g)</math> :The chain rule now establishes the ''if'' part of the claim. For instance, if ''f'' and ''g'' are functions of the real variable ''t'' , then ::<math>\left. \frac{d}{dt} \left( \varphi\circ f \right) (t) \right|_{t=0}= \sum_{i=1}^n\left.\frac{d}{dt}(x^i\circ f)(t)\right|_{t=0}\ (D_i\psi)\circ f(0)</math> :which is equal to the same expression when evaluated against ''g'' instead of ''f'', recalling that ''f''(0)=''g''(0)=p and ''f'' and ''g'' are in ''k''-th-order contact in the coordinate system (''x''<sup>''i''</sup>). Hence the ostensible fibre bundle ''T''<sup>''k''</sup>''M'' admits a local trivialization in each coordinate neighborhood. At this point, in order to prove that this ostensible fibre bundle is in fact a fibre bundle, it suffices to establish that it has non-singular transition functions under a change of coordinates. Let <math>(y^i):M\rightarrow{\mathbb R}^n</math> be a different coordinate system and let <math>\rho=(x^i)\circ (y^i)^{-1}:{\mathbb R}^n\rightarrow {\mathbb R}^n</math> be the associated [[change of coordinates]] diffeomorphism of Euclidean space to itself. By means of an [[affine transformation]] of <math>{\mathbb R}^n</math>, we may assume [[without loss of generality]] that ρ(0)=0. With this assumption, it suffices to prove that <math>J^k_0\rho:J^k_0({\mathbb R}^n,{\mathbb R}^n)\rightarrow J^k_0({\mathbb R}^n,{\mathbb R}^n)</math> is an invertible transformation under jet composition. (See also [[jet group]]s.) But since ρ is a diffeomorphism, <math>\rho^{-1}</math> is a smooth mapping as well. Hence, :<math>I=J^k_0I=J^k_0(\rho\circ\rho^{-1})=J^k_0(\rho)\circ J^k_0(\rho^{-1})</math> which proves that <math>J^k_0\rho</math> is non-singular. Furthermore, it is smooth, although we do not prove that fact here. Intuitively, this means that we can express the jet of a curve through ''p'' in terms of its Taylor series in local coordinates on ''M''. ''Examples in local coordinates:'' * As indicated previously, the 1-jet of a curve through ''p'' is a tangent vector. A tangent vector at ''p'' is a first-order [[differential operator]] acting on smooth real-valued functions at ''p''. In local coordinates, every tangent vector has the form ::<math>v=\sum_iv^i\frac{\partial}{\partial x^i}</math> :Given such a tangent vector ''v'', let ''f'' be the curve given in the ''x''<sup>''i''</sup> coordinate system by <math>x^i\circ f(t)=tv^i</math>. If ''φ'' is a smooth function in a neighborhood of ''p'' with ''φ''(''p'') = 0, then ::<math>\varphi\circ f:{\mathbb R}\rightarrow {\mathbb R}</math> :is a smooth real-valued function of one variable whose 1-jet is given by ::<math>J^1_0(\varphi\circ f)(t)=\sum_itv^i \frac{\partial \varphi}{\partial x^i}(p).</math> :which proves that one can naturally identify tangent vectors at a point with the 1-jets of curves through that point. * The space of 2-jets of curves through a point. : In a local coordinate system ''x<sup>i</sup>'' centered at a point ''p'', we can express the second-order Taylor polynomial of a curve ''f''(''t'') through ''p'' by ::<math>J_0^2(x^i(f))(t)=t\frac{dx^i(f)}{dt}(0)+\frac{t^2}{2}\frac{d^2x^i(f)}{dt^2}(0).</math> :So in the ''x'' coordinate system, the 2-jet of a curve through ''p'' is identified with a list of real numbers <math>(\dot{x}^i,\ddot{x}^i)</math>. As with the tangent vectors (1-jets of curves) at a point, 2-jets of curves obey a transformation law upon application of the coordinate transition functions. :Let (''y''<sup>''i''</sup>) be another coordinate system. By the chain rule, ::<math> \begin{align} \frac{d}{dt}y^i(f(t)) & = \sum_j\frac{\partial y^i}{\partial x^j}(f(t))\frac{d}{dt}x^j(f(t)) \\[5pt] \frac{d^2}{dt^2}y^i(f(t)) & = \sum_{j,k}\frac{\partial^2 y^i}{\partial x^j \, \partial x^k}(f(t))\frac{d}{dt}x^j(f(t)) \frac{d}{dt}x^k(f(t))+\sum_j\frac{\partial y^i}{\partial x^j}(f(t))\frac{d^2}{dt^2}x^j(f(t)) \end{align} </math> :Hence, the transformation law is given by evaluating these two expressions at ''t'' = 0. ::<math> \begin{align} & \dot{y}^i=\sum_j\frac{\partial y^i}{\partial x^j}(0)\dot{x}^j \\[5pt] & \ddot{y}^i=\sum_{j,k}\frac{\partial^2 y^i}{\partial x^j \, \partial x^k}(0)\dot{x}^j\dot{x}^k+\sum_j\frac{\partial y^i}{\partial x^j}(0)\ddot{x}^j. \end{align} </math> :Note that the transformation law for 2-jets is second-order in the coordinate transition functions. ===Jets of functions from a manifold to a manifold=== We are now prepared to define the jet of a function from a manifold to a manifold. Suppose that ''M'' and ''N'' are two smooth manifolds. Let ''p'' be a point of ''M''. Consider the space <math>C^\infty_p(M,N)</math> consisting of smooth maps <math>f:M\rightarrow N</math> defined in some neighborhood of ''p''. We define an equivalence relation <math>E^k_p</math> on <math>C^\infty_p(M,N)</math> as follows. Two maps ''f'' and ''g'' are said to be ''equivalent'' if, for every curve γ through ''p'' (recall that by our conventions this is a mapping <math>\gamma:{\mathbb R}\rightarrow M</math> such that <math>\gamma(0)=p</math>), we have <math>J^k_0(f\circ \gamma)=J^k_0(g\circ \gamma)</math> on some neighborhood of ''0''. The jet space <math>J^k_p(M,N)</math> is then defined to be the set of equivalence classes of <math>C^\infty_p(M,N)</math> modulo the equivalence relation <math>E^k_p</math>. Note that because the target space ''N'' need not possess any algebraic structure, <math>J^k_p(M,N)</math> also need not have such a structure. This is, in fact, a sharp contrast with the case of Euclidean spaces. If <math>f:M\rightarrow N</math> is a smooth function defined near ''p'', then we define the ''k''-jet of ''f'' at ''p'', <math>J^k_pf</math>, to be the equivalence class of ''f'' modulo <math>E^k_p</math>. ===Multijets=== [[John Mather (mathematician)|John Mather]] introduced the notion of ''multijet''. Loosely speaking, a multijet is a finite list of jets over different base-points. Mather proved the multijet [[transversality theorem]], which he used in his study of [[stable mapping]]s. ==Jets of sections== Suppose that ''E'' is a finite-dimensional smooth vector bundle over a manifold ''M'', with projection <math>\pi:E\rightarrow M</math>. Then sections of ''E'' are smooth functions <math>s:M\rightarrow E</math> such that <math>\pi\circ s</math> is the identity [[automorphism]] of ''M''. The jet of a section ''s'' over a neighborhood of a point ''p'' is just the jet of this smooth function from ''M'' to ''E'' at ''p''. The space of jets of sections at ''p'' is denoted by <math>J^k_p(M,E)</math>. Although this notation can lead to confusion with the more general jet spaces of functions between two manifolds, the context typically eliminates any such ambiguity. Unlike jets of functions from a manifold to another manifold, the space of jets of sections at ''p'' carries the structure of a vector space inherited from the vector space structure on the sections themselves. As ''p'' varies over ''M'', the jet spaces <math>J^k_p(M,E)</math> form a vector bundle over ''M'', the ''k''-th-order [[jet bundle]] of ''E'', denoted by ''J''<sup>''k''</sup>(''E''). * ''Example: The first-order jet bundle of the tangent bundle.'' :We work in local coordinates at a point and use the [[Einstein notation]]. Consider a vector field ::<math>v=v^i(x)\partial/\partial x^i</math> :in a neighborhood of ''p'' in ''M''. The 1-jet of ''v'' is obtained by taking the first-order Taylor polynomial of the coefficients of the vector field: ::<math>J_0^1v^i(x)=v^i(0)+x^j\frac{\partial v^i}{\partial x^j}(0)=v^i+v^i_jx^j.</math> :In the ''x'' coordinates, the 1-jet at a point can be identified with a list of real numbers <math>(v^i,v^i_j)</math>. In the same way that a tangent vector at a point can be identified with the list (''v<sup>i</sup>''), subject to a certain transformation law under coordinate transitions, we have to know how the list <math>(v^i,v^i_j)</math> is affected by a transition. :So consider the transformation law in passing to another coordinate system ''y''<sup>''i''</sup>. Let ''w<sup>k</sup>'' be the coefficients of the vector field ''v'' in the ''y'' coordinates. Then in the ''y'' coordinates, the 1-jet of ''v'' is a new list of real numbers <math>(w^i,w^i_j)</math>. Since ::<math>v=w^k(y)\partial/\partial y^k=v^i(x)\partial/\partial x^i,</math> :it follows that ::<math>w^k(y)=v^i(x)\frac{\partial y^k}{\partial x^i}(x).</math> :So ::<math>w^k(0)+y^j\frac{\partial w^k}{\partial y^j}(0)=\left(v^i(0)+x^j\frac{\partial v^i}{\partial x^j}\right)\frac{\partial y^k}{\partial x^i}(x)</math> :Expanding by a Taylor series, we have ::<math>w^k=\frac{\partial y^k}{\partial x^i}(0) v^i</math> ::<math>w^k_j=v^i\frac{\partial^2 y^k}{\partial x^i \, \partial x^j}+v_j^i\frac{\partial y^k}{\partial x^i}. </math> :Note that the transformation law is second-order in the coordinate transition functions. ===Differential operators between vector bundles=== {{further|Differential operator#Coordinate-independent description}} {{empty section|date=September 2020}} ==See also== * [[Jet group]] * [[Jet bundle]] * [[Lagrangian system]] ==References== * Krasil'shchik, I. S., Vinogradov, A. M., [et al.], ''Symmetries and conservation laws for differential equations of mathematical physics'', [[American Mathematical Society]], Providence, RI, 1999, {{ISBN|0-8218-0958-X}}. * Kolář, I., Michor, P., Slovák, J., ''[http://www.emis.de/monographs/KSM/ Natural operations in differential geometry.]'' Springer-Verlag: Berlin Heidelberg, 1993. {{ISBN|3-540-56235-4}}, {{ISBN|0-387-56235-4}}. * Saunders, D. J., ''The Geometry of Jet Bundles'', Cambridge University Press, 1989, {{ISBN|0-521-36948-7}} * [[Peter J. Olver|Olver, P. J.]], ''Equivalence, Invariants and Symmetry'', Cambridge University Press, 1995, {{ISBN|0-521-47811-1}} * [[Gennadi Sardanashvily|Sardanashvily, G.]], ''Advanced Differential Geometry for Theoreticians: Fiber bundles, jet manifolds and Lagrangian theory'', Lambert Academic Publishing, 2013, {{ISBN|978-3-659-37815-7}}; {{arXiv|0908.1886}} [[Category:Differential geometry]] [[Category:Smooth functions]] [[Category:Singularity theory]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:ArXiv
(
edit
)
Template:Empty section
(
edit
)
Template:Further
(
edit
)
Template:ISBN
(
edit
)
Template:Short description
(
edit
)