MHB How to Find the Differential of a Function at a Specific Point?

  • Thread starter Thread starter Poirot1
  • Start date Start date
Poirot1
Messages
243
Reaction score
0
let f:R^3->R^2 be given by $f(x,y,z)=(x^2+y^2+z^2,xyz)$ I want to find it's differential at a point (x,y,z). I can find the represnting matrix w.r.t standard basis i.e. the matrix of partial derivatives but how do I use this to find ,say, the differential of f at (1,0,-1)?
 
Physics news on Phys.org
Re: finding the differential

You can do
$$df= \frac{ \partial f}{ \partial x}dx+ \frac{ \partial f}{ \partial y}dy+ \frac{ \partial f}{ \partial y}dy,$$
where each sum is vector addition. That is, $df$ is a vector made up of
$$df= \begin{bmatrix} df_{1} \\ df_{2}\end{bmatrix},$$
and you follow the usual rules for finding the differential of each component.
 
Re: finding the differential

Is it usual just to present it as the matrix? Also, how do you recover the vector in R^2 from the matrix?
 
Re: finding the differential

So the differential at (1,0,-1) (in matrix form) is [2,0,-2]
............. [0,-1,0]

but what is this in R^2?
 
Re: finding the differential

I get
$$df(1,0,-1)=\begin{bmatrix}2\,dx-2 \, dy \\ -dy \end{bmatrix}.$$
As a slight correction to Jameson's post, I think I would write it as
$$df= \begin{bmatrix} f_{1x} & f_{1y} & f_{1z} \\ f_{2x} &f_{2y} &f_{2z}\end{bmatrix}
\begin{bmatrix} dx \\ dy \\ dz \end{bmatrix}.$$
 
Re: finding the differential

Yep, that's exactly it. The dimensions of my matrix didn't work with the function mapping R^3 to R^2. You're also right that the (x, y, z) coordinate should be evaluated for each partial derivative in the matrix. Thanks for clearing this up. (Yes)
 
A sphere as topological manifold can be defined by gluing together the boundary of two disk. Basically one starts assigning each disk the subspace topology from ##\mathbb R^2## and then taking the quotient topology obtained by gluing their boundaries. Starting from the above definition of 2-sphere as topological manifold, shows that it is homeomorphic to the "embedded" sphere understood as subset of ##\mathbb R^3## in the subspace topology.
Back
Top