Logo by KRAFTWERK - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 23, 2024, 03:59:28 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Running derivative  (Read 2074 times)
0 Members and 1 Guest are viewing this topic.
lapinot
Alien
***
Posts: 25


« on: December 13, 2016, 08:38:38 PM »

Can someone explain to me what a 'running derivative' refers to ?

How is it different from simply a 'derivative'.

Does it have anything to do with Taylor/McLaurin series i.e. linear approximation to a function through derivatives ?

Thanks!  afro
Logged
quaz0r
Fractal Molossus
**
Posts: 652



« Reply #1 on: December 14, 2016, 01:53:28 AM »

maybe one of the resident math professors has more to say about it but i think running derivative just means a derivative that is iterated
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #2 on: December 14, 2016, 06:06:19 PM »

I think it just means that you calculate the derivative while you iterate, something like this Mandelbrot loop for example:

Code:
dzdc = 0;
z = 0;
n = 0;
while (|z| < 25 and n < 1000) {
  dzdc = 2 * z * dzdc + 1;
  z = z * z + c;
  n = n + 1;
}
de = 2 * |z| * log |z| / |dzdc|;

Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #3 on: December 14, 2016, 07:54:53 PM »

Exactly- it helps in raytracing programs, or using a "smooth" coloring of the outside of the fractal etc A Beer Cup
Logged

No sweat, guardian of wisdom!
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Getting derivative for plankton mandelbulbs etc.. Theory mrrgu 2 1768 Last post December 31, 2009, 11:40:08 AM
by mrrgu
Derivative of the Amazing fractal, or how to render it ? 3D Fractal Generation « 1 2 3 » cKleinhuis 30 8655 Last post March 25, 2010, 10:56:27 PM
by David Makin
3D distance estimates without using a derivative or Delta DE Theory fractalrebel 7 5591 Last post February 14, 2011, 12:19:19 AM
by fractalrebel
A vector running derivative for a multi-scaled box. Let's collaborate on something! eiffie 3 3260 Last post December 20, 2011, 04:48:23 PM
by eiffie
Does anyone know a trick to compute the derivative of Mandelbrot ? General Discussion tit_toinou 9 5180 Last post April 02, 2012, 03:53:12 AM
by David Makin

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.217 seconds with 24 queries. (Pretty URLs adds 0.01s, 2q)