main.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % University/School Laboratory Report % LaTeX Template % Version 3.0 (4/2/13) % % This template has been downloaded from: % http://www.LaTeXTemplates.com % % Original author: % Linux and Unix Users Group at Virginia Tech Wiki % (https://vtluug.org/wiki/Example_LaTeX_chem_lab_report) % % License: % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %---------------------------------------------------------------------------------------- % PACKAGES AND DOCUMENT CONFIGURATIONS %---------------------------------------------------------------------------------------- \documentclass{article} \usepackage{mhchem} % Package for chemical equation typesetting \usepackage{siunitx} % Provides the \SI{}{} command for typesetting SI units \usepackage{graphicx} % Required for the inclusion of images \setlength\parindent{0pt} % Removes all indentation from paragraphs \renewcommand{\labelenumi}{\alph{enumi}.} % Make numbering in the enumerate environment by letter rather than number (e.g. section 6) %\usepackage{times} % Uncomment to use the Times New Roman font %---------------------------------------------------------------------------------------- % DOCUMENT INFORMATION %---------------------------------------------------------------------------------------- \title{Determination of the Atomic \\ Weight of Magnesium \\ CHEM 101} % Title \author{John \textsc{Smith}} % Author name \date{\today} % Date for the report \begin{document} \maketitle % Insert the title, author and date \begin{center} \begin{tabular}{l r} Date Performed: & January 1, 2012 \\ % Date the experiment was performed Partners: & James Smith \\ % Partner names & Mary Smith \\ Instructor: & Professor Smith % Instructor/supervisor \end{tabular} \end{center} % If you wish to include an abstract, uncomment the lines below % \begin{abstract} % Abstract text % \end{abstract} %---------------------------------------------------------------------------------------- % SECTION 1 %---------------------------------------------------------------------------------------- \section{Objective} To determine the atomic weight of magnesium via its reaction with oxygen and to study the stoichiometry of the reaction (as defined in \ref{definitions}):\\ \begin{center}\ce{2 Mg + O2 -> 2 MgO}\end{center} % If you have more than one objective, uncomment the below: %\begin{description} %\item[First Objective] \hfill \\ %Objective 1 text %\item[Second Objective] \hfill \\ %Objective 2 text %\end{description} \subsection{Definitions} \label{definitions} \begin{description} \item[Stoichiometry] The relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers. \item[Atomic mass] The mass of an atom of a chemical element expressed in atomic mass units. It is approximately equivalent to the number of protons and neutrons in the atom (the mass number) or to the average number allowing for the relative abundances of different isotopes. \end{description} %---------------------------------------------------------------------------------------- % SECTION 2 %---------------------------------------------------------------------------------------- \section{Experimental Data} \begin{tabular}{ll} Mass of empty crucible & \SI{7.28}{g}\\ Mass of crucible and magnesium before heating & \SI{8.59}{g}\\ Mass of crucible and magnesium oxide after heating & \SI{9.46}{g}\\ Balance used & \#4\\ Magnesium from sample bottle & \#1 \end{tabular} %---------------------------------------------------------------------------------------- % SECTION 3 %---------------------------------------------------------------------------------------- \section{Sample Calculation} \begin{tabular}{ll} Mass of magnesium metal & = \SI{8.59}{g} - \SI{7.28}{g}\\ & = \SI{1.31}{g}\\ Mass of magnesium oxide & = \SI{9.46}{g} - \SI{7.28}{g}\\ & = \SI{2.18}{g}\\ Mass of oxygen & = \SI{2.18}{g} - \SI{1.31}{}\\ & = \SI{0.87}{g} \end{tabular}\\ Because of this reaction, the required ratio is the atomic weight of magnesium: \SI{16.00}{g} of oxygen as experimental mass of Mg: experimental mass of oxygen or $\frac{x}{1.31}=\frac{16}{0.87}$ from which, $M_{\ce{Mg}} = 16.00 \times \frac{1.31}{0.87} = 24.1 = \SI{24}{g/mol}$ (to two significant figures). %---------------------------------------------------------------------------------------- % SECTION 4 %---------------------------------------------------------------------------------------- \section{Results and Conclusions} The atomic weight of magnesium is concluded to be \SI{24}{g/mol}, as determined by the stoichiometry of its chemical combination with oxygen. This result is in agreement with the accepted value. \begin{figure}[h] \begin{center} \includegraphics[width=0.65\textwidth]{placeholder} % Include the image placeholder.png \caption{Figure caption.} \end{center} \end{figure} %---------------------------------------------------------------------------------------- % SECTION 5 %---------------------------------------------------------------------------------------- \section{Discussion of Experimental Uncertainty} The accepted value (periodic table) is \SI{24.3}{g/mol} \cite{Smith:2012qr}. The percentage discrepancy between the accepted value and the result obtained here is 1.3\%. Because only a single measurement was made, it is not possible to calculate an estimated standard deviation. \\ The most obvious source of experimental uncertainty is the limited precision of the balance. Other potential sources of experimental uncertainty are: the reaction might not be complete; if not enough time was allowed for total oxidation, less than complete oxidation of the magnesium might have, in part, reacted with nitrogen in the air (incorrect reaction); the magnesium oxide might have absorbed water from the air, and thus weigh ``too much." Because the result obtained is close to the accepted value it is possible that some of these experimental uncertainties have fortuitously cancelled one another. %---------------------------------------------------------------------------------------- % SECTION 6 %---------------------------------------------------------------------------------------- \section{Answers to Definitions} \begin{enumerate} \begin{item} The \emph{atomic weight of an element} is the relative weight of one of its atoms compared to C-12 with a weight of 12.0000000$\ldots$, hydrogen with a weight of 1.008, to oxygen with a weight of 16.00. Atomic weight is also the average weight of all the atoms of that element as they occur in nature. \end{item} \begin{item} The \emph{units of atomic weight} are two-fold, with an identical numerical value. They are g/mole of atoms (or just g/mol) or amu/atom. \end{item} \begin{item} \emph{Percentage discrepancy} between an accepted (literature) value and an experimental value is $\frac{|\mathrm{experimental result} - \mathrm{accepted result}|}{\mathrm{accepted result}}$. \end{item} \end{enumerate} %---------------------------------------------------------------------------------------- % BIBLIOGRAPHY %---------------------------------------------------------------------------------------- \bibliographystyle{unsrt} \bibliography{sample} %---------------------------------------------------------------------------------------- \end{document}
Other files