POV-Ray : Newsgroups : povray.off-topic : Iterated derivatives : Re: Iterated derivatives Server Time
5 Sep 2024 01:25:51 EDT (-0400)
  Re: Iterated derivatives  
From: Fredrik Eriksson
Date: 16 Nov 2009 09:39:44
Message: <op.u3hscgeq7bxctx@e6600>
On Mon, 16 Nov 2009 15:11:13 +0100, Invisible <voi### [at] devnull> wrote:
>
> I still don't entirely understand what you're saying

(Excuse the mixing of Lagrange notation and ASCII-fied Leibniz notation)

First look at y = f(x). Then f'(x) = dy/dx.

Now try y = f( g(x) )

Let u = g(x). Then y = f( u ).

In f'(x) = dy/dx, we can trivially introduce 'u' thus:

  f'(x) = dy/dx * (du/du) = (dy/du) * (du/dx)

dy/du is obviously the derivative of 'y' with respect to 'u', i.e. f'(u).

Similarly, du/dx is the derivative of 'u' with respect to 'x', i.e. g'(x).

  f'(x) = (dy/du) * (du/dx) = f'(u) * g'(x)

Substitute u = g(x) to get:

  f'(x) = f'( g(x) ) * g'(x)



-- 
FE


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.