BM Chapter 3
BM Chapter 3
Chapter 03
Equations
Ms. S.Thevaka
Lecturer (Prob.) in Applied Mathematics & Computing
Faculty of Business Studies
Vavuniya Campus
Contents
1. Introduction to Equations
2. Simple Equations
• Solving simple equations
• Practical problems that lead to simple equations
4. Quadratic Equations
• Solving simultaneous equations
• Practical problems based on simple equations
1.Introduction to Equations
Balance Basics
To keep the scale
“balanced” the same amount
of weight must be placed on
both the left and right pan.
So if you add or remove
items from one pan you
must remove the same
amount from the other pan
to maintain balance.
Key technique to solving equations
An equation with only one unknown term with its power raised
to 1 is called a simple equation.
Example: 5x+3=3x+6
Solving Simple Equations
4m = 40 27 = 6 + b
a – 9 = 27 12d = 144
7p + 5 = 40 20 – y = 30
Here we will discuss about simultaneous equations which contain only two unknown terms.
Example: x+y=10
x-y=2
But if there are two simultaneous equations which differ from one another, there will be one value for (x,y)
which can satisfy both equations. Finding of this value is called the solving of a simultaneous equation.
Solving Simultaneous Equations by
Elimination
Previously, we learned how to solve systems of equations by
using addition or subtraction which eliminated one of the
variables.
(2) 3 x 12 y 51
Subtract the bottom equation
3x 2 y 9 from the top equation.
14 y 42
14 y 42 Solve for y.
14 14
Solve for x by substituting the
y3
value for y into one of the
3x 2 y 9 equations.
3 x 2(3) 9
3x 6 9 3 x 15
+6 +6 3 3 x5
3 x 15
Solving by Elimination
x 4 y 17
x5 y3
3x 2 y 9
Substitute the value of the variables into each equation to
determine if the solution is correct.
x 4 y 17 3x 2 y 9
5 4(3) 17 3(5) 2(3) 9
5 12 17 15 6 9
17 17 99
This system of equations represents two lines which intersect at
the point (5,3).
Solving by Elimination
1. 4 x 3 y 12
x 2 y 14
2. 16 x 8 y 12
12 x 6 y 9
3. 2x 4 y 3
3x 6 y 8
4.Quadratic Equations
x2 + 7x + 6 = (x + 6 )(x + 1 )
x2 + 7x + 6 = (x + 6)(x + 1) = 0
Now the equation as given is of the form ab = 0
set each factor equal to 0 and solve
x+6=0 x+1=0
x=–6 x=–1
3y – 2 = 0 4y + 1 = 0
3y = 2 4y = – 1
y = 2/3 y=–¼
Subtract 6x 5x – 6x = 0
2
5x2 – 6x = x(5x – 6) = 0
Now the equation as given is of the form ab = 0
set each factor equal to 0 and solve
5x – 6 = 0
x=0
5x = 6
x = 6/5
Solution: x = 0 and 6/5 x = {0, 6/5}
Solving by taking square roots
An alternate method of solving a quadratic
equation is using the Principle of Taking the
Square Root of Each Side of an Equation
If x2 = a, then
x=+ a
Ex: Solve by taking square roots 3x2 – 36 = 0
x 12
2
x 12
x 223
x2 3
Ex: Solve by taking square roots 4(z – 3)2 = 100
First, isolate the squared factor:
(z 3) 25
2
z 3 25
z–3=+5
z=3+5
z = 3 + 5 = 8 and z = 3 – 5 = – 2
Ex: Solve by taking square roots 5(x + 5)2 – 75 = 0
w2 + 6w
6 =–4
w2 + 6w + 9 = – 4 + 9
w2 + 6w + 9 = 5
(w + 3)2 = 5
w 3 5
w 3 5
w {3 5,3 5}
Ex: Solve 2r2 = 3 – 5r by completing the square
2r2 + 5r = 3 r2 + (5/2)r
(5/2)= (3/2)
=
r + (5/2)r + 25/16 = (3/2) + 25/16
2
25/16
r2 + (5/2)r + 25/16 = 24/16 + 25/16
(r + 5/4)2 = 49/16
Now take the square root of both sides
(r 5 / 4) 49 / 16
2
r 5 / 4 ( 7 / 4)
r (5 / 4) (7 / 4)
r = - (5/4) + (7/4) = 2/4 = ½
r = { ½ , - 3}
The Quadratic Formula
Consider a quadratic equation of the form ax 2
+ bx + c = 0 for a nonzero
Completing the square
ax bx c
2
b c
x x2
a a
b b c 2
b 2
x x
2
a 4a a 4a 2 2
The Quadratic Formula
b b 4ac
2
b 2
x x
2
a 4a 4a 4a
2 2 2
b b 4ac
2
2
x
2a 4a 2
b b 4ac 2
x
2a
Ex: Use the Quadratic Formula to solve x2 + 7x + 6 = 0
1 7 6
b b 2 4ac
x
2a
Identify a, b, and c in ax2 + bx + c = 0:
a= 1 b= 7 c= 6
x = { - 1, - 6 }
Ex: Use the Quadratic Formula to solve
2m2 + m – 10 = 0
2 1 – 10
Recall: For quadratic equation ax2 + bx + c = 0, the
solutions to a quadratic equation are given by
b b 2 4ac
m
2a
Identify a, b, and c in am2 + bm + c = 0:
a= 2 b= 1 c = - 10
m = { 2, - 5/2 }