Partial derivatives of multivariable functions f, g, h

  • Thread starter Thread starter pointassist30
  • Start date Start date
  • Tags Tags
    Derivatives
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
pointassist30
Messages
1
Reaction score
0

Homework Statement



calculate the derivative of the following functions?

f(x,y,z,t) = (x-1)(2-y)z + (t^3 - 1)xyz
g(x,y) = 1/(1 + exp(-(ax + by + c))
h(x,y,z) = (x-1)^2 exp(x) + (y-2)^3 * z^3

The Attempt at a Solution



the way i was thinking was may be split the problem into multiple parts according to different variales. so if i have x,y,z in my problem...split into three parts and take derivative of one variable at a time. when taking a derivate, assume the other variables are constant.

not really sure how to do it though.

any help would be appreciated.

thanks.
 
Physics news on Phys.org
pointassist30 said:
so if i have x,y,z in my problem...split into three parts and take derivative of one variable at a time. when taking a derivate, assume the other variables are constant
Thats exactly right, i.e.
[tex] df(x,y) = \frac{\partial f(x,y)}{\partial x} dx + \frac{\partial f(x,y)}{\partial y} dy[/tex]

So, if you have something like [tex]f(x,y) = x^2y + x + y[/tex] you get:
[tex]df(x,y) = (2xy + 1)dx + (x^2 + 1)dy[/tex]

When you take the derivative with respect to each variable, you pretend the other variables are all constant
 
pointassist30 said:

Homework Statement



calculate the derivative of the following functions?
What do you mean by "the derivative" of a function of several variables? The partial derivatives or, as zhermes interpreted it, the differential?

f(x,y,z,t) = (x-1)(2-y)z + (t^3 - 1)xyz
g(x,y) = 1/(1 + exp(-(ax + by + c))
h(x,y,z) = (x-1)^2 exp(x) + (y-2)^3 * z^3

The Attempt at a Solution



the way i was thinking was may be split the problem into multiple parts according to different variales. so if i have x,y,z in my problem...split into three parts and take derivative of one variable at a time. when taking a derivate, assume the other variables are constant.

not really sure how to do it though.

any help would be appreciated.

thanks.