Mathematics Lesson Algebra3 - Modified
Mathematics Lesson Algebra3 - Modified
BASIC ALGEBRA
TUTORIAL 3 – EQUATIONS
This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to
refresh themselves on fundamentals. The tutorial contains the following.
1
In tutorial 1 you learned some of the elements of algebra and how to manipulate formulae. In this
tutorial we will look at some of the types of equations you will have to deal with in your studies.
1. SIMPLE EQUATIONS
A simple equation contains one unknown quantity with powers no higher than 1. It should be easy
to solve the unknown by applying the algebraic rules in tutorial 1. The solution of a simple equation
is called the root.
The subscription for membership of an organization is x Euros. 54 members joint from Ireland,
76 from Germany, 32 from France and 48 from Spain. The total sum received is 420 Euros.
Write out an equation for the sum and determine the subscription.
SOLUTION
A restaurant owner buys 24 boxes of tea bags. Each box contains an unknown number of tea
bags. He uses 10 boxes on one day and 8 boxes the next day. He then checks and finds he has
150 tea bags left. How many tea bags were there in each box?
SOLUTION
8x - 2x + 3 = 3x +12 5m – 5 + 2m = m + 12
2. A cinema sells 25 tickets for screen one, 68 tickets for screen two and 51 tickets for screen
three. The price is the same for all tickets and the takings come to £504. What is the price of the
tickets?
2
HARDER EXAMPLES
5 x − 7 = 4 x +12
2 3
SOLUTION
SOLUTION
A rectangular plate is 200 mm long. A strip 50 mm wide is cut off one end. A second strip 15
mm wide is cut off the other end. The remaining plate weight 2025 g. Find the width of the
plate if the plate weighs 0.12 g per square mm.
SOLUTION
3
SELF ASSESSMENT EXERCISE No. 1.2
3. A train travels from its starting station to another station x km distance along the track at an
average speed of 50 km/h. It waits half an hour in the station before making the return trip at an
average speed of 80 km/h. The total time taken for journey is 4 hours. What is the distance
between the two stations?
4. A metal strip is x mm wide. It is used to make the four sides of a rectangular box measuring
200 mm by 100 mm. The area of the strip 30 000 mm2. What is the width of the strip?
2. SIMULTANEOUS EQUATIONS
Consider a vehicle that starts moving from the starting post as shown and accelerates at a constant
rate of ‘a’ m/s2. After travelling a short distance, it passes point 0 with velocity u0 and a stop watch
is started. It accelerates a further distance ‘s1’ and passes point 1 with velocity u1 and the time is
noted as t1. It accelerates to the next timing point and passes it at velocity u2 and the time is t2. The
distance travelled from the start of timing is s2.
This tutorial only deals with two unknown variables. If we had three unknown variables, we would
need three simultaneous equations and so on.
GRAPHICAL SOLUTION
We can rearrange our equation to make x the subject and then y the subject as follows.
We could plot y against x for either pair of equations and determine the point where graphs cross
and hence have the same values of x and y.
Graphical solutions are laborious and only really suitable for two simultaneous equations but the
following example is useful.
5
WORKED EXAMPLE No. 2.1
f(x,y)1 = 39 = x + 7y …………………...(1)
f(x,y)2 = 23 = 2x + 3y …………………..(2)
SOLUTION
SUBSTITUTION METHOD
This is a suitable method when there are only two unknown variables but difficult for three or more.
We use one equation to find x in terms of y and substitute it into the other equation to solve y or
vice-versa. This is best demonstrated by doing the last example again.
f(x,y)1 = 39 = x + 7y …………………..(1)
f(x,y)2 = 23 = 2x + 3y …………………..(2)
SOLUTION
6
WORKED EXAMPLE No. 2.3
f(x,y)1 = 9 = 3x + 5y …………………..(1)
f(x,y)2 = 5 = 2x + 3y …………………..(2)
SOLUTION
Now substitute for y into either (1) or (2) to find x. Doing both is a check on the answer.
9 = 3x + 5y = 3x + 5(3) = 3x + 15 3x = -6 x = -2
5 = 2x + 3y = 2x + 3(3) = 2x + 9 2x = -4 x = -2
The distance travelled by an object ‘s’(metres) is related to the initial velocity ‘u0’ (m/s), the
acceleration ‘a’(m/s2) and time ‘t’ (s) by the equation s = u0t + at2/2
A stop watch is started as the object passes a point such that s = 0 when t = 0. It takes 2 seconds
for the object to travel 14 meters from the point and 5 seconds to travel 50 m from the point.
Determine the initial velocity and the acceleration.
SOLUTION
Now substitute for y into either (1) or (2) to find u. Doing both is a check on the answer.
14 = 2u0 + 2a = 2u0 + 4 = u0 = 5 m/s
7
ELIMINATION METHOD
Many people find this method easier than substitution. The method requires that we make the
coefficient of one of the variables the same by multiplying each term by a suitable number. We then
add or subtract the two equations to eliminate one of the variables. A worked example shows this
best.
SOLUTION
We might use the same process after making x or y the subject as shown in the next example.
39 = x + 7y …………………..(1)
23 = 2x + 3y …………………..(2)
SOLUTION
8
WORKED EXAMPLE No. 2.7
3x + 2y = 12 ………………….. (1)
x + 3y = 11 ...………………... (2)
SOLUTION
Multiply each term in equation (2) by 3 so that the coefficient of x is the same in both. We then
have:
3x + 2y = 12
3x + 9y = 33
Subtract 0 - 7 y = -21 y = -21/-7 = 3
Substitute for y in (1) and
3x + 2(3) = 12. 3x = 6 x=2
Check in equation (2)
3x + 9y = 33
3(2) + 9(3) = 33 correct
What are the values of x and y that satisfies both the following equations?
x/7 – y/2 = -3 …………………..(1)
x/3 + y/4 = 10 …………………..(2)
SOLUTION
2x/7 – y = -6
4x/3 + y = 40
Add 34x/21 + 0 = 34 note that 2/7 + 4/3 = 34/21
34x/21 = 34 x = 21
Substitute into (1)
21/7 – y/2 = -3
3 – y/2 = -3
6 = y/2 y = 12
Check in (2) x/3 + y/4 = 10
21/3 + 12/4 = 10 correct
9
SELF ASSESSMENT EXERCISE No. 2.1
MATRIX METHOD
This method should only be used if you have a good understanding of matrix theory. The main use
of this method is that it enables the solution of problems with more than two unknown variables and
because the method is based on strict rules, it is suitable for use in computer programmes. Here is a
basic example that might serve as an introduction to matrix theory.
What are the values of x and y that satisfies both the following equations?
3x + 2y = 22 …………………..(1)
2x + 3y =23 …………………..(2)
SOLUTION
Create a matrix of the coefficient and column vectors based on the variables and the function
values. The object is to solve the column vector X.
Next we need to find the inverse matrix A-1 For a 2 x 2 matrix the rule is :
10
Put in the numbers
The matrix method looks difficult but matrix theory is very important in modern Engineering
methods and should be thoroughly studies for advanced courses. The example is used only as an
introduction. The rules are much more complicated for larger arrays. You might care to solve some
of the previous examples with the above model.
11
3. QUADRATIC EQUATIONS
Most relationships in Engineering and Science are anything but proportional and many are
quadratic. This means that the function contains a highest power of 2.
To find the value of x that satisfies the equation we simply take the square root. x = √64
Now there are two possible answers 8 and -8 because a minus number squared is
positive. An immediate problem arises when we look at the case y = -64 = x2
Taking the square root this time gives x = √-64 and you probably don’t know how to deal with the
roots of negative numbers and we won’t cover it here.
a, b and c are the coefficient of x2 x1 and xo respectively. Of course, we don’t normally bother
writing x1 as x 1 = x and we don’t normally write xo as xo =1. If y is not zero, we only need to
subtract y from both sides of the equation to produce the required form.
From the graph we can pick off the two values of x that
correspond to any value of y but it is of particular
interest to find the values of x when y is zero. These are
called the ROOTS OF THE EQUATION and in the
example, they are x = -1 and x = 3.
It is always a good idea to check that putting these values into the equation produces y = 0.
x = -1 y = 2(-1)2- 4(-1) – 6 = 2 + 4 – 6 = 0
It is nice when the roots are whole numbers (integers) but this is not usually the case.
Note that quadratic equations do not always cross the x axis and the solution to these requires
advanced studies.
12
FACTORISATION
You should know that an integer will factorise such that the product of the factors gives the original
number. For example, the factors of 8 may be (8)(1) = 8 or (4)(2) = 8.
In the case of equations, the factors are not numbers but expressions.
A quadratic equation often factorises into two parts such that the sum of the two parts produces the
original equation. Knowing how to factorise an equation takes practice. The first step in
understanding this is see how multiplying two factors gives the original equation.
Suppose that the two factors are (2x + 2) and (x - 3). Let’s multiply them. Here’s how.
The trouble is that we need to do the reverse. Given an equation, find the factors. This rule helps us.
Even with this rule, you need to play around with the possibilities before you arrive at the correct
answer. The problem is easier if the coefficient a = 1. In the above example, we could simply divide
by 2 to get x2 - 2x – 3 and the factors are (x + 1)(x - 3). Note that the -2 is obtained by adding 1 and
-3 and this always works.
SOLUTION
It takes practice to do this quickly and it only works if the numbers are kind.
13
WORKED EXAMPLE No. 3.2
SOLUTION
1. 2x2 -5x – 3 = 0
2. x2 + 2x – 8 = 0
3. x2 - 2x – 3 = 0
4. 7x2 - 20x – 3 = 0
When the two factors are the same, we have a perfect square root. Consider the case x 2 – 6x + 9 = 0
If we factorize x2 – 6x + 9 we get (x – 3) (x – 3). We could write x2 – 6x + 9 = (x – 3)2 = 0 and
there is only one solution x = 3, and this is the perfect root.
Factorization is easier if we can change the equation so that it has a perfect square root. This is best
demonstrated with an example.
Solve x2 – 6x + 8 = 0
SOLUTION
If the last number was 9 we would have a perfect square root. We can do this by manipulating
the equation to:
x2 – 6x + 9 - 1 = 0 or x2 – 6x + 9 = 1
Factorize the left side into (x - 3)(x - 3) or (x - 3)2
Now solve by taking the square root. (x - 3) = √1 = ±1 so x = 4 or x = 2
Check x = 4 x2 – 6x + 8 = 0
42 – 6(4) + 8 =16–24+8=0 so, 4 is the root of the original equation.
1. x2 + 6x + 5 = 0
2. x2 + 12x + 20 = 0
3. x2 - 8x + 11 = 0
5. x2 - 4x - 3 = 0
QUADRATIC FORMULAE
A method of finding the solution to quadratic equations that is most reliable and widely used is
given here without proof.
Arrange the equation into the form ax2 + bx + c = 0
b2 − 4ac
The two solutions are then given by x=−b and this is the quadratic formula that
2a
should be memorized. Most scientific/engineering calculators can find the solution direct but this
formula is useful in advanced studies.
Solve 2x2 – 4x - 5= 0
SOLUTION
a = 2 b = -4 c = -5
x = 4 16+40 = 4 56 = 4 7.483
4 4 4
x = 11.483 or − 3.483 x = 2.871 or − 0.871
4 4
Check the answers
2(2.871)2 – 4(2.871) - 5= 0
2(-0.871)2 – 4(-0.871) - 5= 0
15
4. CUBIC EQUATIONS
The graphical method will not usually give exact answers depending on the scale of the graph.
Many cubic plots do not cross the y axis and there may be three, two, one or no real answers that
satisfy the equation.
We can rearrange the equation to make x3 the subject and plot two graphs like before. In this case
we have:
x3 = (- 10x2 + 20x + 50)/2 = (- 5x2 + 10x + 25)
If we let f1(x) = x3 and f2(x) = (- 5x2 + 10x + 25) and plot both functions against x, the point where
the graphs cross is the point where the functions are equal and give the answer for x.
16
WORKED EXAMPLE No. 4.1
Solve the following equation graphically. (4x3 – 3x2 - 36x + 27) = 4.67(x+1)
SOLUTION
SOLUTION
If we multiply out the brackets we get a quartic equation x4 - 6x2 -28x -24 = 0 This example is
to show how a graphical method may be used for any equation if the right approach is used.
A solution is to rearrange the equation to make two functions that can be plotted. This is the
method used here. Rearrange to the form (x2 – 6) = 32x/(4 +x2)
Let f1(x) = (x2 – 6) and f2(x) = 32x/(4 +x2)
Plot both over a suitable range and pick off the answers x = -0.75 and x = 3.6
17
SELF ASSESSMENT EXERCISE No. 4.1
2. A closed metal cylindrical canister has a mean radius R and length L. The surface area of the
metal used is given by the formula A = 2π(R2 + RL)
Given that the area is 1000 mm2 and the length is 20 mm what is the radius?
(Answers 6.1 mm, the negative answer is ignored as it is not physically possible)
3. A cylindrical vessel of diameter D and length L has hemispherical ends. The volume of the
vessel is hence given by V = π(DL + D3/6). If the volume is 200 x 103 mm3 and the length L is
50 mm, what is the diameter?
(Answer 33.83 mm, the other answer -33.83 mm is obviously only theoretical and not physical)
SAE 1.1
1. x = 3 m = 3 1/6
2. £3.50
SA2 1.2
1. 2H + H −H =12 4H + 3H − 6H =12 H =12 H=72
3 2 6 6 6 6
2. 6w + 12 - 3w + 6 = 2w w = -18
4. 50 mm
18
S.A.E. 2.1
1. (Answers x = -3, y = 3)
2. (Answers x = 4, y = -2)
3. (Answers x = 12, y = -20)
4. (Answers x = ½, y = 1/4)
5. (Answers x = 3/2, y = 1/5)
6. (Answers x = 88, y = 12)
7. (Answers x = 120, y = 5)
S.A.E. 3.1
1. (3 and – ½)
2. (2 and – 4)
3. (3 and – 1)
4. (3 and -1/7)
S.A.E. 3.2
S.A.E. 4.1
1. (Answers x = 3.2 or
2) (Answer x = 2.15)
(Answers x = -2 or 1.2 or 2.67)
2. (Answers 6.1 mm, the negative answer is ignored as it is not physically possible)
3. (Answer 33.83 mm, the other answer -33.83 mm is obviously only theoretical and not physical)
19