Formulas
A collection of math formulas for lookup and reference. Each formula contains an explanation of how the formula is used, what different variables represent within the formula and examples of the formula in action.
To calculate the signed angle between two vectors you can use the extended arc tangent function. This formula calculates angles between negative 180 degrees and positive 180 degrees.
To calculate the unsigned angle between two vectors of arbitrary degree you can use the arc cosine function. This formula calculates angles between negative 90 degrees and positive 90 degrees.
The area between two vectors in 2D is given by their cross product.
The traditional formula for the area of a circle is given in terms of the geometric constant π (pi).
The area of a circle is given by one-half multiplied by τ (tau) multiplied by the radius of the circle squared.
The area of any parallelogram is equal to the base multiplied by the height.
The Area of a rectangle is given by its width multiplied by its height.
The area of a trapezoid is given by its height multiplied by the sum of its top length and bottom length divided by two.
The area of a triangle is given by one-half multiplied by its width and height.
The circumference of a circle is given the constant τ (tau) multiplied by the radius of the circle, where τ = 2π.
The circumference of a circle is given the constant π (pi) multiplied by two times the radius of the circle.
The combination formula describes the possible combinations of r elements out of a group of n elements where order does not matter.
The compound interest formula calculates the growth of an initial value whose interest compounds over time. The frequency of when the interest is calculated and added to the initial amount can occur continuously.
The conditional probability formula shows how to calculate the probability of an event B, given that another event A has already occurred.
The cross product of two vectors in three dimensions produces a vector perpendicular to the two vectors and whose length is eual to the area betwee the two vectors.
The cross product of two vectors in 2D is calculated by the determinant of the corresponding 2x2 matrix. Geometrically the cross product corresponds to the signed area of the parallelogram formed between the two vectors.
The determinant of a 2x2 matrix returns a number that represents the change in area of the matrix transformation.
The formula for the determinant of a three by three matrix.
The distance between two points, in one dimension, is given by the absolute value of the difference between the two values.
The distance between two points, in two dimensions, is given by solving Pythagorean's theorem for the length of the hypotenuse of the right triangle formed by the two points.
The dot product of two vectors is calculated by summing together the product of corresponding elements.
The dot product can be geometrically interpreted as the magnitude of the two vectors multiplied by the cosine of the angle between them.
Euler's Formula returns the point on the unit circle in the complex plane when given an angle.
The magnitude of a vector is given by the square root of the sum of its components squared.
To calculate the midpoint of two points, average the x-coordinates and the y-coordinates together to get the position of the midpoint.
The permutation formula describes the possible permutations of r elements out of a group of n elements where order does matter.
The number of permutations of n distinct items is given by n factorial. A permutation is a unique ordering or arrangement of the set of items.
To convert a point from polar coordinates to cartesian coordinates, the trigonometric functions cosine and sine can be used.
The population growth formula models the exponential growth of a function. Note, that this formula models unbounded population growth. For bounded growth, see logistic growth.
The population mean formula gives the average value of the whole population.
The quadratic formula solves for the x-intercepts of a two-degree polynomial (quadratic) equation.
The sample mean, also called the arithmetic mean, is the average of a sample space. To calculate the sample mean, sum all the data points in a sample space and then divide by the number of elements.
The sample standard deviation formula calculates the standard deviation of a sample population. The sample deviation is denoted with the Latin letter s, where the population standard deviation is denoted by the greek lower-case sigma symbol.
The slope of a line is calculated by finding the change in y over the change in x using two points on the line.
The standard deviation formula calculates the standard deviation of population data. The standard deviation value is denoted by the symbol σ (sigma) and measures how far the data is distributed around the population's mean.
The volume of a cone is given by one-third multiplied by PI, the radius of its base squared, and its height.
The volume of a cube is given by the length of the cube length raised to the third power.
The volume of a cylinder is given by 1/2 τ (tau) multiplied by the radius squared and height.
The volume of a cylinder is equal to PI multiplied by its radius squared and its height.
To calculate the volume of a rectangular prism multiply its height, width, and length together.
The volume of a sphere is given by two-thirds multiplied by the circle constant τ (tau) multiplied by the radius cubed.