[methods] strictly increasing and tangents
authorAndrew Lorimer <andrew@lorimer.id.au>
Sun, 28 Apr 2019 23:39:10 +0000 (09:39 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sun, 28 Apr 2019 23:39:10 +0000 (09:39 +1000)
methods/calculus-ref.md
index dab682aeeb3c27c7666e0e0f8a103ea7d1e47bbd..2239ed21aff25d7e9b169f08d2ad59a406f2378d 100644 (file)
@@ -54,6 +54,18 @@ Not differentiable at:
 **Normal line** - $\perp$ tangent ($m_{\operatorname{tan}} \cdot m_{\operatorname{norm}} = -1$)  
 **Secant** $={{f(x+h)-f(x)} \over h}$
 
+$$\tan \Theta = m = f^\prime x$$
+
+where $\Theta$ is the angle that tangent line makes with +ve direction of $x$-axis
+
+## Strictly increasing
+
+- Function $f$ is **strictly increasing** where $f(x_2) > f(x_1)$ and $x_2 > x_1$
+- Function $f$ is **strictly decreasing** where $f(x_2) < f(x_1)$ and $x_2 > x_1$
+- If $f^\prime (x) > 0$ for all $x$ in interval, then $f$ is **strictly increasing**
+- If $f^\prime(x) < 0$ for all $x$ in interval, then $f$ is **strictly decreasing**
+- Endpoints are included, even where gradient $=0$
+
 ### Solving on CAS
 
 **In main**: type function. Interactive -> Calculation -> Line -> (Normal | Tan line)