Checking dimensional consistency with MLT exponents
A physically meaningful additive equation must be dimensionally homogeneous: corresponding terms must have the same base dimensions. This tool represents quantities as powers of mass M, length L, and time T.
The parser is deliberately limited to one equals sign and simple products or quotients with integer powers. It is a consistency screen, not an algebra system, unit converter, or proof that an equation is physically correct.
How to use the dimensional analysis checker
- Enter a simple equation: Use one equals sign, variable names, multiplication, division, and optional integer powers.
- Assign each variable: Choose the physical dimension represented by every detected variable.
- Check consistency: Compare the MLT exponent vectors shown for both sides.
- Interpret cautiously: A consistent equation may still have a wrong dimensionless constant, sign, function, or physical model.
Formula and variables
Multiplication adds dimension exponents, division subtracts them, and raising a quantity to an integer power multiplies them.
[Q] = MᵃLᵇTᶜ; valid equality requires matching exponents- M — Mass dimension
- Exponent of base dimension mass
- L — Length dimension
- Exponent of base dimension length
- T — Time dimension
- Exponent of base dimension time
Newton’s second law
Check F = m × a.
- F
- Force: ML T⁻²
- m
- Mass: M
- a
- Acceleration: L T⁻²
- Right side: M × LT⁻² = MLT⁻²
- Left side: MLT⁻²
Result: Both sides match, so the equation is dimensionally consistent.
Consistency is necessary but does not independently establish the law or its numerical coefficients.
Understanding your results
What the result proves
Matching dimensions eliminate one class of formula error.
- A mismatch proves the entered equation cannot be correct as written.
- A match does not prove the equation is physically correct.
- Dimensionless functions generally require dimensionless arguments.
Assumptions
- Selected variable dimensions are correct.
- Only M, L, and T base dimensions are needed.
- The expression fits the supported simple-product grammar.
Limitations
- Does not support sums, nested grouping, fractional powers, functions, vectors, temperature, current, amount, or luminous intensity.
- Does not track unit scale or offsets.
- Does not derive formulas or test numerical coefficients.
Common mistakes
- Assigning mass to a variable that represents weight or force.
- Using unsupported addition and assuming it was parsed.
- Confusing dimensions with units.
- Assuming dimensional consistency proves physical correctness.
Practical use cases
Formula screening
Catch missing powers or factors with dimensions before substituting numbers.
Physics education
Practice combining MLT exponent vectors for familiar quantities.
Frequently asked questions
Can two wrong formulas both be dimensionally consistent?
Yes. Dimensionless constants, signs, and functional relationships can be wrong while dimensions still match.
Are units and dimensions the same?
No. Length is a dimension; meter, foot, and mile are units used to measure it.
Does the checker support addition?
No. This implementation supports simple products, quotients, integer powers, and numeric coefficients only.
Sources and review
- The International System of Units (SI Brochure) — Bureau International des Poids et Mesures. Accessed 2026-07-13.
Reviewed 2026-07-13.