Lesson 3 - Variables
Lesson 3 - Variables
Module 3
Chapter 2 - Mathematics as a Language
Introduction
Language is very powerful. It is used to express our emotions, thoughts, and
ideas. However, if the recipient of the message cannot understand you, then there
is no communication at all.
Mathematics is very hard for others to study because they are very
overwhelmed with the numbers, operations, symbols, and formulae. On the other
hand, if one knows how to interpret and understand these things, then the subject
will be comprehendible.
Variables
In algebra, a symbol (usually a letter) standing in for an unknown numerical
value in an equation. Commonly used variables include x and y (real number
unknowns), z (complex number unknowns) and etc.., in translating word problems
into algebraic equations, quantities to be determined can be represented as a
variables.
To Illustrate, consider:
Changing the unknown as a variable allows you to give temporary name to what
you are seeking so you can perform concrete computations with it, and solve what
are the possible values of it. To emphasize the role of the variable as a placeholder,
you might write the following:
The emptiness of the box help you imagine filling it in with a variety of different
values, some of which might make the two sides equal and others if which might
not.
1
To illustrate the second use of variables, consider the statements:
ACTIVITY
Use variables to rewrite the following sentences more formally.
a. Are there numbers whose squares are smaller than the numbers
themselves?
________________________________________________________________
________________________________________________________________
________________________________________________________________
b. A prime number is an integer greater than 1 and whose only
positive divisors are 1 and itself.
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
2
Kinds of Mathematical Statements
A universal statement says that a certain property is true for all elements in a set.
For example: All positive numbers are greater than zero.
A conditional statement says that if one thing is true then some other things also
have to be true.
For example: If 378 is divisible by 18, then 3778 is divisible by 6.
An existential statement says that there is at least one thing for which the property is
true.
For example: There is a prime number that is even.
Universal statements contain some variation of the words “for all” and conditional
statements contain versions of the words “if-then”. A universal conditional
statement is a statement that is both universal and conditional.
Example:
One of the most important facts about universal conditional statements is that they
can be rewritten in ways that make them appear to be purely universal or purely
conditional.
Example:
The statement can also be expressed so as to make its universal nature explicit and
its conditional nature implicit:
The crucial point is that the ability to translate among various ways of expressing
universal statements is enormously useful for doing mathematics and many parts of
computer science.
3
Solution
a. is positive
b. 𝑥 is positive
c. Is a nonzero real number; 𝑥 is positive
d. Positive
e. Positive squares (or: squares that are positive)
ACTIVITY
Fill in the blanks to rewrite the following statement:
For all real numbers 𝑥 , if 𝑥 is greater than 2, then 𝑥 is greater than 4.
a. If a real number is greater than 2, then its square is _______________________.
b. For all real numbers greater than 2, _____________________________________.
c. If 𝑥 ___________, then _____________________________.
A universal existential statement is a statement that is 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. For example:
Or: For all real numbers n, there is a real number such as s such that s is an additive
inverse for.
One of the most important reasons for using variables in mathematics is that it
gives you the ability to refer to quantities unambiguously throughout a lengthy
mathematical argument, while not restricting you to consider only specific values
for them.
4
EXAMPLE 3 Rewriting a Universal Existential Statement
Fill in the blanks to rewrite the following statement. Every pot has a lid.
Solution
a. Have lids
b. A lid for P
c. L is a lid for P
ACTIVITY
Fill in the blanks to rewrite the following statement: All bottles have cap.
There is a positive integer that is less than or equal to every positive integer.
This statement is true because the number one is a positive integer, and it satisfies
the property of being less than or equal to every positive integer. We can rewrite
the statement into:
Or: There is a positive integer m that is less than or equal to every positive integer.
Or: There is a positive integer m such that every positive integer is greater than or
equal to m.
Or: There is a positive integer m with the property that for all positive integers n,
𝑚 ≤ 𝑛.
5
EXAMPLE 4 Rewriting an Existential Universal Statement
Fill in the blanks to rewrite the following statement in three different ways:
Solution
ACTIVITY
Fill in the blanks to rewrite the following in three different ways:
There is a bird in this flock that is at least as heavy as every bird in the flock.
Most of the important mathematical concepts can only be defined using phrases
that are universal, existential, and conditional, and they require the use of all three
phrases “for all,” “there is,” and “if-then,”
It’s the reason why most of the mathematics books are very hard to understand,
but by continually exposing yourself in this type of language you will see
mathematics in the way how it should be.
6
REFERENCES