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))log10(Q)
log_q = log10((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 C [C](M) | 0.1 |
coeff_c | Coefficient of C (c) | 1 |
conc_d | Concentration of D [D](M) | 0.2 |
coeff_d | Coefficient of D (d) | 1 |
conc_a | Concentration of A [A](M) | 0.5 |
coeff_a | Coefficient of A (a) | 1 |
conc_b | Concentration of B [B](M) | 0.3 |
coeff_b | Coefficient of B (b) | 1 |
How It Works
Reaction Quotient (Q)
The reaction quotient has the same mathematical form as the equilibrium constant but is evaluated at non-equilibrium concentrations.
Formula
Q = [C]^c [D]^d / ([A]^a [B]^b)
Compare Q to the equilibrium constant K:
Worked Example
For A + B -> C + D with [A]=0.5, [B]=0.3, [C]=0.1, [D]=0.2 M.
- 01Q = [C][D] / ([A][B])
- 02Q = (0.1 × 0.2) / (0.5 × 0.3)
- 03Q = 0.02 / 0.15 = 0.1333
Frequently Asked Questions
What is the difference between Q and K?
K is the equilibrium constant, evaluated only at equilibrium. Q uses the same formula but can be calculated at any point during the reaction. Q tells you which direction the reaction must shift to reach equilibrium.
What about pure solids and liquids?
Pure solids and pure liquids have an activity of 1 and are omitted from the Q expression. Only aqueous species and gases are included.
How does Q relate to Gibbs free energy?
delta_G = delta_G° + RT*ln(Q). At equilibrium, delta_G = 0 and Q = K, giving delta_G° = -RT*ln(K). The sign of delta_G tells the reaction direction.
Ready to run the numbers?
Open Reaction Quotient Calculator