| ID | f9eab66e-7773-4b87-b854-0bfc8f563809 |
|---|---|
| DeertopiaVisibility | public |
| ROAM_ALIASES | Differentiable Differentiation Derivative |
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
A function is differentiable at if it is smooth and does not contain any break, angle, or cusp.[cite:@enwiki:1294653445]
The equation for the tangent line at is .
Beautifully, the derivative can be seen as a higher-order function, and is an example of a limit returning a non-numeric object.
.
TODO: is a derivative an endofunctor on some category??? see https://ncatlab.org/nlab/show/chain+rule
uhh
for any function that is differentiable at :
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:
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: This property massively simplifies higher derivatives of the functions:
References
[cite:@enwiki:1309366243]