Literal Equations - Definition, Steps, and Examples

Literal Equations - Definition, Steps, and Examples

TL;DR

A literal equation is an equation with two or more variables — usually a formula — that you rearrange to isolate one chosen variable. This article shows the inverse-operation method, six worked examples (from A=lw to multi-fraction formulas), how to factor when the target appears twice, restrictions, and the mistakes that flip a formula.

What Is a Literal Equation?

A literal equation is an equation containing two or more variables, where "solving" means isolating one specified variable in terms of the others. The word literal comes from letters — these equations are mostly letters, with few or no numbers.

Most formulas in science and geometry are literal equations: the area of a circle A=πr², the speed relation v=\frac{d}{t}, Einstein's E=mc². Each names several quantities, and depending on what you know, you may need to solve for any one of them.

Here is the reassuring part, and a question students ask constantly: how is this different from a normal linear equation? The only difference is that you divide (or factor) by a variable instead of a number. Every move you already use to solve for x — inverse operations applied to both sides — carries over unchanged. The answer just comes out as an expression in letters, not a single number.

How Do You Solve a Literal Equation?

Pick your target variable, then peel everything else off it using inverse operations — exactly as you would in a one-variable solve. Each move rests on the properties of equality: whatever you do to one side, you do to the other.

  1. Identify the target. Decide which variable you are solving for. Everything else is treated as a known constant for now.
  2. Ask what's attached, and how. Is the target added to something? Multiplied? Inside parentheses? Under a square? In a denominator?
  3. Undo, outermost operation first. Reverse each attachment with its inverse, working from the outside in — the same reverse-order logic that drives solving any equation.
  4. If the target appears more than once, gather it. Move all terms containing the target to one side and factor it out, so it appears exactly once.
  5. Isolate. Divide by whatever multiplies the target. State any restriction (you cannot divide by an expression that could be zero).

That fourth step is the one that makes literal equations feel harder than they are — and it is just the distributive property read backwards.

Examples of Literal Equations

Six rearrangements, building from a one-step formula to a target that appears twice. Watch how the method never changes — only the bookkeeping grows.

Example 1

Solve A=lw for w.

The target w is multiplied by l. Undo the multiplication — divide both sides by l:

w=\frac{A}{l}.

Final answer: w=\frac{A}{l}, with l≠0.

Example 2

Solve 2x+3y=12 for y, with a tempting shortcut shown first.

Wrong attempt. It feels efficient to divide the whole equation by 3 right away to "get at" y: \tfrac{2x}{3} + y = 4. That isn't wrong arithmetic, but a student often writes the next line as y=4−\tfrac{2x}{3} and stops.

The clean route. Undo the constant term first. Subtract 2x from both sides:

3y=12−2x.

Now divide every term by 3:

y=\frac{12−2x}{3}.

Final answer: y=\frac{12−2x}{3}.

Example 3

Solve v=\frac{d}{t} for t.

The target t is in the denominator. First clear it — multiply both sides by t:

vt=d.

Now t is multiplied by v. Divide both sides by v:

t=\frac{d}{v}.

Final answer: t=\frac{d}{v}, with v≠0.

Example 4

Solve A=\tfrac{1}{2}bh for h.

The target h is multiplied by both \tfrac{1}{2} and b. Clear the fraction — multiply both sides by 2:

2A=bh.

Divide both sides by b:

h=\frac{2A}{b}.

Final answer: h=\frac{2A}{b}, with b≠0.

Example 5

Solve C=\tfrac{5}{9}(F−32) for F.

The target F is locked inside parentheses. Undo the outermost operation first — multiply both sides by \tfrac{9}{5}:

\tfrac{9}{5}C=F−32.

Add 32 to both sides:

F=\tfrac{9}{5}C + 32.

Final answer: F=\tfrac{9}{5}C + 32.

Example 6

Solve S=2πr(r+h) for h.

This is the surface-area formula of a cylinder. The target h sits inside the parentheses. Expand first so h stands alone:

S=2πr² + 2πrh.

Subtract 2πr² from both sides:

S−2πr²=2πrh.

Divide both sides by 2πr:

h=\frac{S−2πr²}{2πr}.

Final answer: h=\frac{S−2πr²}{2πr}, with r≠0.

Why Rearranging Formulas Matters

A formula you can only run forwards is half a tool. Literal equations are what make a single formula answer every question it contains.

Where Students Trip Up on Literal Equations

Mistake 1: Moving a variable without using an inverse operation

Don't do this: Shift a term across the equals sign without changing its sign. Moving is shorthand for applying the inverse to both sides.

Mistake 2: Forgetting to factor when the target appears twice

Don't do this: Divide by only one coefficient while the target appears in two terms.

Mistake 3: Dividing by a single term instead of the whole side

Don't do this: Cancel a variable that is a term in a sum, not a factor of the whole numerator.

Key Takeaways