Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 14:
When we want to get to differentiating, we just have to make a differentiation quotient for one point.
This would lead to a frequently used -although non sophisticated way- of making this differentiation function:
(f(x+0.0001)-f(x))/0.0001 (of course you could add more zero's, but it's kindof silly anyway, so forget about it)
Line 22:
So, let's just forget about them small numbers and make it variable, so we can play with it:
(f(x+dx)-f(x))/dx the more delta x (dx) approaches zero, the closer it will get to differentiated function of f(x)
In order to
((x+dx)^n-x^n)/dx
|