spec / calculus-rules.texon commit [spec/methods] tidy up (2fcea49)
   1\subsection*{Derivatives}
   2
   3\rowcolors{1}{white}{peach}
   4\renewcommand{\arraystretch}{1.4}
   5
   6\begin{tabularx}{\columnwidth}{rX}
   7  \hline
   8  \hspace{6em}\(f(x)\) & \(f^\prime(x)\)\\
   9  \hline
  10  \(\sin x\) & \(\cos x\)\\
  11  \(\sin ax\) & \(a\cos ax\)\\
  12  \(\cos x\) & \(-\sin x\)\\
  13  \(\cos ax\) & \(-a \sin ax\)\\
  14  \(\tan f(x)\) & \(f^2(x) \sec^2f(x)\)\\
  15  \(e^x\) & \(e^x\)\\
  16  \(e^{ax}\) & \(ae^{ax}\)\\
  17  \(ax^{nx}\) & \(an \cdot e^{nx}\)\\
  18  \(\log_e x\) & \(\dfrac{1}{x}\)\\
  19  \(\log_e {ax}\) & \(\dfrac{1}{x}\)\\
  20  \(\log_e f(x)\) & \(\dfrac{f^\prime (x)}{f(x)}\)\\
  21  \(\sin(f(x))\) & \(f^\prime(x) \cdot \cos(f(x))\)\\
  22  \(\sin^{-1} x\) & \(\dfrac{1}{\sqrt{1-x^2}}\)\\
  23  \(\cos^{-1} x\) & \(\dfrac{-1}{\sqrt{1-x^2}}\)\\
  24  \(\tan^{-1} x\) & \(\dfrac{1}{1 + x^2}\)\\
  25  \(\frac{d}{dy}f(y)\) & \(\dfrac{1}{\frac{dx}{dy}}\) \hfill(reciprocal)\\
  26  \(uv\) & \(u \frac{dv}{dx}+v\frac{du}{dx}\) \hfill(product rule)\\
  27  \(\dfrac{u}{v}\) & \(\dfrac{v\frac{du}{dx}-u\frac{dv}{dx}}{v^2}\) \hfill(quotient rule)\\
  28  \(f(g(x))\) & \(f^\prime(g(x))\cdot g^\prime(x)\)\\
  29  \hline
  30\end{tabularx}
  31
  32\vfill
  33
  34\subsubsection*{Index identities}
  35
  36\(b^{m+n}=b^m \cdot b^n\)\\
  37\((b^m)^n=b^{m \cdot n}\)\\
  38\((b \cdot c)^n = b^n \cdot c^n\)\\
  39\({a^m \div a^n} = {a^{m-n}}\)
  40
  41
  42\subsection*{Antiderivatives}
  43
  44\rowcolors{1}{white}{lblue}
  45\renewcommand{\arraystretch}{1.4}
  46
  47\begin{tabularx}{\columnwidth}{rX}
  48  \hline
  49  \(f(x)\) & \(\int f(x) \cdot dx\) \\
  50  \hline
  51  \(k\) (constant) & \(kx + c\)\\
  52  \(x^n\) & \(\dfrac{1}{n+1} x^{n+1}\) \\
  53  \(a x^{-n}\) &\(a \cdot \log_e |x| + c\)\\
  54  \(\dfrac{1}{ax+b}\) &\(\dfrac{1}{a} \log_e (ax+b) + c\)\\
  55  \((ax+b)^n\) & \(\dfrac{1}{a(n+1)}(ax+b)^{n-1} + c\>|\>n\ne 1\)\\
  56  \((ax+b)^{-1}\) & \(\dfrac{1}{a}\log_e |ax+b|+c\)\\
  57  \(e^{kx}\) & \(\dfrac{1}{k} e^{kx} + c\)\\
  58  \(e^k\) & \(e^kx + c\)\\
  59  \(\sin kx\) & \(\dfrac{-1}{k} \cos (kx) + c\)\\
  60  \(\cos kx\) & \(\dfrac{1}{k} \sin (kx) + c\)\\
  61  \(\sec^2 kx\) & \(\dfrac{1}{k} \tan(kx) + c\)\\
  62  \(\dfrac{1}{\sqrt{a^2-x^2}}\) & \(\sin^{-1} \dfrac{x}{a} + c \>\vert\> a>0\)\\
  63  \(\dfrac{-1}{\sqrt{a^2-x^2}}\) & \(\cos^{-1} \dfrac{x}{a} + c \>\vert\> a>0\)\\
  64  \(\frac{a}{a^2-x^2}\) & \(\tan^{-1} \frac{x}{a} + c\)\\
  65  \(\frac{f^\prime (x)}{f(x)}\) & \(\log_e f(x) + c\)\\
  66  \(\int f(u) \cdot \frac{du}{dx} \cdot dx\) & \(\int f(u) \cdot du\) \hfill(substitution)\\
  67  \(f(x) \cdot g(x)\) & \(\int [f^\prime(x) \cdot g(x)] dx + \int [g^\prime(x) f(x)] dx\)\\
  68  \hline
  69\end{tabularx}
  70\rowcolors{2}{white}{white}
  71
  72\vspace{1em}
  73Note \(\sin^{-1} \left(\dfrac{x}{a}\right) + \cos^{-1} \left(\dfrac{x}{a}\right)\) is constant \(\forall \> x \in (-a, a)\)
  74
  75\vfill
  76
  77\subsubsection*{Logarithmic identities}
  78
  79\(\log_b (xy)=\log_b x + \log_b y\)\\
  80\(\log_b x^n = n \log_b x\)\\
  81\(\log_b y^{x^n} = x^n \log_b y\)