Slope Calculator
Find the slope of the line through two points, plus the line equation in slope-intercept form.
Everyday arithmetic, algebra, and geometry — worked out clearly.
Percentages, fractions, ratios, geometry, and the little calculations that come up all the time — with formulas you can reuse anywhere.
Find the slope of the line through two points, plus the line equation in slope-intercept form.
Find the volume of a pyramid with a square base from its base length and height.
Compute the percent difference between two values — the absolute difference divided by their average, expressed as a per...
Calculate the surface area, volume, and space diagonal of a cube from a single side length.
Compute the exact area and Ramanujan-approximated perimeter of an ellipse from the lengths of its semi-major and semi-mi...
Solve a proportion a/b = c/d for any one of the four values, given the other three.
Solve a triangle from any valid combination of sides and angles — SSS, SAS, ASA, AAS, or SSA.
Volume, lateral surface area, and total surface area of a right circular cylinder from radius and height.
Compute the volume, surface area, face diagonal, and space diagonal of a cube from its edge length.
Compute the magnitude (length) of a 3D vector and its unit vector from the three components.
Compute the volume and total surface area of a rectangular prism (box) from its length, width, and height.
Compute the dot product of two 3D vectors and the angle between them.
Volume and surface area of a sphere from radius or diameter.
Compute the arithmetic mean (average), median, mode, range, geometric mean, and harmonic mean of a list of numbers.
Compute powers of any base, including negative and fractional exponents, with full decimal precision.
Approximate the definite integral ∫ from a to b of f(x) dx with a single trapezoid: (b − a)/2 × (f(a) + f(b)).
Compute the perimeter, apothem, and area of a regular polygon from its number of sides and side length.
Approximate the definite integral ∫ from a to b of f(x) dx with a single rectangle of width (b − a) and height f((a + b)...
Compute the logarithm of any positive number in any base — change-of-base formula included.
Compute the average rate of change (slope of the secant line) of a function f from a to b: (f(b) − f(a)) / (b − a).
Find the nth root of any positive number — square roots, cube roots, and any custom n you choose.
Get the remainder and quotient of integer division — the building block of modular arithmetic.
Compute the determinant of a 3×3 matrix using cofactor expansion along the first row, with a singularity flag.
Compute the inverse of a 2×2 matrix [[a, b], [c, d]] = (1/det) × [[d, −b], [−c, a]], or flag the matrix as singular when...