Adyssa said:
OK, I think I'm confused as to what a Partial Derivative is then. According to the
wiki page example:
[URL]http://upload.wikimedia.org/math/c/e/b/cebdc47218ace0b076c636d3e073f2c5.png[/URL]
[URL]http://upload.wikimedia.org/math/b/0/b/b0b10dc199691e38d0c9ccf8d7aec19a.png[/URL]
In the above example the
xy term becomes
y, whereas if the product rule was used, it would be
x'y +
y'x =
y + x, or have I missed something?
You have missed that the derivative of y with respect to x is 0. So one of the terms you get when you use the product rule on "xy" is 0. By the way, you shouldn't write (xy)'=x'y+xy', because this notation doesn't reveal what
functions you're taking the derivative of. I like the notation [tex]\frac{d}{dx}(xy)=\bigg(\frac{d}{dx}x\bigg)y+x\bigg(\frac{d}{dx}y\bigg)=1y+x0=y.[/tex] Alternatively, you can define two functions f and g by [itex]f(x)=x[/itex] for all x, and [itex]g(x)=y[/itex] for all x. (Note that this makes g a constant function). Then you can write (fg)'(x)=f'(x)g(x)+f(x)g'(x)=1y+x0=y.
Regarding what a partial derivative is...don't think of it as something different from an ordinary derivative. It isn't. If you're asked to compute the partial derivative of xy
2 with respect to x, it means this: Let f be the function defined by f(t)=ty
2 for all t. Find f'(x) (i.e. the derivative of f, evaluated at x). If you're asked to compute the partial derivative of xy
2 with respect to y, it means this: Let g be the function defined by g(t)=xt
2 for all t. Find g'(y) (i.e. the derivative of g, evaluated at y).
The partial derivative of vt cos x with respect to t...that's the ordinary derivative of the function that takes t to vt cos x (as opposed to e.g. the function that takes x to vt cos x).
See what I mean when I say that a partial derivative isn't really something different from an ordinary derivative? The "with respect to" part of it is just telling you which function to take an ordinary derivative of.