Gateway To Success: Introductory Notes To MATH1042A First Year Semester 1 Course: Engineering Mathematics 2022
Gateway To Success: Introductory Notes To MATH1042A First Year Semester 1 Course: Engineering Mathematics 2022
School of Mathematics
University of the Witwatersrand
Contents
2.1 Exponents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.2 Logarithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4 Trigonometric functions 21
1
Lesson 1
A function a is a polynomial if
n
X
a (x) = a0 + a1 x + a2 x2 + a3 x3 + · · · + an xn = ar x r ,
r=0
If the leading coefficient an ̸= 0 and n > 0, then n is called the degree of a, denoted
deg(a(x)) = n. We refer to a0 as the constant term. It has degree 0 and can be written as
a0 x 0 .
are not polynomials. Furthermore, the standard form of a polynomial is in ascending or de-
scending powers of the variable.
Addition and subtraction. To add (subtract) polynomials, we simply add (subtract) any
like terms together (from each other, note the order).
2
Example 1.1.2. Let p(x) = x2 − x + 1 and q(x) = −3x − 1. Then
Multiplication. Multiply each term in one polynomial by each term in the other polynomial.
Division. To divide one polynomial with another we use the long division algorithm. We
call the polynomial being divided the dividend and the one we are dividing by the divisor,
which must have degree equal to or lower than the dividend’s degree. The answer is called the
quotient. If the divisor does not divide exactly into the dividend, i.e., the divisor is not a factor
of the dividend, then what is left is called the remainder.
x3 +x−1
2
5 3 2
2x + 1 2x + 3x − 2x − x + 5
− 2x5 − x3
2x3 − 2x2 − x
− 2x3 −x
2
− 2x − 2x + 5
2x2 +1
− 2x + 6
Step 1: Divide the leading terms and write the answer at the top.
Step 2: Multiply the divisor by the result obtained in step 1 and subtract the product obtained
in this step from the original dividend.
Step 3: Repeat the previous two steps until you are left with an expression that is of lower de-
gree than the divisor. The process is done once such an expression is obtained. This expression
is called the remainder.
or
3
Example 1.1.5. Given that a(x) = 30x4 − 22x2 − 28 and b(x) = x2 , find a(x) ÷ b(x).
Recall that a rational function is the quotient of two polynomials, where the denominator
has a degree of at least 1.
Multiplication of rational functions is straight forward - multiply the numerators with each
other and the denominators with each other
Addition or subtraction of rational functions require that we have the same denominators
as you would when adding or subtracting fractions involving numbers
4
Example 1.1.7. Determine the value(s) of x for which the following inequality holds,
x−3
> 2.
x+2
2x + 1 2
Example 1.1.8. Given that − = 1, solve for x.
x−1 x−3
5
Example 1.1.9. Determine the value(s) of x for which the following inequality holds,
2x + 1 2
− < 1.
x−1 x−3
2x − 5 3
Example 1.1.10. Given that = 2 , solve for x.
x+1 x +x
Example 1.1.11. Determine the value(s) of x for which the following inequality holds,
2x − 5 3
≥ 2 .
x+1 x +x
6
What would change if the inequality sign changed from ≥ to ≤?
7
1.2 Roots of polynomials
We have two theorems that provide us with information on the roots of a polynomial.
Theorem 1.2.1 (Factor theorem). Let p (x) be an n-th degree polynomial, n ≥ 1. If p (k) = 0,
then x − k is a factor of p(x).
Proof. One can write a polynomial p(x) as the sum of a product of a divisor d(x) and a
quotient q(x) and some remainder r(x), i.e.,
Let d(x) = x − k. Then d (k) = 0, and p (k) = 0 · q (k) + r (k) = r(k). Since p (k) = 0, it
follows that r (k) = 0. Hence
p(x)
= q (x) , or equivalently p(x) = d(x)q(x),
d(x)
which means that d(x) and q(x) are factors of p(x). Thus x − k is a factor of p(x).
Example 1.2.2. Given that p(3) = 0, where p(x) = x3 −6x2 −x+30, factorise p(x) completely.
Theorem 1.2.3 (Rational roots theorem). Let p (x) = an xn + an−1 xn−1 + · · · + a0 , with a0 ̸= 0,
be an n-th degree polynomial with integer coefficients. If kℓ is a rational root of p (x) (i.e.,
p kℓ = 0), where kℓ is in lowest terms (k and ℓ have no common factors), then k is a factor of
a0 and ℓ is a factor of an .
k
Proof. If ℓ
is a rational zero, in lowest terms, of p(x), then
n n−1
k k k k
p = an + an−1 + · · · + a1 + a0 = 0,
ℓ ℓ ℓ ℓ
from which follows
an k n + an−1 k n−1 ℓ + · · · + a1 kℓn−1 + a0 ℓn = 0,
or equivalently
k an k n−1 + an−1 k n−2 ℓ + · · · + a1 ℓn−1 = −a0 ℓn .
8
Since k is a factor of the LHS it must be a factor of the RHS as well, but since k and ℓ
have no factor in common, k must be a factor of a0 . A similar proof shows that ℓ is a factor of
an .
k
By the Factor theorem we know that in the case where ℓ
is a zero of a polynomial p(x), it
follows that (ℓx − k) is a factor of p(x).
Example 1.2.4. Find all real roots of p(x) = 2x5 + 7x4 − 18x2 − 8x + 8 = 0.
Using the Rational roots theorem, we know that the possible numerators of the roots must
be factors of 8, hence ±1, ±2, ±4, ±8; and possible denominators of the roots must be
factors of 2, hence ±1, ±2.
This gives the following possibilities for rational roots of p(x): ± 21 , ±1, ±2, ±4, ±8.
We use long division (you can also use synthetic division), to get
It is easy to see that x = −2 is a root of the quotient polynomial and hence that (x + 2) is a
9
factor of it. Again making use of long division, we get
1
(x + 2) x3 + 2x2 − 2x − 4
p(x) = 2 x −
2
1
(x + 2) x2 (x + 2) − 2(x + 2)
=2 x−
2
1
(x + 2)2 x2 − 2
=2 x−
2
√ √
1
=2 x− (x + 2)2 x − 2 x + 2 .
2
This gives
1 √
x= , x = −2 and x = ± 2
2
as solutions to the original equation.
10