science-cleaning-zine/science-of-cleaning.tex

332 lines
13 KiB
TeX
Raw Normal View History

2025-01-05 20:51:44 +00:00
\documentclass[9pt, twoside, openany]{extbook}
2025-01-04 20:32:08 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{float}
2025-01-05 20:51:44 +00:00
\usepackage{extsizes}
2025-01-04 20:32:08 +00:00
\raggedbottom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Choose either kpfonts or fourier
% \usepackage[nott]{kpfonts}
\usepackage{fourier}
% Delete any of the following that are not needed
\usepackage{amsmath}
\usepackage{amssymb}
% \usepackage{makeidx}
2025-01-04 20:32:08 +00:00
\usepackage{graphicx}
\usepackage{array}
% \usepackage{multirow}
% \usepackage{gensymb} % Just for the degree symbol
% \usepackage{ccicons} % Creative Commons icons; now we can delete an image
% \usepackage{lettrine} % Drop caps
2025-01-11 18:52:41 +00:00
\usepackage{wrapfig} % Let's wrap some images
% \usepackage{hanging} % For hanging indents in a script
% \usepackage{fancyvrb} % Use line numbers with code samples
% \usepackage{fvextra} % Break lines inside Verbatim environment:
2025-01-04 20:32:08 +00:00
\usepackage{enumitem} % Control spacing in lists
% \usepackage{setspace} % Better control over line-spacing
% \usepackage{nicefrac} % Use nice fractions
2025-01-04 20:32:08 +00:00
\usepackage[bottom]{footmisc} % Keep the footnotes at the bottom of the page
% \usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
2025-01-04 20:32:08 +00:00
\usepackage{microtype} % Make things neater.
% \usepackage{tabularray} % Easy tables
2025-01-04 20:32:08 +00:00
\usepackage[]{footmisc}
\usepackage{tikz}
2025-01-11 18:52:41 +00:00
\usepackage{chemformula}
\usepackage{chemfig}
2025-01-04 20:32:08 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{images/}} % Where are our images?
\usepackage{multicol} % Include two- or three-column sections
\counterwithout{footnote}{chapter} % Stop resetting the footnote count after each chapter
% \NumTabs{18} % Define 18 tab stops (at 1/4" intervals) [tabto package]
2025-01-04 20:32:08 +00:00
\raggedbottom % Don't force text to fill page
\setlength{\belowcaptionskip}{4pt} % Adjust space between caption and figure
% \renewcommand*\contentsname{In This Issue…} % Change the name of the TOC
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Document Setup%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry}
\geometry{
paperheight=8.5in,
paperwidth=5.5in,
margin=12mm,
% a5paper % Comment out for half-letter paper
}
\addtolength{\topmargin}{10mm} % Adjust and bottom margin
\addtolength{\textheight}{-20mm} % Adjust the bottom margin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Page Headers%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Adjust the TITLE as necessary
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\textit{The Science of Cleaning}}
% \fancyhead[RE,LO]{Issue \#006}
\cfoot{Page \thepage}
\renewcommand{\footrulewidth}{0.5pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Chapter Title Spacing %%%%%%%%%%%%%%%%%%%%
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}
{\chaptertitlename\ \thechapter}
{20pt}
{\Huge}
\titlespacing*{\chapter}{0pt}{0pt}{40pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Custom Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Make a nice border and box for the tops of our examples
\newcommand\klab[3]{\vspace{#1}\noindent{}\hrulefill\fbox{\texttt{~#2~}}\hrulefill\vspace{#3}}
% Add an \hrule with space above and below
\newcommand\krule[2]{\vspace{#1}\hrule\vspace{#2}}
% Make hrefs easier (must load package hyperref}
\newcommand\kref[2]{\href{#1}{{\texttt{#2}}}}
% Rotate text in tables easier
% https://tex.stackexchange.com/questions/89115/how-to-rotate-text-in-multirow-table
\newcommand\krot[3]{\parbox[t]{#1}{\multirow{#2}{*}{\rotatebox[origin=c]{90}{#3}}}}
% Make diversions easier (and uniform!)
\newcommand\kdivb[2]{
\medskip
\hrule
\medskip
\noindent{}\textbf{#1}
\vspace{#2mm}
\begin{multicols}{2}
}
\newcommand\kdive[1]{
\end{multicols}
\vspace{#1mm}
\hrule
\medskip
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Chapter Subtitles %%%%%%%%%%%%%%%%%%%%%%%%
%% https://tex.stackexchange.com/questions/52963/how-can-i-get-extra-subtitles-for-chapter-titles-that-also-appear-in-the-toc
\newcommand\Chapter[2]{
\chapter[#1: {\normalfont\itshape#2}]{#1\\[0ex]\large\normalfont\itshape #2}
}
2025-01-04 20:32:08 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Include URLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Be sure to load this package last
% [hidelinks option to hide big red box. Thanks /u/0b0101011001001011
\usepackage[hidelinks]{hyperref} % Inlcude URLs, but load this package last
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Bibliography is now a section %%%%%%%%%%%%
%% https://tex.stackexchange.com/questions/74296/to-have-no-pagebreak-before-bibliography
\usepackage{etoolbox}
\patchcmd{\thebibliography}{\chapter*}{\section*}{}{}
2025-01-04 20:32:08 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Document Information %%%%%%%%%%%%%%%%%%%%%
%% Adjust the TITLE and SUBTITLE as necessary
\author{Kenneth John Odle}
\title{
{\Huge The Science of Cleaning} \\
\vspace{15mm}
How Chemistry and Physics\\Make Your Life Less Dirty \\
\bigskip
{\normalsize Typeset in \LaTeX{}} \\
\vspace{30mm}
\date{}
\begin{small}
v. 1.0.0 \\
January 2025
\end{small}
} % end \title
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\section*{Impressum}
All contents \copyright2025 Kenneth John Odle
FYI, this is made in \LaTeX \,using the report document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at
\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/}
If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at
\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!)
2025-01-05 15:32:44 +00:00
\begin{thebibliography}{99}
\bibitem{biberdorf2021}
Biberdorf, Kate:
\textit{It's Elemental: The Hidden Chemistry in Everything},
Toronto,
Park Row Books,
2021.
\bibitem{conrep2006}
Editors of Consumers Reports, The:
\textit{How to Clean Practically Anything},
Yonkers (NY),
Consumer Reports,
Sixth Edition,
2006.
\bibitem{redditcleaningtips}
\textit{r/CleaningTips},
\kref{https://www.reddit.com/r/CleaningTips/}{https://www.reddit.com/r/CleaningTips/}
2025-01-05 15:32:44 +00:00
\end{thebibliography}
2025-01-04 20:32:08 +00:00
\tableofcontents
\setcounter{chapter}{-1}
\chapter{Introduction}
I've always enjoyed cleaning, but I didn't get interested in the science behind cleaning until I ready Kate Biberdorf's \textit{It's Elemental: The Hidden Chemistry in Everything} which has an entire chapter \cite[pp.~211-233]{biberdorf2021} devoted to cleaning.\footnote{She also is from the same home town as me.}
My goal here is not to teach you how to clean everything, but how to use commonly available cleaning agents safely and effectively by teaching you how they actually do their work.
\chapter{A Chemistry Primer}
\section{Chemical vs. Physical Changes}
If you remember your high school chemistry, you'll recall that substances can undergo both chemical and physical changes. Acids, bases, surfactants, enzymes, and solvents rely on chemical changes to clean things, whereas abrasives and heat rely on physical changes. However, chemical reactions are heat dependent and tend to happen more quickly at warmer temperatures, which is just one reason we wash things with warm water—it works better.
\section{A pH Primer}
pH is a rather vague concept for a lot of people, and the internet contains a lot of misinformation and misunderstandings about how it works as a result. Let's get that sorted out.
pH is a measure of how acidic or alkaline (i.e., basic) a substance is. There is a lot of chemistry and math involved in pH, so let's start with some basic facts before getting into the chemistry and math.
\begin{enumerate}[noitemsep]
\item The pH scale goes in two directions: from 7 down to zero, and from 7 up to fourteen.
\item Substances with a pH of 7 are neutral—they are neither acidic nor basic. (They are also very rare.)
\item Substances with a pH less than 7 are acidic.
\item Substances with a pH greater than 7 are basic.
\item The further away a substance gets from 7 on the pH scale (meaning the closer it gets to either 0 or 14) the more chemically reactive a substance is. This means that it is \textit{potentially} a better cleaner, but also that it is \textit{definitely} more dangerous to use.
\item The pH scale is unitless. That is, it does not have units like centimeters or pounds or degrees. For convenience, scientists will sometimes talk about ``pH units'' when they talk about moving up or down the scale,
\end{enumerate}
\subsection{Math and the pH Scale}
The pH scale is logarithmic, rather than linear. That means that each step on the scale is multiplied or divided by a factor of ten. This can be confusing, because in our everyday lives, we are used to dealing with linear values. If one book is an inch thick, then a pile of five books will be five inches high, and a pile of 20 books will be 20 inches high.
But logarithmic scales don't work this way. They are meant to deal with values that get very large or very small and make it possible to represent them easily on a graph.
This means that something with a pH of 5 is not \textit{slightly} more acidic than a substance with a pH of 6; it's actually ten times more acidic. Likewise, something with a pH of 4 is ten times more acidic than something with a pH of 5, but it's also a hundred times more acidic than something with a pH of 6. Something with a pH of 3 would look like this:
\begin{align*}
\text{pH 3} & = 10 \times \text{pH 4} \\
& = 100 \times \text{pH 5} \\
& = 1000 \times \text{pH 6}
\end{align*}
Because the pH scale is bidirectional (that is, acidic in one direction and basic in the other), this principle also holds true for values greater than 7, but in the opposite direction:
\begin{align*}
\text{pH 11} & = 10 \times \text{pH 10} \\
& = 100 \times \text{pH 9} \\
& = 1000 \times \text{pH 8}
\end{align*}
In both of these examples, the values are getting closer to seven, which means that they are becoming less acidic (in the first example) and less basic (in the second example). They are, in effect, becoming more neutral.
\subsection{The Chemistry of pH}
2025-01-05 20:51:44 +00:00
2025-01-13 00:07:06 +00:00
From a chemical point of view, pH is the inverse logarithm of the concentration of \ch{H+} ions. If you survived high school or college chemistry, you might remember this equation:
2025-01-05 20:51:44 +00:00
2025-01-13 00:07:06 +00:00
\begin{align*}
\text{pH} = -\log_{10}[\text{H}^+]
\end{align*}
The square brackets around the \ch{H^+}—that is, \ch{[H^+]}—just mean ``the concentration of \ch{H^+} ions''. Of course, we need to talk about what \ch{H^+} actually means.
\ch{H^+} just means ``a hydrogen atom with an electron removed'' but because hydrogen is just a single proton surrounded by an orbiting electron, this means that it's just a single proton floating around.
In reality, protons don't do all that well on their own, and tend to bond to water molecules. The actual chemical equation looks like this:
\begin{center}
\ch{!(water)( H2O ) + !(hydrogen\ ion)( H+ ) <-> !(hydronium\ ion)( H3O+ )}
\end{center}
The real question is now ``where do those protons (i.e., hydrogen ions) come from?'' One of the places they come from is from water itself, which tends to self-ionize, like this:
\begin{center}
\ch{!(water)( 2 H2O ) <=> !(hydronium\ ion)( H3O+ ) + !(hydroxide\ ion)( OH- )}
\end{center}
Notice the \ch{<=>} arrows in the middle, which indicate equilibrium. That means that this is not a one-way reaction. Instead, some water molecules are always reacting to form hydronium and hydroxide ions, and some hydronium ions and hydroxide ions are always reacting to form water molecules.
2025-01-11 18:52:41 +00:00
\chapter{Acid Cleaners}
2025-01-13 00:07:06 +00:00
\section{Acetic Acid (Vinegar)}
2025-01-11 18:52:41 +00:00
The most common acidic cleaner, and also the cheapest, is good old white vinegar. Scientists usually call it \textit{acetic acid}, although its official name\footnote{according to IUPAC, that is} is \textit{ethanoic acid}. Its chemical formula is \ch{CH3COOH} and as you can probably guess, it's a small molecule that looks like this:
2025-01-11 18:52:41 +00:00
\begin{wrapfigure}[10]{l}[0pt]{30mm}
\centering
\chemfig[atom sep=2.5em]{C(-[:90]H)(-[:180]H)(-[:270]H)-C(=[:45]O)(-[:-45]OH)}
\caption{Chemical structure of acetic acid}
\end{wrapfigure}
2025-01-13 00:07:06 +00:00
Most commercial white vinegar available in your local grocery store contains 4-5\% acidity; that is, most of what you are buying is water and only 4-5\% of it is actually acetic acid. Some specialty vinegars like balsamic vinegar may have an acidity level of 6\%. It's okay that these vinegars have such a small amount of acetic acid in them, since they are meant for cooking purposes more than cleaning anything.
If you head over to the hardware store, you can find ``cleaning vinegar'' which is usually around 30\% acidity.
2025-01-11 18:52:41 +00:00
\chapter{Alkaline Cleaners}
2025-01-11 18:52:41 +00:00
\chapter{Surfactants}
\paragraph{Soaps and detergents, that is}
\chapter{Abrasive Cleaners}
\paragraph{Scrub-a-dub-dub}
2025-01-05 20:51:44 +00:00
\chapter{Heat}
2025-01-05 15:32:44 +00:00
2025-01-05 20:51:44 +00:00
\chapter{Enzymes}
2025-01-04 20:32:08 +00:00
\chapter{Solvents}
I am a bit hesitant to talk about solvents here, because commercial solvents can be strong—too strong for everyday household use. Still, there are several that are available if you know where to look, including ethanol, isopropyl alcohol, acetone, mineral spirits, and turpentine.
2025-01-04 20:32:08 +00:00
\end{document}