Reaction Quotient Calculator Formula
Understand the math behind the reaction quotient calculator. Each variable explained with a worked example.
Formulas Used
Reaction Quotient (Q)
q = (pow(conc_c, coeff_c) * pow(conc_d, coeff_d)) / (pow(conc_a, coeff_a) * pow(conc_b, coeff_b))Variables
| Variable | Description | Default |
|---|---|---|
conc_c | Concentration of Product C(M) | 0.1 |
coeff_c | Coefficient of C | 1 |
conc_d | Concentration of Product D(M) | 0.1 |
coeff_d | Coefficient of D | 1 |
conc_a | Concentration of Reactant A(M) | 0.5 |
coeff_a | Coefficient of A | 1 |
conc_b | Concentration of Reactant B(M) | 0.5 |
coeff_b | Coefficient of B | 1 |
How It Works
Reaction Quotient
Formula
Q = [C]^c × [D]^d / ([A]^a × [B]^b)
Where:
Compare Q to K:
Worked Example
A + B → C + D. Current: [A]=0.5, [B]=0.5, [C]=0.1, [D]=0.1. All coefficients = 1.
conc_c = 0.1coeff_c = 1conc_d = 0.1coeff_d = 1conc_a = 0.5coeff_a = 1conc_b = 0.5coeff_b = 1
- 01Q = [C]^c[D]^d / [A]^a[B]^b
- 02Q = (0.1)¹(0.1)¹ / (0.5)¹(0.5)¹
- 03Q = 0.01 / 0.25
- 04Q = 0.04
Ready to run the numbers?
Open Reaction Quotient Calculator