From 9694721ae02e7d5d28b4448e0803095f2b88aaba Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sat, 12 Oct 2019 12:08:42 +1100 Subject: [PATCH] [spec] formatting for calculus rules --- spec/calculus-rules.tex | 35 +++++++++++++++++++++-------------- spec/spec-collated.tex | 1 + 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/spec/calculus-rules.tex b/spec/calculus-rules.tex index ec33726..2b6b712 100644 --- a/spec/calculus-rules.tex +++ b/spec/calculus-rules.tex @@ -30,14 +30,17 @@ \end{tabularx} \vfill - -\subsubsection*{Index identities} - -\(b^{m+n}=b^m \cdot b^n\)\\ -\((b^m)^n=b^{m \cdot n}\)\\ -\((b \cdot c)^n = b^n \cdot c^n\)\\ -\({a^m \div a^n} = {a^{m-n}}\) - +\vtop to 5cm { + \flushbottom + \subsubsection*{Index identities} + \begin{align*} + b^{m+n} &= b^m \cdot b^n \\ + (b^m)^n &= b^{m \cdot n} \\ + (b \cdot c)^n &= b^n \cdot c^n \\ + {a^m \div a^n} &= {a^{m-n}} + \end{align*} +} + \subsection*{Antiderivatives} @@ -73,9 +76,13 @@ Note \(\sin^{-1} \left(\dfrac{x}{a}\right) + \cos^{-1} \left(\dfrac{x}{a}\right)\) is constant \(\forall \> x \in (-a, a)\) \vfill - -\subsubsection*{Logarithmic identities} - -\(\log_b (xy)=\log_b x + \log_b y\)\\ -\(\log_b x^n = n \log_b x\)\\ -\(\log_b y^{x^n} = x^n \log_b y\) +\vtop to 5cm { + \flushbottom + \subsubsection*{Logarithmic identities} + \begin{align*} + \log_b (xy) &= \log_b x + \log_b y \\ + \log_b\left(\frac{x}{y}\right) &= \log_b(x) - \log_b(y) \\ + \log_b x^n &= n \log_b x \\ + \log_b y^{x^n} &= x^n \log_b y + \end{align*} +} diff --git a/spec/spec-collated.tex b/spec/spec-collated.tex index d66ece9..225cc8c 100644 --- a/spec/spec-collated.tex +++ b/spec/spec-collated.tex @@ -23,6 +23,7 @@ \usepackage{pgfplots} \usepackage{pst-plot} \usepackage{rotating} +%\usepackage{showframe} % debugging only \usepackage{subfiles} \usepackage{tabularx} \usepackage{tcolorbox} -- 2.47.1