Introduction to Organic Chemistry
Functional groups, nomenclature, isomerism, and reaction types
Functional Groups
Organic chemistry is organized around functional groups β specific arrangements of atoms that determine a molecule's chemical reactivity and properties.
| Functional Group | General Formula | Example | Properties |
|---|---|---|---|
| Alkane | $C_nH_{2n+2}$ | Methane CHβ | Saturated; low reactivity |
| Alkene | $C_nH_{2n}$ | Ethylene CβHβ | C=C double bond; addition reactions |
| Alkyne | $C_nH_{2n-2}$ | Acetylene CβHβ | Cβ‘C triple bond; linear geometry |
| Alcohol | RβOH | Ethanol CβHβ OH | H-bonding; polar |
| Carboxylic Acid | RβCOOH | Acetic acid CHβCOOH | Weak acid; H-bonding dimers |
| Amine | RβNHβ | Methylamine CHβNHβ | Basic; H-bonding |
IUPAC Nomenclature
The IUPAC system provides a systematic way to name organic compounds:
- Find the longest continuous carbon chain (parent chain)
- Number the carbons from the end nearest to the first substituent
- Name and number each substituent (methyl, ethyl, etc.)
- Use the appropriate suffix for the functional group (-ane, -ene, -yne, -ol, -al, -one, -oic acid)
- Assemble: substituents (alphabetical) + parent name + suffix
Carbon Chain Prefixes
meth- (1), eth- (2), prop- (3), but- (4), pent- (5), hex- (6), hept- (7), oct- (8), non- (9), dec- (10)
Isomerism
Isomers share the same molecular formula but differ in structure or spatial arrangement:
Structural Isomers
Different connectivity of atoms. Example: butane and isobutane (2-methylpropane) both have formula CβHββ.
Geometric (cis/trans)
Same connectivity but different arrangement around a double bond or ring.cis-2-butene has both methyl groups on the same side; trans on opposite sides.
Optical (Enantiomers)
Non-superimposable mirror images due to a chiral center (typically a carbon with 4 different substituents). They rotate plane-polarized light in opposite directions.
Reaction Types & Hybridization
Substitution
One atom or group replaces another. Sβ1 (unimolecular) and Sβ2 (bimolecular) mechanisms.
Elimination
Atoms removed from adjacent carbons to form a double bond. E1 and E2 mechanisms.
Addition
Atoms add across a double or triple bond, reducing unsaturation. Markovnikov vs anti-Markovnikov selectivity.
Hybridization
$sp^3$: tetrahedral (109.5Β°), $sp^2$: trigonal planar (120Β°),$sp$: linear (180Β°). Determines molecular geometry.
Degree of Unsaturation (DoU)
Also called the index of hydrogen deficiency, DoU counts the total number of rings plus double bonds in a molecule:
where C, H, N are atom counts and X is the total number of halogen atoms. Oxygen and sulfur do not affect DoU. Each ring or double bond contributes 1; each triple bond contributes 2.
Python: Molecular Property Calculator
Computes the degree of unsaturation and molar mass for a set of organic molecules from their molecular formulas.
Degree of Unsaturation Calculator
PythonComputes DoU and molar mass for various organic molecules from molecular formula
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran: Molecular Formula Properties
Computes molar mass and degree of unsaturation for a set of organic molecules.
Molecular Formula Properties
FortranComputes molar mass and degree of unsaturation from molecular formula
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server