Merge branch 'master' of ssh://charles/tank/andrew/school/notes
[notes.git] / spec / calculus.md
index 5be32183af996d828aca7dccdb89b11189cc1b06..ddda40575b93fa94dbef141d5b1d2d8fda3a73ab 100644 (file)
@@ -216,13 +216,23 @@ Order of polynomial $n$th derivative decrements each time the derivative is take
 
 ![](graphics/second-derivatives.png)
 
+## Implicit Differentiation
+
+On CAS: Action $\rightarrow$ Calculation $\rightarrow$ `impDiff(y^2+ax=5, x, y)`. Returns $y^\prime= \dots$.
+
+Used for differentiating circles etc.
+
+If $p$ and $q$ are expressions in $x$ and $y$ such that $p=q$, for all $x$ nd $y$, then:
+
+$${dp \over dx} = {dq \over dx} \quad \text{and} \quad {dp \over dy} = {dq \over dy}$$
+
 ## Antidifferentiation
 
 $$y={x^{n+1} \over n+1} + c$$
 
 ## Integration
 
-$$\int f(x) dx = F(x) + c$$
+$$\int f(x) dx = F(x) + c \quad \text{where } F^\prime(x) = f(x)$$
 
 - area enclosed by curves
 - $+c$ should be shown on each step without $\int$
@@ -249,6 +259,10 @@ $\int k f(x) dx = k \int f(x) dx$
 | $g^\prime(x)\cdot f^\prime(g(x)$ | $f(g(x))$ (chain rule)|
 | $f(x) \cdot g(x)$ | $\int [f^\prime(x) \cdot g(x)] dx + \int [g^\prime(x) f(x)] dx$ |
 
+### Definite integrals
+
+$$\int_a^b f(x) \cdot dx = [F(x)]_a^b=F(b)-F(a)_{}$$
+
 ## Applications of antidifferentiation
 
 - $x$-intercepts of $y=f(x)$ identify $x$-coordinates of stationary points on $y=F(x)$
@@ -269,13 +283,12 @@ $${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
+## Rational functions
 
 $$f(x) = {P(x) \over Q(x)} \quad \text{where } P, Q \text{ are polynomial functions}$$
 
-## Addition of ordinates
+### 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
-