Network
Language · FA
Dark mode

REFERENCE

Geometry

2D, 3D, trigonometry, coordinate geometry — area, volume, surface area formulas.

2D Shapes — Area & Perimeter

ShapeAreaPerimeter / Circumference
Square (side a)4a
Rectangle (w×h)w·h2(w+h)
Triangle (base b, height h)½·b·ha+b+c (sides)
Equilateral triangle (side a)(√3/4)·a²3a
Circle (radius r)πr²2πr
Ellipse (a,b semi-axes)πab≈ π·√(2(a²+b²)) (Ramanujan approx)
Trapezoid (parallel sides a,b; height h)½(a+b)·ha+b+c+d
Parallelogram (base b, height h)b·h2(a+b)
Regular hexagon (side a)(3√3/2)·a²6a
Sector (radius r, angle θ rad)½r²θrθ + 2r

3D Solids — Volume & Surface Area

SolidVolumeSurface Area
Cube (side a)6a²
Cuboid (l×w×h)lwh2(lw+lh+wh)
Sphere (radius r)(4/3)πr³4πr²
Cylinder (r, h)πr²h2πr(r+h)
Cone (r, h, slant l)(1/3)πr²hπr(r+l)
Pyramid (base B, height h)(1/3)BhB + ½·perimeter·slant
Torus (R, r)2π²Rr²4π²Rr
Ellipsoid (a,b,c)(4/3)πabc≈ 4π·((a^1.6b^1.6+…)/3)^(1/1.6) (Knud Thomsen)

Trigonometry

IdentityDescription
sin²θ + cos²θ = 1Pythagorean identity
tan θ = sin θ / cos θTangent definition
sin(A±B) = sinA·cosB ± cosA·sinBSum/difference
cos(A±B) = cosA·cosB ∓ sinA·sinBSum/difference
sin(2θ) = 2·sinθ·cosθDouble angle
cos(2θ) = cos²θ − sin²θ = 1 − 2sin²θDouble angle
a/sinA = b/sinB = c/sinCLaw of Sines
c² = a² + b² − 2ab·cosCLaw of Cosines
Area = ½ab·sinCTriangle area from two sides

Coordinate Geometry

FormulaDescription
d = √((x₂−x₁)² + (y₂−y₁)²)
Distance between two points
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Midpoint
slope m = (y₂−y₁)/(x₂−x₁)
Slope of line
y = mx + b
Slope-intercept form
(x−h)² + (y−k)² = r²
Circle with center (h,k)
x²/a² + y²/b² = 1
Ellipse
y = ax² + bx + c
Parabola