Combustion Reaction Calculator
How it Works
01Enter α, β, γ
Atom counts of carbon, hydrogen, and oxygen in your fuel CₐHᵦOᵧ
02Auto Balance
Conservation of C, H, O gives b = α, c = β/2, a = α + β/4 − γ/2
03Mass Balance Verified
Tool computes molar masses; reactant mass total = product mass total ✓
04Match a Real Fuel
14 reference fuels — methane, octane, ethanol, glucose — with ΔH_combustion
What is a Combustion Reaction Calculator?
Just enter the three integers — α (carbon atoms), β (hydrogen atoms), γ (oxygen atoms; enter 0 for pure hydrocarbons). The calculator applies the closed-form solution: b = α (carbon balance), c = β/2 (hydrogen balance), a = α + β/4 − γ/2 (oxygen balance). When the oxygen coefficient comes out fractional (a common gotcha — octane combustion gives a = 12.5), the calculator also presents the smallest integer form by multiplying the entire equation through (2 C₈H₁₈ + 25 O₂ → 16 CO₂ + 18 H₂O). The 14-fuel reference table includes methane, ethane, propane, butane, octane, ethylene, acetylene, benzene, methanol, ethanol, glucose, sucrose, acetic acid, and acetone — each with its standard heat of combustion (ΔH_c in kJ/mol).
Designed for general chemistry students learning stoichiometry, organic chemistry students working with hydrocarbon reactivity, combustion engineers calculating air-fuel ratios, and biochemistry students computing the energetics of cellular respiration, the tool runs entirely in your browser — no data is stored or transmitted.
Pro Tip: Pair this with our Molecular Weight Calculator to convert moles to grams for stoichiometric mass calculations, or our Molar Mass of Gas Calculator for ideal-gas analyses of the products.
How to Use the Combustion Reaction Calculator?
How do I balance a combustion reaction?
Combustion balancing reduces to three conservation laws — one for each element. The result is a closed-form formula, no trial-and-error needed. Here's the complete derivation:
Think of it like accounting: every carbon atom in the fuel must end up in a CO₂ molecule, every hydrogen pair must form an H₂O molecule, and the calculator works out exactly how much O₂ has to go in to make those products possible.
The General Equation
CₐHᵦOᵧ + a O₂ → b CO₂ + c H₂O
where α, β, γ are the carbon, hydrogen, and oxygen atom counts of the fuel (integers, with α ≥ 1 for combustion to be meaningful and γ = 0 for hydrocarbons), and a, b, c are the stoichiometric coefficients we need to find.
Step 1: Carbon Balance
Every carbon atom on the left appears in CO₂ on the right.
α = b → b = α
Step 2: Hydrogen Balance
Every two hydrogens on the left form one H₂O on the right.
β = 2c → c = β/2
Step 3: Oxygen Balance
Oxygen comes from the fuel (γ atoms) plus the O₂ (2a atoms), and ends up in CO₂ (2b atoms) and H₂O (c atoms):
γ + 2a = 2b + c
Substituting b = α and c = β/2: 2a = 2α + β/2 − γ, so a = α + β/4 − γ/2.
Edge Cases
- Fractional a: When β is not divisible by 4, a comes out as a half-integer (e.g., octane C₈H₁₈ gives a = 8 + 18/4 − 0 = 12.5). Multiply through by 2 to get integer coefficients.
- Fractional c: When β is odd (rare in stable organics — radicals or unbalanced inputs), c is a half-integer.
- Negative a: Mathematically possible if 4α + β < 2γ — would mean the compound is "over-oxidized" and combustion can't proceed without an external reductant. This is rare for organic compounds. The calculator flags this case as an error.
- α = 0 (no carbon): Not a combustion in the standard sense — you'd be combusting hydrogen. The calculator requires α ≥ 1.
Mass Balance
Once coefficients are known, multiply each species by its molar mass to verify mass conservation:
M(fuel) + a · M(O₂) = b · M(CO₂) + c · M(H₂O)
where M(O₂) = 32.00 g/mol, M(CO₂) = 44.01 g/mol, M(H₂O) = 18.02 g/mol. The calculator computes both sides and verifies they're equal — automatic sanity check on the balancing.
Combustion Reaction Calculator – Balanced Equations In Practice
- Step 1: Identify atom counts. C: 8, H: 18, O: 0. Octane is a pure hydrocarbon.
- Step 2: Carbon balance: b = α = 8.
- Step 3: Hydrogen balance: c = β/2 = 18/2 = 9.
- Step 4: Oxygen balance: a = α + β/4 − γ/2 = 8 + 4.5 − 0 = 12.5.
- Step 5: Per 1 mole of octane: C₈H₁₈ + 12.5 O₂ → 8 CO₂ + 9 H₂O.
- Step 6: Multiply through by 2 for integer form: 2 C₈H₁₈ + 25 O₂ → 16 CO₂ + 18 H₂O.
- Step 7: Mass balance check. Reactants: 2 × 114.23 + 25 × 32.00 = 228.46 + 800 = 1028.46 g. Products: 16 × 44.01 + 18 × 18.02 = 704.16 + 324.36 = 1028.52 g. Differences ≪ 1% (rounding) — mass conserved ✓.
- Step 8: Heat released: ΔH_c (octane) ≈ 5,470 kJ/mol — that's ~5.5 MJ per mole of octane fully burned, or about 47 MJ/kg. Compare to glucose (~16 MJ/kg) — gasoline has 3× the energy density, which is why we use it for cars.
Now consider glucose (C₆H₁₂O₆) — the cellular respiration substrate. α = 6, β = 12, γ = 6. Carbon: b = 6. Hydrogen: c = 12/2 = 6. Oxygen: a = 6 + 12/4 − 6/2 = 6 + 3 − 3 = 6. Result: C₆H₁₂O₆ + 6 O₂ → 6 CO₂ + 6 H₂O — beautifully symmetric. ΔH_c ≈ 2,803 kJ/mol — the energy your cells extract from each glucose molecule (about 30-32 ATP equivalents at ~30 kJ/mol ATP).
For methane (CH₄) — natural gas: α = 1, β = 4, γ = 0. b = 1, c = 2, a = 1 + 1 − 0 = 2. CH₄ + 2 O₂ → CO₂ + 2 H₂O. The simplest combustion equation, and the foundation of every combustion-chemistry course.
Who Should Use the Combustion Reaction Calculator?
Technical Reference
Generalized Combustion Equation: CₐHᵦOᵧ + (α + β/4 − γ/2) O₂ → α CO₂ + (β/2) H₂O. This is the closed-form solution for complete combustion of any organic compound containing only C, H, and O. For compounds containing N, S, or halogens, additional terms appear: nitrogen → N₂ or NOₓ, sulfur → SO₂, halogens → HX (HCl, HF, etc.).
Air-Based Combustion. Real combustion uses air (~21% O₂, 79% N₂ by volume), not pure O₂. To convert from O₂ to air: multiply moles of O₂ by 4.76 (= 100/21). The accompanying N₂ passes through unchanged in the ideal case but contributes to flame mass and heat capacity. Air-fuel ratio (AFR) is defined as mass of air per mass of fuel: AFR = (a · 4.76 · M_air) / M_fuel, where M_air ≈ 28.97 g/mol. For octane: AFR ≈ 14.7:1 (the famous gasoline-engine stoichiometric ratio).
Heat of Combustion (ΔH_c) — selected values (kJ/mol):
- Hydrogen (H₂): 286 (= 142 MJ/kg — highest gravimetric energy density of any fuel)
- Methane (CH₄): 890 (= 55.5 MJ/kg)
- Propane (C₃H₈): 2220 (= 50.4 MJ/kg)
- Octane (C₈H₁₈): 5470 (= 47.9 MJ/kg)
- Diesel (C₁₂H₂₃ approx.): ~7,500 (= 45 MJ/kg)
- Methanol: 726 (= 22.7 MJ/kg)
- Ethanol: 1367 (= 29.7 MJ/kg)
- Glucose (C₆H₁₂O₆): 2803 (= 15.6 MJ/kg)
- Sucrose: 5640 (= 16.5 MJ/kg)
Notice how oxygenated fuels (alcohols, sugars) have lower energy density per kg than hydrocarbons — because they're partially oxidized already, releasing less energy per atom upon further oxidation.
Complete vs Incomplete Combustion. Complete: fuel fully oxidized to CO₂ + H₂O (calculator's assumption). Incomplete: some carbon ends up as CO (carbon monoxide, 283 kJ/mol less energy released than CO₂) or as soot (elemental C, ~393 kJ/mol less). Caused by insufficient O₂, low flame temperature, or fast quenching. The calculator does NOT model incomplete combustion.
CO₂ Emission Factor. For environmental accounting: each gram of carbon burned produces 3.67 g of CO₂ (44/12 = 3.67). Burning 1 kg of methane (75% C by mass) produces 0.75 × 3.67 = 2.75 kg CO₂. Burning 1 kg of octane (84% C) produces 3.09 kg CO₂. These factors underlie all carbon-emission inventories.
Key Takeaways
Frequently Asked Questions
What is the Combustion Reaction Calculator?
The math reduces to three conservation laws: b = α (carbon), c = β/2 (hydrogen), a = α + β/4 − γ/2 (oxygen). Designed for general chemistry students learning stoichiometry, organic chemistry students working with hydrocarbons, combustion engineers calculating air-fuel ratios, biochemistry students computing respiration energetics, and environmental scientists calculating CO₂ emissions.
Pro Tip: For more chemistry tools, try our Molecular Weight Calculator.
What's the formula for balancing combustion?
Why does octane need 12.5 O₂?
How do I balance combustion for compounds with N, S, or halogens?
What's the air-fuel ratio?
Why is the heat of combustion (ΔH_c) reported as positive?
What about incomplete combustion?
How does the mass-balance check work?
What's the relationship between fuel formula and CO₂ emissions?
Can the calculator handle pure carbon (coal)?
What if I enter γ > 2α + β/2?
Disclaimer
The calculator assumes complete combustion to CO₂ + H₂O — i.e., excess O₂, full oxidation. Real combustion can be incomplete, producing CO, soot, formaldehyde, etc. For air-based combustion, multiply O₂ by ~4.76 to include the accompanying N₂. Heat-of-combustion values are standard NIST/CRC handbook data.