Ad Banner Placeholder

Cambridge IGCSE Mathematics — 0580 Extended

Topic 2.5: Algebra and graphs — Equations

Constructing equations

Turn a worded situation into letters and equals signs. Use a different letter for each unknown, and write one equation per independent fact. (Consecutive-even products were in Topic 2.1; here the typical exam demand is a pair of simultaneous equations.)

Method

  1. Name the unknowns in words, then assign letters (with units if money or measures are involved).
  2. Each complete sentence about a total becomes one equation.
  3. Do not solve yet unless the question asks for the values — sometimes you only have to form the equations.

Two coffees and one tea cost $7. One coffee and one tea cost $4. Form a pair of simultaneous equations.

Worked construction: 2c plus t equals 7 and c plus t equals 4
Let \(c\) be the cost of a coffee and \(t\) the cost of a tea: \(2c+t=7\), \(c+t=4\).

Linear equations

A linear equation in one unknown has the unknown to the first power only. Expand brackets, collect the letter on one side and the numbers on the other, then divide.

Method

  1. Expand any brackets.
  2. Add or subtract to collect all letter terms on one side.
  3. Divide by the coefficient of the letter. Leave improper fractions; do not mix a mixed number unless asked.

Solve \(3x + 4 = 10\).

Worked solution of 3x plus 4 equals 10 giving x equals 2
Subtract \(4\), then divide by \(3\): \(x=2\).

Solve \(5 - 2x = 3(x + 7)\).

Worked solution of 5 minus 2x equals 3 times x plus 7 giving x equals negative 16 over 5
Expand, collect: \(-16=5x\), so \(x=-\dfrac{16}{5}\).

Fractional equations

Clear every denominator by multiplying through by the product of the distinct denominators. Then solve the resulting linear or quadratic equation, and reject any value that makes an original denominator zero.

Method

  1. State the excluded values (any \(x\) that makes a denominator \(0\)).
  2. Multiply every term by the product of the denominators.
  3. Solve, then substitute each candidate back to check it is not excluded and that it satisfies the original equation.

Solve \(\dfrac{x}{2x + 1} = 4\).

Worked solution of x over 2x plus 1 equals 4 giving x equals negative 4 over 7
Multiply by \(2x+1\): \(x=8x+4\), so \(x=-\dfrac{4}{7}\).

Solve \(\dfrac{2}{x + 2} + \dfrac{3}{2x - 1} = 1\).

Worked solution of 2 over x plus 2 plus 3 over 2x minus 1 equals 1 giving x equals 3 or x equals negative 1
Multiply through by \((x+2)(2x-1)\); both \(x=3\) and \(x=-1\) check.

Check: \(x=3\) gives \(\dfrac{2}{5}+\dfrac{3}{5}=1\). \(x=-1\) gives \(\dfrac{2}{1}+\dfrac{3}{-3}=2-1=1\). Neither is \(x=-2\) or \(x=\dfrac{1}{2}\), so both are valid.

Paper 2 (non-calculator)

Multiply through by the product of the denominators in one line so the fractions disappear together. Then always check that neither solution makes a denominator \(0\). A root of the cleared equation that is an excluded value scores \(0\) if you leave it in.

Simultaneous equations

Two linear: elimination (add or subtract to cancel one letter) or substitution. One linear and one non-linear: rearrange the linear for one letter, substitute into the non-linear, then solve the quadratic.

Method (two linear)

  1. If one pair of coefficients already matches (or are opposites), add or subtract immediately.
  2. Otherwise multiply one or both equations so that one letter cancels.
  3. Substitute the first value back into the simpler original equation.

Solve \(2x + y = 7\) and \(x - y = 2\).

Worked elimination 2x plus y equals 7 and x minus y equals 2 giving x equals 3 and y equals 1
Add to cancel \(y\): \(3x=9\), so \(x=3\), \(y=1\).

Method (linear and non-linear)

  1. Make \(y\) (or \(x\)) the subject of the linear equation.
  2. Substitute into the non-linear equation and expand.
  3. Solve the quadratic; pair each \(x\) with its \(y\). Expect two solution points unless a repeated root occurs.

Solve \(y = x + 1\) and \(x^2 + y^2 = 5\). First substitute.

Worked substitution of y equals x plus 1 into x squared plus y squared equals 5
\(x^2+(x+1)^2=5\) simplifies to \(2x^2+2x-4=0\).

Finish the solution of \(y = x + 1\) and \(x^2 + y^2 = 5\).

Worked finish giving solution points 1, 2 and negative 2, negative 1
\(x^2+x-2=0\) gives \(x=1\) or \(x=-2\): points \((1,2)\) and \((-2,-1)\).

Quadratic equations

A quadratic can be solved by factorising, completing the square, or the formula. The formula is printed on the 0580 formula sheet:

\[x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]

Which method?

Integer roots look obvious (factors of \(c\) that add to \(b\))

Factorise.

The question says write in the form \((x+p)^2+q\), or you need the vertex

Complete the square, then solve if required.

Otherwise (messy numbers, or “leave your answer in surd form”)

Use the formula and simplify the surd.

Solve \(x^2 - 5x + 6 = 0\) by factorising.

Worked factorisation x squared minus 5x plus 6 equals 0 giving x equals 2 or 3
\((x-2)(x-3)=0\), so \(x=2\) or \(x=3\).

Solve \(x^2 + 6x + 5 = 0\) by completing the square.

Worked completing the square giving x equals negative 1 or negative 5
\((x+3)^2=4\), so \(x+3=\pm 2\): \(x=-1\) or \(x=-5\).

Solve \(x^2 + 2x - 4 = 0\), leaving your answer in surd form.

Worked quadratic formula giving x equals negative 1 plus or minus square root 5
\(a=1\), \(b=2\), \(c=-4\): \(x=-1\pm\sqrt{5}\).

Changing the subject

The same inverse operations as solving, but you stop when the named letter is isolated. If the new subject appears twice, collect those terms and factor.

Method

  1. Undo the last operation applied to the subject (square a root, multiply a denominator, add what was subtracted).
  2. If the letter appears on both sides, collect those terms on one side and factor it out.
  3. Divide by the remaining bracket. State any restriction (for example \(r > 0\) after a square root).

Make \(x\) the subject of \(y = \sqrt{2x + 3}\).

Worked change of subject y equals square root of 2x plus 3 giving x equals y squared minus 3 over 2
Square, then isolate: \(x=\dfrac{y^2-3}{2}\).

Make \(x\) the subject of \(y = \dfrac{x + 2}{x - 1}\).

Worked change of subject when x appears twice giving x equals y plus 2 over y minus 1
Clear the fraction, collect \(x\): \(x(y-1)=y+2\).

Try this

Make \(r\) the subject of \(A = \pi r^2\), where \(r > 0\).

Show answer
Answer
  1. Divide both sides by \(\pi\)

    \[ r^2 = \dfrac{A}{\pi} \]
  2. Positive square root, since \(r > 0\)

    \[ r = \sqrt{\dfrac{A}{\pi}} \]

Exam Traps

  • From \(y=\dfrac{x+2}{x-1}\), after expanding you get \(yx-y=x+2\). Collecting \(x\) is \(yx-x=y+2\), then \(x(y-1)=y+2\). Subtracting \(yx\) from the wrong side, or dividing by \(y\) before collecting, loses the mark.

0/10

Ad Banner Placeholder