Skip to main content

Math Formula Reference — 100+ Formulas, Search & Filter

Math formula reference — algebra, geometry, trigonometry, calculus, statistics, all in one place.

  • Runs locally
  • Category Calculator
  • Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Showing 208 / 208 formulas

Algebra (44)

Quadratic Formula
一元二次求根公式
x = (−b ± √(b² − 4ac)) / 2a
Example: 2x² − 4x − 6 = 0 → x = (4 ± √(16 + 48))/4 = 3 or −1

Roots of ax² + bx + c = 0 when a ≠ 0.

Discriminant
判别式
Δ = b² − 4ac
Example: For x² + 2x + 5 = 0: Δ = 4 − 20 = −16 (no real roots)

Δ > 0: two real roots; Δ = 0: one repeated root; Δ < 0: two complex roots.

Vieta's Formulas
韦达定理
x₁ + x₂ = −b/a, x₁ · x₂ = c/a

Sum and product of roots of ax² + bx + c = 0.

Difference of Squares
平方差公式
a² − b² = (a + b)(a − b)
Example: x² − 9 = (x + 3)(x − 3)

Factor the difference of two perfect squares.

Perfect Square (sum)
完全平方和
(a + b)² = a² + 2ab + b²
Example: (x + 3)² = x² + 6x + 9

Expansion of the square of a sum.

Perfect Square (difference)
完全平方差
(a − b)² = a² − 2ab + b²
Example: (x − 5)² = x² − 10x + 25

Expansion of the square of a difference.

Cube (sum)
完全立方和
(a + b)³ = a³ + 3a²b + 3ab² + b³

Expansion of the cube of a sum.

Cube (difference)
完全立方差
(a − b)³ = a³ − 3a²b + 3ab² − b³

Expansion of the cube of a difference.

Sum of Cubes
立方和公式
a³ + b³ = (a + b)(a² − ab + b²)

Factor the sum of two cubes.

Difference of Cubes
立方差公式
a³ − b³ = (a − b)(a² + ab + b²)

Factor the difference of two cubes.

Binomial Theorem
二项式定理
(a + b)ⁿ = Σ C(n,k) · aⁿ⁻ᵏ · bᵏ, k = 0..n
Example: (a + b)³ = a³ + 3a²b + 3ab² + b³

Expansion of (a + b)ⁿ using binomial coefficients C(n,k) = n! / (k!(n−k)!).

Arithmetic Sequence (nth term)
等差数列通项
aₙ = a₁ + (n − 1)d
Example: 1, 4, 7, 10, … → a₁₀ = 1 + 9·3 = 28

nth term of an arithmetic sequence with first term a₁ and common difference d.

Arithmetic Series Sum
等差数列求和
Sₙ = n(a₁ + aₙ) / 2 = n·a₁ + n(n−1)d/2
Example: 1 + 2 + … + 100 = 100·101/2 = 5050

Sum of the first n terms of an arithmetic sequence.

Geometric Sequence (nth term)
等比数列通项
aₙ = a₁ · qⁿ⁻¹
Example: 3, 6, 12, 24, … → a₅ = 3·2⁴ = 48

nth term with first term a₁ and common ratio q.

Geometric Series Sum
等比数列求和
Sₙ = a₁(1 − qⁿ) / (1 − q), q ≠ 1

Sum of the first n terms when the common ratio q ≠ 1.

Infinite Geometric Series
无穷等比级数
S = a₁ / (1 − q), |q| < 1

Sum to infinity exists only when |q| < 1.

Logarithm Product Rule
对数乘法
logₐ(xy) = logₐ x + logₐ y

Log of a product is the sum of logs.

Logarithm Quotient Rule
对数除法
logₐ(x/y) = logₐ x − logₐ y

Log of a quotient is the difference of logs.

Logarithm Power Rule
对数幂运算
logₐ(xⁿ) = n · logₐ x

Log of a power moves the exponent out front.

Change of Base
换底公式
logₐ b = logc b / logc a
Example: log₂ 10 = ln 10 / ln 2 ≈ 3.32

Convert between log bases — c is any new base.

Exponent Sum Rule
同底数幂相乘
aᵐ · aⁿ = aᵐ⁺ⁿ

When multiplying same bases, add exponents.

Triangle Inequality (abs)
绝对值三角不等式
|a + b| ≤ |a| + |b|

Absolute value of a sum is at most the sum of absolute values.

Completing the Square
配方法
ax² + bx + c = a(x + b/2a)² + c − b²/4a
Example: x² + 6x + 5 = (x + 3)² − 4

Rewrite a quadratic in vertex form to find its minimum or maximum.

Parabola Vertex
抛物线顶点
x = −b/2a, y = c − b²/4a

Vertex of y = ax² + bx + c; the axis of symmetry is x = −b/2a.

Cube of a Difference (factored)
立方差展开校验
a³ − 3a²b + 3ab² − b³ = (a − b)³

Recognising the expanded cube of a difference in factoring problems.

Sum of Two Squares (complex factor)
平方和(复数因式)
a² + b² = (a + bi)(a − bi)

A sum of squares factors over the complex numbers, with i² = −1.

Exponent Quotient Rule
同底数幂相除
aᵐ / aⁿ = aᵐ⁻ⁿ

When dividing same bases, subtract the exponents.

Power of a Power
幂的乘方
(aᵐ)ⁿ = aᵐⁿ

Raising a power to a power multiplies the exponents.

Power of a Product
积的乘方
(a · b)ⁿ = aⁿ · bⁿ

A product raised to a power distributes over the factors.

Negative Exponent
负指数
a⁻ⁿ = 1 / aⁿ, a ≠ 0

A negative exponent means reciprocal of the positive power.

Fractional Exponent
分数指数
a^(m/n) = ⁿ√(aᵐ) = (ⁿ√a)ᵐ
Example: 8^(2/3) = (³√8)² = 4

A fractional exponent links powers and roots.

Log of Its Own Base
对数底数恒等
logₐ a = 1, logₐ 1 = 0

Two boundary values every log obeys.

Log and Exp Are Inverses
指对互逆
a^(logₐ x) = x, logₐ(aˣ) = x

Exponential and logarithm undo each other with the same base.

Sum 1 to n
前 n 个自然数之和
1 + 2 + … + n = n(n + 1) / 2
Example: 1 + … + 10 = 10·11/2 = 55

Closed form for the sum of the first n positive integers.

Sum of Squares 1 to n
前 n 个平方和
1² + 2² + … + n² = n(n + 1)(2n + 1) / 6

Closed form for the sum of the first n perfect squares.

Sum of Cubes 1 to n
前 n 个立方和
1³ + 2³ + … + n³ = (n(n + 1) / 2)²

The sum of the first n cubes equals the square of their sum.

AM-GM Inequality
均值不等式
(a + b) / 2 ≥ √(ab), a, b ≥ 0

Arithmetic mean is at least the geometric mean; equal when a = b.

Cauchy-Schwarz (2 terms)
柯西不等式(二元)
(a₁b₁ + a₂b₂)² ≤ (a₁² + a₂²)(b₁² + b₂²)

A foundational inequality; equality when the vectors are proportional.

Complex Number Modulus
复数模
|a + bi| = √(a² + b²)

Distance of a complex number from the origin in the plane.

Complex Conjugate Product
共轭复数之积
(a + bi)(a − bi) = a² + b²

Multiplying by the conjugate gives a real number.

Powers of i
虚数单位的幂
i¹ = i, i² = −1, i³ = −i, i⁴ = 1

Powers of the imaginary unit cycle with period 4.

2×2 Determinant
二阶行列式
det[[a, b], [c, d]] = ad − bc

Determinant of a 2×2 matrix; zero means the matrix is singular.

2×2 Matrix Inverse
二阶矩阵的逆
[[a, b], [c, d]]⁻¹ = (1/(ad − bc)) · [[d, −b], [−c, a]]

Inverse of a 2×2 matrix when ad − bc ≠ 0.

Cramer's Rule (2 unknowns)
克拉默法则(二元)
x = Dₓ / D, y = D_y / D (D = ad − bc)

Solve a 2×2 linear system using ratios of determinants, D ≠ 0.

Geometry (50)

Triangle Area
三角形面积
S = (1/2) · b · h
Example: b = 6, h = 4 → S = 12

Half base times height. Works for any triangle.

Heron's Formula
海伦公式
S = √(s(s−a)(s−b)(s−c)), s = (a+b+c)/2
Example: a=3,b=4,c=5 → s=6, S=√(6·3·2·1)=6

Area of a triangle from its three side lengths.

Pythagorean Theorem
勾股定理
a² + b² = c²
Example: 3² + 4² = 5²

In a right triangle, the square of the hypotenuse equals the sum of squares of legs.

Equilateral Triangle Area
等边三角形面积
S = (√3 / 4) · a²

Area of an equilateral triangle with side a.

Rectangle Area
矩形面积
S = length × width

Length times width.

Rectangle Perimeter
矩形周长
P = 2(length + width)

Twice the sum of length and width.

Square Area
正方形面积
S = a²

Side squared.

Parallelogram Area
平行四边形面积
S = b · h

Base times perpendicular height.

Trapezoid Area
梯形面积
S = (a + b) · h / 2
Example: a=3, b=5, h=4 → S = 16

Average of the two parallel sides times the height.

Rhombus Area
菱形面积
S = (d₁ · d₂) / 2

Half the product of the two diagonals.

Circle Area
圆面积
S = π · r²
Example: r = 5 → S = 25π ≈ 78.54

π times radius squared.

Circle Circumference
圆周长
C = 2π · r = π · d

Diameter times π, or 2π times radius.

Circular Sector Area
扇形面积
S = (1/2) · r² · θ (θ in radians)

Half radius squared times central angle in radians.

Arc Length
弧长
L = r · θ (θ in radians)

Radius times central angle in radians.

Ellipse Area
椭圆面积
S = π · a · b

Semi-major axis a times semi-minor axis b times π.

Cube Volume
立方体体积
V = a³

Edge length cubed.

Cube Surface Area
立方体表面积
S = 6 · a²

Six times the area of one face.

Cuboid Volume
长方体体积
V = length × width × height

Product of the three edge lengths.

Cuboid Surface Area
长方体表面积
S = 2(lw + lh + wh)

Twice the sum of the three pairwise face areas.

Cylinder Volume
圆柱体积
V = π · r² · h
Example: r=3, h=10 → V = 90π ≈ 282.74

Base area times height.

Cylinder Surface Area
圆柱表面积
S = 2π · r² + 2π · r · h

Two circular bases plus lateral surface.

Cone Volume
圆锥体积
V = (1/3) · π · r² · h

One-third base area times height.

Cone Surface Area
圆锥表面积
S = π · r² + π · r · ℓ, ℓ = √(r² + h²)

Base plus lateral surface; ℓ is the slant height.

Sphere Volume
球体积
V = (4/3) · π · r³
Example: r=3 → V = 36π ≈ 113.10

Four-thirds π times radius cubed.

Sphere Surface Area
球表面积
S = 4π · r²

Four π times radius squared.

Distance Between Two Points (2D)
两点距离公式(平面)
d = √((x₂ − x₁)² + (y₂ − y₁)²)

Euclidean distance between (x₁, y₁) and (x₂, y₂).

Midpoint Formula
中点坐标公式
M = ((x₁ + x₂)/2, (y₁ + y₂)/2)

Midpoint of the segment between two points.

Slope of a Line
直线斜率
k = (y₂ − y₁) / (x₂ − x₁)

Rise over run between two points.

Triangle Angle Sum
三角形内角和
A + B + C = 180°

The three interior angles of any triangle sum to a straight angle.

Polygon Interior Angle Sum
多边形内角和
Σ = (n − 2) · 180°
Example: Hexagon: (6 − 2)·180° = 720°

Sum of interior angles of a convex polygon with n sides.

Polygon Exterior Angle Sum
多边形外角和
Σ exterior = 360°

Exterior angles of any convex polygon always sum to 360°.

Regular Polygon Area
正多边形面积
S = (1/2) · n · s · a (a = apothem)

n sides of length s, with apothem a (distance to a side midpoint).

Pyramid Volume
棱锥体积
V = (1/3) · S_base · h

One-third base area times perpendicular height.

Prism Volume
棱柱体积
V = S_base · h

Base area times height for any straight prism.

Conical Frustum Volume
圆台体积
V = (1/3) · π · h · (R² + R·r + r²)

Volume of a truncated cone with base radii R and r.

Spherical Cap Volume
球冠体积
V = (π · h² / 3) · (3R − h)

Volume of a cap of height h cut from a sphere of radius R.

Torus Volume
圆环体体积
V = 2π² · R · r²

R is the center-to-tube distance, r the tube radius.

Torus Surface Area
圆环体表面积
S = 4π² · R · r

Surface area of a ring torus with radii R and r.

Distance Between Points (3D)
两点距离公式(空间)
d = √((x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²)

Euclidean distance between two points in space.

Point-Slope Form
点斜式
y − y₁ = k(x − x₁)

Equation of a line through (x₁, y₁) with slope k.

Slope-Intercept Form
斜截式
y = kx + b

k is the slope, b the y-intercept.

Point to Line Distance
点到直线距离
d = |Ax₀ + By₀ + C| / √(A² + B²)

Distance from point (x₀, y₀) to the line Ax + By + C = 0.

Circle Equation
圆的标准方程
(x − a)² + (y − b)² = r²

Circle centered at (a, b) with radius r.

Ellipse Equation
椭圆标准方程
x²/a² + y²/b² = 1

Ellipse centered at the origin with semi-axes a and b.

Perpendicular Lines
两直线垂直
k₁ · k₂ = −1

Two non-vertical lines are perpendicular when slopes multiply to −1.

Similar Figures (area & volume)
相似图形面积与体积比
S₁/S₂ = k², V₁/V₂ = k³ (length ratio k)

For similar figures with length ratio k, areas scale by k² and volumes by k³.

Inscribed Angle Theorem
圆周角定理
inscribed angle = (1/2) · central angle

An inscribed angle is half the central angle on the same arc.

Circular Segment Area
弓形面积
S = (1/2) · r² · (θ − sin θ) (θ in radians)

Area between a chord and its arc, central angle θ in radians.

Regular Hexagon Area
正六边形面积
S = (3√3 / 2) · a²

Area of a regular hexagon with side a.

Regular Tetrahedron Volume
正四面体体积
V = a³ / (6√2)

Volume of a regular tetrahedron with edge a.

Trigonometry (41)

sin/cos/tan of 30°
30° 三角函数值
sin 30° = 1/2, cos 30° = √3/2, tan 30° = √3/3

Standard values at 30° (π/6).

sin/cos/tan of 45°
45° 三角函数值
sin 45° = √2/2, cos 45° = √2/2, tan 45° = 1

Standard values at 45° (π/4).

sin/cos/tan of 60°
60° 三角函数值
sin 60° = √3/2, cos 60° = 1/2, tan 60° = √3

Standard values at 60° (π/3).

sin/cos/tan of 90°
90° 三角函数值
sin 90° = 1, cos 90° = 0, tan 90° = undefined

Standard values at 90° (π/2). tan is undefined.

Pythagorean Identity
平方关系
sin²θ + cos²θ = 1

The fundamental trig identity, true for any θ.

1 + tan² = sec²
正切与正割关系
1 + tan²θ = sec²θ

Derived from sin²+cos²=1 by dividing by cos².

1 + cot² = csc²
余切与余割关系
1 + cot²θ = csc²θ

Derived from sin²+cos²=1 by dividing by sin².

tan as sin/cos
正切定义
tan θ = sin θ / cos θ

tan equals sin divided by cos.

Law of Sines
正弦定理
a / sin A = b / sin B = c / sin C = 2R

In any triangle, sides are proportional to sines of opposite angles. R is the circumradius.

Law of Cosines
余弦定理
c² = a² + b² − 2ab · cos C
Example: a=3, b=4, C=60° → c² = 9 + 16 − 12 = 13

Generalisation of the Pythagorean theorem to any triangle.

Triangle Area (SAS)
三角形面积(两边夹角)
S = (1/2) · a · b · sin C

Area from two sides and the included angle.

sin(α + β)
正弦和角公式
sin(α + β) = sin α · cos β + cos α · sin β

Sine of a sum identity.

sin(α − β)
正弦差角公式
sin(α − β) = sin α · cos β − cos α · sin β

Sine of a difference identity.

cos(α + β)
余弦和角公式
cos(α + β) = cos α · cos β − sin α · sin β

Cosine of a sum identity.

cos(α − β)
余弦差角公式
cos(α − β) = cos α · cos β + sin α · sin β

Cosine of a difference identity.

tan(α + β)
正切和角公式
tan(α + β) = (tan α + tan β) / (1 − tan α · tan β)

Tangent of a sum identity.

Double Angle (sin)
二倍角(正弦)
sin 2θ = 2 · sin θ · cos θ

Double-angle identity for sine.

Double Angle (cos)
二倍角(余弦)
cos 2θ = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ

Three equivalent forms of the cosine double-angle identity.

Double Angle (tan)
二倍角(正切)
tan 2θ = 2 · tan θ / (1 − tan²θ)

Double-angle identity for tangent.

Half Angle (sin)
半角(正弦)
sin(θ/2) = ±√((1 − cos θ) / 2)

Sign depends on the quadrant of θ/2.

Half Angle (cos)
半角(余弦)
cos(θ/2) = ±√((1 + cos θ) / 2)

Sign depends on the quadrant of θ/2.

Sum to Product (sin + sin)
和差化积(正弦和)
sin α + sin β = 2 · sin((α+β)/2) · cos((α−β)/2)

Convert sum of sines to product.

Product to Sum (sin·cos)
积化和差(正弦×余弦)
sin α · cos β = (1/2)[sin(α+β) + sin(α−β)]

Convert product of sin and cos to sum.

Degrees ↔ Radians
角度与弧度互换
rad = deg · π / 180, deg = rad · 180 / π
Example: 90° = π/2 ≈ 1.5708 rad

Convert between degrees and radians.

sin/cos/tan of 0°
0° 三角函数值
sin 0° = 0, cos 0° = 1, tan 0° = 0

Standard values at 0°.

Cofunction Identities
诱导(余角)公式
sin(90° − θ) = cos θ, cos(90° − θ) = sin θ

A function of an angle equals the cofunction of its complement.

Even-Odd Identities
奇偶性
sin(−θ) = −sin θ, cos(−θ) = cos θ, tan(−θ) = −tan θ

Sine and tangent are odd; cosine is even.

tan(α − β)
正切差角公式
tan(α − β) = (tan α − tan β) / (1 + tan α · tan β)

Tangent of a difference identity.

sin + sin (sum to product)
和差化积(正弦差)
sin α − sin β = 2 · cos((α+β)/2) · sin((α−β)/2)

Convert a difference of sines to a product.

cos + cos (sum to product)
和差化积(余弦和)
cos α + cos β = 2 · cos((α+β)/2) · cos((α−β)/2)

Convert a sum of cosines to a product.

cos − cos (sum to product)
和差化积(余弦差)
cos α − cos β = −2 · sin((α+β)/2) · sin((α−β)/2)

Convert a difference of cosines to a product.

Product to Sum (cos·cos)
积化和差(余弦×余弦)
cos α · cos β = (1/2)[cos(α−β) + cos(α+β)]

Convert a product of cosines to a sum.

Product to Sum (sin·sin)
积化和差(正弦×正弦)
sin α · sin β = (1/2)[cos(α−β) − cos(α+β)]

Convert a product of sines to a difference.

Half Angle (tan)
半角(正切)
tan(θ/2) = (1 − cos θ) / sin θ = sin θ / (1 + cos θ)

Two equivalent half-angle forms for tangent.

Power Reduction (sin²)
降幂(正弦平方)
sin²θ = (1 − cos 2θ) / 2

Reduce a squared sine to first power, handy for integration.

Power Reduction (cos²)
降幂(余弦平方)
cos²θ = (1 + cos 2θ) / 2

Reduce a squared cosine to first power.

Reciprocal Identities
倒数关系
csc θ = 1/sin θ, sec θ = 1/cos θ, cot θ = 1/tan θ

Definitions of the three reciprocal trig functions.

Triple Angle (sin)
三倍角(正弦)
sin 3θ = 3 sin θ − 4 sin³θ

Triple-angle identity for sine.

Triple Angle (cos)
三倍角(余弦)
cos 3θ = 4 cos³θ − 3 cos θ

Triple-angle identity for cosine.

Triangle Area (circumradius)
三角形面积(外接圆)
S = abc / (4R)

Area from the three sides and circumradius R.

Triangle Area (inradius)
三角形面积(内切圆)
S = r · s, s = (a+b+c)/2

Area equals inradius r times the semiperimeter s.

Calculus (39)

Derivative Definition
导数定义
f'(x) = lim (h→0) [f(x + h) − f(x)] / h

Limit definition of the derivative.

Power Rule (derivative)
幂函数求导
(xⁿ)' = n · xⁿ⁻¹
Example: (x³)' = 3x²

Derivative of x to the n.

Derivative of a Constant
常数求导
(c)' = 0

A constant has derivative zero.

Derivative of sin x
sin x 求导
(sin x)' = cos x

Derivative of sine is cosine.

Derivative of cos x
cos x 求导
(cos x)' = −sin x

Derivative of cosine is negative sine.

Derivative of tan x
tan x 求导
(tan x)' = sec²x = 1 / cos²x

Derivative of tangent.

Derivative of eˣ
eˣ 求导
(eˣ)' = eˣ

eˣ is its own derivative — that's what makes e special.

Derivative of aˣ
aˣ 求导
(aˣ)' = aˣ · ln a

General exponential function.

Derivative of ln x
ln x 求导
(ln x)' = 1 / x, x > 0

Natural log differentiates to reciprocal.

Derivative of logₐ x
logₐ x 求导
(logₐ x)' = 1 / (x · ln a)

General log derivative.

Sum Rule
加法法则
(f + g)' = f' + g'

Derivative of a sum is the sum of derivatives.

Product Rule
乘法法则
(f · g)' = f' · g + f · g'

Differentiation of a product.

Quotient Rule
除法法则
(f / g)' = (f' · g − f · g') / g²

Differentiation of a quotient.

Chain Rule
链式法则
(f(g(x)))' = f'(g(x)) · g'(x)
Example: (sin(x²))' = cos(x²) · 2x

Differentiation of a composite function.

Integral of xⁿ
xⁿ 积分
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
Example: ∫ x² dx = x³/3 + C

Reverse power rule for integration. Add the integration constant C.

Integral of 1/x
1/x 积分
∫ (1/x) dx = ln|x| + C

The exception to the power rule when n = −1.

Integral of eˣ
eˣ 积分
∫ eˣ dx = eˣ + C

eˣ is its own antiderivative too.

Integral of sin x
sin x 积分
∫ sin x dx = −cos x + C

Antiderivative of sine.

Integral of cos x
cos x 积分
∫ cos x dx = sin x + C

Antiderivative of cosine.

Integration by Parts
分部积分
∫ u dv = u · v − ∫ v du
Example: ∫ x · eˣ dx, u = x, dv = eˣ dx → x·eˣ − eˣ + C

Reverse of the product rule. Pick u and dv so the new integral is simpler.

u-Substitution
换元积分
∫ f(g(x)) · g'(x) dx = ∫ f(u) du, u = g(x)

Substitute an inner function to simplify the integral.

Fundamental Theorem of Calculus
微积分基本定理
∫ₐᵇ f(x) dx = F(b) − F(a), F' = f

Connects differentiation and integration.

Derivative of √x
√x 求导
(√x)' = 1 / (2√x)

Square root differentiates to one over twice the root.

Derivative of 1/x
1/x 求导
(1/x)' = −1 / x²

Reciprocal differentiates to negative one over x squared.

Derivative of cot x
cot x 求导
(cot x)' = −csc²x

Derivative of cotangent.

Derivative of sec x
sec x 求导
(sec x)' = sec x · tan x

Derivative of secant.

Derivative of arcsin x
arcsin x 求导
(arcsin x)' = 1 / √(1 − x²)

Derivative of inverse sine, |x| < 1.

Derivative of arctan x
arctan x 求导
(arctan x)' = 1 / (1 + x²)

Derivative of inverse tangent.

Constant Multiple Rule
常数倍法则
(c · f)' = c · f'

Constants factor out of differentiation.

Integral of sec²x
sec²x 积分
∫ sec²x dx = tan x + C

Antiderivative of secant squared.

Integral of 1/(1+x²)
1/(1+x²) 积分
∫ 1/(1 + x²) dx = arctan x + C

A standard integral yielding the arctangent.

Integral of 1/√(1−x²)
1/√(1−x²) 积分
∫ 1/√(1 − x²) dx = arcsin x + C

A standard integral yielding the arcsine, |x| < 1.

Integral of ln x
ln x 积分
∫ ln x dx = x · ln x − x + C

Found via integration by parts.

Implicit Differentiation
隐函数求导
d/dx[y] = (dy/dx), apply chain rule to each y term

Differentiate both sides treating y as a function of x.

L'Hopital's Rule
洛必达法则
lim f/g = lim f'/g' (for 0/0 or ∞/∞)

For indeterminate 0/0 or ∞/∞, take the limit of the ratio of derivatives.

Taylor Series
泰勒级数
f(x) = Σ f⁽ⁿ⁾(a)/n! · (x − a)ⁿ

Expand a smooth function as a power series about a.

Maclaurin Series of eˣ
eˣ 的麦克劳林级数
eˣ = 1 + x + x²/2! + x³/3! + …

Power series of the exponential about 0, valid for all x.

Arc Length of a Curve
曲线弧长
L = ∫ₐᵇ √(1 + (f'(x))²) dx

Length of the graph of f from x = a to x = b.

Volume of Revolution (disk)
旋转体体积(圆盘法)
V = π ∫ₐᵇ [f(x)]² dx

Rotate y = f(x) about the x-axis from a to b.

Statistics (34)

Arithmetic Mean
算术平均值
x̄ = (Σ xᵢ) / n
Example: {2, 4, 6, 8} → x̄ = 20 / 4 = 5

Sum of all values divided by the count.

Median
中位数
middle value of sorted data (avg of two middles if even count)
Example: {1, 3, 5, 7} → median = (3 + 5) / 2 = 4

The middle value when sorted; average the two centre values if n is even.

Mode
众数
value(s) that occur most frequently

The most frequent value; a dataset may have several modes or none.

Population Variance
总体方差
σ² = (1/N) · Σ (xᵢ − μ)²

Average squared deviation from the population mean μ.

Sample Variance
样本方差
s² = (1/(n − 1)) · Σ (xᵢ − x̄)²

Use n − 1 (Bessel correction) when estimating from a sample.

Standard Deviation
标准差
σ = √(σ²), s = √(s²)

Square root of the variance — same units as the data.

Range
极差
R = max − min

Difference between the largest and smallest values.

Covariance
协方差
Cov(X, Y) = (1/n) · Σ (xᵢ − x̄)(yᵢ − ȳ)

Measures how two variables change together. Sign tells direction; magnitude is unit-dependent.

Pearson Correlation
皮尔逊相关系数
r = Cov(X, Y) / (σx · σy)

Unitless correlation in [−1, 1]. r = 1 perfect positive, r = −1 perfect negative.

Z-Score
标准分(Z)
z = (x − μ) / σ
Example: μ=70, σ=10, x=85 → z = 1.5

How many standard deviations a value is from the mean.

Normal Distribution PDF
正态分布概率密度
f(x) = (1 / (σ · √(2π))) · e^(−(x − μ)² / (2σ²))

The classic bell curve, fully characterized by μ and σ.

68-95-99.7 Rule
68-95-99.7 法则
P(|x − μ| ≤ k·σ) ≈ 68% (k=1), 95% (k=2), 99.7% (k=3)

Approximate areas under the normal curve at 1/2/3 standard deviations.

Binomial Probability
二项分布概率
P(X = k) = C(n, k) · pᵏ · (1 − p)ⁿ⁻ᵏ
Example: Flip 10 fair coins, exactly 5 heads → C(10,5)·0.5¹⁰ ≈ 0.246

Probability of exactly k successes in n independent trials with success probability p.

Binomial Mean & Variance
二项分布均值与方差
E(X) = n · p, Var(X) = n · p · (1 − p)

Expected value and variance of a binomial random variable.

Permutation
排列数
P(n, k) = n! / (n − k)!
Example: P(5, 2) = 5! / 3! = 20

Number of ordered arrangements of k items chosen from n.

Combination
组合数
C(n, k) = n! / (k! · (n − k)!)
Example: C(5, 2) = 10

Number of unordered selections of k items from n.

Expected Value (discrete)
离散期望
E(X) = Σ xᵢ · P(xᵢ)

Weighted average of all possible outcomes by their probabilities.

Bayes' Theorem
贝叶斯定理
P(A | B) = P(B | A) · P(A) / P(B)

Update probabilities given new evidence.

Weighted Mean
加权平均
x̄_w = Σ(wᵢ · xᵢ) / Σ wᵢ

Average where each value carries a weight wᵢ.

Geometric Mean
几何平均
G = (x₁ · x₂ · … · xₙ)^(1/n)

nth root of the product; suited to rates and growth factors.

Harmonic Mean
调和平均
H = n / Σ(1/xᵢ)

Reciprocal of the average of reciprocals; used for average rates.

Interquartile Range
四分位距
IQR = Q₃ − Q₁

Spread of the middle 50% of the data.

Coefficient of Variation
变异系数
CV = σ / μ

Relative dispersion; compares spread across different scales.

Standard Error of the Mean
均值标准误
SE = σ / √n

How much a sample mean is expected to vary from the true mean.

Confidence Interval (mean)
均值置信区间
x̄ ± z · (σ / √n)

For 95% confidence with known σ, z ≈ 1.96.

Poisson Distribution
泊松分布
P(X = k) = λᵏ · e⁻λ / k!

Probability of k events when the mean rate is λ.

Geometric Distribution
几何分布
P(X = k) = (1 − p)ᵏ⁻¹ · p

Probability the first success occurs on trial k.

Conditional Probability
条件概率
P(A | B) = P(A ∩ B) / P(B), P(B) > 0

Probability of A given that B has occurred.

Independent Events
独立事件
P(A ∩ B) = P(A) · P(B)

For independent events, joint probability is the product.

Addition Rule
加法公式
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)

Probability that A or B occurs, avoiding double counting.

Complement Rule
对立事件
P(Aᶜ) = 1 − P(A)

Probability that A does not occur.

Mean Absolute Deviation
平均绝对偏差
MAD = (1/n) · Σ |xᵢ − x̄|

Average of absolute deviations from the mean.

Least Squares Slope
最小二乘斜率
b = Σ(xᵢ−x̄)(yᵢ−ȳ) / Σ(xᵢ−x̄)²

Slope of the best-fit line in simple linear regression.

Coefficient of Determination
决定系数 R²
R² = 1 − SS_res / SS_tot

Fraction of variance in y explained by the model, in [0, 1].

What this tool does

Free interactive math formula reference for students and teachers. Over 100 essential formulas organized into five categories: Algebra (quadratic formula, difference of squares, perfect square, sum/difference of cubes, arithmetic and geometric series, binomial theorem), Geometry (triangle area, circle circumference and area, sphere volume, cylinder, cone, cube, cuboid, trapezoid, ellipse), Trigonometry (sin/cos/tan tables, law of sines, law of cosines, sum-to-product, product-to-sum, double-angle identities), Calculus (derivative rules, chain rule, integral basics, integration by parts, substitution), and Statistics (mean, variance, standard deviation, normal distribution, binomial distribution). Every formula displays in clean Unicode math symbols (∑ ∫ √ π ≤ ≥ ≠) with no KaTeX or MathJax dependency — the entire reference loads in under 25 KB and works offline. Search across English and Chinese names simultaneously, or filter by category to focus on exactly what you need. Each entry includes the formula itself, a plain English and Chinese explanation, and a concrete worked example so you're not just looking at symbols. 100% client-side; no patterns or queries leave the tab. Pair with our Percentage Calculator and Unit Converter for quick numeric work.

Tool details

Input
Text
The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
Output
Live result
The result area focuses on usable output, with copy, download, or preview actions when supported.
Privacy
Browser-side processing
The main tool logic does not call an external API, so inputs normally stay in the current tab.
Save / share
No account required
Open the page and use it; whether results survive refresh depends on the tool.
Performance budget
Initial JS <= 25 KB
No WASM budget is declared, keeping the tool quick to open on mobile.
Best fit
Calculator · Student
Category and role tags drive related tools, internal links, and quick fit checks.

How to use

  1. 1. Input

    Paste or drop your content into the tool panel.

  2. 2. Process

    Click the button. All processing is local in your browser.

  3. 3. Copy / Download

    Copy the result or download to disk in one click.

How Math Formula Reference fits into your work

Use it for fast estimates, comparisons, and planning numbers before you make the final call.

Calculation jobs

  • Getting a realistic range before a purchase, plan, workout, or schedule decision.
  • Comparing scenarios by changing one input at a time.
  • Turning rough assumptions into a number you can discuss.

Calculation checks

  • Double-check units, dates, rates, and rounding assumptions.
  • Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
  • Save the inputs that produced an important result so you can reproduce it later.

Good next steps

These links move the current task into a more complete workflow.

  1. 1 GCD & LCM Calculator GCD + LCM of any list of integers — Euclidean steps, prime factorization, prime-factor table — exact BigInt math, browser-only Open
  2. 2 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
  3. 3 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open

Real-world use cases

  • Cramming the trig identity set the night before a calc exam

    You forgot whether sin(2θ) is 2sinθcosθ or sinθcosθ. Filter to Trigonometry, scan the double-angle block, and the worked example plugs in θ = 30° so you see 2·(1/2)·(√3/2) = √3/2 land correctly. Twelve identities on one screen beats flipping textbook pages at 11pm.

  • A teacher building a printable one-page geometry cheat sheet

    You want triangle area, circle area, sphere volume, and cone volume on a single handout for a Grade 9 class of 32 students. Filter to Geometry, hit Ctrl+P, save as PDF. No dark background, no custom fonts, so the school printer uses sensible ink and each formula keeps its worked example for the slower readers.

  • Checking a half-remembered quadratic formula mid-homework

    You wrote x = (-b ± √(b²-4ac))/2a but blanked on whether it is 2a or 4a in the denominator. Search "quadratic", confirm the discriminant and the 2a denominator, and read the example where b²-4ac = 1 gives two clean roots. Thirty seconds, back to the problem set.

  • A bilingual student matching English and Chinese formula names

    You learned the law of cosines as 余弦定理 in a Chinese textbook and now face an English exam. Type either name and both surface, so you map c² = a² + b² - 2ab·cosC to the term your test uses. The search spans both languages at once, no second tab needed.

Common pitfalls

  • Mixing up sin and cos in the law of cosines. The angle C pairs with side c, so it is c² = a² + b² - 2ab·cosC, never cosA. Match the angle to the opposite side first.

  • Dropping the 2a denominator in the quadratic formula and writing it over a alone. A wrong denominator on b²-4ac = 9 turns x from 3 into 6. The whole numerator divides by 2a.

  • Confusing sphere volume (4/3)πr³ with surface area 4πr². For r = 3, volume is 36π but area is 36π too by coincidence, so always check the unit (cm³ vs cm²) before trusting the number.

Privacy

Everything runs in your browser. Your search terms, the category you filter to, and the formulas you open never leave the tab and never hit a server. This is a static reference with no accounts and no tracking of which formulas you look up, so nothing about your study session is logged or put into a URL. Open it offline and it still works.

FAQ

Tool combos

Folks in your role tend to reach for these alongside this tool.

Made by Toolora · 100% client-side · Updated 2026-07-02