Directional Derivative for Linear Maps

asif zaidi
Messages
56
Reaction score
0
Hi:

Can someone point how to approach this problem- we had 5 problems on directional derivatives and I solved 4. I understand the concept but in this question I don't know where to begin

Problem Statement
Assume that f:R^{n} -> R^{m} is a linear map, with matrix A with respect to the canonical bases. Show that Df(xo) = f for every xo \in R^{n}


Plz advise - I will probably post follow-up questions to any answers

Thanks

Asif
 
Physics news on Phys.org
asif zaidi said:
I understand the concept but in this question I don't know where to begin
You should never be at a loss of how to begin a problem -- definitions are almost always a reasonable starting point.
 
Specifically, what is the definition of "Df" and what happens when you apply that definition to a linear map?
 
I will give what I have done so far...

Definition of a directional derivative is its partial derivatives wrt to all the variables in the given function.

So in this case the question is for f:R^{n}->R^{m} there is an mxn matrix which would look like the following

Df(x0) = (assume this is equation 1)

df1/dx1 df1/dx2... df1/dxn
df2/dx1 df2/dx2... df2/dxn
. ... . ... .
. ... . ... .
dfm/dx1 dfm/dx2...dfm/dxn

Where in above matrix dfm/dx1 is the partial derivative of function wrt x1,x2... I couldn't find symbol for partial derivative

Now, if I use the definition of a linear map then I know that
D(\alpha1+\alpha2 ) f(x0) = \alpha1Df(x0) + \alpha2 Df(x0)

I can also prove by continuity and as t->0 and \varsigma->0 that
Df(x0 + \varsigmap1 + t\alpha2p2) -> Df(x0) ----- equation 2

Now since this is a canonical map the above matrix of Df(x0) in equation 1 reduces to the following
1 0... 0
0 1... 0
. ...
. ...
0 0...1

So in equation2 since D is essentially the above matrix, I can say the following:
Df(x0 + \varsigmap1 + t\alpha2p2) -> f(x0) which is what I think the question wants.

Is this correct?

Thanks

Asif
 
Yes.

(in LaTex, [ tex ]\partial[ /tex ] gives \partial.)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top