derivate is based on addition, is there a muliplication analogon?

47 Views Asked by At

like

$$ \operatorname{f^o}(x) = \lim_{h\to 1} \frac{f(x*h)}{f(x)} $$

$$ \operatorname{f}(x)=e^x $$

$$ \operatorname{f^o}(x) = \lim_{h \to 1} e^{x*h}/e^{x} = \lim_{h\to 1} e^{x*h-x}=e^0=1 $$

does it have a name and some theories behind it? if not why is this alt-derivative not used?

it would be nice if someone can point me in the right direction since I'm unsure what to search for without a name.

the application is if this could be used on a special machine learning approach instead of a gradient descent based on normal derives.

I'm only interested in purely positive functions unequal zero to apply this on

edit the correct formular: from @B.Martin book reference in the comments:

https://books.google.com.au/books?id=_Eg7p3UXJjUC&printsec=frontcover&dq=Bigeometric+Calculus:+A+System+With+a+Scale-free+Derivative%E2%80%8E&hl=en&sa=X&ved=2ahUKEwiQ4eek-_buAhVIwjgGHc_wCWYQ6AEwAHoECAMQAw#v=onepage&q=Bigeometric%20Calculus%3A%20A%20System%20With%20a%20Scale-free%20Derivative%E2%80%8E&f=false

$$ lim_{x\to a} \frac{\operatorname{f}(x)}{\operatorname{f}(a)}^{\frac{1}{ln(x)-ln(a)}} $$

1

There are 1 best solutions below

0
On

wrong approach, thanks for the comments was stuck on my idea there :)