|
|
Simultaneous Equations

Simultaneous Equations are sets of equations with multiple unknown values. They can be used to calculate what each unknown actually represents. You may also see them referred to a systems of Equations.

Mockup Schule

Explore our app and discover over 50 million learning materials for free.

Simultaneous Equations

Illustration

Lerne mit deinen Freunden und bleibe auf dem richtigen Kurs mit deinen persönlichen Lernstatistiken

Jetzt kostenlos anmelden

Nie wieder prokastinieren mit unseren Lernerinnerungen.

Jetzt kostenlos anmelden
Illustration

Simultaneous Equations are sets of equations with multiple unknown values. They can be used to calculate what each unknown actually represents. You may also see them referred to a systems of Equations.

Simultaneous Equations Graph Example StudySmarterAn example of graphed simultaneous equations, transom.org

The above graph shows the simultaneous equations

1) 2x+y=5

2) x-y=1

There is one solution that satisfies both equations and you can see it at the point where the two lines cross. This is actually one way to solve simultaneous equations, but we will show you better and faster ways in this guide, so read on!

Check out our guide to Solving Linear Equations if you need a refresher on solving for one unknown, as we will be building on this.

Why do we need simultaneous equations?

If you want to solve an equation with only one unknown value, the process is usually very straightforward. However, things become more complex when additional unknowns are introduced. Consider the first equation from before:

2x+y=5

You can try out different numbers and see that one potential solution would be x=2, y=1. But there are actually infinite solutions. Think about what would happen if x or y were Fractions!

We need a second equation to identify a single, unique solution.

How do you solve simultaneous equations?

You can solve simultaneous equations in a few different ways. We will show you the two best ways, as they are faster than using a graph as shown before. Each way can be easier depending on the question, and you may find one comes more naturally to you, so be sure to try them both.

Solving by elimination

One way to solve simultaneous equations is by elimination. You can use this method most easily when the unknown you want to eliminate has the same coefficient in each equation, but we'll show you how to use it in other cases too.

Let's go back to our original equations:

2x+y=5

x-y=1

We can see that if we add each side of the two equations together, we'll be able to easily eliminate y. (You can add or subtract the equations depending on the situation.) Let's try it!

2x+y+x-y=3x

5+1=6

This leaves us with the single equation:

3x=6

x=2

Now we can substitute this into one of the original equations to find y:

2-y=1

y=1

Finally, it's important to always check your work by substituting these values into the other equation. This is crucial to help you spot mistakes you may have made.

2x+y=5

2(2)+1=5

Solve x+4y=11 x-y=1

To begin with you can subtract each side of the one equation from one another in order to eliminate the x;

(x+4y) -(x-y)=5y

11-1=10

Now you can work with the answers to form a new equation to solve for y;

5y=10

y=2

This answer can now be substituted into one of the original equations to solve for x;

x-y=1

x-2=1

x=1+2=3

Finally, don't forget to check your answers by substituting them into one of the equations;

x+4y=11

3+4(2)=11

Solving by elimination (different coefficients)

Let's take a look at a new example now:

1) 3x+2y=10

2) 2x+3y=15

In this example using elimination isn't as straightforward as before. We need to change the equations in some way to make the coefficients the same. We're allowed to do this as long as we perform the same operation on both sides of the equation.

It looks like we can get the same coefficient of y by multiplying the first equation by 3 and the second by 2. Let's try that:

1) 9x+6y=30

2) 4x+6y=30

Now we can subtract them to eliminate y, then substitute in our answer for x as before:

9x+6y-4x-6y=5x

30-30=0

5x=0

x=0

2(0)+3y=15

y=5

check:

3x+2y=10

3(0)+2(5)=10

Solve 4x+2y=44 7x+4y=83

To do this you first need to make two of the coefficients the same, to do this we can multiply the first equation by 2, which gives us these equations;

8x+4y=88

7x+4y=83

Now you can subtract one equation from the other to eliminate y and solve for x;

8x+4y-7x-4y=x

88-83=5

x=5

Now you can input your x into one of the equations to solve for y;

4x+2y=44

4(5)+2y=44

20+2y=44

y=242

y=12

Don't forget it is possible to check your answers by substituting both answers into the equation and checking that it works;

4(5)+2(12)=44

Solving by substitution

There is another way we could have approached the first set of equations: substitution. Recall that in our previous examples, once we have found one value we can substitute it back into the equation to find the other. This method involves the same technique, but at a different point in the process.

1) 5x+y=28

2) y=2x

To use the substitution method you can begin by substituting equation 2 into the y of equation 1 to help you find x;

5x+y=28

5x+2x=28

x=287

x=4

You can now substitute 4 into one of the equations to find y;

y=2x

y=2(4)

y=8

1) 2x+y=5

2) x-y=1

In this case we need to rearrange equation 2 in order to get it in terms of y, doing this will allow us to substitute it into equation 1 and solve for x;

3) y=x-1

4) 2x+(x-1)=5

3x-1=5

3x=6

x=2

The last step remains the same: we just use this value in the second equation, which gives us y = 1 as before. Then make sure to check your answer!

How do you solve simultaneous equations with a quadratic?

To solve simultaneous equations with a quadratic, we build on the substitution method from before.

1) y-3x=6

2)y=x2+2x

On a graph, these equations would look like this:

Worked Example Simultaneous Equations StudySmarter

Worked example, transom.org

The first thing we need to do in this case is rearrange the first equation. The key is to make them both equal y, (ie equal to the same thing), because that means we can make them both equal to each other.

3) y=3x+6

x2+2x=3x+6

x2-x-6=0

Now we have a quadratic equation that you can solve using your preferred method. In this example we're going to use factorization . (If you need some practice with this, check out our article on Factoring Quadratic Expressions!)

x2-x-6=0

(x-3)(x+2)

x=3 or x=-2

As you can see, we have two possible values for x. This means we need to substitute them each back in to find two pairs of solutions for our simultaneous equations:

1) y=3(3)+6=15 or 1)y=3(-2)+6=0

This gives us the pairs

x=3, y=15or x=-2, y=0

check:

2) y=x2+2x

y=(3)2+2(3)=9+6=15

y=(-2)2+2(-2)=4-4=0

In this example, we had two solutions, but it's important to remember there doesn't have to be two. There could be one or even none, just like when you solve a quadratic equation on its own. For example, think about how many solutions would be in the graph shown below:

Graph Example Simultaneous Equations StudySmarter

Example graph showing multiple solutions, transom.org

How do you form your own simultaneous equations?

To form your own simultaneous equations, you may need to interpret a body of text. Some questions are wordier and take a bit of thought to construct the equations before solving them.

Ali buys 2 toffees and 3 gumballs. Bea buys 3 toffees and 2 gumballs. Ali's total comes to £0.10 and Bea pays £0.15. How much are toffees and gumballs?

First, we need to identify the variables. In this case they are toffees and gumballs. We can see that 2 toffees and 3 gumballs cost 10p, and 3 toffees and 2 gumballs cost 15p. Using this information we can write the following equations, where g represents the gumballs and t represents the toffees:

1) 3g+2t=10

2) 2g+3t=15

You can see these are actually one of the sets of simultaneous equations from before!

Simultaneous Equations - Key takeaways

  • Simultaneous equations allow us to find unique solutions .

  • The graphical method involves drawing each equation on a graph and the solution is the point where the lines cross.

  • The elimination method involves eliminating one unknown by adding or subtracting the equations, then solving for the remaining unknown.

  • The substitution method involves rearranging one equation to be in terms of one unknown, then substituting it into the other to solve for the remaining unknown.

  • You can solve quadratic simultaneous equations by rearranging the linear equation and making it equal to the quadratic one in order to construct a quadratic equation and solve it using your preferred method. Remember there are often multiple solutions.

Frequently Asked Questions about Simultaneous Equations

Simultaneous equations are systems of equations which must be consistent (i.e. all apply). They can be used to find unique solutions.

There isn’t necessarily a single best way to solve simultaneous equations. However, some methods are faster than others. For example, it’s usually best not to use the graphical method, as it takes time to draw the graphs and they need to be accurate to find the correct answer.

The different kinds of simultaneous equations are linear and quadratic. Linear systems are of the form y=mx+c. Quadratic systems are of the form y = ax^2 + bx + c.

If you have more than two simultaneous equations, you can solve them using one of the following three methods: the graphical method, the elimination method, or the substitution method. So long as you have the same number of equations as unknowns, or more equations than unknowns, you can always find a unique solution.

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App Join over 22 million students in learning with our StudySmarter App

Sign up to highlight and take notes. It’s 100% free.

Entdecke Lernmaterial in der StudySmarter-App

Google Popup

Join over 22 million students in learning with our StudySmarter App

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App