Math
/
Simultaneous Equations

Simultaneous Equations

Shiken premium Upgrade Banner

The Importance of Understanding Simultaneous Equations and How to Solve Them

If you've ever encountered a set of equations with multiple unknown values, chances are you were dealing with simultaneous equations, also known as systems of equations. These equations can seem daunting, but they are essential in finding the values of each unknown and understanding their significance. The solutions to simultaneous equations can be represented as the point where the lines intersect on a graph, providing us with valuable information.

However, solving simultaneous equations can be a complex process. In this article, we will walk you through two of the best methods for efficiently solving them. Let's dive in!

The Need for Simultaneous Equations

Solving an equation with only one unknown value is relatively straightforward. However, when multiple unknowns are introduced, things become more complicated. For instance, in the equation x + 2 = 8, we can easily determine that x = 6. But if we add another unknown, such as in the equations below, there are infinite solutions, making it difficult to find a unique solution:

  • x + 2y = 8
  • x - 2y = 4

To find a single solution, we need a second equation. This is where simultaneous equations come in handy.

Methods for Solving Simultaneous Equations

While there are various techniques for solving simultaneous equations, we will focus on the two most efficient methods: elimination and substitution. Both methods involve manipulating the equations to eliminate one unknown and then using the resulting equation to solve for the other.

Solving by Elimination

If the unknown we want to eliminate has the same coefficient in each equation, we can use the elimination method. Let's use the equations below as an example:

  • x + 2y = 8
  • x - 2y = 4

Since y has the same coefficient in both equations, we can eliminate it by adding the two equations together:

  • (x + 2y) + (x - 2y) = 8 + 4
  • 2x = 12

Now we have an equation with only one unknown. We can substitute this value into one of the original equations to solve for y as shown below:

  • x + 2y = 8
  • x + 2(6) = 8
  • x + 12 = 8
  • y = -2

It is crucial to always check our work by substituting our values back into the other equation to ensure we have the correct solution.

Solving by Elimination (Different Coefficients)

Sometimes, the unknowns may not have the same coefficients, making it more challenging to use the elimination method. In such cases, we can manipulate the equations to make the coefficients the same by performing the same operation on both sides of the equation. Let's consider the equations below as an example:

  • x + 3y = 9
  • 3x - 2y = 0

To make the coefficients of y the same, we can multiply the first equation by 2 and the second equation by 3:

  • 2(x + 3y) = 2(9)
  • 3(3x - 2y) = 3(0)
  • 2x + 6y = 18
  • 9x - 6y = 0

Now, we can eliminate y by subtracting the two equations and solve for x:

  • (2x + 6y) - (9x - 6y) = 18 + 0
  • -7x = 18
  • x = -2.57

Always remember to check our work by substituting the values back into the equations to ensure we have the correct solution.

Solving by Substitution

Another method for solving simultaneous equations is substitution. This method involves finding one value and substituting it back into one of the equations to find the other. Let's use the first example from earlier to demonstrate this method:

  • x + 2y = 8
  • x - 2y = 4

Using the first equation, we can isolate x:

  • x = 8 - 2y

Now, we can substitute this into the second equation to solve for y:

  • (8 - 2y) - 2y = 4
  • 8 - 4y = 4
  • 4y = 4
  • y = 1

Lastly, don't forget to check our work by substituting the values back into one of the equations.

There you have it - the two most efficient ways to solve simultaneous equations.

Solving simultaneous equations can be a challenging task, but with the right methods, we can quickly and accurately find a unique solution. One such method is the substitution method. This approach involves replacing one variable with an expression from the other equation and then solving the resulting equation. Let's take a closer look at how we can use this method to solve simultaneous equations step by step.

Step-by-Step Guide to Solving Simultaneous Equations Using the Substitution Method

Firstly, we need to rearrange one of the equations to have it in terms of one variable. This allows us to substitute it into the other equation and solve for the remaining variable. For example, let's consider the system of equations: y = 2x + 1 and x + 4y = 10. By substituting the second equation into the y of the first equation, we get y = 2(10-x)/4.

Next, we can substitute this expression into the first equation, which gives us a quadratic equation in terms of x: (10 - x)/2 = 2x + 1. This equation can then be solved using our preferred method, such as factorization.

After obtaining the value of x, we can substitute it back into either of the original equations to find the value of y. In this case, we can see that x = 2, so substituting it into the first equation gives us y = 5.

Remember to always check the solutions by substituting them back into both equations to ensure that they are correct. In this example, we can see that the values x = 2, y = 5 satisfy both equations.

Solving Simultaneous Equations Involving Quadratics

So far, we have only looked at examples of solving simultaneous equations with linear equations. But what if the system of equations involves quadratics? Let's consider another example.

Suppose we have the equations: y = x^2 and y = 3x + 2. On a graph, these equations would look like this:

We can use the substitution method to solve this system of equations. By rearranging the second equation to have it in terms of y, we get y = 3x + 2. Substituting this into the first equation gives us x^2 = 3x + 2, which is a quadratic equation. We can solve this by using our preferred method, and in this case, we get the solutions x = -1 and x = 2.

Remember, when solving quadratic simultaneous equations, we may end up with multiple solutions. In such cases, we need to substitute each value back into both equations to find pairs of solutions. Continuing with our example, we get x = -1, y = 1 and x = 2, y = 8.

Creating Your Own Simultaneous Equations

The above examples have shown us how to solve simultaneous equations, but what if we need to create our own equations? Let's take a look at an example of how to do this.

Suppose we have two friends, Ali and Bea, who buy toffees and gumballs at a store. Ali buys 2 toffees and 3 gumballs, while Bea buys 3 toffees and 2 gumballs. Together, they pay £0.25. How much do toffees and gumballs cost?

To solve this problem, we first identify the variables: toffees (t) and gumballs (g). We can see that the cost of Ali's purchase is 10p, which we can write as 2t + 3g = 10. Similarly, the cost of Bea's purchase is 15p, which we can write as 3t + 2g = 15. These two equations are the same as the ones we solved earlier, showing that real-life problems can be translated into simultaneous equations.

Key Takeaways for Solving Simultaneous Equations

  • Simultaneous equations can be solved using different methods such as substitution, elimination, and graphical methods.
  • The substitution method involves replacing one variable with an expression from the other equation and then solving the resulting equation.
  • The elimination method involves eliminating one variable by adding or subtracting the equations and solving for the remaining variable.
  • The graphical method involves drawing the equations on a graph and finding the point of intersection to determine the solutions.

A Guide to Solving Quadratic Simultaneous Equations

When tackling quadratic simultaneous equations, it's essential to double-check your solutions by plugging them back into the original equations. This will ensure that your answers are accurate and valid.

The process of solving these equations involves rearranging the linear equation and substituting it into the quadratic equation to solve for the remaining variable. This method requires algebraic manipulation and the use of quadratic and linear formulae. It may seem daunting at first, but with practice, it becomes more manageable.

Real-life problems often involve multiple variables and can be translated into simultaneous equations. These equations are commonly used to model situations in various fields, such as economics, physics, and engineering. By mastering the skills of solving them, you'll be equipped to tackle a broad range of problems.

Explore More Subject Explanations

Try Shiken Premium for free

Start creating interactive learning content in minutes with Shiken. 96% of learners report 2x faster learning.
Try Shiken for free
Free 14 day trial
Cancel anytime
20k+ learners globally
Shiken UI showing questions and overall results.