Differentiation

In calculus, differentiation is the process of defining the "rate of change at a point" or the "instantaneous rate of change" on a curve as the slope of the limit of the secant lines between increasingly close points.

Inbox

uhh

for any function f that is differentiable at x:

limh0f(x+h)fxh=limhxfhfxhx

Definition

A natural definition for the derivative arises from the intuition of the slopes of secant lines through two increasingly-close points by taking the limit:

ddxfx=limh0f(a+h)fah.

Basic derivatives

Recall pointwise function arithmetic notation for this section!

Derivatives of trigonometric functions

Calculus classes will often expect you to keep the derivatives of trigonometric functions in working memory.[cite:@enwiki:1303550916]

These equations only hold when using radians.

\begin{tabular}{p{3.4cm}p{3.4cm}} \begin{gather*} \sin' = \cos \end{gather*} & \begin{gather*} \cos' x = - \sin x \end{gather*} \\ \begin{gather*} \tan' = \sec^2 \end{gather*} & \begin{gather*} \cot' x = -\csc^2 x \end{gather*} \\ \begin{gather*} \sec' = \sec \times \tan \end{gather*} & \begin{gather*} \csc' x = - (\csc x)(\cot x) \end{gather*} \\ \begin{gather*} \arcsin' x = \frac{1}{\sqrt{1-x^2}} \end{gather*} & \begin{gather*} \arccos' x = -\frac{1}{\sqrt{1-x^2}} \end{gather*} \\ \begin{gather*} \arctan' x = \frac{1}{x^2 + 1} \end{gather*} & \begin{gather*} \arccot' x = -\frac{1}{x^2 + 1} \end{gather*} \\ \begin{gather*} \arcsec' x = \frac{1}{\lvert x \rvert \sqrt{x^2 - 1}} \end{gather*} & \begin{gather*} \arccsc x = -\frac{1}{\lvert x \rvert \sqrt{x^2 - 1}} \end{gather*} \end{tabular} ParseError: No such environment: tabular at position 7: \begin{̲t̲a̲b̲u̲l̲a̲r̲}̲{p{3.4cm}p{3.4c…

Repeated differentiation of sine and cosine is cyclic: ddxsinx=cosxddxcosx=sinxddx(sinx)=cosxddx(cosx)=sinxThis property massively simplifies higher derivatives of the functions: dn+4dxn+4sinx=dndxnsinx.

References