L1 OverviewofMath
L1 OverviewofMath
1
O V E RV I E W O F M AT H E M AT I C AL N O T AT I O N S AN D
RULES
Dr. Muhammad Zaly Shah B. Muhammad Hussein1
Department of Urban and Regional Planning
Faculty of Built Environment
1.1 Introduction
Quantitative techniques are tools that convert raw data into meaningful
information that will aid the decision making process. As planners are quite
involved in making important decisions (some of which are irreversible and
have great economic, environmental, and social implications), it is crucial
that planners have a good grasp of at least basic quantitative techniques.
Despite their importance, planners often shy away from learning these
quantitative tools as they are often associated with heavy mathematics or the
dreaded statistics. This fear of mathematics can be eased out by first giving
the students the opportunity to develop the right foundation for learning it. In
this lecture, we will develop these quantitative skills gradually by first
concentrating on giving the necessary background for the tasks ahead. This
means giving the students all the required mathematical skills for the tasks.
1
Email: [email protected], Office: B11-307, Ph: (07) 5537348, HP: (013) 7426251
© 2003-2007 Muhammad Zaly Shah
MBT1033 Overview of Mathematical Notations and Rules
There are some basic definitions that one must know before dealing with
mathematical notation. Below are some of them:
1.2.1 Variable
2
MBT1033 Overview of Mathematical Notations and Rules
Later, when we deal with population data, you will see that the uppercase N is
also used to represent the number of observations.
1.2.3 Counter
b = {90, 85, 76, 92, 85, 53, 74, 85, 90, 66}
What the data tell us is that the first student that we measured obtained 90 in
the test. The second student obtained 85 while the third got 76, and so on and
so forth. Looking at the data, we can see that there are three students that
obtained 85 for their DBP2133 test. Also, there are two students that obtained
90. Complication, therefore, arises when we want to refer to any of these
duplicate marks. For example, if we want to refer to the mark of 85, are we
referring to the mark obtained by the second, the fifth or the eights student?
Most of the times, counters are used together with the variable. When this
happen, the counter becomes the subscript to the variable as shown below:
bi
Subscript
Thus, b2 is the second item, i.e. when i = 2, in set b. Given the earlier set b
representing DBP2133 test marks, b2 is, therefore, the mark obtained by the
second student which is 85.
3
MBT1033 Overview of Mathematical Notations and Rules
Using our b = DBP2133 test result dataset above, identify the set determined
by:
a) i = 4
b) i = n
c) i = 1, 2, …, n
d) b7
e) a = { b3, b8}
Solution
Using again our b = DBP2133 test result dataset above, we will look at each
of the above problems involving counter individually. But, first let’s rewrite
our dataset b below for easy reference:
b = {90, 85, 76, 92, 85, 53, 74, 85, 90, 66}
On the other hand, question (b) is not that clear cut. This is because, for i = n,
we must first know what n is. In our dataset b, n is 10 as the dataset b has ten
observations. Therefore, when i = n, and n = 10, then question (b) can be
rewritten as i = 10. Consequently, we are referring to the tenth value of b, or
b10 , which is the mark 66.
i = 1, 2, …, 10 is equivalent to i = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Therefore, for our dataset b, when our counter says that i = 1, 2, …, n, we are
actually dealing with the entire member of the dataset b, from b1 to b10,
inclusive.
As for question (d), b7 is similar to question (a) except that now i = 7. Hence,
b7 is equal to 74.
Finally, question (e) requires us to construct a new dataset a where a has two
observations. The observations for a are extracted from the dataset b and
these two observations are specified as the third and the eighth member of
4
MBT1033 Overview of Mathematical Notations and Rules
upper − limit
∑
lower −limit
The summation then starts from the lower-limit up to and including the
upper-limit counter. The following example illustrates the use of lower and
upper-limit counter in the summation operator, Σ.
Example 2 Summation
Compute:
3
a) ∑X
i =1
i
N
b) ∑X
i =1
i
Solution
3 upper − limit
(a) Comparing ∑X
i =1
i with ∑
lower −limit
, we know that the lower limit for this
5
MBT1033 Overview of Mathematical Notations and Rules
Hence,
∑X
i =1
i = X1 + X 2 + X 3
= 34 + 61 + 45
= 140
upper − limit
∑
lower −limit
∑X
i =1
i
we see that the lower-limit has been specified to start at i = 1, but not the
upper-limit. However, upon close inspection, N is actually a variable
representing the number of observations in X. And, since X has 5
observations, N is therefore equals to 5 (i.e. N = 5). Replacing N with 5, we
then have the final form of the summation problem as shown below:
∑X
i =1
i
N 5
∑X
i =1
i = ∑X
i =1
i
= X1 + X 2 + X 3 + X 4 + X 5
= 34 + 61 + 45 + 22 + 17
= 179
Note:
6
MBT1033 Overview of Mathematical Notations and Rules
∑X = ∑X
i =1
i
5
= ∑X
i =1
i
= X1 + X 2 + X 3 + X 4 + X 5
= 34 + 61 + 45 + 22 + 17
= 179
∑ ( X − 3)
What the above problem tells us is that we must subtract 3 from each
individual item/observation in the dataset X before summing them up. Let’s
use some examples to illustrate the mathematical operations involving the
summation operator.
a) ∑ ( X − 3)
b) (∑ X ) − 3
c) ∑ 2X
7
MBT1033 Overview of Mathematical Notations and Rules
Solution
∑ ( X − 3) = ∑( X
i =1
i − 3)
= ( X 1 − 3) + ( X 2 − 3) + ( X 3 − 3) + ( X 4 − 3) + ( X 5 − 3)
= ( 34 − 3) + ( 61 − 3) + ( 45 − 3) + ( 22 − 3) + (17 − 3)
= 31 + 58 + 42 + 19 + 14
= 164
N
(∑ )
X − 3 = ∑ Xi − 3
i =1
= ( X1 + X 2 + X 3 + X 4 + X 5 ) − 3
= ( 34 + 61 + 45 + 22 + 17 ) − 3
= 179 - 3
= 176
The results in (a) and (b) show that we must be careful when we operate
on the summation operator. As can be seen, although (a) and (b) are
almost identical, except for the placement of the parentheses, the results
are not!
8
MBT1033 Overview of Mathematical Notations and Rules
∑ 2X = ∑ 2X
i =1
i
= 2 X1 + 2 X 2 + 2 X 3 + 2 X 4 + 2 X 5
= 2 ( 34 ) + 2 ( 61) + 2 ( 45 ) + 2 ( 22 ) + 2 (17 )
= 68 + 122 + 90 + 44 + 34
= 358
−x = +x = x (1.1)
Therefore, given two numbers having opposite sign, e.g. -5 and +5, their
absolute value is equal as:
−5 = +5 = 5
The algebraic sign (i.e. positive or negative) of a real number must be used
with extreme care as it affects the result of many arithmetic operations.
9
MBT1033 Overview of Mathematical Notations and Rules
When two real numbers are said to possess a commutative property, the order
in which these numbers are added or multiplied is indifferent. Given two real
numbers, X and Y, the commutative property for the addition operation can be
generally stated as:
X + Y = Y + X (1.2)
For example, if X = 4 and Y = 12, we will see that either X is first added to Y,
or vice versa, will give the same answer of 16 as:
4 + 12 = 12 + 4 = 16
( X )(Y ) = (Y )( X ) (1.3)
(4)(12) = (12)(4) = 48
X −Y ≠ Y − X (1.4)
10
MBT1033 Overview of Mathematical Notations and Rules
X Y
≠ (1.5)
Y X
4 12
Again, using X = 4 and Y = 12, we see that = 0.33 while = 3.
12 4
(W + X ) + Y = W + ( X + Y ) (1.6)
To prove the associative property when adding three real numbers, we will
assign W = 3, X = 4 and Y = 5. Hence, using Eq. (1.6).
(3 + 4) + 5 = 3 + (4 + 5)
(7) + 5 = 3 + (9)
12 = 12
(WX )Y = W ( XY ) (1.7)
(3 × 4) × 5 = 3 × (4 × 5)
(12) × 5 = 3 × (20)
60 = 60
11
MBT1033 Overview of Mathematical Notations and Rules
The distributive property of real numbers says that given three real numbers
W, X and Y, the product of a number (e.g. Y) with the sum of the remaining
two numbers (e.g. W and X) is equivalent to the sum of Y multiplied with W
and Y multiplied with X. Algebraically, the distributive property is stated as:
Y (W + X ) = YW + YX (1.8)
5 × (3 + 4) = (5 × 3) + (5 × 4)
5 × 7 = 15 + 20
35 = 35
Decimal point
3rd decimal place
4th decimal place
8.3125
Decimal digits
A decimal number that extends indefinitely is one that has decimal digits that
goes on and on without the end in sight. A popular example is the constant
number pi ( π ) with value of 3.141592654… In either case, regardless of
whether the real numbers are with terminating or non-terminating decimals,
12
MBT1033 Overview of Mathematical Notations and Rules
the result of our computation can only contain certain significant digits – the
number of decimal digits to be included in the final answer.
(1) Determine the decimal places for the initial answer, and
(2) Round the number
Step 1
The convention to be followed when determining the decimal places is that
the initial answer must contain (n + 2) decimal places where n is the
maximum decimal places among a set of original numbers.
Step 2
Once we have determined the decimal places for the initial answer, we will
now round the initial answer so that the final answer contains only (n + 1)
decimal places. When rounding, consider only the last decimal digit. If the
last decimal digit is greater or equal to 5, then add 1 to the decimal digit
before it. Else, when the decimal digit is less than 5, simply drop the last digit
so the remaining digits become the final answer.
a) 5.4 ÷ 3.78
b) 17 ÷ 9.3
c) 20 ÷ 6 = 3.333333333….
Solution
Step 1: Determine n, the largest decimal places within the original data
Using the formula (n + 2), the decimal places for the initial
answer is determined to be (2 + 2) = 4. Therefore, the initial
answer when we divide 5.4 by 3.78 should be reported as:
13
MBT1033 Overview of Mathematical Notations and Rules
Step 2: Round the number so that the final answer contains significant
digits with only (n + 1) decimal digits
Step 1: Determine n, the largest decimal places within the original data
Using the formula (n + 2), the decimal places for the initial
answer is determined to be (1 + 2) = 3. Therefore, the initial
answer when we divide 17 by 9.3 should be reported as:
Step 2: Round the number so that the final answer contains significant
digits with only (n + 1) decimal digits
14
MBT1033 Overview of Mathematical Notations and Rules
Step 1: Determine n, the largest decimal places within the original data
Using the formula (n + 2), the decimal places for the initial
answer is determined to be (0 + 2) = 2. Therefore, the initial
answer when we divide 20 by 6 should be reported as:
Step 2: Round the number so that the final answer contains significant
digits with only (n + 1) decimal digits
Since the last decimal digit, i.e. 3, is less than 5, we will simply
drop the decimal digit and leave the decimal digit before it as it
is. Thus, our initial answer of 3.33, after rounding to (n + 1) = 1
decimal place, now becomes 3.3 having only 1 significant digit.
20 ÷ 6 = 3.33 = 3.3
15
MBT1033 Overview of Mathematical Notations and Rules
Key Terms
References
Hinkle, D.E., Wiersma, W. and Jurs, S.G. (1994). Applied Statistics for the
Behavioral Sciences. 3rd. ed. Geneva, IL: Houghton Mifflin.
Glossary/Daftar Istilah
16