planner
[notes.git] / spec / calculus.md
index ee880685f6e7af164317681ea73ce5ec9b557e45..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
 
@@ -245,3 +246,25 @@ $\int k f(x) dx = k \int f(x) dx$
 
 To find stationary points of a function, substitute $x$ value of given point into derivative. Solve for ${dy \over dx}=0$. Integrate to find original function.
 
+## Rates
+
+### Related rates
+
+$${da \over db} \quad \text{change in } a \text{ with respect to } b$$
+
+#### Gradient at a point on parametric curve
+
+$${dy \over dx} = {{dy \over dt} \over {dx \over dt}} \> \vert \> {dx \over dt} \ne 0$$
+
+$${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
+