planner
[notes.git] / spec / calculus.md
index c59c4b77e306241793268f6d18b4bd26c6efdf7e..5c3b3fc4746850c036438c43b399f75a809cd91c 100644 (file)
@@ -194,15 +194,16 @@ $$\therefore y \implies {dy \over dx} \implies {d({dy \over dx}) \over dx} \impl
 
 Order of polynomial $n$th derivative decrements each time the derivative is taken
 
-### Maxima and minima
+### Points of Inflection
 
-- if $f^\prime (a) = 0$ and $f^{\prime\prime}(a) > 0$, then point $(a, f(a))$ is a local min (curve is concave up)
+*Point of inflection* - point of maximum gradient (either +ve or -ve). Occurs where $f^{\prime\prime} = 0$
 
+- if $f^\prime (a) = 0$ and $f^{\prime\prime}(a) > 0$, then point $(a, f(a))$ is a local min (curve is concave up)
 - if $f^\prime (a) = 0$ and $f^{\prime\prime} (a) < 0$, then point $(a, f(a))$ is local max (curve is concave down)
 - if $f^{\prime\prime}(a) = 0$, then point $(a, f(a))$ is a point of inflection
 - - if also $f^\prime(a)=0$, then it is a stationary point of inflection
 
-*Point of inflection* - point of maximum gradient (either +ve or -ve)
+![](graphics/second-derivatives.png)
 
 ## Antidifferentiation
 
@@ -257,3 +258,13 @@ $${dy \over dx} = {{dy \over dt} \over {dx \over dt}} \> \vert \> {dx \over dt}
 
 $${d^2 \over dx^2} = {d(y^\prime) \over dx} = {{dy^\prime \over dt} \over {dx \over dt}} \> \vert \> y^\prime = {dy \over dx}$$
 
+# Rational functions
+
+$$f(x) = {P(x) \over Q(x)} \quad \text{where } P, Q \text{ are polynomial functions}$$
+
+## Addition of ordinates
+
+- when two graphs have the same ordinate, $y$-coordinate is double the ordinate
+- when two graphs have opposite ordinates, $y$-coordinate is 0 i.e. ($x$-intercept)
+- when one of the ordinates is 0, the resulting ordinate is equal to the other ordinate
+