general additions
[notes.git] / methods / calculus.md
index fb3761fef5a7f5d388d3a3c9322bb385104516c3..8824f9c1d65b04fbf6a12ad8f35f94f053f898fc 100644 (file)
@@ -53,6 +53,8 @@ $$f^\prime(x)=\lim_{h \rightarrow 0}{{f(x+h)-f(x)} \over h}$$
 
 **Tangent line** of function $f$ at point $M(a, f(a))$ is the line through $M$ with gradient $f^\prime(a)$.
 
+For $f(x)=x^n, \hspace{0.5em} f^\prime (x) = nx^{n-1}$
+
 ## Tangents and gradients
 
 
@@ -77,3 +79,18 @@ Normal line for point $P(q,r)$ on function $f$ is $y=mx+c$ where $m={-1 \over m_
 
 Stationary where $m=0$.  
 Find derivative, solve for ${dy \over dx} = 0$
+
+### Type of stationary points
+
+![](https://cdn.edjin.com/upload/RESOURCE/IMAGE/78444.png)
+
+**Local maximum at point $A$**  
+- $f^\prime (x) > 0$ left of $A$
+- $f^\prime (x) < 0$ right of $A$
+
+**Local minimum at point $B$**  
+- $f^\prime (x) < 0$ left of $B$
+- $f^\prime (x) > 0$ right of $B$
+
+**Stationary** point of inflection at $C$
+