GE4 Mathematical Languages and Symbols (Variables)
GE4 Mathematical Languages and Symbols (Variables)
Module No. 4
Mathematical Language and Symbols
I. Objectives
1. Discuss the variables and symbols of important kinds of mathematical statements.
2. Write sentences using variables.
3. Rewrite a universal conditional statement.
II. Lessons
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 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. To illustrate the first use consider asking
Is there a number with the following property: doubling it and adding 3 gives the same
result as squaring it?
In this sentence, you can introduce a variable to replace the potentially ambiguous word “it”:
The advantage of using a variable is that it allows you to give a temporary name to what
you are seeking so that you can perform concrete computation with it to help discover its
possible values. To emphasize the role of the variable as a placeholder, you might write the
following:
No matter what might be chosen, if it is greater than 2, then its square is greater than
four.
In this case, introducing a variable to give a temporary name to the (arbitrary) number you
might choose enables you to maintain the generality of the statement, and replacing all
instances of the word “it” by the name of the variable ensures that possible ambiguity is
avoided:
No matter what number n might be chosen, if n is greater than 2, then n2is greater than
4.
Solution 1
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?
Or: Do there exist any numbers a and b such that a2 + b2 = (a + b) 2?
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 328 is
divisible by 6.)
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. Here is an example
One of the most important facts about universal conditional statements is that they can be
written in ways that make them appear to be purely universal or purely conditional. For
example, the previews statement can be written in a way that makes it conditional nature
explicit but its universal nature explicit.
The statement can also be expressed to make its universal nature explicit and its conditional
nature explicit.
The crucial point is that the ability to translate among various ways of expressing universal
conditional statements is enormously useful for doing mathematic and many parts of computer
science.
IV. Assessment
1. Use variables to rewrite the following sentences more formally.
a. Are there numbers whose square are smaller than the numbers themselves? b. A
prime number is an integer greater than one and whose only positive divisors are one
and itself.
Solution
a. Are there numbers a and b whose a² and b² are smaller than the numbers a and b. b.
A prime number n is an integer greater than one and whose only positive divisors are
one and n.
V. References