✦ For everyone, free.

Practical knowledge for real and everyday life

Home

22 Literal Equations and Formula Rearrangement

Literal equations and formula rearrangement are key algebra skills for solving problems by isolating variables and manipulating expressions.

Literal Equations and Formula Rearrangement is the study of solving equations that contain multiple variables, isolating one chosen variable in terms of all the others rather than reducing it to a single numerical value. This skill generalizes ordinary equation solving to formulas used throughout mathematics and science, allowing a single formula to be reorganized to solve for whichever quantity is currently unknown.

The Scope of Literal Equations

A literal equation is an equation containing two or more distinct variables, most commonly encountered as a formula relating several physical or mathematical quantities, such as the distance formula d = rt, the perimeter formula P = 2l + 2w, or the simple interest formula I = Prt. Unlike a standard equation solved for a single numerical answer, a literal equation is "solved" for one of its variables by isolating that variable on one side of the equation, with an expression involving the remaining variables left on the other side. The result is not a number but a new formula, algebraically equivalent to the original, expressing the chosen variable directly in terms of the others.

Additive Formula Rearrangement

When the variable being solved for is connected to the rest of the formula only by addition or subtraction, it is isolated using the addition or subtraction property of equality, applied exactly as in a one-step numerical equation but treating every other variable as if it were simply another constant term. Solving the perimeter formula P = 2l + 2w for w begins by isolating the term containing w:

P = 2l + 2w P - 2l = 2w

Multiplicative Formula Rearrangement

When the variable being solved for is connected to the rest of the formula only by multiplication or division, it is isolated using the multiplication or division property of equality, dividing or multiplying both sides by whatever factor accompanies the target variable. Continuing the perimeter example, dividing both sides by 2 completes the isolation of w:

P - 2l = 2w w = P-2l 2

Multi-Step Formula Rearrangement

Most formulas require both additive and multiplicative rearrangement steps in sequence, mirroring the reversed order of operations used in ordinary multi-step numerical equations: addition or subtraction terms are removed first, and multiplication or division by the target variable's coefficient is undone last. Solving the simple interest formula I = Prt for r follows this order: since r is only connected to the rest of the formula by multiplication (with P and t both multiplying it), the entire expression Pt is treated as a single coefficient and both sides are divided by it directly, giving r = I/(Pt), with no additive step required in this particular formula.

I = Prt divide both sides by Pt r = I / (Pt)

Rearranging Formulas with Grouped Terms

Some formulas present the target variable inside a grouping symbol, requiring the distributive property to be applied before the variable can be isolated, exactly as with a grouped numerical equation. Solving the formula for the area of a trapezoid, A = (1/2)h(b₁ + b₂), for b₂ requires first clearing the fraction by multiplying both sides by 2, then dividing both sides by h to isolate the grouped quantity (b₁ + b₂), and finally subtracting b₁ from both sides to isolate b₂ alone:

A = 12 h ( b1 + b2 ) b2 = 2Ah - b1

If the target variable itself appears in more than one term after any grouping has been expanded, those terms must first be combined, often using the distributive property in reverse, before dividing out the shared coefficient.

Verifying a Rearranged Formula

A rearranged formula is verified by substituting the new isolated form back into the equation that originally defined the relationship and confirming that it produces an identity — a statement true for all values of the remaining variables — or, more concretely, by choosing specific numerical values for every variable, computing the target variable from the original formula, and then confirming the rearranged formula produces the same value when those same numbers are substituted into it.

Diagnosing Formula Rearrangement Errors

Common errors in this area include applying an inverse operation to only part of an expression involving several other variables rather than to the entire opposite side, dividing by a coefficient before combining every term containing the target variable, mishandling a grouping symbol that contains the target variable, and, in formulas where the target variable appears more than once, failing to factor it out as a common factor before the final division step. Because literal equations often superficially resemble multi-variable expressions rather than solvable equations, correctly recognizing which single variable is currently being solved for — and treating every other symbol as a constant for the duration of that solving process — is the essential organizing principle that prevents most errors in this area.

Content in this section