Skip to content

Simultaneous equations

Simultaneous equations describe quantities that must satisfy two or more conditions at the same time. A solution is therefore a set of values that makes every equation true.

For two variables, each equation represents a graph. The simultaneous solutions are precisely the points where the graphs intersect. This idea explains why a pair may have one solution, several solutions or no real solution.

You should be able to:

  • solve linear equations;
  • expand and factorise quadratic expressions;
  • use the quadratic formula;
  • substitute values into expressions;
  • recognise equations of straight lines and quadratics.

If any of these feel uncertain, review quadratics and functions first.

Consider

2x+y=8,xy=1.\begin{aligned} 2x+y&=8,\\ x-y&=1. \end{aligned}

The solution must lie on both lines. Since two distinct non-parallel straight lines meet once, this system has one solution.

Elimination combines the equations so that one variable disappears. Add the equations above:

2x+y=8,xy=1,3x=9.\begin{aligned} 2x+y&=8,\\ x-y&=1,\\ \hline 3x&=9. \end{aligned}

Hence x=3x=3. Substitute this into either original equation:

3y=1y=2.3-y=1 \quad\Longrightarrow\quad y=2.

The solution is (x,y)=(3,2)(x,y)=(3,2).

Always check it in both original equations:

2(3)+2=8,32=1.2(3)+2=8, \qquad 3-2=1.

Both statements are true, so the solution is valid.

The variables will not always cancel immediately. Solve

3x+2y=7,5x3y=4.\begin{aligned} 3x+2y&=7,\\ 5x-3y&=4. \end{aligned}

The lowest common multiple of 22 and 33 is 66. Multiply the first equation by 33 and the second by 22:

9x+6y=21,10x6y=8.\begin{aligned} 9x+6y&=21,\\ 10x-6y&=8. \end{aligned}

Adding gives

19x=29x=2919.19x=29 \quad\Longrightarrow\quad x=\frac{29}{19}.

Use 3x+2y=73x+2y=7 to find yy:

3(2919)+2y=72y=4619y=2319.3\left(\frac{29}{19}\right)+2y=7 \quad\Longrightarrow\quad 2y=\frac{46}{19} \quad\Longrightarrow\quad y=\frac{23}{19}.

Therefore

(x,y)=(2919,2319).\boxed{(x,y)=\left(\frac{29}{19},\frac{23}{19}\right)}.

Fractions are perfectly legitimate solutions. Do not assume that an awkward value signals an error.

Substitution is usually efficient when one equation already isolates a variable. Solve

y=3x5,2x+y=11.\begin{aligned} y&=3x-5,\\ 2x+y&=11. \end{aligned}

Replace yy in the second equation with 3x53x-5:

2x+(3x5)=11.2x+(3x-5)=11.

Then

5x=16x=165.5x=16 \quad\Longrightarrow\quad x=\frac{16}{5}.

Now find yy:

y=3(165)5=485255=235.y=3\left(\frac{16}{5}\right)-5 =\frac{48}{5}-\frac{25}{5} =\frac{23}{5}.

So (x,y)=(165,235)(x,y)=\left(\frac{16}{5},\frac{23}{5}\right).

  • Use elimination when coefficients already match, or can be made to match easily.
  • Use substitution when one variable is isolated, or has coefficient 11 or 1-1.
  • Choose the method that reduces algebraic complexity. Both methods are mathematically equivalent.

For two linear equations:

  • different gradients give one intersection and one solution;
  • equal gradients with different intercepts give parallel lines and no solution;
  • the same line written in different forms gives infinitely many solutions.

For example,

2x+4y=6,x+2y=5\begin{aligned} 2x+4y&=6,\\ x+2y&=5 \end{aligned}

has no solution. Doubling the second equation gives 2x+4y=102x+4y=10, which contradicts 2x+4y=62x+4y=6.

By contrast,

2x+4y=6,x+2y=3\begin{aligned} 2x+4y&=6,\\ x+2y&=3 \end{aligned}

has infinitely many solutions because the first equation is exactly twice the second. Elimination produces 0=00=0, confirming that the equations describe the same line.

A line and a quadratic curve can meet twice, once, or not at all. Substitution turns the pair into a quadratic equation.

Solve

y=x+1,y=x23x+1.\begin{aligned} y&=x+1,\\ y&=x^2-3x+1. \end{aligned}

At an intersection, both expressions for yy are equal:

x+1=x23x+1.x+1=x^2-3x+1.

Rearrange and solve:

x24x=0x(x4)=0.x^2-4x=0 \quad\Longrightarrow\quad x(x-4)=0.

Therefore x=0x=0 or x=4x=4. Substitute each value into y=x+1y=x+1:

x=0y=1,x=4y=5.x=0 \Longrightarrow y=1, \qquad x=4 \Longrightarrow y=5.

There are two solutions:

(0,1) and (4,5).\boxed{(0,1)\text{ and }(4,5)}.

Notice that each xx value must be paired with its corresponding yy value. Writing separate lists of xx and yy values can accidentally create false pairings.

Solve

y=2x1,x2+y2=10.\begin{aligned} y&=2x-1,\\ x^2+y^2&=10. \end{aligned}

Substitute y=2x1y=2x-1 into the second equation:

x2+(2x1)2=10.x^2+(2x-1)^2=10.

Expand carefully:

x2+4x24x+1=105x24x9=0.x^2+4x^2-4x+1=10 \quad\Longrightarrow\quad 5x^2-4x-9=0.

Using the quadratic formula,

x=4±(4)24(5)(9)10=4±1410.x=\frac{4\pm\sqrt{(-4)^2-4(5)(-9)}}{10} =\frac{4\pm14}{10}.

Thus x=95x=\frac95 or x=1x=-1. Since y=2x1y=2x-1:

x=95y=135,x=1y=3.x=\frac95 \Longrightarrow y=\frac{13}{5}, \qquad x=-1 \Longrightarrow y=-3.

The solutions are

(95,135) and (1,3).\boxed{\left(\frac95,\frac{13}{5}\right)\text{ and }(-1,-3)}.

Suppose the line y=mx+cy=mx+c is substituted into a curve and produces

ax2+bx+d=0.ax^2+bx+d=0.

The discriminant Δ=b24ad\Delta=b^2-4ad reveals the number of real intersections:

Δ>0two distinct intersectionsΔ=0one repeated intersection, so the line is tangentΔ<0no real intersections\begin{array}{c|c} \Delta>0 & \text{two distinct intersections}\\ \Delta=0 & \text{one repeated intersection, so the line is tangent}\\ \Delta<0 & \text{no real intersections} \end{array}

Find the values of kk for which the line y=kx+1y=kx+1 is tangent to the parabola y=x23x+4y=x^2-3x+4.

At an intersection,

kx+1=x23x+4,kx+1=x^2-3x+4,

so

x2(k+3)x+3=0.x^2-(k+3)x+3=0.

Tangency requires a repeated root, so set the discriminant equal to zero:

(k+3)24(1)(3)=0.(k+3)^2-4(1)(3)=0.

Hence

(k+3)2=12k+3=±23.(k+3)^2=12 \quad\Longrightarrow\quad k+3=\pm2\sqrt3.

Therefore

k=3±23.\boxed{k=-3\pm2\sqrt3}.

There are two possible tangents because two lines in this family touch the parabola.

Translate each condition into an equation before solving. State what your variables represent, preserve units, and reject solutions that are impossible in context.

A rectangle has perimeter 3434 cm and area 6060 cm2^2. Find its dimensions.

Let the length be xx cm and the width be yy cm. Then

2x+2y=34,xy=60.2x+2y=34, \qquad xy=60.

The first equation gives y=17xy=17-x. Substitute into the area equation:

x(17x)=60.x(17-x)=60.

Therefore

x217x+60=0(x5)(x12)=0.x^2-17x+60=0 \quad\Longrightarrow\quad (x-5)(x-12)=0.

So x=5x=5 or x=12x=12. The corresponding pairs are (5,12)(5,12) and (12,5)(12,5), which describe the same rectangle. Its dimensions are

5 cm by 12 cm.\boxed{5\text{ cm by }12\text{ cm}}.

Example: rejecting a mathematical solution

Section titled “Example: rejecting a mathematical solution”

The height of an object after tt seconds is h=20t5t2h=20t-5t^2 metres. Find when it is at height 1515 m.

Solve simultaneously with h=15h=15:

20t5t2=15t24t+3=0.20t-5t^2=15 \quad\Longrightarrow\quad t^2-4t+3=0.

Thus (t1)(t3)=0(t-1)(t-3)=0, so t=1t=1 or t=3t=3. Both values are non-negative and lie during the motion, so both are valid. The object passes 15 m once while rising and once while falling.

If the same algebra produced t=1t=-1, that root would solve the equations but would normally be rejected because the model begins at t=0t=0.

When multiplying an equation, multiply every term on both sides. From 2x+3y=72x+3y=7, multiplying by 44 gives 8x+12y=288x+12y=28.

If subtracting one equation from another, use brackets or write the subtraction term by term. Adding equations with opposite coefficients is often safer.

Solving the resulting equation gives one variable only. Substitute back to find the other variable and report ordered pairs.

Dividing by an expression that might be zero

Section titled “Dividing by an expression that might be zero”

Dividing by xx can lose the solution x=0x=0. Factorise instead. For example, x2=4xx^2=4x should become x(x4)=0x(x-4)=0, giving x=0x=0 or x=4x=4.

Check restrictions such as positive length, non-negative time, integer counts and the stated domain. Rejection needs a contextual reason, not merely that a value looks inconvenient.

Keep exact fractions and surds throughout the calculation. Round only the final answer, and only when the question requests it.

  1. Identify the type of equations and choose elimination or substitution.
  2. Reduce the system to one equation in one unknown.
  3. Solve completely, remembering that a quadratic may give two roots.
  4. Substitute each root back to find its matching second coordinate.
  5. Check every ordered pair in both original equations.
  6. Apply any domain or modelling restrictions.
  7. Present exact values unless a stated degree of accuracy is required.
  1. Solve 3x+y=133x+y=13 and 2xy=22x-y=2.
  2. Solve 2x+3y=12x+3y=1 and 5x2y=165x-2y=16.
  3. Solve y=x+2y=x+2 and y=x24y=x^2-4.
  4. Determine the number of real solutions of y=2x+5y=2x+5 and y=x2+2x+8y=x^2+2x+8 without finding the intersection points.
  5. Find kk if y=4x+ky=4x+k is tangent to y=x2+2y=x^2+2.
Answers
  1. (x,y)=(3,4)(x,y)=(3,4).
  2. (x,y)=(2,1)(x,y)=(2,-1).
  3. Equating gives x2x6=0x^2-x-6=0, so the solutions are (2,0)(-2,0) and (3,5)(3,5).
  4. Substitution gives x2+3=0x^2+3=0, so there are no real solutions.
  5. Substitution gives x24x+(2k)=0x^2-4x+(2-k)=0. Tangency requires 164(2k)=016-4(2-k)=0, so k=2k=-2.

Continue with inequalities to study regions and solution sets, or functions in modelling to develop the modelling ideas used here.