0% found this document useful (0 votes)
122 views9 pages

Lesson 2: Mathematical Language and Symbols Characteristics of Mathematical Language

Mathematical language uses precise, concise, and powerful expressions and sentences to express mathematical ideas. Expressions name mathematical objects of interest, while sentences must state a complete thought. Mathematics has conventions like using symbols for operations and relations that help distinguish different types of expressions.

Uploaded by

Zara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views9 pages

Lesson 2: Mathematical Language and Symbols Characteristics of Mathematical Language

Mathematical language uses precise, concise, and powerful expressions and sentences to express mathematical ideas. Expressions name mathematical objects of interest, while sentences must state a complete thought. Mathematics has conventions like using symbols for operations and relations that help distinguish different types of expressions.

Uploaded by

Zara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Lesson 2: Mathematical Language and Symbols

CHARACTERISTICS OF MATHEMATICAL LANGUAGE


The language of mathematics makes it easy to express the kinds of thoughts that mathematicians
like to express. It is

› precise (able to make very fine distinctions)

› concise (able to say things briefly)

› powerful (able to express complex thoughts with relative ease)

EXPRESSIONS VS SENTENCES
English Language
 Nouns are used to name things we want to talk about (like people, places and things).
NOUN: Sogod, Southern Leyte, province

 Sentences are used to state complete thoughts.


SENTENCE: Sogod is a municipality of Southern Leyte.
Mathematical Language
 A “noun” is called an expression in mathematics. Thus, an expression is a name given to
mathematical object of interest.

x −3
NOUN: sin x, −2 x
3
 A mathematical sentence, just like the English sentence, must state a complete thought.

SENTENCE: 2 x − y ≤ 5, 2 x2 −6 x +12=0

Mathematical Expression
 Numbers have lots of different names. For example, the expressions
5 2+3 10÷2 (6 – 2) + 1 1+1+1+1+1
All look different, but all just different names for the same number.
Mathematical sentences have verbs. For example, in the sentence 3+7 = 12, the verb is ‘=’.

CONVENTIONS IN THE MATHEMATICAL LANGUAGE


Languages have conventions. In English, it is conventional to capitalize proper
names like ‘Southern Leyte’ and ‘Sogod’. Mathematics also has its conventions, which help
readers distinguish between different types of mathematical expressions.
Name: (i.e) De la Cruz, Juan A. Module & Task No.: M1 – Lesson 2
Course & Year: _________________ Date Completed: _____________________

LESSON 2
EXERCISES 1
I. Circle the verbs in the following sentences and state whether it is TRUE or FALSE:
a) The capital of Philippines is Manila.
b) The summer capital of the Philippines is Baguio City.
c) 3 + 4 = 7
d) 3 + 4 = 8
II. Classify the entries in the list below as: an English noun, or mathematical expression, an
English sentence, or a mathematical sentence
1. Cat
2. 2
3. The word ‘cat’ begins with the letter ‘k’.
4. 1 + 2 = 4
5. 5 – 3
6. 5 – 3 = 2
7. The cat is black.
8. x + 0 = x
9. x = 1
10. x – 1 =
III. Identify whether the following sentences is TRUE or FALSE:
11. The word ‘cat’ begins with the letter ‘k’.
12. 1 + 2 = 4
13. 5 – 3 = 2
14. The cat is black.
15. x + 0 = x
16. x = 1
17. x – 1 = 0
18. t+ 3=3+ t
19. 1 ∙ x=x
20. 0 = 1
LESSON 2.1: FOUR BASIC CONCEPTS
Notation

 If S is a set, the notation x ∈ S means that x is an element of S; the notation x ∉ S means


that x is not an element of S.

 A set may be specified using the set-roster notation by writing all of its elements between
braces. For example, {April, August} denotes the set whose elements that represents the set
of months that start with the letter A.
 The infinite set {1, 2, 3, …} represents the set of all positive integers. The symbol … is called
an ellipsis and is read “and so forth”.
Set-Builder Notation
 Another method of representing a set is set-builder notation. This is especially useful when
describing infinite sets. For example, the set of natural numbers greater than 7 is written as

{x / x ∈ N∧x >7 }

Subsets
 A basic relation between sets is that of subset.

 If A and B are sets, then A is called a subset of B, written A ⊆ B , if and only if, every element
of A is also an element of B.

 Symbolically, A ⊆ B means that “for all elements x , if x ∈ A then x ∈ B .

 The phrases A is contained in B and B contains in A are alternative ways of saying that A is a
subset of B.

Proper Subset
Let A and B be sets. A is a proper subset of B if, and only if, every element of B is in B but
there is at least one element of B that is not in A.
Ordered Pair

Given elements a and b together with the specification that a is the first element of
the pair and b is the second element. Two ordered pairs ( a , b ) and (c , d) are equal if, and
only if, a=c and b=d . Symbolically:
( a , b )=( c , d ) Means that a=c and b=d

Cartesian Products

Given sets A and B, the Cartesian product of A and B, denoted A × B and read “A
cross B”, is the set of all ordered pairs ( a , b ), where a is in A and b is in B. Symbolically:

A × B= { ( a , b ) /a ∈ A ,b ∈ B }

Relation
Let A and B be sets. A relation R from A to B is a subset of A × B. Given an ordered
pair ( x , y ) in A × B, x is related to y by R , written x R y , if and only if, ( x , y ) is in R . The set
A is called the domain of R and the set B is called its co-domain.
 The notation for a relation R may be written symbolically as follows:
x R y means that ( x , y ) ∈ R
 The notation x R y means that x is not related to y by R :
x R y means that ( x , y ) ∉ R .
Example: Let A = {1, 2} and B = {1, 2, 3} and define a relation R from A to B as follows:
x− y
Given any ( x , y )∈ A × B, ( x , y ) ∈ R means that is an integer.
2
a) State explicitly which ordered pairs are in A × B and which are in R .
b) Is 1 R 3 ? Is 2 R3 ? Is 2 R2 ?
c) What are the domain and co-domain of R ?
Functions

A function F from a set A to a set Bis a relation with domain A and co-domain B that
satisfies the following properties:

1. For every element x in A , there is an element y in B such that ( x , y ) ∈ F .

2. For all elements x in A and y and z in B, if ( x , y ) ∈ F and ( x , z ) ∈ F , then y=z .


Notation: If A and B are sets and F is a function from A to B, then given any element x in
A , the unique element in B that is related to x by F is denoted by F (x), which is read “ F of
x ”.
Example

Solution
A binary operation on a set A is a function that takes pairs of elements of A and produces
elements of A from them. Formally, it is a function with the set of all pairs ( x , y ) of elements of
A as its domain and with A as its range. The symbol ∗ is used to denote an arbitrary binary
operation on a set A . Example: On the set N of natural numbers addition (+) and multiplication
(∗) are binary operations, since a + b ∈ N for all a , b ∈ N and a ∗ b ∈ for all, a , b ∈ N .
However subtraction (−) is not a binary operation on N since 3 − 4= - 1 which is not an element
of N .

ELEMENTARY LOGIC
 Every language contains different types of sentences, such as statements, questions, and
commands.
 For example,
• QUESTION: “Is the test today?”
• COMMAND: “Go get the newspaper.”
• OPINION: “This is a nice car.”
• STATEMENT: “Sogod is a municipality of Southern Leyte.”
 The symbolic logic that Boole created applies only to sentences that are statements.

Example
Connecting simple statements with words and phrases such as and, or, if …then, and
if and only if creates a compound statement. George Boole used symbols such as p, q, r, and s
to represent simple statements and the symbols; , , , , and  to represent connectives.

A logical connective is the mathematical equivalent of a conjunction (a word or


symbol that joins two sentences to produce a new one). Below are the logical connectives
together with the symbols used:

 NOT

“not” is a logical connective that denotes the negation of a statement. The ‘tilde’ () symbol
is used. For example: The negation of the statement “Today is Friday.” is the statement
“Today in not Friday.” In symbols,  p means not p

 AND
“and” is a conjunction that joins the two statements which uses the symbol “⋀ ”. If P and Q
are statements then P ⋀ Q is the statement that is true if and only if both P and Q are true.

 OR

“or” is a disjunction that uses the symbol “ ⋁”. It means that P ⋁ Q is true if and only if both
P is true or Q is true.

 IF … THEN (IMPLIES)

“implies” is a conditional connective which is usually written with the symbol “⟹”. The
statement P ⟹ Q means that Q is a consequence of P, and is sometimes read as “if P then
Q ”. The sentence P ⟹ Q is considered to be true under all circumstances except one: it is
not true if P is true and Q is false.

Example.

Quantifiers
Words like “all”, “some”, “any”, “every”, “nothing” are called quantifiers in the
English language. In mathematics, only two quantifiers are being used. These are “for all”
(or “for every”) and “there exists” (or “for some”).
 Universal quantifiers : “for all” or “for every”
• Symbol: ∀
• Example: For all natural numbers n, 2n is an even number.
• Using the notation: ∀ n ∈ ℕ , 2n is an even number.
 Existential quantifiers: “there exists” or “for some”
• Symbol: ∃
• There exists an integer x, such that 5 - x = 2
Name: (i.e) De la Cruz, Juan A. Module & Task No.: M1 – Lesson 2
Course & Year: _________________ Date Completed: _____________________

LESSON 2.1
EXERCISES 2
1. A. Find all relations from {a,b,c} to {u,v}.
B. Find all functions from {a,b,c} to {u,v}.
2. What function of the relations from {a,b,c} to {u,v} are functions?
3. Let A = (1, 2, 3, 4) and B = (0, 1). Use the set roster notation to write each of the following
sets, and indicate the number of elements that are in each set:
AxB BxA AxA BxB

4. Let C = { 0, 1, 2} and D = {2, 4, 6, 8} and define a relation R from A to B as follows:


y+ 2
For all (x, y) Є A x B, (x, y) Є R means that is an integer.
x
a) Is 1 R 2? Is 2 R 8? Is (1, 8) Є R? Is (2, 6) ) Є R?
b) Write R as a set of ordered pairs.
c) Write the domain and co-domain of R.
d) Draw an arrow diagram for R.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy