SlideShare a Scribd company logo
1 of 15
Download to read offline
1
2.0 ALGEBRA
2.1 Solution of Simultaneous Equations with Three Unknowns
2.1.1 Introduction to Simultaneous Equations
Only one equation is necessary when finding the value of a single unknown quantity as with
simple equations. However, when an equation contains two unknown quantities it has an
infinite number of solutions. When two equations are available connecting the same two
unknown values then a unique solution is possible. Similarly, for three unknown quantities it is
necessary to have three equations in order to solve for a particular value of each of the unknown
quantities, and so on.
Equations that have to be solved together to find the unique values of the unknown quantities,
which are true for each of the equations, are called simultaneous equations.
Two methods of solving simultaneous equations analytically are:
(a) by substitution, and (b) by elimination.
Note:
Own your own read on the above two methods and matrices.
I. SOLUTION OF SIMULTANEOUS EQUATIONS USING MATRICES
The procedure for solving linear simultaneous equations in three unknowns using matrices is:
(i) write the equations in the form
a1x +b1 y +c1 z = d1
a2x +b2 y +c2 z = d2
a3x +b3 y +c3 z = d3
(ii) write the matrix equation corresponding to
these equations, i.e.
(
π‘Ž1 𝑏1 𝑐1
π‘Ž2 𝑏2 𝑐2
π‘Ž3 𝑏3 𝑐3
)Γ—(
π‘₯
𝑦
𝑧
)=(
𝑑1
𝑑2
𝑑3
)
(iii) determine the inverse matrix of
(
π‘Ž1 𝑏1 𝑐1
π‘Ž2 𝑏2 𝑐2
π‘Ž3 𝑏3 𝑐3
)
(iv) multiply each side of (ii) by the inverse
matrix, and
(v) solve for x, y and z by equating the corresponding
2
elements.
Problem 1.
Use matrices to solve the simultaneous equations:
x + y +z βˆ’4 =0 (1)
2x βˆ’3y +4z βˆ’33 =0 (2)
3x βˆ’2y βˆ’2z βˆ’2 =0 (3)
(i) Writing the equations in the a1x +b1 y +c1 z = d1
form gives:
x + y +z = 4
2x βˆ’3y +4z = 33
3x βˆ’2y βˆ’2z = 2
(ii) The matrix equation is
(
1 1 1
2 βˆ’3 4
3 βˆ’2 βˆ’2
)Γ—(
π‘₯
𝑦
𝑧
)=(
4
33
2
)
(iii) The inverse matrix of
A =(
1 1 1
2 βˆ’3 4
3 βˆ’2 βˆ’2
)
is given by Aβˆ’1
=
π‘Žπ‘‘π‘— 𝐴
|𝐴|
The adjoint of A is the transpose of the matrix of the cofactors of the elements.
The matrix of cofactors is
(
14 16 5
0 βˆ’5 5
7 βˆ’2 βˆ’5
)
and the transpose of this matrix gives
adj A =(
14 0 7
16 βˆ’5 βˆ’2
5 5 βˆ’5
)
The determinant of A, i.e. the sum of the products of elements and their cofactors, using a first
row expansion is
1|
βˆ’3 4
βˆ’2 βˆ’2
|βˆ’1|
2 4
3 βˆ’2
|+1|
2 βˆ’3
3 βˆ’2
|= (1Γ—14)βˆ’(1Γ—(βˆ’16))+(1Γ—5) = 35
Hence the inverse of A,
Aβˆ’1
=
1
35
(
14 0 7
16 βˆ’5 βˆ’2
5 5 βˆ’2
)
3
(iv) Multiplying each side of (ii) by (iii), and remembering that AΓ— Aβˆ’1
= I , the unit matrix,
gives
(
1 0 0
0 1 0
0 0 1
)Γ—(
π‘₯
𝑦
𝑧
)=
1
35
(
14 0 7
16 βˆ’5 βˆ’2
5 5 βˆ’5
)Γ—(
4
33
2
)
(
π‘₯
𝑦
𝑧
) =
1
35
(
(14 Γ— 4) + (0 Γ— 33) + (7 Γ— 2)
(16 Γ— 4) + ((βˆ’5) Γ— 33) + ((βˆ’2) Γ— 2
(5 Γ— 4) + (5 Γ— 33) + ((βˆ’5) Γ— 2)
)=
1
35
(
70
βˆ’105
175
) =(
2
βˆ’3
5
)
(v) By comparing corresponding elements, x = 2, y=βˆ’3, z = 5, which can be checked in the
original equations.
ASSIGNMENT 1
In Problems 1 to 3 use matrices to solve the simultaneous equations given.
1. x +2y +3z = 5
2x βˆ’3y βˆ’z = 3
βˆ’3x +4y +5z = 3
2. 3a +4bβˆ’3c = 2
βˆ’2a +2b +2c = 15
7a βˆ’5b+4c = 26
3. p +2q +3r +7.8 = 0
2 p +5q βˆ’r βˆ’1.4 = 0
5 p βˆ’q +7r βˆ’3.5 = 0
4. The relationship between the displacement, s, velocity, v, and acceleration, a, of a piston
is given by the equations:
s +2v +2a = 4
3s βˆ’v +4a = 25
3s +2v βˆ’a =βˆ’4
Use matrices to determine the values of s, v and a.
5. In a mechanical system, acceleration π‘₯̈, velocity π‘₯Μ‡ and distance x are related by the
simultaneous equations:
3.4π‘₯̈ +7.0π‘₯Μ‡ βˆ’13.2x =βˆ’11.39
βˆ’6.0π‘₯Μ‡ +4.0π‘₯Μ‡ +3.5x = 4.98
2.7π‘₯̈ +6.0π‘₯Μ‡ +7.1x = 15.91
Use matrices to find the values of Β¨ x, Λ™ x and x
II. SOLUTION OF SIMULTANEOUS EQUATIONS USING DETERMINANTS
When solving simultaneous equations in three unknowns using determinants:
4
(i) Write the equations in the form
a1x +b1 y +c1z +d1 = 0
a2x +b2 y +c2 z +d2 = 0
a3x +b3 y +c3z +d3 = 0
and then
(ii) the solution is given by
π‘₯
𝐷π‘₯
=
βˆ’π‘¦
𝐷𝑦
=
𝑧
𝐷𝑧
=
βˆ’1
𝐷
where D = x|
𝑏1 𝑐1 𝑑1
𝑏2 𝑐2 𝑑2
𝑏3 𝑐3 𝑑3
|
i.e. the determinant of the coefficients obtained by covering up the x column.
Dy =|
π‘Ž1 𝑐1 𝑑1
π‘Ž2 𝑐2 𝑑2
π‘Ž3 𝑐3 𝑑3
|
i.e., the determinant of the coefficients obtained by covering up the y column.
Dz =|
π‘Ž1 𝑏1 𝑑1
π‘Ž2 𝑏2 𝑑2
π‘Ž3 𝑏3 𝑑3
|
i.e. the determinant of the coefficients obtained by covering up the z column.
and
D =|
π‘Ž1 𝑏1 𝑐1
π‘Ž2 𝑏2 𝑐2
π‘Ž3 𝑏3 𝑐3
|
i.e. the determinant of the coefficients obtained by covering up the constants column.
Problem 1.
A d.c. circuit comprises three closed loops. Applying Kirchhoff’s laws to the closed loops gives
the following equations for current flow in milliamperes:
2I1 +3I2 βˆ’4I3 = 26
I1 βˆ’5I2 βˆ’3I3 =βˆ’87
βˆ’7I1 +2I2 +6I3 = 12
Use determinants to solve for I1, I2 and I3
(i) Writing the equations in the a1x +b1 y +c1 z +d1 = 0 form gives:
2I1 +3I2 βˆ’4I3 βˆ’26 = 0
I1 βˆ’5I2 βˆ’3I3 +87 = 0
βˆ’7I1 +2I2 +6I3 βˆ’12 = 0
(ii) The solution is given by
5
𝐼1
𝐷𝐼1
=
βˆ’πΌ2
𝐷𝐼2
=
𝐼3
𝐷𝐼3
=
βˆ’1
𝐷
where DI1 is the determinant of coefficients obtained by covering up the I1 column, i.e.
DI1=|
3 βˆ’4 βˆ’26
βˆ’5 βˆ’3 87
2 6 βˆ’12
|
= (3)|
βˆ’3 87
6 βˆ’12
|βˆ’(βˆ’4)|
βˆ’5 87
2 βˆ’12
|+(βˆ’26)|
βˆ’5 βˆ’3
2 6
|
= 3(βˆ’486)+4(βˆ’114)βˆ’26(βˆ’24)
= βˆ’1290
DI2=|
2 βˆ’4 βˆ’26
1 βˆ’3 87
βˆ’7 6 βˆ’12
|
= (2)(36βˆ’522)βˆ’(βˆ’4)(βˆ’12+609)+(βˆ’26)(6βˆ’21)
=βˆ’972+2388+390
= 1806
DI3=|
2 3 βˆ’26
1 βˆ’5 87
βˆ’7 2 βˆ’12
|
= (2)(60 βˆ’174)βˆ’(3)(βˆ’12+609)+(βˆ’26)(2βˆ’35)
=βˆ’228βˆ’1791+858 = βˆ’1161
and D =|
2 3 βˆ’4
1 βˆ’5 βˆ’3
βˆ’7 2 6
|
= (2)(βˆ’30+6)βˆ’(3)(6βˆ’21)+(βˆ’4)(2βˆ’35)
=βˆ’48+45+132 = 129
Thus
𝐼1
βˆ’1290
=
βˆ’πΌ2
1806
=
𝐼3
βˆ’1161
=
βˆ’1
129
giving
I1 =
βˆ’1290
βˆ’129
=10mA,
I2 =
1806
129
= 14mA
and I3 =
1161
129
= 9mA
6
ASSIGNMENT 2
In Problems 1 to 2 use determinants to solve the simultaneous equations given.
1. 3x +4y +z = 10
2x βˆ’3y +5z +9 = 0
x +2y βˆ’z = 6
2. 1.2 p βˆ’2.3q βˆ’3.1r +10.1 = 0
4.7 p +3.8q βˆ’5.3r βˆ’21.5 = 0
3.7 p βˆ’8.3q +7.4r +28.1 = 0
8. Kirchhoff’s laws are used to determine the current equations in an electrical network and
show that
i1 +8i2 +3i3 =βˆ’31
3i1 βˆ’2i2 +i3 =βˆ’5
2i1 βˆ’3i2 +2i3 = 6
Use determinants to solve for i1, i2 and i3.
III. SOLUTION OF SIMULTANEOUS EQUATIONS USING CRAMERS RULE
Cramers rule states that if
a11x +a12 y +a13z = b1
a21x +a22 y +a23z = b2
a31x +a32 y +a33z = b3
then x =
𝑫𝒙
𝑫
, y =
π‘«π’š
𝑫
and z =
𝑫𝒛
𝑫
where D =|
π‘Ž11 π‘Ž12 π‘Ž13
π‘Ž21 π‘Ž22 π‘Ž23
π‘Ž31 π‘Ž32 π‘Ž33
|
Dx =|
𝑏1 π‘Ž12 π‘Ž13
𝑏2 π‘Ž22 π‘Ž23
𝑏3 π‘Ž32 π‘Ž33
|
i.e. the x-column has been replaced by the R.H.S. b column
Dy =|
π‘Ž11 𝑏1 π‘Ž13
π‘Ž21 𝑏2 π‘Ž23
π‘Ž31 𝑏3 π‘Ž33
|
i.e. the y-column has been replaced by the R.H.S. b column
Dz =|
π‘Ž11 π‘Ž12 𝑏1
π‘Ž21 π‘Ž22 𝑏2
π‘Ž31 π‘Ž32 𝑏3
|
i.e. the z-column has been replaced by the R.H.S. b column.
7
Problem 1.
Solve the following simultaneous equations using Cramers rule
x + y +z = 4
2x βˆ’3y +4z = 33
3x βˆ’2y βˆ’2z = 2
D =|
1 1 1
2 βˆ’3 4
3 βˆ’2 βˆ’2
|
= 1(6βˆ’(βˆ’8))βˆ’1((βˆ’4)βˆ’12)+1((βˆ’4)βˆ’(βˆ’9)) = 14+16+5 = 35
Dx =|
4 1 1
3 βˆ’3 4
2 βˆ’2 βˆ’2
|
= 4(6βˆ’(βˆ’8))βˆ’1((βˆ’66)βˆ’8)+1((βˆ’66)βˆ’(βˆ’6)) = 56+74βˆ’60 = 70
Dy =|
1 4 1
2 33 4
3 2 βˆ’2
|
= 1((βˆ’66)βˆ’8)βˆ’4((βˆ’4)βˆ’12)+1(4 βˆ’99)=βˆ’74+64βˆ’95 = βˆ’105
Dz =|
1 1 4
2 βˆ’3 33
3 βˆ’2 2
|
= 1((βˆ’6)βˆ’(βˆ’66))βˆ’1(4 βˆ’99)+4((βˆ’4)βˆ’(βˆ’9)) = 60+95+20 = 175
Hence
x =
𝐷π‘₯
𝐷
=
70
35
= 2, y =
𝐷𝑦
𝐷
=
βˆ’105
35
= βˆ’3 and z =
𝐷𝑧
𝐷
=
175
35
= 5
ASSIGNMENT 3
In Problems 1 to 2 use Cramers rule to solve the simultaneous equations given.
1. x +2y +3z = 5
2x βˆ’3y βˆ’z = 3
βˆ’3x +4y +5z = 3
2. 3a +4bβˆ’3c = 2
βˆ’2a +2b +2c = 15
7a βˆ’5b+4c = 26
8
2.2 Solution of Quadratic Equations
2.2.1 Introduction to Quadratic Equations
An equation is a statement that two quantities are equal and to β€˜solve an equation’ means β€˜to
find the value of the unknown’. The value of the unknown is called the root of the equation.
A quadratic equation is one in which the highest power of the unknown quantity is 2. For
example, x2
βˆ’3x +1=0 is a quadratic equation.
2.3 Solution of quadratic equations.
There are four methods of solving quadratic equations.
These are: (i) by factorisation (where possible)
(ii) by β€˜completing the square’
(iii) by using the β€˜quadratic formula’
or (iv) graphically
I. Solution of quadratic equations by factorization
Multiplying out (2x+1)(x βˆ’3) gives 2x2
βˆ’6x +x βˆ’3, i.e. 2x2
βˆ’5x βˆ’3. The reverse process of moving
from 2x2
βˆ’5x βˆ’3 to (2x+1)(xβˆ’3) is called factorising.
If the quadratic expression can be factorised this provides the simplest method of solving a
quadratic equation.
For example, if 2x2
βˆ’5x βˆ’3 = 0, then, by factorising: (2x +1)(x βˆ’3) = 0
Hence either (2x +1) =0 i.e. x = βˆ’
1
2
or (x βˆ’3) =0 i.e. x = 3
The technique of factorising is often one of β€˜trial and error’.
Problem 1.
Solve the equations:
(a) x2
+2x βˆ’8=0 (b) 3x2
βˆ’11x βˆ’4=0 by factorization
(a) x2
+2x βˆ’8=0.
The factors of x2
are x and x. These are placed in brackets thus: (x )(x )
The factors ofβˆ’8 are+8 andβˆ’1, orβˆ’8 and+1, or +4 and βˆ’2, or βˆ’4 and +2. The only combination
to given a middle term of +2x is +4 and βˆ’2, i.e. x2
+2x βˆ’8 = (x +4)(x βˆ’2)
(Note that the product of the two inner terms added
to the product of the two outer terms must equal
to the middle term, +2x in this case.)
The quadratic equation x2
+2x βˆ’8=0 thus becomes (x +4)(xβˆ’2)=0.
Since the only way that this can be true is for either the first or the second, or both factors to be
zero, then
either (x +4) =0 i.e. x =βˆ’4
9
or (x βˆ’2) =0 i.e. x = 2
Hence the roots of x2 + 2x βˆ’ 8=0 are x=βˆ’4 and 2
(b) 3x2
βˆ’11xβˆ’4=0
The factors of 3x2
are 3x and x. These are placed in brackets thus: (3x )(x )
The factors of βˆ’4 are βˆ’4 and +1, or +4 and βˆ’1, or βˆ’2 and 2.
Remembering that the product of the two inner terms added to the product of the two outer terms
must equal βˆ’11x, the only combination to give this is +1 and βˆ’4, i.e.
3x2
βˆ’11x βˆ’4 = (3x +1)(x βˆ’4)
The quadratic equation 3x2
βˆ’11xβˆ’4=0 thus becomes (3x +1)(xβˆ’4)=0.
Hence, either (3x +1) =0 i.e. x=βˆ’
𝟏
πŸ‘
or (x βˆ’4) =0 i.e. x = 4
and both solutions may be checked in the original equation.
Problem 2.
Determine the roots of:
(a) x2
βˆ’6x +9=0, and (b) 4x2
βˆ’25=0, by factorization
(a) x2
βˆ’6x+9=0.
Hence (x βˆ’3) (x βˆ’3)=0, i.e. (xβˆ’3)2=0 (the left-hand side is known as a perfect square). Hence
x=3 is the only root of the equation x2
βˆ’6x +9=0.
(b) 4x2
βˆ’25=0
(the left-hand side is the difference of two squares, (2x)2
and (5)2
). Thus
(2x+5)(2xβˆ’5)=0. Hence either (2x +5) =0 i.e. x=βˆ’
πŸ“
𝟐
or (2x βˆ’5) =0 i.e. x =
πŸ“
𝟐
Problem 3.
The roots of quadratic equation are
1
3
and βˆ’2. Determine the equation.
If the roots of a quadratic equation are Ξ± and Ξ² then (x βˆ’Ξ±)(x βˆ’Ξ²)=0.
Hence if Ξ±=
1
3
and Ξ²=βˆ’2, then
(π‘₯ βˆ’
1
3
) βˆ’ (π‘₯ βˆ’ (βˆ’2)) = 0
(π‘₯ βˆ’
1
3
) (π‘₯ + 2) = 0
π‘₯2
βˆ’
1
3
π‘₯ + 2π‘₯ βˆ’
2
3
= 0
π‘₯2
+
5
3
π‘₯ βˆ’
2
3
= 0
10
Hence 3x2+5xβˆ’2 = 0
ASSIGNMENT
In Problems 1 to 4, solve the given equations by factorisation.
1. x2
+4x βˆ’32=0
2. x2
βˆ’16=0
3. (x +2)2
=16
4. 2x2
βˆ’x βˆ’3=0
In Problems 5 to 6, determine the quadratic equations in x whose roots are:
5. 3 and 1
6. 2 and βˆ’5
II. Solution of quadratic equations by β€˜completing the square’
An expression such as x2
or (x+2)2
or (x βˆ’3)2
is called a perfect square.
If x2
=3 then x=±√3
If (x+2)2
=5 then x+2=±√5 and x=βˆ’2±√5
If (xβˆ’3)2
=8 then xβˆ’3=±√8 and x =3±√8
Hence if a quadratic equation can be rearranged so that one side of the equation is a perfect
square and the other side of the equation is a number, then the solution of the equation is readily
obtained by taking the square roots of each side as in the above examples. The process of
rearranging one side of a quadratic equation into a perfect square before solving is called
β€˜completing the square’.
(x +a)2
= x2
+2ax +a2
Thus in order to make the quadratic expression x2
+2ax into a perfect square it is necessary to add
(half the coefficient of x)2
i.e. (
2π‘Ž
2
)
2
or a2
For example, x2
+3x becomes a perfect square by adding
(
3
2
)
2
, i.e. x2
+3x +(
3
2
)
2
=(π‘₯ +
3
2
)
2
The method is demonstrated in the following worked problems.
Problem 1.
Solve 2x2
+5x =3 by β€˜completing the square’
The procedure is as follows:
1. Rearrange the equations so that all terms are on the same side of the equals sign (and the
coefficient of the x2
term is positive).
Hence 2x2
+5x βˆ’3=0
2. Make the coefficient of the x2
term unity. In this case this is achieved by dividing throughout
by 2. Hence
11
2π‘₯2
2
+
5π‘₯
2
βˆ’
3
2
= 0
i.e. x2
+
5π‘₯
2
βˆ’
3
2
= 0
3. Rearrange the equations so that the x2
and x terms are on one side of the equals sign and the
constant is on the other side, Hence
π‘₯2
+
5π‘₯
2
=
3
2
4. Add to both sides of the equation (half the coefficient of x)2
. In this case the coefficient of x is
5
2
.
Half the coefficient squared is therefore (
5
4
)
2
.
Thus, x2
+
5π‘₯
2
+(
5
4
)
2
=
3
2
+(
5
4
)
2
The LHS is now a perfect square, i.e.
(π‘₯ +
5
4
)
2
=
3
2
+(
5
4
)
2
5. Evaluate the RHS. Thus
(π‘₯ +
5
4
)
2
=
3
2
+
25
16
=
24+25
16
=
49
16
6. Taking the square root of both sides of the equation (remembering that the square root of a
number gives a Β± answer). Thus
√(π‘₯ +
5
4
)
2
=√
49
16
i.e. π‘₯ +
5
4
=Β±
7
4
7. Solve the simple equation. Thus
x =βˆ’
5
4
Β±
7
4
i.e. x =βˆ’
5
4
+
7
4
=
2
4
=
1
2
and x =βˆ’
5
4
βˆ’
7
4
= βˆ’
12
4
= βˆ’3
Hence x=
𝟏
𝟐
or βˆ’3 are the roots of the equation 2x2
+5x =3
Problem 7.
Solve 2x2
+9x +8=0, correct to 3 significant figures, by β€˜completing the square’
12
Making the coefficient of x2
unity gives:
x2
+
9
2
π‘₯ + 4 = 0
and rearranging gives: x2
+
9
2
π‘₯ = βˆ’4
Adding to both sides (half the coefficient of x)2 gives:
x2
+
9
2
π‘₯+(
9
4
)
2
= (
9
4
)
2
βˆ’ 4
The LHS is now a perfect square, thus:
(π‘₯ +
9
4
)
2
=
81
16
βˆ’ 4 =
17
16
Taking the square root of both sides gives:
π‘₯ +
9
4
= √
17
16
=Β±1.031
Hence x =βˆ’
9
4
Β±1.031
i.e. x=βˆ’1.22 or βˆ’3.28, correct to 3 significant figures.
ASSIGNMENT
Solve the following equations by completing the square, each correct to 3 decimal places.
1. x2
+4x +1=0
2. 2x2
+5x βˆ’4=0
3. 3x2
βˆ’x βˆ’5=0
III. Solution of quadratic equations by β€˜quadratic formula’
Let the general form of a quadratic equation be given by:
ax2
+bx +c = 0
where a, b and c are constants.
Dividing ax2
+bx+c=0 by a gives:
x2
+
𝑏
π‘Ž
π‘₯ +
𝑐
π‘Ž
= 0
Rearranging gives:
x2
+
𝑏
π‘Ž
π‘₯ = βˆ’
𝑐
π‘Ž
Adding to each side of the equation the square of half the coefficient of the terms in x to make
the LHS a perfect square gives:
x2
+
𝑏
π‘Ž
π‘₯ + (
𝑏
2π‘Ž
)
2
= (
𝑏
2π‘Ž
)
2
βˆ’
𝑐
π‘Ž
Rearranging gives:
(x +
𝑏
π‘Ž
)
2
=
𝑏2
4π‘Ž2 βˆ’
𝑐
π‘Ž
=
𝑏2βˆ’4π‘Žπ‘
4π‘Ž2
13
Taking the square root of both sides gives:
x +
𝑏
2π‘Ž
=√
𝑏2βˆ’4π‘Žπ‘
4π‘Ž2 =
Β±βˆšπ‘2βˆ’4π‘Žπ‘
2π‘Ž
Hence x =βˆ’
𝑏
2π‘Ž
Β±βˆšπ‘2βˆ’4π‘Žπ‘
2π‘Ž
i.e. the quadratic formula is: x =
βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘
2π‘Ž
(This method of solution is β€˜completing the square’.
Summarising:
if ax2
+bx +c = 0
then x =
βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘
2π‘Ž
This is known as the quadratic formula.
Problem 9.
Solve (a) x2
+2x βˆ’8=0 and (b) 3x2
βˆ’11xβˆ’4=0 by using the quadratic formula
(a) Comparing x2
+2x βˆ’8=0 with ax2
+bx+c=0 gives a=1, b=2 and c=βˆ’8.
Substituting these values into the quadratic formula
x =
βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘
2π‘Ž
gives
x =
βˆ’2±√22βˆ’4(1)βˆ’(8)
2(1)
=
βˆ’2±√4+32
2
=
βˆ’2±√36
2
=
βˆ’2Β±6
2
=
βˆ’2+6
2
or
βˆ’2βˆ’6
2
Hence x=
4
2
=2 or
βˆ’8
2
=βˆ’4
(b) Comparing 3x2
βˆ’11xβˆ’4=0with ax2
+bx+c=0 gives a=3, b=βˆ’11 and c=βˆ’4. Hence,
x =
βˆ’(βˆ’11)±√(βˆ’11)2βˆ’4(3)(βˆ’4)
2(3)
=
βˆ’(βˆ’11)±√121+48
6
=
11±√169
6
=
11Β±13
6
=
11+13
6
or
11βˆ’13
6
Hence x=
24
6
=4 or
βˆ’2
6
= βˆ’
1
3
ASSIGNMENT
Solve the following equations by using the quadratic formula, correct to 3 decimal places.
1. 2x2+5x βˆ’4=0
2. 5.76x2+2.86x βˆ’1.35=0
14
PRACTICAL PROBLEMS INVOLVING QUADRATIC EQUATIONS
There are many practical problems where a quadratic equation has first to be obtained, from
given information, before it is solved.
Problem 1.
Calculate the diameter of a solid cylinder which has a height of 82.0cm and a total surface area
of 2.0m2
Total surface area of a cylinder = curved surface area + 2 circular ends = 2Ο€rh +2Ο€r2
(where r =radius and h=height)
Since the total surface area = 2.0m2
and the height h=82cm or 0.82m, then
2.0 = 2Ο€r(0.82)+2Ο€r2
i.e. 2Ο€r2
+2Ο€r(0.82)βˆ’2.0=0
Dividing throughout by 2Ο€ gives:
r2 +0.82r βˆ’
1
πœ‹
= 0
Using the quadratic formula:
r =
βˆ’0.82±√(0.82)2βˆ’4(1)(
1
πœ‹
)
2(1)
=
βˆ’0.82±√1.9456
2
=
βˆ’0.82Β±1.3948
2
= 0.2874 or βˆ’1.1074
Thus the radius r of the cylinder is 0.2874m (the negative solution being neglected).
Hence the diameter of the cylinder = 2Γ—0.2874= 0.5748m or 57.5 cm correct to 3 significant
figures.
Problem 12.
The height s metres of a mass projected vertically upward at time t seconds is s=ut βˆ’
1
2
gt2
.
Determine how long the mass will take after being projected to reach a height of 16m
(a) on the ascent and (b) on the descent, when u=30m/s and g=9.81m/s2
.
When height s=16m, 16=30t βˆ’
1
2
(9.81)t2
i.e. 4.905t2
βˆ’30t +16 = 0
Using the quadratic formula:
t =
βˆ’(βˆ’30)±√(βˆ’30)2βˆ’4(4.905)(16)
2(4.905)
=
30±√586.1
9.81
=
30Β±24.21
9.81
= 5.53 or 0.59
Hence the mass will reach a height of 16 m after 0.59 s
on the ascent and after 5.53 s on the descent.
15

More Related Content

Similar to algebra lesson notes (best).pdf

Assignment chapters 3 to 7
Assignment chapters 3 to 7Assignment chapters 3 to 7
Assignment chapters 3 to 7KarunaGupta1982
Β 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYssuser2e348b
Β 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
Β 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometrydionesioable
Β 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
Β 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsMervin Dayrit
Β 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.pptAaronChi5
Β 
Straight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptxStraight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptxKviskvis
Β 
Linear equation in 2 variable class 10
Linear equation in 2 variable class 10Linear equation in 2 variable class 10
Linear equation in 2 variable class 10AadhiSXA
Β 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluationPuna Ripiye
Β 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Brit4
Β 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Harsh Arora
Β 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed MD. G R Ahmed
Β 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functionsdionesioable
Β 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equationskhyps13
Β 
Cbse 12 Class Maths Sample Papers Model 4
Cbse 12 Class Maths Sample Papers Model 4 Cbse 12 Class Maths Sample Papers Model 4
Cbse 12 Class Maths Sample Papers Model 4 Sunaina Rawat
Β 
Digital textbook -EXPONENTS AND POWERS
Digital textbook -EXPONENTS AND POWERSDigital textbook -EXPONENTS AND POWERS
Digital textbook -EXPONENTS AND POWERSGANESHKRISHNANG
Β 

Similar to algebra lesson notes (best).pdf (20)

Assignment chapters 3 to 7
Assignment chapters 3 to 7Assignment chapters 3 to 7
Assignment chapters 3 to 7
Β 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
Β 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
Β 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
Β 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
Β 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
Β 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
Β 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.ppt
Β 
Straight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptxStraight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptx
Β 
Linear equation in 2 variable class 10
Linear equation in 2 variable class 10Linear equation in 2 variable class 10
Linear equation in 2 variable class 10
Β 
Aieee Maths 2004
Aieee Maths  2004Aieee Maths  2004
Aieee Maths 2004
Β 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluation
Β 
Chapter 2
Chapter  2Chapter  2
Chapter 2
Β 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
Β 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
Β 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed
Β 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
Β 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
Β 
Cbse 12 Class Maths Sample Papers Model 4
Cbse 12 Class Maths Sample Papers Model 4 Cbse 12 Class Maths Sample Papers Model 4
Cbse 12 Class Maths Sample Papers Model 4
Β 
Digital textbook -EXPONENTS AND POWERS
Digital textbook -EXPONENTS AND POWERSDigital textbook -EXPONENTS AND POWERS
Digital textbook -EXPONENTS AND POWERS
Β 

More from CyprianObota

AREA NAVVIGATION.pptx
AREA NAVVIGATION.pptxAREA NAVVIGATION.pptx
AREA NAVVIGATION.pptxCyprianObota
Β 
Principles of Communication Systems 2.docx
Principles of Communication Systems 2.docxPrinciples of Communication Systems 2.docx
Principles of Communication Systems 2.docxCyprianObota
Β 
Elementary algebra notes 001.pdf
Elementary algebra notes 001.pdfElementary algebra notes 001.pdf
Elementary algebra notes 001.pdfCyprianObota
Β 
UNDERWATER LACATOR BEACON.pptx
UNDERWATER LACATOR BEACON.pptxUNDERWATER LACATOR BEACON.pptx
UNDERWATER LACATOR BEACON.pptxCyprianObota
Β 
Simultaneous equations teaching.pdf
Simultaneous equations teaching.pdfSimultaneous equations teaching.pdf
Simultaneous equations teaching.pdfCyprianObota
Β 
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docx
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docxTRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docx
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docxCyprianObota
Β 
Tuned radio frequency TRF receiver.docx
Tuned radio frequency TRF receiver.docxTuned radio frequency TRF receiver.docx
Tuned radio frequency TRF receiver.docxCyprianObota
Β 
INERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxINERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxCyprianObota
Β 
The Global Positioning System notes.docx
The Global Positioning System notes.docxThe Global Positioning System notes.docx
The Global Positioning System notes.docxCyprianObota
Β 
RADIO RECEIVER STAGES.pptx
RADIO RECEIVER STAGES.pptxRADIO RECEIVER STAGES.pptx
RADIO RECEIVER STAGES.pptxCyprianObota
Β 
RADIO WAVES.docx
RADIO WAVES.docxRADIO WAVES.docx
RADIO WAVES.docxCyprianObota
Β 
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptx
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptxTRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptx
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptxCyprianObota
Β 
Radio REceiver RF,mixer and Detector.docx
Radio REceiver RF,mixer and Detector.docxRadio REceiver RF,mixer and Detector.docx
Radio REceiver RF,mixer and Detector.docxCyprianObota
Β 
MAINTENANCE OF COMMS SYSTEMS.pptx
MAINTENANCE OF  COMMS SYSTEMS.pptxMAINTENANCE OF  COMMS SYSTEMS.pptx
MAINTENANCE OF COMMS SYSTEMS.pptxCyprianObota
Β 
RADIO RECEIVERS.pptx
RADIO RECEIVERS.pptxRADIO RECEIVERS.pptx
RADIO RECEIVERS.pptxCyprianObota
Β 
RADIO TRANSMITTERS.docx
RADIO TRANSMITTERS.docxRADIO TRANSMITTERS.docx
RADIO TRANSMITTERS.docxCyprianObota
Β 
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docx
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docxINTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docx
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docxCyprianObota
Β 
Instrument landing system.docx
Instrument landing system.docxInstrument landing system.docx
Instrument landing system.docxCyprianObota
Β 
Radio receiver ccts images.docx
Radio receiver ccts images.docxRadio receiver ccts images.docx
Radio receiver ccts images.docxCyprianObota
Β 
Quarter wave vertical antenna.docx
Quarter wave vertical antenna.docxQuarter wave vertical antenna.docx
Quarter wave vertical antenna.docxCyprianObota
Β 

More from CyprianObota (20)

AREA NAVVIGATION.pptx
AREA NAVVIGATION.pptxAREA NAVVIGATION.pptx
AREA NAVVIGATION.pptx
Β 
Principles of Communication Systems 2.docx
Principles of Communication Systems 2.docxPrinciples of Communication Systems 2.docx
Principles of Communication Systems 2.docx
Β 
Elementary algebra notes 001.pdf
Elementary algebra notes 001.pdfElementary algebra notes 001.pdf
Elementary algebra notes 001.pdf
Β 
UNDERWATER LACATOR BEACON.pptx
UNDERWATER LACATOR BEACON.pptxUNDERWATER LACATOR BEACON.pptx
UNDERWATER LACATOR BEACON.pptx
Β 
Simultaneous equations teaching.pdf
Simultaneous equations teaching.pdfSimultaneous equations teaching.pdf
Simultaneous equations teaching.pdf
Β 
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docx
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docxTRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docx
TRAFFIC COLLISION AVOIDANCE SYSTEM NOTES 2.docx
Β 
Tuned radio frequency TRF receiver.docx
Tuned radio frequency TRF receiver.docxTuned radio frequency TRF receiver.docx
Tuned radio frequency TRF receiver.docx
Β 
INERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxINERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptx
Β 
The Global Positioning System notes.docx
The Global Positioning System notes.docxThe Global Positioning System notes.docx
The Global Positioning System notes.docx
Β 
RADIO RECEIVER STAGES.pptx
RADIO RECEIVER STAGES.pptxRADIO RECEIVER STAGES.pptx
RADIO RECEIVER STAGES.pptx
Β 
RADIO WAVES.docx
RADIO WAVES.docxRADIO WAVES.docx
RADIO WAVES.docx
Β 
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptx
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptxTRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptx
TRAFFIC COLLISION AVOIDANCE SYSTEM(TCAS).pptx
Β 
Radio REceiver RF,mixer and Detector.docx
Radio REceiver RF,mixer and Detector.docxRadio REceiver RF,mixer and Detector.docx
Radio REceiver RF,mixer and Detector.docx
Β 
MAINTENANCE OF COMMS SYSTEMS.pptx
MAINTENANCE OF  COMMS SYSTEMS.pptxMAINTENANCE OF  COMMS SYSTEMS.pptx
MAINTENANCE OF COMMS SYSTEMS.pptx
Β 
RADIO RECEIVERS.pptx
RADIO RECEIVERS.pptxRADIO RECEIVERS.pptx
RADIO RECEIVERS.pptx
Β 
RADIO TRANSMITTERS.docx
RADIO TRANSMITTERS.docxRADIO TRANSMITTERS.docx
RADIO TRANSMITTERS.docx
Β 
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docx
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docxINTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docx
INTRODUCTION TO RADIO COMMUNICATION SYSTEMS 1.docx
Β 
Instrument landing system.docx
Instrument landing system.docxInstrument landing system.docx
Instrument landing system.docx
Β 
Radio receiver ccts images.docx
Radio receiver ccts images.docxRadio receiver ccts images.docx
Radio receiver ccts images.docx
Β 
Quarter wave vertical antenna.docx
Quarter wave vertical antenna.docxQuarter wave vertical antenna.docx
Quarter wave vertical antenna.docx
Β 

Recently uploaded

Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
Β 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxEran Akiva Sinbar
Β 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
Β 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxNandakishor Bhaurao Deshmukh
Β 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxdharshini369nike
Β 
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |aasikanpl
Β 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024AyushiRastogi48
Β 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
Β 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
Β 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptArshadWarsi13
Β 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
Β 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
Β 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫qfactory1
Β 
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.aasikanpl
Β 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2John Carlo Rollon
Β 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10ROLANARIBATO3
Β 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxVarshiniMK
Β 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsCharlene Llagas
Β 

Recently uploaded (20)

Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
Β 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Β 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
Β 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
Β 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptx
Β 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
Β 
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |
Call Us ≽ 9953322196 β‰Ό Call Girls In Lajpat Nagar (Delhi) |
Β 
Hot Sexy call girls in Moti Nagar,πŸ” 9953056974 πŸ” escort Service
Hot Sexy call girls in  Moti Nagar,πŸ” 9953056974 πŸ” escort ServiceHot Sexy call girls in  Moti Nagar,πŸ” 9953056974 πŸ” escort Service
Hot Sexy call girls in Moti Nagar,πŸ” 9953056974 πŸ” escort Service
Β 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024
Β 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Β 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Β 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.ppt
Β 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
Β 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Β 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫
Β 
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.
Call Girls in Munirka Delhi πŸ’―Call Us πŸ”9953322196πŸ” πŸ’―Escort.
Β 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2
Β 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10
Β 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptx
Β 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of Traits
Β 

algebra lesson notes (best).pdf

  • 1. 1 2.0 ALGEBRA 2.1 Solution of Simultaneous Equations with Three Unknowns 2.1.1 Introduction to Simultaneous Equations Only one equation is necessary when finding the value of a single unknown quantity as with simple equations. However, when an equation contains two unknown quantities it has an infinite number of solutions. When two equations are available connecting the same two unknown values then a unique solution is possible. Similarly, for three unknown quantities it is necessary to have three equations in order to solve for a particular value of each of the unknown quantities, and so on. Equations that have to be solved together to find the unique values of the unknown quantities, which are true for each of the equations, are called simultaneous equations. Two methods of solving simultaneous equations analytically are: (a) by substitution, and (b) by elimination. Note: Own your own read on the above two methods and matrices. I. SOLUTION OF SIMULTANEOUS EQUATIONS USING MATRICES The procedure for solving linear simultaneous equations in three unknowns using matrices is: (i) write the equations in the form a1x +b1 y +c1 z = d1 a2x +b2 y +c2 z = d2 a3x +b3 y +c3 z = d3 (ii) write the matrix equation corresponding to these equations, i.e. ( π‘Ž1 𝑏1 𝑐1 π‘Ž2 𝑏2 𝑐2 π‘Ž3 𝑏3 𝑐3 )Γ—( π‘₯ 𝑦 𝑧 )=( 𝑑1 𝑑2 𝑑3 ) (iii) determine the inverse matrix of ( π‘Ž1 𝑏1 𝑐1 π‘Ž2 𝑏2 𝑐2 π‘Ž3 𝑏3 𝑐3 ) (iv) multiply each side of (ii) by the inverse matrix, and (v) solve for x, y and z by equating the corresponding
  • 2. 2 elements. Problem 1. Use matrices to solve the simultaneous equations: x + y +z βˆ’4 =0 (1) 2x βˆ’3y +4z βˆ’33 =0 (2) 3x βˆ’2y βˆ’2z βˆ’2 =0 (3) (i) Writing the equations in the a1x +b1 y +c1 z = d1 form gives: x + y +z = 4 2x βˆ’3y +4z = 33 3x βˆ’2y βˆ’2z = 2 (ii) The matrix equation is ( 1 1 1 2 βˆ’3 4 3 βˆ’2 βˆ’2 )Γ—( π‘₯ 𝑦 𝑧 )=( 4 33 2 ) (iii) The inverse matrix of A =( 1 1 1 2 βˆ’3 4 3 βˆ’2 βˆ’2 ) is given by Aβˆ’1 = π‘Žπ‘‘π‘— 𝐴 |𝐴| The adjoint of A is the transpose of the matrix of the cofactors of the elements. The matrix of cofactors is ( 14 16 5 0 βˆ’5 5 7 βˆ’2 βˆ’5 ) and the transpose of this matrix gives adj A =( 14 0 7 16 βˆ’5 βˆ’2 5 5 βˆ’5 ) The determinant of A, i.e. the sum of the products of elements and their cofactors, using a first row expansion is 1| βˆ’3 4 βˆ’2 βˆ’2 |βˆ’1| 2 4 3 βˆ’2 |+1| 2 βˆ’3 3 βˆ’2 |= (1Γ—14)βˆ’(1Γ—(βˆ’16))+(1Γ—5) = 35 Hence the inverse of A, Aβˆ’1 = 1 35 ( 14 0 7 16 βˆ’5 βˆ’2 5 5 βˆ’2 )
  • 3. 3 (iv) Multiplying each side of (ii) by (iii), and remembering that AΓ— Aβˆ’1 = I , the unit matrix, gives ( 1 0 0 0 1 0 0 0 1 )Γ—( π‘₯ 𝑦 𝑧 )= 1 35 ( 14 0 7 16 βˆ’5 βˆ’2 5 5 βˆ’5 )Γ—( 4 33 2 ) ( π‘₯ 𝑦 𝑧 ) = 1 35 ( (14 Γ— 4) + (0 Γ— 33) + (7 Γ— 2) (16 Γ— 4) + ((βˆ’5) Γ— 33) + ((βˆ’2) Γ— 2 (5 Γ— 4) + (5 Γ— 33) + ((βˆ’5) Γ— 2) )= 1 35 ( 70 βˆ’105 175 ) =( 2 βˆ’3 5 ) (v) By comparing corresponding elements, x = 2, y=βˆ’3, z = 5, which can be checked in the original equations. ASSIGNMENT 1 In Problems 1 to 3 use matrices to solve the simultaneous equations given. 1. x +2y +3z = 5 2x βˆ’3y βˆ’z = 3 βˆ’3x +4y +5z = 3 2. 3a +4bβˆ’3c = 2 βˆ’2a +2b +2c = 15 7a βˆ’5b+4c = 26 3. p +2q +3r +7.8 = 0 2 p +5q βˆ’r βˆ’1.4 = 0 5 p βˆ’q +7r βˆ’3.5 = 0 4. The relationship between the displacement, s, velocity, v, and acceleration, a, of a piston is given by the equations: s +2v +2a = 4 3s βˆ’v +4a = 25 3s +2v βˆ’a =βˆ’4 Use matrices to determine the values of s, v and a. 5. In a mechanical system, acceleration π‘₯̈, velocity π‘₯Μ‡ and distance x are related by the simultaneous equations: 3.4π‘₯̈ +7.0π‘₯Μ‡ βˆ’13.2x =βˆ’11.39 βˆ’6.0π‘₯Μ‡ +4.0π‘₯Μ‡ +3.5x = 4.98 2.7π‘₯̈ +6.0π‘₯Μ‡ +7.1x = 15.91 Use matrices to find the values of Β¨ x, Λ™ x and x II. SOLUTION OF SIMULTANEOUS EQUATIONS USING DETERMINANTS When solving simultaneous equations in three unknowns using determinants:
  • 4. 4 (i) Write the equations in the form a1x +b1 y +c1z +d1 = 0 a2x +b2 y +c2 z +d2 = 0 a3x +b3 y +c3z +d3 = 0 and then (ii) the solution is given by π‘₯ 𝐷π‘₯ = βˆ’π‘¦ 𝐷𝑦 = 𝑧 𝐷𝑧 = βˆ’1 𝐷 where D = x| 𝑏1 𝑐1 𝑑1 𝑏2 𝑐2 𝑑2 𝑏3 𝑐3 𝑑3 | i.e. the determinant of the coefficients obtained by covering up the x column. Dy =| π‘Ž1 𝑐1 𝑑1 π‘Ž2 𝑐2 𝑑2 π‘Ž3 𝑐3 𝑑3 | i.e., the determinant of the coefficients obtained by covering up the y column. Dz =| π‘Ž1 𝑏1 𝑑1 π‘Ž2 𝑏2 𝑑2 π‘Ž3 𝑏3 𝑑3 | i.e. the determinant of the coefficients obtained by covering up the z column. and D =| π‘Ž1 𝑏1 𝑐1 π‘Ž2 𝑏2 𝑐2 π‘Ž3 𝑏3 𝑐3 | i.e. the determinant of the coefficients obtained by covering up the constants column. Problem 1. A d.c. circuit comprises three closed loops. Applying Kirchhoff’s laws to the closed loops gives the following equations for current flow in milliamperes: 2I1 +3I2 βˆ’4I3 = 26 I1 βˆ’5I2 βˆ’3I3 =βˆ’87 βˆ’7I1 +2I2 +6I3 = 12 Use determinants to solve for I1, I2 and I3 (i) Writing the equations in the a1x +b1 y +c1 z +d1 = 0 form gives: 2I1 +3I2 βˆ’4I3 βˆ’26 = 0 I1 βˆ’5I2 βˆ’3I3 +87 = 0 βˆ’7I1 +2I2 +6I3 βˆ’12 = 0 (ii) The solution is given by
  • 5. 5 𝐼1 𝐷𝐼1 = βˆ’πΌ2 𝐷𝐼2 = 𝐼3 𝐷𝐼3 = βˆ’1 𝐷 where DI1 is the determinant of coefficients obtained by covering up the I1 column, i.e. DI1=| 3 βˆ’4 βˆ’26 βˆ’5 βˆ’3 87 2 6 βˆ’12 | = (3)| βˆ’3 87 6 βˆ’12 |βˆ’(βˆ’4)| βˆ’5 87 2 βˆ’12 |+(βˆ’26)| βˆ’5 βˆ’3 2 6 | = 3(βˆ’486)+4(βˆ’114)βˆ’26(βˆ’24) = βˆ’1290 DI2=| 2 βˆ’4 βˆ’26 1 βˆ’3 87 βˆ’7 6 βˆ’12 | = (2)(36βˆ’522)βˆ’(βˆ’4)(βˆ’12+609)+(βˆ’26)(6βˆ’21) =βˆ’972+2388+390 = 1806 DI3=| 2 3 βˆ’26 1 βˆ’5 87 βˆ’7 2 βˆ’12 | = (2)(60 βˆ’174)βˆ’(3)(βˆ’12+609)+(βˆ’26)(2βˆ’35) =βˆ’228βˆ’1791+858 = βˆ’1161 and D =| 2 3 βˆ’4 1 βˆ’5 βˆ’3 βˆ’7 2 6 | = (2)(βˆ’30+6)βˆ’(3)(6βˆ’21)+(βˆ’4)(2βˆ’35) =βˆ’48+45+132 = 129 Thus 𝐼1 βˆ’1290 = βˆ’πΌ2 1806 = 𝐼3 βˆ’1161 = βˆ’1 129 giving I1 = βˆ’1290 βˆ’129 =10mA, I2 = 1806 129 = 14mA and I3 = 1161 129 = 9mA
  • 6. 6 ASSIGNMENT 2 In Problems 1 to 2 use determinants to solve the simultaneous equations given. 1. 3x +4y +z = 10 2x βˆ’3y +5z +9 = 0 x +2y βˆ’z = 6 2. 1.2 p βˆ’2.3q βˆ’3.1r +10.1 = 0 4.7 p +3.8q βˆ’5.3r βˆ’21.5 = 0 3.7 p βˆ’8.3q +7.4r +28.1 = 0 8. Kirchhoff’s laws are used to determine the current equations in an electrical network and show that i1 +8i2 +3i3 =βˆ’31 3i1 βˆ’2i2 +i3 =βˆ’5 2i1 βˆ’3i2 +2i3 = 6 Use determinants to solve for i1, i2 and i3. III. SOLUTION OF SIMULTANEOUS EQUATIONS USING CRAMERS RULE Cramers rule states that if a11x +a12 y +a13z = b1 a21x +a22 y +a23z = b2 a31x +a32 y +a33z = b3 then x = 𝑫𝒙 𝑫 , y = π‘«π’š 𝑫 and z = 𝑫𝒛 𝑫 where D =| π‘Ž11 π‘Ž12 π‘Ž13 π‘Ž21 π‘Ž22 π‘Ž23 π‘Ž31 π‘Ž32 π‘Ž33 | Dx =| 𝑏1 π‘Ž12 π‘Ž13 𝑏2 π‘Ž22 π‘Ž23 𝑏3 π‘Ž32 π‘Ž33 | i.e. the x-column has been replaced by the R.H.S. b column Dy =| π‘Ž11 𝑏1 π‘Ž13 π‘Ž21 𝑏2 π‘Ž23 π‘Ž31 𝑏3 π‘Ž33 | i.e. the y-column has been replaced by the R.H.S. b column Dz =| π‘Ž11 π‘Ž12 𝑏1 π‘Ž21 π‘Ž22 𝑏2 π‘Ž31 π‘Ž32 𝑏3 | i.e. the z-column has been replaced by the R.H.S. b column.
  • 7. 7 Problem 1. Solve the following simultaneous equations using Cramers rule x + y +z = 4 2x βˆ’3y +4z = 33 3x βˆ’2y βˆ’2z = 2 D =| 1 1 1 2 βˆ’3 4 3 βˆ’2 βˆ’2 | = 1(6βˆ’(βˆ’8))βˆ’1((βˆ’4)βˆ’12)+1((βˆ’4)βˆ’(βˆ’9)) = 14+16+5 = 35 Dx =| 4 1 1 3 βˆ’3 4 2 βˆ’2 βˆ’2 | = 4(6βˆ’(βˆ’8))βˆ’1((βˆ’66)βˆ’8)+1((βˆ’66)βˆ’(βˆ’6)) = 56+74βˆ’60 = 70 Dy =| 1 4 1 2 33 4 3 2 βˆ’2 | = 1((βˆ’66)βˆ’8)βˆ’4((βˆ’4)βˆ’12)+1(4 βˆ’99)=βˆ’74+64βˆ’95 = βˆ’105 Dz =| 1 1 4 2 βˆ’3 33 3 βˆ’2 2 | = 1((βˆ’6)βˆ’(βˆ’66))βˆ’1(4 βˆ’99)+4((βˆ’4)βˆ’(βˆ’9)) = 60+95+20 = 175 Hence x = 𝐷π‘₯ 𝐷 = 70 35 = 2, y = 𝐷𝑦 𝐷 = βˆ’105 35 = βˆ’3 and z = 𝐷𝑧 𝐷 = 175 35 = 5 ASSIGNMENT 3 In Problems 1 to 2 use Cramers rule to solve the simultaneous equations given. 1. x +2y +3z = 5 2x βˆ’3y βˆ’z = 3 βˆ’3x +4y +5z = 3 2. 3a +4bβˆ’3c = 2 βˆ’2a +2b +2c = 15 7a βˆ’5b+4c = 26
  • 8. 8 2.2 Solution of Quadratic Equations 2.2.1 Introduction to Quadratic Equations An equation is a statement that two quantities are equal and to β€˜solve an equation’ means β€˜to find the value of the unknown’. The value of the unknown is called the root of the equation. A quadratic equation is one in which the highest power of the unknown quantity is 2. For example, x2 βˆ’3x +1=0 is a quadratic equation. 2.3 Solution of quadratic equations. There are four methods of solving quadratic equations. These are: (i) by factorisation (where possible) (ii) by β€˜completing the square’ (iii) by using the β€˜quadratic formula’ or (iv) graphically I. Solution of quadratic equations by factorization Multiplying out (2x+1)(x βˆ’3) gives 2x2 βˆ’6x +x βˆ’3, i.e. 2x2 βˆ’5x βˆ’3. The reverse process of moving from 2x2 βˆ’5x βˆ’3 to (2x+1)(xβˆ’3) is called factorising. If the quadratic expression can be factorised this provides the simplest method of solving a quadratic equation. For example, if 2x2 βˆ’5x βˆ’3 = 0, then, by factorising: (2x +1)(x βˆ’3) = 0 Hence either (2x +1) =0 i.e. x = βˆ’ 1 2 or (x βˆ’3) =0 i.e. x = 3 The technique of factorising is often one of β€˜trial and error’. Problem 1. Solve the equations: (a) x2 +2x βˆ’8=0 (b) 3x2 βˆ’11x βˆ’4=0 by factorization (a) x2 +2x βˆ’8=0. The factors of x2 are x and x. These are placed in brackets thus: (x )(x ) The factors ofβˆ’8 are+8 andβˆ’1, orβˆ’8 and+1, or +4 and βˆ’2, or βˆ’4 and +2. The only combination to given a middle term of +2x is +4 and βˆ’2, i.e. x2 +2x βˆ’8 = (x +4)(x βˆ’2) (Note that the product of the two inner terms added to the product of the two outer terms must equal to the middle term, +2x in this case.) The quadratic equation x2 +2x βˆ’8=0 thus becomes (x +4)(xβˆ’2)=0. Since the only way that this can be true is for either the first or the second, or both factors to be zero, then either (x +4) =0 i.e. x =βˆ’4
  • 9. 9 or (x βˆ’2) =0 i.e. x = 2 Hence the roots of x2 + 2x βˆ’ 8=0 are x=βˆ’4 and 2 (b) 3x2 βˆ’11xβˆ’4=0 The factors of 3x2 are 3x and x. These are placed in brackets thus: (3x )(x ) The factors of βˆ’4 are βˆ’4 and +1, or +4 and βˆ’1, or βˆ’2 and 2. Remembering that the product of the two inner terms added to the product of the two outer terms must equal βˆ’11x, the only combination to give this is +1 and βˆ’4, i.e. 3x2 βˆ’11x βˆ’4 = (3x +1)(x βˆ’4) The quadratic equation 3x2 βˆ’11xβˆ’4=0 thus becomes (3x +1)(xβˆ’4)=0. Hence, either (3x +1) =0 i.e. x=βˆ’ 𝟏 πŸ‘ or (x βˆ’4) =0 i.e. x = 4 and both solutions may be checked in the original equation. Problem 2. Determine the roots of: (a) x2 βˆ’6x +9=0, and (b) 4x2 βˆ’25=0, by factorization (a) x2 βˆ’6x+9=0. Hence (x βˆ’3) (x βˆ’3)=0, i.e. (xβˆ’3)2=0 (the left-hand side is known as a perfect square). Hence x=3 is the only root of the equation x2 βˆ’6x +9=0. (b) 4x2 βˆ’25=0 (the left-hand side is the difference of two squares, (2x)2 and (5)2 ). Thus (2x+5)(2xβˆ’5)=0. Hence either (2x +5) =0 i.e. x=βˆ’ πŸ“ 𝟐 or (2x βˆ’5) =0 i.e. x = πŸ“ 𝟐 Problem 3. The roots of quadratic equation are 1 3 and βˆ’2. Determine the equation. If the roots of a quadratic equation are Ξ± and Ξ² then (x βˆ’Ξ±)(x βˆ’Ξ²)=0. Hence if Ξ±= 1 3 and Ξ²=βˆ’2, then (π‘₯ βˆ’ 1 3 ) βˆ’ (π‘₯ βˆ’ (βˆ’2)) = 0 (π‘₯ βˆ’ 1 3 ) (π‘₯ + 2) = 0 π‘₯2 βˆ’ 1 3 π‘₯ + 2π‘₯ βˆ’ 2 3 = 0 π‘₯2 + 5 3 π‘₯ βˆ’ 2 3 = 0
  • 10. 10 Hence 3x2+5xβˆ’2 = 0 ASSIGNMENT In Problems 1 to 4, solve the given equations by factorisation. 1. x2 +4x βˆ’32=0 2. x2 βˆ’16=0 3. (x +2)2 =16 4. 2x2 βˆ’x βˆ’3=0 In Problems 5 to 6, determine the quadratic equations in x whose roots are: 5. 3 and 1 6. 2 and βˆ’5 II. Solution of quadratic equations by β€˜completing the square’ An expression such as x2 or (x+2)2 or (x βˆ’3)2 is called a perfect square. If x2 =3 then x=±√3 If (x+2)2 =5 then x+2=±√5 and x=βˆ’2±√5 If (xβˆ’3)2 =8 then xβˆ’3=±√8 and x =3±√8 Hence if a quadratic equation can be rearranged so that one side of the equation is a perfect square and the other side of the equation is a number, then the solution of the equation is readily obtained by taking the square roots of each side as in the above examples. The process of rearranging one side of a quadratic equation into a perfect square before solving is called β€˜completing the square’. (x +a)2 = x2 +2ax +a2 Thus in order to make the quadratic expression x2 +2ax into a perfect square it is necessary to add (half the coefficient of x)2 i.e. ( 2π‘Ž 2 ) 2 or a2 For example, x2 +3x becomes a perfect square by adding ( 3 2 ) 2 , i.e. x2 +3x +( 3 2 ) 2 =(π‘₯ + 3 2 ) 2 The method is demonstrated in the following worked problems. Problem 1. Solve 2x2 +5x =3 by β€˜completing the square’ The procedure is as follows: 1. Rearrange the equations so that all terms are on the same side of the equals sign (and the coefficient of the x2 term is positive). Hence 2x2 +5x βˆ’3=0 2. Make the coefficient of the x2 term unity. In this case this is achieved by dividing throughout by 2. Hence
  • 11. 11 2π‘₯2 2 + 5π‘₯ 2 βˆ’ 3 2 = 0 i.e. x2 + 5π‘₯ 2 βˆ’ 3 2 = 0 3. Rearrange the equations so that the x2 and x terms are on one side of the equals sign and the constant is on the other side, Hence π‘₯2 + 5π‘₯ 2 = 3 2 4. Add to both sides of the equation (half the coefficient of x)2 . In this case the coefficient of x is 5 2 . Half the coefficient squared is therefore ( 5 4 ) 2 . Thus, x2 + 5π‘₯ 2 +( 5 4 ) 2 = 3 2 +( 5 4 ) 2 The LHS is now a perfect square, i.e. (π‘₯ + 5 4 ) 2 = 3 2 +( 5 4 ) 2 5. Evaluate the RHS. Thus (π‘₯ + 5 4 ) 2 = 3 2 + 25 16 = 24+25 16 = 49 16 6. Taking the square root of both sides of the equation (remembering that the square root of a number gives a Β± answer). Thus √(π‘₯ + 5 4 ) 2 =√ 49 16 i.e. π‘₯ + 5 4 =Β± 7 4 7. Solve the simple equation. Thus x =βˆ’ 5 4 Β± 7 4 i.e. x =βˆ’ 5 4 + 7 4 = 2 4 = 1 2 and x =βˆ’ 5 4 βˆ’ 7 4 = βˆ’ 12 4 = βˆ’3 Hence x= 𝟏 𝟐 or βˆ’3 are the roots of the equation 2x2 +5x =3 Problem 7. Solve 2x2 +9x +8=0, correct to 3 significant figures, by β€˜completing the square’
  • 12. 12 Making the coefficient of x2 unity gives: x2 + 9 2 π‘₯ + 4 = 0 and rearranging gives: x2 + 9 2 π‘₯ = βˆ’4 Adding to both sides (half the coefficient of x)2 gives: x2 + 9 2 π‘₯+( 9 4 ) 2 = ( 9 4 ) 2 βˆ’ 4 The LHS is now a perfect square, thus: (π‘₯ + 9 4 ) 2 = 81 16 βˆ’ 4 = 17 16 Taking the square root of both sides gives: π‘₯ + 9 4 = √ 17 16 =Β±1.031 Hence x =βˆ’ 9 4 Β±1.031 i.e. x=βˆ’1.22 or βˆ’3.28, correct to 3 significant figures. ASSIGNMENT Solve the following equations by completing the square, each correct to 3 decimal places. 1. x2 +4x +1=0 2. 2x2 +5x βˆ’4=0 3. 3x2 βˆ’x βˆ’5=0 III. Solution of quadratic equations by β€˜quadratic formula’ Let the general form of a quadratic equation be given by: ax2 +bx +c = 0 where a, b and c are constants. Dividing ax2 +bx+c=0 by a gives: x2 + 𝑏 π‘Ž π‘₯ + 𝑐 π‘Ž = 0 Rearranging gives: x2 + 𝑏 π‘Ž π‘₯ = βˆ’ 𝑐 π‘Ž Adding to each side of the equation the square of half the coefficient of the terms in x to make the LHS a perfect square gives: x2 + 𝑏 π‘Ž π‘₯ + ( 𝑏 2π‘Ž ) 2 = ( 𝑏 2π‘Ž ) 2 βˆ’ 𝑐 π‘Ž Rearranging gives: (x + 𝑏 π‘Ž ) 2 = 𝑏2 4π‘Ž2 βˆ’ 𝑐 π‘Ž = 𝑏2βˆ’4π‘Žπ‘ 4π‘Ž2
  • 13. 13 Taking the square root of both sides gives: x + 𝑏 2π‘Ž =√ 𝑏2βˆ’4π‘Žπ‘ 4π‘Ž2 = Β±βˆšπ‘2βˆ’4π‘Žπ‘ 2π‘Ž Hence x =βˆ’ 𝑏 2π‘Ž Β±βˆšπ‘2βˆ’4π‘Žπ‘ 2π‘Ž i.e. the quadratic formula is: x = βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘ 2π‘Ž (This method of solution is β€˜completing the square’. Summarising: if ax2 +bx +c = 0 then x = βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘ 2π‘Ž This is known as the quadratic formula. Problem 9. Solve (a) x2 +2x βˆ’8=0 and (b) 3x2 βˆ’11xβˆ’4=0 by using the quadratic formula (a) Comparing x2 +2x βˆ’8=0 with ax2 +bx+c=0 gives a=1, b=2 and c=βˆ’8. Substituting these values into the quadratic formula x = βˆ’π‘Β±βˆšπ‘2βˆ’4π‘Žπ‘ 2π‘Ž gives x = βˆ’2±√22βˆ’4(1)βˆ’(8) 2(1) = βˆ’2±√4+32 2 = βˆ’2±√36 2 = βˆ’2Β±6 2 = βˆ’2+6 2 or βˆ’2βˆ’6 2 Hence x= 4 2 =2 or βˆ’8 2 =βˆ’4 (b) Comparing 3x2 βˆ’11xβˆ’4=0with ax2 +bx+c=0 gives a=3, b=βˆ’11 and c=βˆ’4. Hence, x = βˆ’(βˆ’11)±√(βˆ’11)2βˆ’4(3)(βˆ’4) 2(3) = βˆ’(βˆ’11)±√121+48 6 = 11±√169 6 = 11Β±13 6 = 11+13 6 or 11βˆ’13 6 Hence x= 24 6 =4 or βˆ’2 6 = βˆ’ 1 3 ASSIGNMENT Solve the following equations by using the quadratic formula, correct to 3 decimal places. 1. 2x2+5x βˆ’4=0 2. 5.76x2+2.86x βˆ’1.35=0
  • 14. 14 PRACTICAL PROBLEMS INVOLVING QUADRATIC EQUATIONS There are many practical problems where a quadratic equation has first to be obtained, from given information, before it is solved. Problem 1. Calculate the diameter of a solid cylinder which has a height of 82.0cm and a total surface area of 2.0m2 Total surface area of a cylinder = curved surface area + 2 circular ends = 2Ο€rh +2Ο€r2 (where r =radius and h=height) Since the total surface area = 2.0m2 and the height h=82cm or 0.82m, then 2.0 = 2Ο€r(0.82)+2Ο€r2 i.e. 2Ο€r2 +2Ο€r(0.82)βˆ’2.0=0 Dividing throughout by 2Ο€ gives: r2 +0.82r βˆ’ 1 πœ‹ = 0 Using the quadratic formula: r = βˆ’0.82±√(0.82)2βˆ’4(1)( 1 πœ‹ ) 2(1) = βˆ’0.82±√1.9456 2 = βˆ’0.82Β±1.3948 2 = 0.2874 or βˆ’1.1074 Thus the radius r of the cylinder is 0.2874m (the negative solution being neglected). Hence the diameter of the cylinder = 2Γ—0.2874= 0.5748m or 57.5 cm correct to 3 significant figures. Problem 12. The height s metres of a mass projected vertically upward at time t seconds is s=ut βˆ’ 1 2 gt2 . Determine how long the mass will take after being projected to reach a height of 16m (a) on the ascent and (b) on the descent, when u=30m/s and g=9.81m/s2 . When height s=16m, 16=30t βˆ’ 1 2 (9.81)t2 i.e. 4.905t2 βˆ’30t +16 = 0 Using the quadratic formula: t = βˆ’(βˆ’30)±√(βˆ’30)2βˆ’4(4.905)(16) 2(4.905) = 30±√586.1 9.81 = 30Β±24.21 9.81 = 5.53 or 0.59 Hence the mass will reach a height of 16 m after 0.59 s on the ascent and after 5.53 s on the descent.
  • 15. 15