Ge701lesson 2
Ge701lesson 2
Ge701lesson 2
Sequence
A sequence is an ordered list of numbers, called terms that may have repeated
values. The arrangement of these terms is set by a definite rule.
Find the next three terms and state the rule on how the sequence work.
Each number in the sequence is the sum of the two numbers that precede it. So, the
sequence goes: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on. The mathematical equation
describing it is Xn+2= Xn+1 + Xn
1/1 = 1.0
2/1 = 2.0
3/2 = 1.50
5/3 = 1.6667
8/5 = 1.60
13/8 = 1.625
21/13 = 1.6154
34/21 = 1.619
55/34 = 1.6177
89/55 = 1.6182
Mathematics helps organize patterns and regularities in the world. Mathematics helps predict
the behavior of nature and phenomena in the world, as well as helps humans exert control over
occurrences in the world for the advancement of our civilization.
It gives us a way to understand patterns, to quantify relationships, and to predict the future.
Math helps us understand the world — and we use the world to understand math. ... Using it, students
can make sense of the world and solve complex and real problems.
Control theory is a branch of Applied Mathematics dealing with the use of feedback to
influence the behaviour of a system in order to achieve a desired goal. One can distinguish two
classes of systems for which control theory plays an indispensable role, namely man-made systems and
biological systems.
Mathematics is Indispensable
Mathematics makes our life orderly and prevents chaos. Certain qualities that are
nurtured by mathematics are power of reasoning, creativity, abstract or spatial thinking, critical
thinking, problem-solving ability and even effective communication skills.
VARIABLES
A variable is sometimes thought of as a mathematical “John Doe” because you can use it as a
placeholder when you want to talk about something but either (1) you imagine that it has one or more
values but you don’t know what they are, or (2) you want whatever you say about it to be equally true
for all elements in a given set, and so you don’t want to be restricted to considering only a particular,
concrete value for it.
In this sentence you can introduce a variable to replace the potentially ambiguous word “it”.
Solution:
Given any real number a, a2 is nonnegative.
Or: For any real number a, a2 0.
b. Are there numbers with the property that the sum of their squares equals the square of their
sum?
Solution:
Are there numbers a and b with the property that a2 + b2 = (a + b)2?
Or: Are there numbers a and b such that a2 + b2 = (a + b)2?
1. A universal statement says that a certain property is true for all elements in a set.
2. A conditional statement says that if one thing is true then some other thing also has to be
true.
3. An existential statement says that there is at least one thing for which the property is true.
Example. Universal Statement: All positive numbers are greater than zero.
Conditional Statement: If 378 is divisible by 18, then 378 is divisible by 6.
Existential statement: There is a prime number that is even.
This statement can be rewritten in a way that makes its conditional nature explicit but universal nature
implicit.
The statement can also be expressed so as to make its universal nature explicit and its conditional
nature implicit.
A universal existential statement is a universal because its first part says that a certain property is true
for all objects of a given type, and it is existential because its second part asserts the existence of
something.
Rewritten as: For all real numbers r, there is an additive inverse for r.
For all numbers r, there is a real number s such that s is an additive inverse for r.
An existential universal statement is a statement that is existential because its first part asserts that a
certain object exists and is universal because its second part says that the object satisfies a certain
property for all things of a certain kind.
Example. Some positive integer is less than or equal to every positive integer.
Or There is a positive integer m that is less than or equal to every positive integer.
There is a positive integer m such that every positive integer is greater than or equal to m.
Use of the word set as a formal mathematical term was introduced in 1879 by Georg Cantor
(1845-1918).
Notation
1. Set-Roster 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 its entire element
between braces.
Examples.
a. Let A = { 1, 2, 3}, B = {3, 1, 2}, and C = { 1, 1, 2, 3, 3, 3}. What are the elements of A, B, and C?
How are A, B, and C related?
b. Is {0} = 0
c. How many elements are in the set {1, {1}}
d. For each nonnegative integer n, let Un = {n, -n}. Find U1, U2, and U0.
The following are some sets of numbers with the given special symbolic names.
2. Set-Builder Notation
Let S denote a set and let P(x) be a property that elements of S may or may not satisfy. We may
define a new set to be the set of all elements x in S such that P(x) is true. We denote this
notation as
{ x SP(x)}
Given that R denotes the set of all real numbers, Z the set of all integers, and Z+ the set of all
positive integers, describe each of the following sets.
a. { x R-2<x<5}
b. { x Z-2<x<5}
c. { x Z+-2<x<5}
d.{ x Z -3<x<5}
Subsets
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 xB.
The phrases A is contained in B and B contains A are alternative ways of saying that A is a subset of B.
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.
Example. Let A = Z+, B = { n Z 0 n 100}, and C = {100, 200, 300, 400, 500}. Evaluate the truth and
falsity of each of the following statements.
a. BA
b. C is a proper subset of A
c. C and B have at least one element in common
d. CB
e. C C.