Introduction to Group Theory and Molecular Symmetry Representations

Introduction to Group Theory

  • The term "group" in the context of a point group refers specifically to a collection of elements—in this case, symmetry operations—that fulfill established, well-defined criteria.

  • A group is a formal mathematical structure.

  • The branch of mathematics dedicated to the study of these structures is known as group theory.

Definition of a Group and Group Axioms

  • A set of elements {A,B,C,}\{A, B, C, \dots\} and a defined operation "\circ" that combines any two elements form a group if and only if the following four axioms are satisfied:

    1. Closure: The result of the operation "\circ" on any two elements (e.g., ABA \circ B) must also be an element of the same group. The group is described as "closed" under the operation.

    2. Identity Element: The set must contain an identity element, denoted as EE. For any element AA in the group, applying the operation with identity must result in the element itself: AE=EA=AA \circ E = E \circ A = A.

    3. Inverse Element: For every element AA in the set, there must exist an inverse element, denoted as A1A^{-1}, such that combining them yields the identity: AA1=A1A=EA \circ A^{-1} = A^{-1} \circ A = E.

    4. Associativity: The operation "\circ" must be associative. For elements AA, BB, and CC, the following must hold: (AB)C=A(BC)(A \circ B) \circ C = A \circ (B \circ C).

  • Note on Commutativity: In group theory, the operation is generally not commutative (ABBAA \circ B \neq B \circ A). In the context of symmetry, the order in which operations are applied frequently changes the final result.

The Integers as a Group Example: (Z,+)(\mathbb{Z}, +)

  • The set of integers (Z\mathbb{Z}) combined with the operation of addition (++) forms a group:

    • Closure: Adding two integers results in another integer (e.g., 1+2=31 + 2 = 3, where 3Z3 \in \mathbb{Z}).

    • Identity: The integer 00 acts as the identity, as adding it to any integer leaves it unchanged (e.g., 1+0=11 + 0 = 1).

    • Inverse: For every integer nn, there is an inverse n-n such that their sum is the identity (e.g., 1+(1)=01 + (-1) = 0).

    • Associativity: Addition is associative, meaning (1+2)+3=1+(2+3)(1 + 2) + 3 = 1 + (2 + 3).

Algebra with Symmetry Operations

  • The symmetry operations of an object form a point group.

  • The group operation "\circ" represents the successive application of symmetry operations.

  • Shorthand Notation: Similar to multiplication, the operator symbol is often omitted. For example, C2C2C_2 \circ C_2 is written as C2C2C_2 C_2 or C22C_2^2.

  • Closure Constraint: The net effect of applying multiple operations successively must be equivalent to the effect of a single operation already within the group; otherwise, the group is not closed. For instance, C22=EC_2^2 = E.

Example Exercise: Symmetry Operations in C2vC_{2v}

  • The C2vC_{2v} group (e.g., in a water molecule) consists of four operations: EE, C2C_2, σv\sigma_v, and σv\sigma_v'.

  • Case 1: C2C_2 followed by C2C_2

    • Application of a 180180^{\circ} rotation (C2C_2) followed by another 180180^{\circ} rotation (C2C_2) returns the object to its original orientation.

    • Result: C2C2=EC_2 C_2 = E.

  • Case 2: C2C_2 followed by σv\sigma_v

    • Rotating the molecule (e.g., water) by C2C_2 and then reflecting through a vertical plane (σv\sigma_v) results in a configuration equivalent to applying a different vertical plane reflection (σv\sigma_v').

    • Result: σvC2=σv\sigma_v C_2 = \sigma_v'.

The C2vC_{2v} Group Multiplication Table

  • A multiplication table tabulates all possible combinations of the group's operations. The following represents the complete table for C2vC_{2v}, where the top row is the first operation applied and the left column is the second operation applied:

EE

C2C_2

σv\sigma_v

σv\sigma_v'

EE

EE

C2C_2

σv\sigma_v

σv\sigma_v'

C2C_2

C2C_2

EE

σv\sigma_v'

σv\sigma_v

σv\sigma_v

σv\sigma_v

σv\sigma_v'

EE

C2C_2

σv\sigma_v'

σv\sigma_v'

σv\sigma_v

C2C_2

EE

Validating Group Axioms for C2vC_{2v}

  • Closure: No elements outside the set {E,C2,σv,σv}\{E, C_2, \sigma_v, \sigma_v'\} appear in the multiplication table.

  • Identity: EE is clearly present and behaves as the identity for all operations.

  • Inverses: Every element has an inverse. In the case of C2vC_{2v}, the elements happen to be self-inverses (C2=C21C_2 = C_2^{-1}, σv=σv1\sigma_v = \sigma_v^{-1}, etc.), meaning the identity appears on the diagonal of the table. Note: Self-inversion is not a general property of all groups.

  • Associativity: Operations follow the associative rule, such as C2(σvσv)=(C2σv)σvC_2 \circ (\sigma_v \circ \sigma_v') = (C_2 \circ \sigma_v) \circ \sigma_v'.

Notation and Matrix Algebra Representation

  • Right-to-Left Multiplication: Successive symmetry operations are written and read from right to left, similar to mathematical operators. For the phrase "C2C_2 followed by σv\sigma_v", the notation is σvC2\sigma_v C_2.

    • Logic: In the expression σvC2X\sigma_v C_2 X, C2C_2 operates on XX first, and then σv\sigma_v operates on the result.

  • Matrix Algebra: Symmetry operations can be represented as matrices (DD), and the object (coordinates) as a vector (rorigr_{orig}).

    • The transformed vector is found via left-multiplication: rtrans=Drorigr_{trans} = D r_{orig}.

    • Example Calculation: Rotating by 9090^{\circ} counter-clockwise about the zz-axis followed by a reflection in the xzxz-plane:

    • D=σvC2=(1amp;0amp;00amp;1amp;00amp;0amp;1)(0amp;1amp;01amp;0amp;00amp;0amp;1)=(0amp;1amp;01amp;0amp;00amp;0amp;1)\mathbf{D} = \sigma_v C_2 = \begin{pmatrix} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{pmatrix}.

Chemical Applications of Group Theory

  • Group theory allows for the calculation and manipulation of molecular features based solely on symmetry.

  • Vibrational Spectroscopy (IR): Symmetry dictates the number of observable stretch bands.

    • Example: For [PdCl2(NH3)2][PdCl_2(NH_3)_2] complexes:

      • cis-isomer: Displays two IR bands for PdLPd-L stretching vibrations.

      • trans-isomer: Displays only one IR band for PdLPd-L stretching vibrations.

  • Photoelectron Spectroscopy (PES): Used alongside MO (Molecular Orbital) diagrams to understand the energy required to remove electrons (Eion=hνEkinE_{ion} = h\nu - E_{kin}).

Characters and Representations in Quantum Mechanics

  • When symmetry operations act on molecular features like atoms or bonds, they can stay in place or move to an equivalent position.

  • The Third Outcome: For "signed" features like orbitals/wavefunctions (ψ\psi), an operation can keep the orbital in place but flip its sign (++, -).

  • Wavefunction Refresher:

    • Orbitals have regions of positive and negative character separated by nodal planes (zero probability).

    • Born Interpretation: The probability of finding a particle is proportional to the square of the wavefunction (ψ2\psi^2).

    • The absolute sign of the wavefunction is not directly observable; only the relative sign matters.

  • Character (\chi): This value identifies how a property is affected by a symmetry operation.

    • +1: Symmetric (orbital/feature is unchanged).

    • -1: Antisymmetric (orbital/feature changes sign).

    • 0: The orbital/feature moves to a different location.

Symmetry Properties of Orbitals in H2OH_2O (C2vC_{2v})

Oxygen is located at the invariant point of the water molecule, meaning its atomic orbitals do not move under C2vC_{2v} symmetry operations.

  • s-orbital (ϕs\phi_s): Remains unchanged under all operations (E,C2,σv,σvE, C_2, \sigma_v, \sigma_v').

    • Characters: (1,1,1,1)(1, 1, 1, 1). This spans the a1a_1 representation.

  • pzp_z orbital (ϕz\phi_z): Aligned with the principal axis; remains unchanged under all operations.

    • Characters: (1,1,1,1)(1, 1, 1, 1). This also spans the a1a_1 representation.

  • pxp_x orbital (ϕx\phi_x): Stays in place but changes sign under C2C_2 and σv\sigma_v'.

    • Characters: (1,1,1,1)(1, -1, 1, -1). This spans the b1b_1 representation.

  • pyp_y orbital (ϕy\phi_y): Stays in place but changes sign under C2C_2 and σv\sigma_v.

    • Characters: (1,1,1,1)(1, -1, -1, 1). This spans the b2b_2 representation.

  • dxyd_{xy} orbital (ϕxy\phi_{xy}): Stays in place but changes sign under σv\sigma_v and σv\sigma_v'.

    • Characters: (1,1,1,1)(1, 1, -1, -1). This spans the a2a_2 representation.

The Character Table and Mulliken Symbols

  • A character table lists all irreducible representations (or symmetry species) for a point group.

  • Mulliken Symbols: Labels used for these representations.

    • a / b: Indicates symmetry (a) or antisymmetry (b) under rotation about the principal axis.

    • e / t: Designate 2-dimensional (e) and 3-dimensional (t) representations.

    • Subscripts 1 / 2: Refer to symmetry (1) or antisymmetry (2) under reflection in σv\sigma_v or rotation about a perpendicular C2C_2.

    • Subscripts g / u: (German: gerade/ungerade) Refer to symmetry (g) or antisymmetry (u) under inversion (ii).

    • Superscripts ' / '': Refer to symmetry (') or antisymmetry ('') under reflection through a horizontal plane (σh\sigma_h).

Character Table for C2vC_{2v}:

C2vC_{2v}

EE

C2C_2

σv\sigma_v

σv\sigma_v'

Linear/Squares

a1a_1

11

11

11

11

z,z2,x2y2z, z^2, x^2 - y^2

a2a_2

11

11

1-1

1-1

xyxy

b1b_1

11

1-1

11

1-1

x,xzx, xz

b2b_2

11

1-1

1-1

11

y,yzy, yz