david34
- 3
- 0
Let f: \mathbb R^2 \to \mathbb R^2 given by f=(sin(x-y),cos(x+y)) : find the equation of the tangent plane to the graph of the function in \mathbb R^4 at (\frac{\pi}{4}, \frac{\pi}{4}, 0 ,0 ) and then find a parametric representation of the equation of the tangent plane
What I did: the equation of the tangent plane from \mathbb R^2 \to \mathbb R^2 is given by
P(x,y)=f(x_0,y_0)+Df(x_0,y_0)\cdot (x-x_0,y-y_0)^T where Df(x_0,y_0) is the jacobian matrix of f at (x_0,y_0)computing this matrix and evaluating at the point (\frac{\pi}{4}, \frac{\pi}{4}) yields
\begin{pmatrix} 1 & -1 \\ -1 & -1 \end{pmatrix}
we also have that f(x_0,y_0)= f(\frac{\pi}{4}, \frac{\pi}{4})=(0,0) then we have that the equation of the tangent plane at (\frac{\pi}{4}, \frac{\pi}{4}, 0 ,0 ) is:
P(x,y)= (x-y,-x-y+\frac{\pi}{2})
but I don´t know if this is the correct approach; I also don´t know how to get the parametric representation of the tangent plane. I would really appreciate if you can help me with this problem :)
What I did: the equation of the tangent plane from \mathbb R^2 \to \mathbb R^2 is given by
P(x,y)=f(x_0,y_0)+Df(x_0,y_0)\cdot (x-x_0,y-y_0)^T where Df(x_0,y_0) is the jacobian matrix of f at (x_0,y_0)computing this matrix and evaluating at the point (\frac{\pi}{4}, \frac{\pi}{4}) yields
\begin{pmatrix} 1 & -1 \\ -1 & -1 \end{pmatrix}
we also have that f(x_0,y_0)= f(\frac{\pi}{4}, \frac{\pi}{4})=(0,0) then we have that the equation of the tangent plane at (\frac{\pi}{4}, \frac{\pi}{4}, 0 ,0 ) is:
P(x,y)= (x-y,-x-y+\frac{\pi}{2})
but I don´t know if this is the correct approach; I also don´t know how to get the parametric representation of the tangent plane. I would really appreciate if you can help me with this problem :)
Last edited by a moderator: