Lesson HOW TO Solve Simultaneous Equations (systems of Linear Equations)

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> Lesson HOW TO Solve Simultaneous Equations (systems of Linear Equations)      Log On


   


This Lesson (HOW TO Solve Simultaneous Equations (systems of Linear Equations)) was created by by longjonsilver(2297) About Me : View Source, Show
About longjonsilver: I have a new job in September, teaching

1.6 The Basics



Any question or problem having one unknown variable requires a minimum of 1 equation. One usually should do the trick.

Likewise, any question or problem having two unknown variables requires a minimum of 2 equations. One equation is NOT enough to find both x and y, for example.

In general, having n variables requires a minimum of n equations.

Either you are given these or you will have to convert the English from a question into maths. So, a question asking you to find the age of a dad and his son, means there are 2 unknowns, so the question MUST hold enough information for you to get 2 equations.

There are 2 main methods of working through simultaneous equations: substitution and elimination. Each is one side of a coin. By that I mean both methods are really the same, just approached from a different viewpoint.

1.7 Substitution Method



EXAMPLE:
Solve 2x-y=6 and x+y=6. Note there are 2 variables (x and y) and we have 2 equations... so this is solveable.

Let 2x-y=6 be eqn1
Let x+y=6 be eqn2

OK then... we will re-write one equation to say either x= or y=. Then we put this into the other equation, which then will just have 1 variable, so we can solve it.

Which equation and which variable do we choose? Very easy...the simplest looking to you! Why do more work than you have to?

Looking at the 2 equations, eqn2 looks the simpler: it has smaller coefficients (the numbers in front of the x and y). As to x or y? Here, they both look the same, so I will pick x.
so, eqn2 becomes x = 6-y. Call this eqn3.

We will now substitute eqn2 (written in the form of eqn3) into eqn 1 to get rid of x. So, eqn1 becomes...

2(6-y)-y = 6
12-2y-y = 6
12-3y = 6
-3y = -6
y = (-6)/(-3)
--> y = 2
We can now find x by putting this value into eqn2 (yes, you could put it into eqn3, but stick with the "original" versions, just in case you have made some sort of mistake somewhere.

Eqn2 becomes x+2 = 6, so x must be 4.

1.8 Elimination Method



EXAMPLE:
Solve 2x-y=6 and x+y=6.

Let 2x-y=6 be eqn1
Let x+y=6 be eqn2

The elimination method lets you look at the 2 equations together and just by adding or subtracting them, we get rid of 1 variable, leaving the other to be found.

This method only works if the variable you are trying to get rid of has the same number in both equations.

In our example, the x terms are different (one has a 2 and the other has a 1). However, the y terms are the same, albeit different sign.

So, in my head, my thoughts are: "the y-terms have the same number" which means i can use elimination very simply here.

Next question: Do I add ot subtract them? Just remember the following:

SSSSame sign --> SSSSubtract
DDDDifferent sign --> ADDDD

So, lets do it....

2x-y=6
x+y=6

different signs therefore ADD! gives
3x = 12
--> x = 4
So now, pick one of your 2 equations to put this value into, to find y. Again, pick the simpler looking one, which here is eqn2.
eqn2 becomes 4+y = 6
so, y = 2

NOW CHECK by putting both values into the equation you have not used (here, eqn1)...

2(4)-2 is 8-2 which is 6, which is what eqn1 says it should equal. Now, we know our answers are correct.

1.9 Summary



Both methods are good and each can be used effectively to solve simultaneous equations. As to which is better? That is for you to think about.


==================================================================================
EXAMPLES FROM THE WEBSITE

This example is a common type where you have a 2 digit number that is reversed.

Question 26725: The sum of the digits is 9. If the digits are reversed, the new number is 45 more than the original number. Find the two digit number.
See answer to question 26725
Answer #14541 by longjonsilver(2297) About Me 
You can put this solution on YOUR website!
we could probably do this by looking:


Easy possibles are
18 and 81
27 and 72
36 and 63
45 and 54


Looking, 27+45 is 72 so 27 is your answer.



OK, mathematically...


Let tens be x and units be y --> x+y = 9

Also, (10y+x) - (10x+y) = 45
10y+x-10x-y = 45
9y-9x = 45


we have
y+x = 9
9y-9x = 45


multiply first by 9 and we get
9y+9x = 81
9y-9x = 45


Now subtract, leaving 18x = 36. So x = 2. Therefore, from x+y=9, y must be 7.


jon.



This lesson has been accessed 103902 times.