Home / Math Formulas Reference (2026)

Math Formulas Reference (2026)

Every formula behind a MathCalcTools calculator, in one table, each with a worked example. Updated July 2, 2026.

What formula does each calculator use?

MathCalcTools runs 17 calculators, and each one uses a single standard, named formula: for example the square root tool uses sqrt(n) = x, where x * x = n, and the quadratic solver uses the quadratic formula, x = (-b ± sqrt(b^2-4ac)) / 2a. The full table below lists the formula and one worked example for every tool on the site, and the same table is available as a CSV.

Summary table

CalculatorFormulaWorked exampleResult
Square Rootsqrt(n) = x, x⋅x = nsqrt(72)6√2 ≈ 8.485
Quadratic Formulax=(-b±√(b²-4ac))/2ax²-5x+6=0x = 2, 3
Slope of a Linem=(y2-y1)/(x2-x1)(1,2) to (4,11)m = 3
Derivative (power rule)d/dx[x^n]=n⋅x^(n-1)d/dx[x³]3x²
Integral (power rule)∫x^n dx = x^(n+1)/(n+1)+C∫x² dxx³/3 + C
Exponenta^n = a×a×...×a2^532
Factoring (quadratic)x²+bx+c=(x+p)(x+q)x²+7x+12(x+3)(x+4)
GCFlargest common factorGCF(24, 36)12
Pythagorean Theorema²+b²=c²legs 3, 4hyp = 5
Standard Deviationσ=√(Σ(x-μ)²/n){2,4,4,4,5,5,7,9}σ ≈ 2.0
Average (mean)mean = Σx / n{4, 8, 15}mean = 9
Roundinground to place value3.14159, 2 dp3.14
Volume (cylinder)V = πr²hr=3, h=10V ≈ 282.7
Square Footagearea = l × w12ft × 15ft180 sq ft
Ohm's LawV = I × RI=2A, R=5ΩV = 10V
Right Trianglesinθ=opp/hyp30-60-90, hyp=10sides 5, 5√3
Triangle Area (Heron's)√(s(s-a)(s-b)(s-c))sides 5, 6, 7Area ≈ 14.70
Download the CSV17 rows, updated July 2, 2026

Methodology

Every row uses the exact formula implemented in that calculator's own code on this site, so the table stays consistent with what the live tools compute. These are standard, named mathematical formulas (the quadratic formula, the power rule, Heron's formula, and so on) rather than statistics that need an external source, so no outside citation is required for accuracy. Worked examples were run through each live calculator to confirm the result shown here matches the tool. This page is reviewed whenever a calculator's formula or rounding behavior changes; the "updated" date above reflects the last such review.

How to use this reference

Click a calculator name to open the live tool and run your own numbers, or use the table as a quick lookup when you already know the formula and just need to check it. The CSV download carries the same 17 rows if you want to reuse the table in a spreadsheet or cite a specific formula elsewhere.

Cite this page: MathCalcTools, "Math Formulas Reference (2026)," mathcalctools.com/math-formulas-reference-2026, updated July 2, 2026.
Jessica Martinez
About the author
Jessica Martinez
Contributing Writer, Business & Finance, Encore Editorial

Jessica Martinez spent six years reading loan disclosures and expense reports for a living before she started writing about numbers instead of just checking them. On MathCalcTools she keeps every worked example honest: the same steps a calculator runs, written out so a reader can follow along, not just copy an answer.