Math & Science

Algebra, statistics, geometry & scientific tools.

Scientific Calculator
Ready
Full trig, log, exponent, constant support
π (Pi)
3.14159265
e (Euler)
2.71828182
√2
1.41421356
φ (Golden)
1.61803398
Last 5 Calculations
No calculations yet.
Matrix Result
Select an operation
Dimensions
3×3
Scalar Value
Matrix Property
Select a property
Trace
Determinant
Rank
Standard Deviation
Sample SD (n-1)
Count (n)
Mean
Median
Mode
Full Summary
Range
Variance
Min / Max
Q1 / Q3
Sum
Skewness (Fisher)
Geometric Mean
Probability P(E)
r / n
nCr (Combinations)
nPr (Permutations)
n! (Factorial)
Complement P(E')
Area
Square units
Perimeter
Diagonal
Volume
Cubic units
Surface Area
Lateral Area
Triangle Area
Side a
Side b
Side c
Angle A°
Angle B°
Angle C°
Perimeter
Inradius (r)
Circumradius (R)
Type
Scientific Notation
Standard Form
Coefficient
Exponent
Result (Scientific Notation)
Standard: —
Result
Decimal: —
Simplified
Mixed Number
Decimal
Percentage
Simplified Fraction
GCD
Decimal
Percent
% ↔ Fraction ↔ Decimal Converter
Result
Formula Reference
Result
Result
Result 1
0
Result 2
0%
Percent Error
1.5%
Absolute Error
1.5
Solved Ratio
A : B = C : D
Solved Value
Curriculum-Aligned for 2026

The Complete Math & Science Reference Guide

From PEMDAS and trigonometry to matrix determinants, descriptive statistics, geometric solids, and physics formulas — the definitive resource for students, engineers, and professionals.

PEMDAS / BODMAS

The order of operations is the set of rules that tell you which part of an expression to evaluate first. Every calculator and programming language follows the same hierarchy:

  1. P/B — Parentheses / Brackets — Evaluate innermost first
  2. E/O — Exponents / Orders — Powers and roots (right-to-left)
  3. M/D — Multiply & Divide — Left to right, equal priority
  4. A/S — Add & Subtract — Left to right, equal priority
8 ÷ 2(2+2) = 8 ÷ 2 × 4 = 4 × 4 = 16

Common Mistakes

  • Multiplication vs Implied
    2(3) means 2×3 = 6. The implied multiplication has the same priority as explicit ×.
  • Unary Minus
    −3² = −9, not 9. The exponent applies to 3 first, then the negative sign.
  • Left-to-Right Rule
    12 ÷ 4 × 3 = 3 × 3 = 9, NOT 12 ÷ 12 = 1. Division and multiplication are evaluated left to right.

Trigonometry Reference

SOH-CAH-TOA

sin θ = Opposite / Hypotenuse
cos θ = Adjacent / Hypotenuse
tan θ = Opposite / Adjacent

For the unit circle, sin θ = y-coordinate, cos θ = x-coordinate. tan θ = sin θ / cos θ.

Key Angle Values

θ° sin cos tan
010
30°½√3/21/√3
45°√2/2√2/21
60°√3/2½√3
90°10

Radians vs. Degrees in Calculus

While degrees are standard in geometry, calculus and advanced math exclusively use radians. A radian is the angle subtended by an arc equal in length to the radius (1 rad ≈ 57.3°). Why? Because the beautiful simplicity of derivative formulas like d/dx(sin x) = cos x only holds true when x is in radians. If using degrees, d/dx(sin x) = (π/180)cos x, which makes the math needlessly messy.

Descriptive Statistics Explained

Measures of Central Tendency

  • Mean (Average) — Sum of all values ÷ count. Sensitive to outliers.
  • Median — Middle value when sorted. Robust against outliers. For even n, average the two middle values.
  • Mode — Most frequently occurring value. A dataset can have multiple modes (bimodal, multimodal) or none.
  • Geometric Mean — ⁿ√(x₁×x₂×…×xₙ) — Used for growth rates and ratios.

Measures of Spread

σ = √[ Σ(xᵢ - μ)² / N ] (Population)
s = √[ Σ(xᵢ - x̄)² / (n-1) ] (Sample)

Why n-1? Bessel's correction. Using n-1 in the denominator for sample SD gives an unbiased estimator of the population variance. Always use sample SD unless you have the entire population.

Matrix Algebra Essentials

Key Operations

  • Addition / Subtraction — Only same-dimension matrices. Add element by element.
  • Multiplication (A×B) — Columns of A must equal rows of B. Result is m×p if A is m×n and B is n×p.
  • Transpose (Aᵀ) — Rows become columns. If A is m×n, Aᵀ is n×m.
  • Determinant — A scalar that encodes the scaling factor of the linear transformation. det = 0 means the matrix is singular (non-invertible).
  • Inverse (A⁻¹) — A × A⁻¹ = I. Only exists if det(A) ≠ 0.

2×2 Determinant

det([a b; c d]) = ad − bc

2×2 Inverse

A⁻¹ = (1/det) × [d −b; −c a]

The trace of a matrix = sum of diagonal elements. It equals the sum of eigenvalues and is invariant under similarity transformations.

Geometry Formula Sheet

2D Shapes — Area

Circleπr²
Rectanglel × w
Triangle½ × b × h
Trapezoid½(a+b)h
Parallelogramb × h
Ellipseπab

3D Solids — Volume

Sphere(4/3)πr³
Cube
Cylinderπr²h
Cone(1/3)πr²h
Pyramid(1/3)b²h
Torus2π²Rr²

Essential Physics Formulas

Mechanics

  • F = ma — Newton's 2nd Law. Force = mass × acceleration (N)
  • v = u + at — Final velocity = initial + (accel × time)
  • s = ut + ½at² — Displacement under constant acceleration
  • v² = u² + 2as — Velocity without time
  • p = mv — Linear momentum (kg·m/s)
  • F = mv²/r — Centripetal force (circular motion)

Energy & Electricity

  • KE = ½mv² — Kinetic energy (Joules)
  • PE = mgh — Gravitational potential energy
  • W = Fd·cos — Work done by a force
  • P = W/t — Power = work per unit time (Watts)
  • V = IR — Ohm's Law: Voltage = Current × Resistance
  • P = IV — Electric power = current × voltage

Math & Science Glossary

Significant Figures (Sig Figs)
Digits in a number that carry meaningful precision. Rules: non-zero digits are always significant, zeros between them are significant, trailing zeros only count if there is a decimal.
Coefficient
The numerical factor in a term. In 5x², the coefficient is 5.
Determinant
A scalar value of a square matrix encoding its volume scaling factor. If det = 0, the matrix has no inverse.
Eigenvalue
A scalar λ such that Av = λv for a non-zero vector v. Eigenvalues encode the stretching/compression of a linear transformation.
Factorial (n!)
n! = n × (n-1) × ... × 2 × 1. 0! = 1 by definition. Used in combinations and permutations.
Radian
The SI unit of angle. 2π radians = 360°. 1 radian ≈ 57.3°. Trig functions use radians in their Taylor series definitions.
Variance
The average squared deviation from the mean. Standard deviation = √Variance. Variance is always in squared units.
Scientific Notation
A × 10ⁿ where 1 ≤ |A| < 10. Makes very large or small numbers manageable. Used universally in science and engineering.
GCD / HCF
Greatest Common Divisor. The largest integer that divides both numbers exactly. Used to simplify fractions to lowest terms.

The Mathematics of Percentages & Ratios

The term "percent" literally comes from the Latin "per centum," meaning "by a hundred." It is a fundamental way to express a dimensionless ratio as a fraction of 100.

Why Percent Error Matters

In scientific experiments, the Percent Error indicates how far an observed (experimental) value deviates from the expected (theoretical) value. It is calculated by dividing the absolute error by the exact value and multiplying by 100. High percent error often indicates systemic flaws in experimental design or equipment calibration.

Solving Proportional Ratios

A ratio expresses the proportional relationship between two or more quantities. By setting two ratios equal to each other (e.g., A : B = C : D), you create a proportion. If three of the values are known, you can solve for the missing fourth value using simple cross-multiplication.

Frequently Asked Questions

Math Fundamentals

What is PEMDAS / BODMAS?
PEMDAS (US) and BODMAS (UK) are mnemonics for the mathematical order of operations: Parentheses/Brackets → Exponents/Orders → Multiplication & Division (left to right) → Addition & Subtraction (left to right). They ensure a single unambiguous result for any expression.
What is the difference between population and sample standard deviation?
Population SD (σ) divides by N and is used when you have data for the entire group. Sample SD (s) divides by N-1 (Bessel's correction) and is used when your data is a sample drawn from a larger population — which is almost always the case in real-world statistics. Sample SD gives an unbiased estimate of the true population variance.

Geometry

What is Heron's formula?
Heron's formula calculates the area of a triangle from its three side lengths alone: Area = √(s(s-a)(s-b)(s-c)), where s = (a+b+c)/2 is the semi-perimeter. This is extremely useful when you know all three sides but not the height.
What is the Pythagorean theorem?
For any right triangle: a² + b² = c², where c is the hypotenuse (opposite the right angle). Given any two sides: c = √(a²+b²), a = √(c²-b²), b = √(c²-a²). Our triangle solver handles all cases including non-right triangles using the Law of Cosines.

Matrix Algebra

How do you multiply two matrices?
To multiply A (m×n) by B (n×p), the number of columns in A must equal the number of rows in B. Each element [i][j] of the result is the dot product of row i of A and column j of B. The result is an m×p matrix. Note: matrix multiplication is NOT commutative — A×B ≠ B×A in general.
What does a determinant of zero mean?
A determinant of zero means the matrix is "singular" — it has no inverse. Geometrically, it means the transformation collapses space into a lower dimension (e.g., a 3D transformation squashes everything onto a plane). In linear equations, det=0 means the system has either no solution or infinitely many.

Rate Math & Science

Help us improve by rating this tool.

4.7/5
408 reviews