Suppose I have the map $R^2\rightarrow R^3, (x,y)\mapsto (\cos x, \cos y, \sin y)$ and I want to compute the Jacobian matrix of the restriction of this map to $y=ax+b$, i.e., $(x,ax+b)\mapsto (\cos x, \cos (ax+b), \sin (ax+b))$. How do I do it? How to differentiate with respect to the variable $ax+b$?
2026-04-18 18:04:40.1776535480
Computing the Jacobian matrix of a restricted map
182 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Just compute the composition of the two maps.
The restriction is given by the map $\mathbb R \to \mathbb R^2$ defined by $x \mapsto (x,ax+b)$.
Then the composition is given by $$ x \mapsto (x,ax+b) \mapsto \left(\cos x , \cos (ax+b), \sin(ax+b)\right). $$