Formula Library

53 formulas with definitions, variables, examples, and linked calculators.

Complete Formula Reference

This library contains 49 essential formulas from mathematics, physics, chemistry, statistics, finance, geometry, and unit conversion. Each entry includes the equation, variable definitions, a worked example, tips, and a linked calculator.

How to Use This Library

  1. Find your formula by category below or in the card grid
  2. Read the definition and variable meanings on the formula page
  3. Study the worked example to understand the calculation
  4. Click the linked calculator to solve with your own values

All Formulas by Category

Algebra

FormulaEquationExample
Quadratic Formulax = (-b +/- sqrt(b^2 - 4ac)) / 2aFor x^2-5x+6=0: x=2 or x=3
Linear Equationax + b = 0, x = -b/a2x+6=0 gives x=-3

Geometry

FormulaEquationExample
Pythagorean Theorema^2 + b^2 = c^2a=3, b=4, c=5
Slope Formulam = (y2 - y1) / (x2 - x1)Points (1,2) and (3,6) give m=2
Distance Formulad = sqrt((x2-x1)^2 + (y2-y1)^2)(0,0) to (3,4) gives d=5
Circle AreaA = pi * r^2Radius 5 gives A about 78.54
CircumferenceC = 2 * pi * rRadius 5 gives C about 31.42
Triangle AreaA = 0.5 * base * heightBase 10, height 6 gives A=30
Sphere VolumeV = (4/3) * pi * r^3Radius 3 gives V about 113.1
Cylinder VolumeV = pi * r^2 * hr=2, h=5 gives V about 62.83
Sphere Surface AreaSA = 4 * pi * r^2r=3 gives SA about 113.1
Rectangle AreaA = length * width5 by 8 = 40 square units
Arc Lengths = r * theta (radians)r=5, theta=pi/2

Statistics

FormulaEquationExample
Standard Deviations = sqrt(Sum(x - mean)^2 / (n-1))Sample std dev of 2,4,4,5,7,9 is about 2.14
Z-Scorez = (x - mean) / std_devx=85, mean=75, sd=10 gives z=1
Variancevariance = sum((x-mean)^2) / (n-1)Square of standard deviation
PermutationnPr = n! / (n-r)!10P3 = 720
CombinationnCr = n! / (r!(n-r)!)10C2 = 45
Confidence IntervalCI = mean +/- z * (s/sqrt(n))95% confidence uses z about 1.96
Pearson Correlationr = cov(x,y) / (sx * sy)r ranges from -1 to +1
Linear Regressiony = m*x + bUse regression calculator
Basic ProbabilityP = favorable / total outcomesRolling a 6: P=1/6

Finance

FormulaEquationExample
Compound InterestA = P(1 + r/n)^(nt)$1000 at 5% for 10 years
EMI FormulaEMI = P*r*(1+r)^n / ((1+r)^n - 1)Use EMI calculator for loan examples
Simple InterestI = P * r * t$1000 at 5% for 2 years = $100
Profit MarginMargin = (Revenue-Cost)/Revenue * 100%Use profit margin calculator
Discount FormulaSale = Price * (1 - discount/100)20% off $50 = $40

Physics

FormulaEquationExample
Ohm's LawV = I * R12V, 4 ohms gives 3A
Kinetic EnergyKE = 0.5 * m * v^22kg at 3m/s gives KE=9J
Potential EnergyPE = m * g * h1kg at 10m gives PE about 98.1J
Force FormulaF = m * a10kg times 2m/s^2 equals 20N
Velocity Formulav = d / t100m in 10s gives 10m/s
Density Formuladensity = mass / volume500g in 250cm^3 gives 2g/cm^3
Electrical PowerP = V * IAlso P = I^2 * R
Work FormulaW = F * d10N over 5m = 50J
Momentump = m * v2kg at 3m/s = 6 kg m/s

Math

FormulaEquationExample
Percentage FormulaX% of Y = (X/100) * Y20% of 150 = 30
Exponent Rulesa^m * a^n = a^(m+n)2^3 times 2^2 equals 2^5 = 32
Logarithm Ruleslog(xy) = log(x) + log(y)log(10)+log(2)=log(20)
GCF Euclidean AlgorithmGCD via repeated remainder divisionGCF(48,18)=6
LCM FormulaLCM(a,b) = |a*b| / GCF(a,b)LCM(4,6)=12
Percent Error% error = |expected-actual|/|expected|*100Use percent error calculator
Significant FiguresCount meaningful digits by standard rules0.00450 has 3 sig figs

Chemistry

FormulaEquationExample
pH FormulapH = -log10[H+]10^-7 M gives pH=7
Dilution FormulaC1*V1 = C2*V2Use dilution calculator for lab prep
MolarityM = moles / volume(L)0.5 mol in 2L gives 0.25M

Converters

FormulaEquationExample
Celsius to FahrenheitF = (C * 9/5) + 32100C = 212F
Meters to Feetfeet = meters * 3.280841 meter about 3.28 feet
Kilograms to Poundslb = kg * 2.2046270kg about 154.32 lb

Browse All Formulas

Quadratic Formula

Algebra — Finds roots of ax^2+bx+c=0…

Pythagorean Theorem

Geometry — Relates sides of a right triangle…

Standard Deviation

Statistics — Measures spread of data from the mean…

Compound Interest

Finance — Growth with interest on interest…

Ohm's Law

Physics — Voltage equals current times resistance…

Slope Formula

Geometry — Steepness of a line through two points…

Distance Formula

Geometry — Distance between two points…

EMI Formula

Finance — Monthly loan payment amount…

Percentage Formula

Math — Find portion of a whole number…

Circle Area

Geometry — Area enclosed by a circle…

Circumference

Geometry — Perimeter length of a circle…

Triangle Area

Geometry — Area of any triangle…

Sphere Volume

Geometry — Volume of a sphere…

Cylinder Volume

Geometry — Volume of a cylinder…

Kinetic Energy

Physics — Energy of motion…

Potential Energy

Physics — Gravitational potential energy…

Force Formula

Physics — Newton second law of motion…

Velocity Formula

Physics — Speed equals distance over time…

Density Formula

Physics — Mass per unit volume…

pH Formula

Chemistry — Measure of acidity or alkalinity…

Dilution Formula

Chemistry — Relationship for diluting solutions…

Molarity

Chemistry — Moles of solute per liter…

Z-Score

Statistics — Standardized score from the mean…

Variance

Statistics — Average squared deviation from mean…

Permutation

Statistics — Ordered arrangements of r from n…

Combination

Statistics — Unordered selections of r from n…

Linear Equation

Algebra — First-degree equation in one variable…

Exponent Rules

Math — Product rule for exponents…

Logarithm Rules

Math — Product rule for logarithms…

GCF Euclidean Algorithm

Math — Greatest common factor of integers…

LCM Formula

Math — Least common multiple…

Simple Interest

Finance — Interest without compounding…

Profit Margin

Finance — Profitability as percent of revenue…

Celsius to Fahrenheit

Converters — Temperature scale conversion…

Meters to Feet

Converters — Length unit conversion…

Kilograms to Pounds

Converters — Weight unit conversion…

Electrical Power

Physics — Power in watts…

Work Formula

Physics — Work done by a force…

Momentum

Physics — Quantity of motion…

Confidence Interval

Statistics — Range estimate for population mean…

Pearson Correlation

Statistics — Linear association between variables…

Linear Regression

Statistics — Best-fit line for data…

Sphere Surface Area

Geometry — Total surface of a sphere…

Rectangle Area

Geometry — Area of a rectangle…

Percent Error

Math — Accuracy of a measurement…

Significant Figures

Math — Precision in reported measurements…

Arc Length

Geometry — Length along a circular arc…

Basic Probability

Statistics — Likelihood of an event…

Discount Formula

Finance — Reduced price after discount…