Originally posted by Rajvirnijjar
I am having a hard time doing the following problems. First off all the notation is confusing the hell out of me. This is the first time i have used this notation so it is making learning very difficult. Here are my questions.
Prove the following function is differentiable, and find the derivative at an arbitarary point.
1.) f:R2-->R,(x,y)|--> exy
OK, first for the notation. It says is that your function is a mapping of R
2 onto R
1. Operationally, all that means is that you are accepting 2 independent variables to determine a single dependent variable.
Second, I don't know why it says to calculate "the" derivative, because this thing has two first partials.
Third, to prove differentiability, you have to prove that the limits:
∂f/∂x=lim
Δx-->0{f(x+Δx,y)-f(x,y)}/Δx
∂f/∂y=lim
Δy-->0{f(x,y+Δy)-f(x,y)}/Δy
exist.
Fourth, taking the derivative is a piece of cake. When taking the partial with respect to x (or y), just treat it as the ordinary derivative, and treat the y (or x) as a constant.
2.) let f(u,v,w) = (eu-w, cos(v+u) + sin(u+v+w))
Why is there a comma between the exponential and cosine functions?
and
g(x,y) = (ex, cos(y-x), e-y).
Again, why the commas?
Calculate fog and D(fog)(0,0).
I think you'll have to be more specific with this notation, because "fog" refers to the composite function f(g(x,y)), in which g(x) is substituted for the independent variable in f(u,v,w). But your f(u,v,w) does not have just one independent variable, but three. There is ambiguity in specifying "fog".
So, let me ask you:
For precisely
which independent variable of f(u,v,w) are you to substitute g(x,y)?
edit: typo