MTH 101_Elementary Mathematics_I
MTH 101_Elementary Mathematics_I
Prof O. M. Ogunlaran
Mathematics Programme,
College of Agriculture, Engineering and Science,
Bowen University, Iwo, Nigeria
1.1 Introduction
A sequence is an ordered list of numbers following a specific pattern or rule. Each number in the sequence
is called a term, and sequences can be finite (having a limited number of terms) or infinite (continuing
indefinitely). The sum of the terms of a sequence is called a series.
If a is the first term and d is the common difference, the terms of the AP can be written as:
a, a + d, a + 2d, a + 3d, . . .
The general term (or nth term) of the AP (denoted by Tn ) is given by:
Tn = a + (n − 1)d (1)
Examples of AP
(iv) 10, 8, 6, 4, 2, . . .
The sum of the first n terms of an arithmetic progression is denoted by Sn . To derive the formula for Sn ,
consider:
1
Writing the sum in reverse order:
Solving for Sn :
n
(2a + (n − 1)d) .
Sn = (4)
2
This is the formula for the sum of the first n terms of an AP.
Special Case: If the last term of the AP is l, the sum can also be written as:
n
Sn = (a + l). (5)
2
1.2.3 Examples
Example 2: Find the sum of the first 20 terms of the AP: 3, 7, 11, 15, . . ..
Solution: First term a = 3, Common difference d = 4, The 20th term is:
Example 5: The 12th and 25th terms of an AP are 13 and 52 respectively. Find the AP.
Solution
Tn + a + (n − 1)d.
Then T12 = a + 11d = 13 and T25 = a + 24d = 52.
Solving these two equations simultaneously gives a = −20 and d = 3. So the AP is −20, −17, −14, . . .
2
1.3 Geometric Progression (GP)
A Geometric Progression (GP) is a sequence in which the ratio of consecutive terms is constant. This ratio
is called the common ratio (denoted by r).
If a is the first term and r is the common ratio, the terms of the GP can be written as:
Un = arn−1 (6)
Examples of GP
(iii) 1, 12 , 41 , 18 , . . .
The sum of the first n terms of a geometric progression is denoted by Sn . To derive the formula for Sn ,
consider:
Sn − rSn = a − arn
Simplifying:
Sn (1 − r) = a(1 − rn )
Solving for Sn :
a(1 − rn )
Sn = , for r ̸= 1. (9)
1−r
This is the formula for the sum of the first n terms of a GP.
1.3.3 Examples
3
Example 2: Find the sum of the first 5 terms of the GP: 1, 3, 9, 27, . . ..
Solution: First term a = 1, Common ratio r = 3, The sum of the first 5 terms is:
Example 2 Find the sum to infinity, if it exists, of the GP: 5, 10, 20, . . . .
Solution: Since r = 2, the series does not converge to a sum to infinity because |r| > 1.
1.5 Exercises
1. Find the 30th term of the AP: 2, 5, 8, 11, . . ..
2. Calculate the sum of the first 30 terms of the AP: 3, 8, 13, 18, . . ..
3. The sum of the first n terms of an AP is 500, the first term is 8, and the common difference is 6. Find
n.
4. A factory increases its output by 25 units each week. If the initial production is 300 units, how many
units will be produced in total after 15 weeks?
6. Calculate the sum of the first 12 terms of the GP: 2, 6, 18, 54, . . ..
8. A rubber ball is dropped from a height of 10 meters and rebounds to 80% of its previous height. How
far does the ball travel before it stops bouncing?
10. The sum of three consecutive terms of an AP is 6, and their product is -90. Find the terms.
11. The (2pth) term of an AP is 50 more than the pth term, and the (p+1)th term is 56. Find the first
terms.
4
12. The sum to infinity of a GP with first term a is a2 . Find r.
13. The first three terms of a GP are 2x − 1, x + 1 and x − 1. Find the values of x, and the sum to infinity
where possible.
2.1 Introduction
The general form of a quadratic equation is:
ax2 + bx + c = 0, (11)
where a, b, and c are constants, and a ̸= 0. The solutions to the quadratic equation, i.e., the values of x
that satisfy equation (11) are called the roots of the equation. There are four major techniques for solving
quadratic equations: Factorization, Completing the Square, Quadratic Formula and Graphical Method.
ax2 + bx = −c.
Step 2: Divide the entire equation by a (if a ̸= 1) to simplify the quadratic term:
b c
x2 + x = − .
a a
b
Step 3: Take half of the coefficient of x (which is a ), square it, and add it to both sides of the equation.
2 2
b b c b
x2 + x + =− +
a 2a a 2a
Step 4: Rewrite the LHS as a squared binomial and simplify the RHS
2
b2 − 4ac
b
x+ =
2a 4a2
5
Rearranging the equation,
2x2 + 8x = 6.
Dividing by 2 (the coefficient of x2 ),
x2 + 4x = 3.
Adding the square of half the coefficient of x to both sides,
x2 + 4x + 4 = 3 + 4
(x + 2)2 = 7
Taking the square root of both sides
√
x+2=± 7
Solving for x
√
x = −2 ± 7
√ √
Thus, the two solutions are x = −2 + 7 and x = −2 − 7.
3. Solving problems in algebra where information about the sum and product of the roots is given instead
of the actual roots.
If the two roots of the quadratic equation (11) are denoted as r1 and r2 , then from (12)
√ √
−b + b2 − 4ac −b − b2 − 4ac
r1 = , r2 = .
2a 2a
Equation (11) is equivalent to:
(x − r1 )(x − r2 ) = 0
Expanding, we obtain
x2 − (r1 + r2 )x + r1 r2 = 0. (13)
Comparing equation (13) and
b c
x2 + x + = 0,
a a
b c
we have that: r1 + r2 = − and r1 r2 = .
a a
Therefore, for any quadratic equation (11) with roots r1 , r2 ,
b c
Sum of the roots: r1 + r2 = − , Product of the roots: r1 r2 = .
a a
Examples
Example 1: If the roots of 2x2 + 5x − 3 = 0 are r1 and r2 , find r1 + r2 and r1 r2 .
Comparing the given equation with the standard form (11), a = 2, b = 5 and c = −3.
5 3
Hence r1 + r2 = − , and r1 r2 = − .
2 2
√ √
Example 2: Construct an equation with roots 3 − 2, 3 + 2.
√ √ √ √ √
In this case let r1 = 3 − 2 and r2 = 3 + 2, such that r1 + r2 = 3 − 2 + ( 3 + 2) = 2 3 and
√ √
r1 r2 = ( 3 − 2)( 3 + 2) = −1.
√
Hence the equation is x2 − 2 3x − 1 = 0.
6
2.4 Symmetric Functions of the Roots
The values of other functions of r1 and r2 can easily be calculated provided they are symmetric and the
value of r1 + r2 and r1 r2 are known for a given equation. For a symmetric function of r1 and r2 , the
function remains the same or is multiplied by −1 if r1 and r2 are interchanged. For example, r12 + r22 is a
symmetric function and so also r12 − r22 since it becomes −(r22 − r12 ). However, r12 + 2r22 is not symmetric. The
values of a symmetric function of r1 and r2 can be obtained without knowing the values of the roots r1 and r2 .
Example 1: If r1 and r2 are the roots of 3x2 − 10x − 4 = 0, find the values of (a) r12 + r22 (b) r1 − r2 (c)
r12 − r22 .
b 10 c 4
(a) Here a = 3, b = −10, c = −4. r1 + r2 = − = , r1 r2 = = − .
a 3 a 3
Now,
10 2 4 124
r12 + r22 = (r1 + r2 )2 − 2r1 r2 = −2 − = .
3 3 9
10 2 4 148
(b) r1 − r2 cannot be found directly. So we use (r1 − r2 )2 = (r1 + r2 )2 − 4r1 r2 = −4 − = .
√ √ 3 3 9
148 2 37
Hence r1 − r2 = ± = depending on whether r1 > r2 or r1 < r2 .
3 3
10 √148 20√37
2 2
(c) r1 − r2 = (r1 + r2 )(r1 − r2 ) = = taking r1 > r2 .
3 3 9
Example 2: If r1 and r2 are the roots of 3x2 + 5x − 1 = 0, construct equations whose roots are (a) r12 , r22
(b) r11 , r12 .
From the given equation, a = 3, b = 5, c = −1.
(a)
25 2 31
r12 + r22 = (r1 + r2 )2 − 2r1 r2 = + = .
9 3 9
1
r12 r22 = (r1 r2 )2 = .
9
Therefore, the new equation is
31 1
x2 − x + = 0
9 9
2
or 9x − 31x + 1 = 0.
(b)
1 1 r2 + r1 −5
+ = = 13 = 5.
r1 r2 r1 r2 −3
1 1 1
= = −3.
r1 r2 r1 r2
Therefore, the new equation is
x2 − 5x − 3 = 0.
∆ = b2 − 4ac
There are three possible types of roots based on the value of ∆.
7
1. Two Distinct Real Roots (∆ > 0)
If the discriminant is positive (∆ > 0), the quadratic equation has two distinct real roots. This happens
when the value under the square root in the quadratic formula is positive, allowing two real solutions.
The roots can be found using the quadratic formula:
√
−b ± b2 − 4ac
x=
2a
Example 1: Consider the quadratic equation x2 − 5x + 6 = 0.
Here, a = 1, b = −5, and c = 6. The discriminant is ∆ = (−5)2 − 4(1)(6) = 25 − 24 = 1.
Since ∆ > 0, the equation has two distinct real roots. Solving the equation:
√
−(−5) ± 1 5±1
x= =
2(1) 2
√
−(−4) ± 0 4±0
x= =
2(1) 2
8
√
−4 ± −4 −4 ± 2i
x= =
2(1) 2
2.6 Exercises
1. What is the discriminant of a quadratic equation? Write its formula.
2. If r1 and r2 are the roots of the following quadratic equations, state the values for r1 + r2 and r1 r2 .
√
(a) x2 − 5x + 6 = 0 (b) 2x2 + x − 3 = 0 (c) 2x2 − a + 3x + a2 = 0 (d) x2 + 3x + 1 = 0.
6. One root of the equation 2x2 + bx + c = 0 is three times the other roots. Prove that 3b2 = 32c.
7. If the equation x2 − 3x + 1 = p(x − 3) has equal roots, find the possible values of p.
10. For the equation 5x2 + 10x − 3 = 0, determine the sum of the roots.
11. If the sum and product of the roots of a quadratic equation are 5 and 6, respectively, form the quadratic
equation.
12. Given that the roots of a quadratic equation are 3 and 4, write the equation in standard form.
13. Describe the nature of the roots of the following equations. (a) 3x2 −2x+4 = 0, (b) 4x2 −28x+49 = 0.
14. If the equation x2 + px + 4 = 0 has equal roots, find the possible values of p.