An Analytical Perspective

CHEM 370 Harvey Ch 1

Dr. Al Fischer | dfischer@wcu.edu

Some Example Equations

Basic Math

\[y = mx+ b\]

Chemical Equations in an align Environment

\[\begin{align*} \ce{ O3} + h\nu \ce{&-> O2 + O(^1D) }\\ \ce{O(^1D) + O_2 + M &-> O3 + M}\\ \ce{O(^1D) + H2O &-> 2OH}\\ \end{align*}\]

Some Example Code

Julia

fruits = ["apple", "banana", "cherry"]
for (i, s)  enumerate(fruits)
    println(s)
    sleep(1)
end

Python

import time
fruits = ["apple", "banana", "cherry"]
for x in fruits:
    print(x)
    sleep(1)

What is analytical chemistry?

To an analytical chemist the process of making a useful measurement is critical; if the measurement is not of central importance to the work, then it is not analytical chemistry.

-David Harvey, Analtyical Chemistry 2.1

What is an `Instrument'?

The flame atomic absorption spectrometer at WCU.

Information Flow

Flowchart showing dataflow in chemical instrumentation.

Course Content

A closing thought

As we introduce new techniques, it is important that you incorporate them into the context of the techniques with which you are already familiar.

-Granger et al, Instrumental Analysis