Even and Odd Functions

Even functions: $latex f(-x) = f(x)$ e.g. $latex \cos\theta $ Odd functions: $latex f(-x) = -f(x)$ e.g. $latex \sin\theta $ See also wikipedia This explains why in the previous post: $latex D\sin (x^2-1)=2x\cos(1-x^2)=2x\cos(x^2-1)$ Find out what this function looks like using Wolfram|Alpha (click this link)!

Advertisement

Derivatives

$latex Df(x)=f'(x)=\frac{df}{dx}=\frac{d}{dx}f=\dot{f}(x) = \lim_{h \to 0}\frac{f(x+h)-f(x)}{h} $ Introduced in order to fix the idea of velocity: $latex v = \lim_{\Delta t \to 0}\frac{\Delta s}{\Delta t}=\frac{ds}{dt} $ See: Zeno's paradoxes Working example: $latex s(t) = At^3 + Bt + C$ $latex s + \Delta s = A ( t + \Delta t )^3 + B ( … Continue reading Derivatives