how do I find the dirivitive of

Started by
11 comments, last by Arrummzen 19 years, 10 months ago
you have df(g(x))/dx, by definition, is:

lim (f(g(x))-f(g(x0)))/(x-x0)
x->x0

if you multiply the numerator and the denominator by
(g(x)-g(x0), you get:

lim ((f(g(x))-f(g(x0)))*(g(x)-g(x0)))/((x-x0)*(g(x)-g(x0))
x->x0

just ordering the things different, you get:
lim     f(g(x))-f(g(x0))*g(x)-g(x0)=df/dg*dg/dxx->x0       g(x)-g(x0)     x-x0

Now, it is easy to see that:
df/dx=df/dg*dg/dx

[edited by - danielf on June 9, 2004 8:42:13 PM]
Advertisement
quote:Original post by SpaceDude
That must be a pretty fancy calculator you''ve got there if it can calculate derivates for you using symbols.

Probably just a TI-89.
danielf''s "proof" is not valid. g(x0)-g(x) could be 0 in many, many points, which would make the whole argument fail.

You can find a better proof here, for instance: http://www.shu.edu/projects/reals/cont/proofs/diffalg.html

This topic is closed to new replies.

Advertisement