Graph Join Calculator

G + H = complete bipartite bridge

CalculatorsFreeNo Signup
4.4(93 reviews)
All Tools

Loading tool...

About Graph Join Calculator

A graph join calculator computing G+H: disjoint union of G and H plus all edges between V(G) and V(H). |V|=|V₁|+|V₂|, |E|=|E₁|+|E₂|+|V₁|·|V₂|. K_n = E_1+E_1+...+E_1. W_n = C_n+K_1 (wheel). Client-side.

Graph Join Calculator Features

  • G+H parameters
  • Edge formula
  • Wheel = C+K₁
  • Chromatic
  • Connectivity
Graph join G+H: take G∪H and add all edges from V(G) to V(H). |E(G+H)| = |E₁|+|E₂|+|V₁|·|V₂|. Examples: K_1+C_n = W_{n+1} (wheel). K_1+K_n = K_{n+1}. E_m+E_n = K_{m,n}. χ(G+H) = χ(G)+χ(H).

How to Use

Select G and H:

  • |V|: |V₁|+|V₂|
  • |E|: Formula
  • Type: Wheel/complete/bipartite

Famous Joins

K₁+C_n = wheel W_{n+1}. K₁+P_n = fan graph. E_m+E_n = K_{m,n} (complete bipartite). K_m+K_n = K_{m+n}. The join always has diameter ≤ 2 (go through the bridge).

Chromatic Number

χ(G+H) = χ(G)+χ(H) always. Since every vertex of G is adjacent to every vertex of H, their color classes must be disjoint. This makes the join useful for constructing graphs with specific χ.

Step-by-Step Instructions

  1. 1Select G, H.
  2. 2Compute G+H.
  3. 3Count vertices/edges.
  4. 4Check χ.
  5. 5Identify structure.

Graph Join Calculator — Frequently Asked Questions

Why does χ add?+

Every vertex of G is adjacent to every vertex of H, so colors used for G cannot be reused for H. Hence χ(G+H) ≥ χ(G)+χ(H). Equality holds because we can optimally color each part independently.

What's the diameter of G+H?+

diam(G+H) ≤ 2 always (for connected join). Any two vertices in the same part are distance ≤ 2 via the other part. If G or H is connected, diam(G+H) ≤ 2. If both empty, diam = 2 (bipartite).

How does join relate to complement?+

If G = G₁∪G₂ (disjoint union), then Ḡ contains G₁+G₂ minus internal complement edges. The complement of a join contains the complement of the union. These operations are 'dual' in a sense.

Share this tool: