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 GroupGeneral FormulaExampleProperties
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
AlcoholR–OHEthanol Cβ‚‚Hβ‚…OHH-bonding; polar
Carboxylic AcidR–COOHAcetic acid CH₃COOHWeak acid; H-bonding dimers
AmineR–NHβ‚‚Methylamine CH₃NHβ‚‚Basic; H-bonding

IUPAC Nomenclature

The IUPAC system provides a systematic way to name organic compounds:

  1. Find the longest continuous carbon chain (parent chain)
  2. Number the carbons from the end nearest to the first substituent
  3. Name and number each substituent (methyl, ethyl, etc.)
  4. Use the appropriate suffix for the functional group (-ane, -ene, -yne, -ol, -al, -one, -oic acid)
  5. 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:

$$\text{DoU} = \frac{2C + 2 + N - H - X}{2}$$

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

Python

Computes DoU and molar mass for various organic molecules from molecular formula

script.py81 lines

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

Fortran

Computes molar mass and degree of unsaturation from molecular formula

mol_properties.f9045 lines

Click Run to execute the Fortran code

Code will be compiled with gfortran and executed on the server

Video Lectures

Lecture 34: Introduction to Organic Chemistry