Worktext in GE1 Mathematics in The Modern World
Worktext in GE1 Mathematics in The Modern World
Worktext
in
GE 1
Mathematics in the Modern World
Module 1
The Nature of Mathematics
(3 weeks)
2
Patterns are studied because they are everywhere; people just need to learn to
notice them.
Mathematics is a study of patterns. That is one reason why those who use patterns
to analyze and solve problems often find success compared to those who cannot. Those
who recognize, generalize, and use patterns around them are better at solving problems,
have deeper appreciation of the uses of mathematics, and are better equipped to work
with mathematics than those who do not.
Below are examples of various patterns.
Logic Patterns. Logic patterns are usually the first to be observed. Classifying
things, for example, comes before numeration. These patterns are seen on
aptitude tests in which takers are shown a sequence of pictures and asked to
select which figure comes next among several choices.
3
Answer Figure 3
Word Patterns. Patterns can also be found in language like the morphological
rules on pluralizing nouns or conjugating verbs for tense, as well as the
metrical rules of poetry.
knife : knives life : lives wife : ?
Answer wives
Exercises 1
a.
b.
4
c.
Mathematics is a universal language, the only one shared by all human beings
regardless of culture, religion, or gender. It is not just for mathematics majors, but for
everyone. It is not just about calculating complicated equations, but about making lives
more efficient, more secure, richer, and fuller.
5
Like other languages, mathematics has nouns, pronouns, verbs, and sentences.
It has its own vocabulary, grammar, syntax, synonyms, negations, sentence structure,
paragraph structure, conventions, and abbreviations.
Mathematics uses many of symbols. There are the ten digits (0, 1, 2, 3, 4, 5, 6, 7,
8, 9), symbols for operations, (+, −, × ,÷ ), symbols that represent values ( x , y , z etc . ¿,
and many other special symbols (=, ¿ , ≤ , π , etc . ¿.
Illustration
In the equation y=ax+ b, it is assumed that a and b are constants and x is a
variable whose value changes, which in turn makes the variable y change its value as
well.
Even though the words “noun,” “verb,” or “pronoun,” are not used in
mathematics, the similarities with the English language can be observed:
Nouns could be constants, such as numbers or expressions with numbers:
1
● 12, 2(4 - ), -58
3
A verb could be the equal sign =, or inequality symbol like ¿ or ≤.
Pronouns could be variables like x or y .
−4
● 5
x−8
, 2 xy ,
x
Sentence could be formed by putting together these parts:
● 3 x+ 7=24 , 2 x+3 y =7
Exercises 2
Propositional Calculus
A proposition is a complete declarative sentence that is true or false but not both.
Illustration
All of the following statements are propositions:
(a) Manila is the capital of the Philippines.
(b) Shanghai is the capital of China.
(c) 1+1=2
(d) 2+2=3
6
Answer
Propositions (a) and (c) are true while propositions (b) and (d) are false.
Illustration
Consider the following sentences:
(a) Is it time?
(b) Pay attention to this.
(c) x +1=2
(d) x + y=z
Answer
Sentences (a) and (b) are not propositions because they are not declarative
sentences or statements. Likewise, sentences (c) and (d) are not propositions because
they are neither true nor false, since the variables in these sentences have no assigned
value yet.
If a proposition p is true, its truth value is true, denoted by T. If it is false, its truth
value is false, denoted by F.
Connectives∧Compound Propositions
Example
Let p and q be the propositions “Today is Monday” and “It is raining today,”
respectively. Find
(a) p ˄ q
(b) p ˅ q
(c) p → q
(d) p ↔ q
Solution
7
(a) p ˄ q: “Today is Monday and it is raining today.”
(b) p ˅ q: “Today is Monday or it is raining today.”
(c) p → q: “If today is Monday, then it is raining today.”
(d) p ↔ q: “Today is Monday if and only it is raining today.”
If p is a proposition, the expression ¬p is defined as a new proposition with the
following truth table:
p ¬p
T F
F T
A compound proposition that is always true regardless of the truth values of the
propositions that occur in it, is called a tautology. A contradiction is a compound
proposition that is always false while a contingency is neither a tautology nor a
contradiction.
Illustration
Consider the compound proposition p˄¬p and p˅¬p. The compound
proposition p˅¬p is a tautology while p˄¬p is a contradiction.
p ¬p p˅¬ p p˄¬p
T F T F
F T T F
Example
Solution
p q p˅q ¬¿ p ˅ q) ¬p ¬q ¬p ˄¬q
T T T F F F F
T F T F F T F
F T T F T F F
8
F F F T T T T
Implications
In an implication of the form p → q, the proposition p is called the hypothesis (or
the antecedent) and the proposition q is called conclusion (or the consequence).
Example
Find the converse and the contrapositive of the implication “If today is Friday,
then I have a quiz today.”
Solution
Propositional Functions∧Quantification
Example
Let P( x ) denote the statement x > 3. What are the truth values of P( 4) and P(2)
?
Solution
P(4) : 4 > 3. This proposition has truth value T.
P ( 2 ): 2 > 3. This has truth value F.
When all variables in a propositional function are assigned values, the resulting
statement has a truth value. There is another method to change propositional functions
into propositions called quantification which may be universal or existential.
9
The universal quantification of P( x ) is the proposition “ P(x ) is true for all values
of x in the domain of discourse.”
Example
Express the statement “Every student in this class has studied calculus” as a
universal quantification.
Solution
Let P ( x ) denote the statement “ x has studied calculus.” The given statement can
now be expressed as ∀ x P(x ), where the domain of discourse consists of the students
in the class.
Example
(a) Let P( x ) be x + 1 > x. What is the truth value of ∀ x P ( x ) where the domain
of discourse is the set R of real numbers?
(b) Let Q( x ) be x < 2. What is the truth value of ∀ x Q ( x ) where the domain of
discourse is the set Q of rational numbers?
Solution
(a) ∀ x P ( x ) : “ For all x , x +1> x .” Since a real number x will always be smaller
than x +1 , ∀ x P ( x ) has the truth value T.
(b) ∀ x Q ( x ) : “ For all x , x <2. Since x <2 is not true when x=3 , ∀ x Q ( x ) has the
truth value F.
Example
Let P( x ) and Q(x ) be as in the preceding example . What are the truth values of
∃ x P ( x) and ∃ x Q(x)?
Solution
∃ x P ( x) : “There is an x such that x +1> x .” Since x +1> x when x=1 , ∃ x P(x )
has truth value T.
∃ x Q(x) : “There is an x such that x <2.” Since x <2when x=0 , ∃ x Q( x) also has
truth value T.
10
11