Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths OCR (MEI)
  3. Revision guides

1.2.3 Change the subject of a formula

What you'll learn

  • What the subject of a formula is.
  • How inverse operations let you isolate a chosen variable.
  • How to rearrange formulas involving fractions, roots and powers.
  • What to do when the required subject appears more than once.

Formulae and subjects

A formula is an equation showing a relationship between two or more variables. For example,

v=u+atv=u+atv=u+at

relates the variables vvv, uuu, aaa and ttt.

Definition

Subject of a formula

The subject is the variable written alone on one side of the equals sign. In v=u+atv=u+atv=u+at, the subject is vvv.

To change the subject means to rearrange the formula so that a different variable is alone. For example, changing the subject of v=u+atv=u+atv=u+at to ttt gives

t=v−ua.t=\frac{v-u}{a}.t=av−u​.

The formula still describes exactly the same relationship. Only its arrangement has changed.

Maintaining equality

An equation is a statement that its two sides have equal values. When rearranging it, you must perform the same valid operation on both sides.

Key Idea

Keep the equation balanced

Whatever you do to one side of an equation, do the same to the other side. This preserves equality.

In written working, you will often simplify both sides immediately rather than explicitly showing the operation twice. For instance,

y+5=xy+5=xy+5=x

becomes y=x−5y=x-5y=x−5 after subtracting 5 from both sides.

Inverse operations

Inverse operations undo one another:

  • addition and subtraction are inverses;
  • multiplication and division are inverses;
  • squaring and taking a square root are inverses;
  • raising to the power nnn and taking the nnnth root are inverses.

You usually undo operations in the reverse order from that in which they act on the required variable.

Example

Making a variable the subject

Make xxx the subject of

y=5x−7.y=5x-7.y=5x−7.
  1. The subtraction of 7 is the outermost operation acting on xxx, so add 7 to both sides:

    y+7=5x.y+7=5x.y+7=5x.
  2. Divide both sides by 5 to undo the multiplication:

    x=y+75.x=\frac{y+7}{5}.x=5y+7​.
  3. Check by substituting the result into the original right-hand side:

    5(y+75)−7=y+7−7=y.5\left(\frac{y+7}{5}\right)-7=y+7-7=y.5(5y+7​)−7=y+7−7=y.

    This recovers the original left-hand side, so the rearrangement is consistent.

Common Mistake

Moving terms without changing signs

Do not think of a term as simply “moving across” the equals sign. Its sign changes because you have applied an inverse operation to both sides.

Rearranging formulas with brackets

If the required subject is inside a bracket, you can sometimes divide by the factor outside the bracket before expanding. This is often shorter and reduces the chance of an algebraic error.

Example

Rearranging without expanding

Make rrr the subject of

P=2(l+r).P=2(l+r).P=2(l+r).
  1. Divide both sides by 2 to isolate the bracket:

    P2=l+r.\frac{P}{2}=l+r.2P​=l+r.
  2. Subtract lll from both sides:

    r=P2−l.r=\frac{P}{2}-l.r=2P​−l.
Tip

Keep useful brackets intact

Before expanding a bracket, ask whether dividing by its outside factor will isolate it. Preserving the bracket often makes the structure of the formula easier to see.

Formulas involving fractions

When the required subject appears in a denominator, first remove the fraction by multiplying both sides by the denominator. This is sometimes called clearing the denominator.

Example

Removing a denominator

Make ttt the subject of

q=pt+3.q=\frac{p}{t+3}.q=t+3p​.
  1. Multiply both sides by t+3t+3t+3:

    q(t+3)=p.q(t+3)=p.q(t+3)=p.
  2. Divide by qqq:

    t+3=pq.t+3=\frac{p}{q}.t+3=qp​.
  3. Subtract 3:

    t=pq−3.t=\frac{p}{q}-3.t=qp​−3.

This rearrangement assumes that the divisions used are valid. In particular, q≠0q\neq 0q=0.

Common Mistake

Restrictions from denominators

A denominator cannot equal zero. In the original formula above, t≠−3t\neq -3t=−3. Rearranging a formula does not remove restrictions that were present in the original.

A subject in the numerator and denominator

You may need to multiply out brackets and then collect all terms containing the required subject.

Example

Rearranging a rational formula

Make xxx the subject of

y=3x+1x−2.y=\frac{3x+1}{x-2}.y=x−23x+1​.
  1. Multiply both sides by x−2x-2x−2:

    y(x−2)=3x+1.y(x-2)=3x+1.y(x−2)=3x+1.
  2. Expand and collect the terms containing xxx on one side:

    yx−2y=3x+1yx−3x=2y+1.\begin{aligned} yx-2y&=3x+1\\ yx-3x&=2y+1. \end{aligned}yx−2yyx−3x​=3x+1=2y+1.​
  3. Factorise the left-hand side by taking out the common factor xxx:

    x(y−3)=2y+1.x(y-3)=2y+1.x(y−3)=2y+1.
  4. Divide by y−3y-3y−3:

    x=2y+1y−3.x=\frac{2y+1}{y-3}.x=y−32y+1​.

Here x≠2x\neq 2x=2 in the original formula, and the final expression also requires y≠3y\neq 3y=3. In fact, the original formula can never produce y=3y=3y=3.

When the subject appears more than once

If the required variable appears in several terms, you cannot usually isolate each occurrence separately. Instead:

  1. collect every term containing the variable on one side;
  2. move the remaining terms to the other side;
  3. factorise by taking out the required variable;
  4. divide by the remaining factor.
Key Idea

Collect, factorise, divide

When the new subject appears in more than one term, factorisation turns its several appearances into one common factor that can be isolated.

Example

Collecting repeated occurrences

Make xxx the subject of

a(x+2)=b(x−1).a(x+2)=b(x-1).a(x+2)=b(x−1).
  1. Expand both sides so that the terms containing xxx can be collected:

    ax+2a=bx−b.ax+2a=bx-b.ax+2a=bx−b.
  2. Put the xxx-terms on the same side and the other terms on the opposite side:

    ax−bx=−b−2a.ax-bx=-b-2a.ax−bx=−b−2a.
  3. Factorise the left-hand side:

    x(a−b)=−(b+2a).x(a-b)=-(b+2a).x(a−b)=−(b+2a).
  4. Divide by a−ba-ba−b and simplify the signs:

    x=b+2ab−a.x=\frac{b+2a}{b-a}.x=b−ab+2a​.
Common Mistake

Dividing before factorising

From ax−bx=−b−2aax-bx=-b-2aax−bx=−b−2a, do not try to divide the two xxx-terms separately. First write x(a−b)=−b−2ax(a-b)=-b-2ax(a−b)=−b−2a, then divide by the complete coefficient a−ba-ba−b.

Powers and roots

When a power acts on an expression containing the required subject, isolate that powered expression before applying the inverse power.

Example

Undoing a square

Make rrr the subject of

A=πr2.A=\pi r^2.A=πr2.
  1. Divide by π\piπ to isolate r2r^2r2:

    r2=Aπ.r^2=\frac{A}{\pi}.r2=πA​.
  2. Taking square roots gives

    r=±Aπ.r=\pm\sqrt{\frac{A}{\pi}}.r=±πA​​.
  3. If rrr represents a radius, the model requires r≥0r\ge 0r≥0, so use

    r=Aπ.r=\sqrt{\frac{A}{\pi}}.r=πA​​.

The algebraic equation has both positive and negative solutions, but the meaning of a variable may restrict which values are sensible.

Common Mistake

Forgetting the negative root

Algebraically, if x2=kx^2=kx2=k with k>0k>0k>0, then x=±kx=\pm\sqrt{k}x=±k​. Keep both signs unless the context or a stated restriction rules one out.

Fractional powers

The same method works with other powers. For example, if

V=43πr3,V=\frac{4}{3}\pi r^3,V=34​πr3,

then isolating r3r^3r3 and taking a cube root gives

r=3V4π3.r=\sqrt[3]{\frac{3V}{4\pi}}.r=34π3V​​.

A cube root has one real value for every real input, so a ±\pm± sign is not introduced.

Choosing an efficient order

More than one rearrangement route may be valid. A reliable approach is to look at the operations surrounding the required subject and undo the outermost operation first.

For example, in

y=ax+bc,y=\frac{ax+b}{c},y=cax+b​,

the expression ax+bax+bax+b is first formed and then divided by ccc. To recover xxx, reverse that order: multiply by ccc, subtract bbb, then divide by aaa.

Example

Reversing the order of operations

Make xxx the subject of

y=4x−53.y=\frac{4x-5}{3}.y=34x−5​.
  1. Multiply by 3 to undo the division:

    3y=4x−5.3y=4x-5.3y=4x−5.
  2. Add 5 to undo the subtraction:

    3y+5=4x.3y+5=4x.3y+5=4x.
  3. Divide by 4:

    x=3y+54.x=\frac{3y+5}{4}.x=43y+5​.

Checking a rearrangement

You can check your result in two useful ways.

  • Algebraic substitution: substitute your new expression back into the original formula and simplify.
  • Numerical check: choose permissible values for the variables, evaluate the original formula, and confirm that the rearranged formula returns the starting value.

A numerical check can expose a sign or bracket error, although it is not a proof. Algebraic substitution gives a stronger check.

Tip

Use brackets during substitution

When substituting an expression in place of a variable, put the whole expression in brackets. This prevents powers and multiplication from being applied to only part of it.

Exam technique

In the exam

  1. Identify the variable that must become the subject and note every place where it occurs.
  2. Preserve equality by applying inverse operations to both sides, keeping useful brackets intact where possible.
  3. If the variable appears more than once, collect its terms, factorise and then divide.
  4. State any important restrictions, and use the context to decide whether all algebraic solutions are valid.
  5. Check signs, brackets and denominators by substituting your result into the original formula.
Self review

Check yourself

  • Can you make hhh the subject of V=πr2hV=\pi r^2hV=πr2h?
  • Can you make xxx the subject of p=x+42x−1p=\frac{x+4}{2x-1}p=2x−1x+4​?
  • Why does making xxx the subject of y=x2+3y=x^2+3y=x2+3 usually produce two possible expressions?

How was this guide?

Teach Genie

Review 1.2.3 Change the subject of a formula by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.2.3 Change the subject of a formula Revision Guide

  1. A Level
  2. /Maths
  3. /1.2.3 Change the subject of a formula