Simultaneous Equations

A LevelAQAEdexcelOCR

Simultaneous Equations

Simultaneous equations are equations that share the same variables. There will be a solution, or solutions, that work for all equations. In A level maths, you will only see simultaneous equations in two variables, e.g. xx and yy.

There are 2 main methods used to solve simultaneous equations.

A LevelAQAEdexcelOCR

Method 1: Elimination

The method of elimination is used when there are two linear simultaneous equations. We eliminate one variable by subtracting one equation from the other.

Example: Solve the following equations:

3x+7y44=02x+3y=21begin{aligned} 3x + 7y -44 &= 0 2x + 3y &= 21 end{aligned}

Step 1: Write both equations in the form ax+by=cax+by=c, if necessary:

3x+7y=442x+3y=21begin{aligned} 3x + 7y &= 44 2x + 3y &= 21 end{aligned}

Step 2: Manipulate the equations so that the coefficients match – multiply the equations to make either the xx‘s or yy‘s equal in size (ignoring the signs). Always multiply to get the LCM of the coefficients.

(×2)3x+7y=446x+14y=88,(times2) ,,,,,,,,,3x + 7y = 44,,, Rightarrow ,,, 6x + 14y = 88

(×3)2x+3y=216x+9y=63(times3),,,,,,,,, 2x+3y = 21 ,,, Rightarrow ,,, 6x+9y=63

Step 3: Add or subtract the equations to eliminate variable that has terms with equal coefficients, so that you can find the other variable.

In this case, both equations have +6x+6x, so we need to subtract:

6x+14y=88()6x+9y=635y=25begin{aligned}6x + 14y &= 88 (-),,,,,,,,, 6x+9y&=63 hline 5y&=25end{aligned}

Step 4: Solve the resulting equation.

In this case, we need to solve the equation to find yy

(÷5)5y=25y=5begin{aligned}(div 5),,,,,,,,,5y&=25 textcolor{red}{y} &textcolor{red}{= 5} end{aligned}

Step 5: Find the variable that you eliminated.

In this case, replace (substitute) y=5y = 5 into one of the equations and solve to find xx:

2x+3y=212x+3(5)=212x+15=212x=6x=3begin{aligned} 2x + 3y &= 21 2x + 3(5) &= 21 2x + 15 &= 21 2x &= 6 textcolor{blue}{x} &textcolor{blue}{= 3} end{aligned}

Hence,

x=3textcolor{blue}{x = 3}  and  y=5textcolor{red}{y = 5}

A LevelAQAEdexcelOCR

Method 2: Substitution

We use the method of substitution when one of the simultaneous equations is quadratic (non-linear), since we can’t use the method of elimination.

Example: Solve

x2+2y=31x+y=14begin{aligned} x^2 + 2y &= 31 x+y &= 14 end{aligned}

Step 1: Rearrange the linear equation so that one of the variables is on its own (in this case it will be easier to get yy on its own so that we don’t have to do any squaring of brackets)

(x)x+y=14y=x+14begin{aligned} (-x) ,,,,,, x+y &= 14 y &= -x + 14 end{aligned}

Step 2: Substitute this variable into the quadratic equation, so that there is an equation in only one variable.

y=x+14y = -x + 14 so replace yy with x+14-x + 14:

x2+2(x+14)=31x^2 + 2(-x+14) = 31

Step 3: Expand and solve to find the values for one variable.

x2+2(x+14)=31x22x+28=31x22x3=0(x3)(x+1)=0begin{aligned} x^2 + 2(-x+14) &= 31 x^2 – 2x + 28 &= 31 x^2 – 2x – 3 &= 0 (x-3)(x+1) &= 0 end{aligned}

Hence,

x=3textcolor{red}{x = 3}  and  x=1textcolor{red}{x = -1}

Step 4: Substitute these values into the linear equation (since this will be easier) and solve to find the corresponding values of the other variable.

When x=3textcolor{red}{x = 3},   y=3+14=11textcolor{blue}{y} = -3+14 = textcolor{blue}{11}

When x=1textcolor{red}{x = -1},   y=(1)+14=15textcolor{blue}{y} = -(-1) + 14 = textcolor{blue}{15}

So, there are two pairs of solutions

x=3textcolor{red}{x=3}, y=11textcolor{blue}{y = 11}  and  x=1textcolor{red}{x = -1}, y=15textcolor{blue}{y = 15}

 

Note: You may need to use the quadratic formula if you get a quadratic equation that is too difficult to solve by factorising.

A LevelAQAEdexcelOCR

Interpreting Simultaneous Equations Geometrically

To interpret simultaneous equations geometrically, we need to draw a sketch of the two functions and describe what we see.

The number of solutions is equal to the number of intersections between the graphs:

Two solutions – the graphs intersect twice

One solution – the graphs meet at a single point – the graph is a tangent to the curve at this point

No solutions – the graphs do not intersect

A LevelAQAEdexcelOCR
A LevelAQAEdexcelOCR

Example: Interpreting Simultaneous Equations Geometrically

Interpret the following geometrically:

y=x23xy = x^2 – 3x  and  y=x4y = x – 4

[4 marks]

Substitute y=x4y=x-4 into y=x23xy = x^2 – 3x, and then solve for xx:

x4=x23xx24x+4=0(x2)2=0x=2begin{aligned} x – 4 &= x^2 – 3x x^2 – 4x + 4 &= 0 (x-2)^2 &= 0 textcolor{red}{x} &textcolor{red}{= 2} end{aligned}

Then, substitute x=2textcolor{red}{x = 2} into y=x4y = x – 4 and solve for yy:

y=x4y=24y=2begin{aligned} y &= x – 4 y &= 2 – 4 textcolor{blue}{y} &textcolor{blue}{= -2} end{aligned}

Hence, there is only one solution x=2textcolor{red}{x = 2}, y=2textcolor{blue}{y = -2}

 

Therefore, the graphs will meet at a single point: (2,2)(textcolor{red}{2}, textcolor{blue}{-2})

So, the straight line is a tangent to the curve at the point (2,2)(textcolor{red}{2},textcolor{blue}{-2})

A LevelAQAEdexcelOCR

Simultaneous Equations Example Questions

Question 1: Solve 4x+y=184x + y = 18  and  3x+2y=213x + 2y = 21

[4 marks]

 

A Level AQAEdexcelOCR

Multiply the first equation by 22 so that they coefficients of yy match:

 

8x+2y=363x+2y=21begin{aligned} 8x + 2y &= 36 3x + 2y &= 21 end{aligned}

 

Subtract the second equation from the first, to eliminate the yy variable:

 

5x=155x = 15

 

And then solve:

x=3x = 3

 

Then, substitute x=3x =3 into either equation and solve:

4(3)+y=1812+y=18y=6begin{aligned} 4(3) + y &= 18 12 + y &= 18 y &= 6 end{aligned}

Hence,

x=3x = 3  and  y=6y = 6

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 2: Find the coordinates of the point of intersection of x2+y2=100x^2 + y^2 = 100  and  xy=2x-y=2.

[6 marks]

A Level AQAEdexcelOCR

Rearrange xy=2x-y=2 so that xx is on its own:

x=y+2x = y+2

 

Then, substitute this into x2+y2=100x^2 + y^2 = 100 and expand and solve for yy:

 

(y+2)2+y2=100y2+4y+4+y2=1002y2+4y96=0(2y12)(y+8)=0begin{aligned} (y+2)^2 + y^2 &= 100 y^2 + 4y + 4 + y^2 &= 100 2y^2 + 4y – 96 &= 0 (2y-12)(y+8) &= 0 end{aligned}

 

Hence, 2y12=02y – 12 = 0  and  y+8=0y + 8 = 0 y=6Rightarrow y = 6  and  y=8y = -8

 

Substitute these values into the non-linear equation, to find the values of xx:

 

y=6x=6+2=8y = 6 Rightarrow x = 6+2 = 8

y=8x=8+2=6y = -8 Rightarrow x = -8 + 2 = -6

 

Hence, the points of intersection are (8,6)(8, 6) and (6,8)(-6, -8)

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 3: Show that the pair of equations y=xy = x and y=x2+5x+5y = x^2 + 5x + 5 have no real solutions.

[3 marks]

A Level AQAEdexcelOCR

Substitute y=xy = x into y=x2+5x+5y = x^2 + 5x + 5, and solve:

 

x2+5x+5=xx2+4x+5=0(x+2)24+5=0(x+2)2+1=0(x+2)2=1begin{aligned} x^2 + 5x + 5 &= x x^2 + 4x + 5 &= 0 (x+2)^2 – 4 + 5 &= 0 (x+2)^2 + 1 &= 0 (x+2)^2 &= -1 end{aligned}

 

You cannot get a real number from square rooting a negative number. Therefore there are no real solutions.

 

You could have found the discriminant of x2+4x+5x^2 +4x + 5:

 

b24ac=424×1×5=1620 =4b^2 – 4ac = 4^2 – 4 times 1 times 5 = 16 – 20  = -4

 

The discriminant is <0<0, so there are no real roots, and therefore no real solutions.

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Additional Resources

Site Logo

Exam Tips Cheat Sheet

A Level
Site Logo

Formula Booklet

A Level

Specification Points Covered

B4 – Solve simultaneous equations in two variables by elimination and by substitution, including one linear and one quadratic equation