Summary
IWrite basic expressions and equationsIINumber ClassificationAThe real numbers system and its internal classificationBIntroduction to the complex number systemIIIBasic operations with real numbersACompare and order real numbersBAddition, substraction, multiplication and division of real numbersWrite basic expressions and equations
Mathematical expression
A mathematical expression is an expression involving mathematical symbols such as numbers, variables, and mathematical operators.
\dfrac{2}{3}x+17e^x
\sin\left(\dfrac{\pi}{2}\right)-1
Equation
An equation is a statement of equality of two mathematical expressions.
We can have the following equation :
2x+2=4
The goal is to find the value of x that makes the statement " 2x+2=4 " true.
\sin\left(\dfrac{\pi}{2}\right)-1=0
When it comes to solving problems, it is useful to be able to translate between written words and mathematical expressions and equations.
For example, the sentence "the sum of 18 and y is 20" can be written as :
18+y=20
Consider the following problem: Bill is currently twelve years older than Janet, and in two years Bill will be twice the age of Janet. How old is Janet?
To solve such a problem we will need to come up with mathematical equations which will need to be solved. If we let B denote the current age of Bill and J denote the current age of Janet then the phrase "Bill is currently twelve years older than Janet" is mathematically expressed as
B=J+12
and the phrase " in two years Bill will be twice the age of Janet" is mathematically expressed as
B+2=2 J.
We can now use the method of substitution to find Janet's age, but that will be discussed in a later section.
Number Classification
The real numbers system and its internal classification
Number
A number is a mathematical object used to count and measure.
0, 1, 2, 3, -3, -2, -1, \pi, 3.11, \dfrac{7}{2}, \sqrt{-1}, are all examples of numbers.
Real number
A real number is any quantity, which can be either positive or negative, that can be used to represent the distance along a line. The set of all real numbers is denoted \mathbb{R}.
The numbers 0{,}1-2,\pi, 3.11 \text{ or } \dfrac{7}{2} are all real numbers.
The number \sqrt{-1} is not a real number.
Integer
An integer is a whole number which can be either positive, negative, or 0. The set of all integers is denoted \mathbb{Z}.
The numbers -12, 4, -756 and 3542 are all integer numbers.
The numbers -14.35 and 46.5 are not integer numbers.
Natural Number
A natural number is an integer which is nonnegative. The set of all natural numbers is denoted \mathbb{N}.
0, 4, 9, 136 and 9078 are all natural numbers.
-3 and 1.83 are not natural numbers.
Rational Number
A rational number is any real number which can be expressed as the ratio \dfrac{a}{b} of two integers a,b with b\neq0. The set of all rational numbers is denoted \mathbb{Q}.
\dfrac{3}{12} is a rational number.
The numbers \sqrt{2} and \pi are not rational numbers and are referred to as irrational numbers.
Sometimes, the decimal expression of a real number involves a repeating decimal pattern.
The decimal expression of the fraction \dfrac{1}{3} is 0.333\ 333\ 333\ldots and the decimal expression will continue forever.
To express that the pattern of 3 repeats forever in the decimal expression we write 0.3\overline{3}.
The decimal expression of the fraction \dfrac{13}{99} is:
0.\overline{13}=0.13\ 131\ 313\ldots
The different sets of numbers are included in each other, as shown on the image below:
Introduction to the complex number system
The number i
The symbol i is used to denote \sqrt{-1}. That is i is a number such that:
i^2=-1
The square of any real number cannot be negative. Therefore the number i is not a real number.
Complex Number
Let a and b be two real numbers. A complex number is any number of the form:
z=a+bi
z_1=\sqrt{2}-3i and z_2=2+i are examples of complex numbers.
The complex number system is an extension of the real number system which allows us to have numbers whose squares can be negative.
Every real number is a complex number. The set of real numbers is included in the set of complex numbers.
2 is a real number. It can also be written as 2+0.i, therefore it is a complex number.
If a and b are real numbers, then the complex number a+bi is real if and only if b=0.
Basic operations with real numbers
Compare and order real numbers
Compare real numbers
Comparing two real numbers means assessing which one is greater than the other. Given two real numbers a and b :
- If a is greater than b, we write a\gt b.
- If b is greater than a, we write a \lt b.
The number 7.89 is greater than 2.4. Therefore :
2.4 \lt 7.89
Given two real numbers a and b :
- If a is greater than b or equal to b, we write a\geqslant b
- If b is greater than a or equal to a, we write a \leqslant b
The number 7 equals the number 7. Therefore:
7\leq 7
And:
7\geq 7
If a\mbox{ and }b real numbers, then a\leq b if and only if a is further to the left than b on the real number line.
On the number line, -4 is further to the left than 2 and so -4\leq 2.
Order real numbers
To order a collection of real numbers means to compare all the numbers in the collection.
Given 3.41, \pi, -54, 8.903 and 0 we can write :
-54\lt 0\lt 8.903\lt \pi\lt 3.41
Addition, substraction, multiplication and division of real numbers
The operations of addition, subtraction, multiplication, and division take two real numbers and produce a new real number.
Addition
If a\mbox{ and }b are real numbers and b\geq 0, then the number a+b is the number obtained by increasing the size of a by the size of b.
The sum of 3 and 2 is:
3+2=5
Subtraction
If a\mbox{ and }b are real numbers with b\geq 0 then the number a-b is the number obtained by decreasing the size of a by the size of b.
Subtracting 2 from 3 produces:
3-2=1
If a\mbox{ and }b are any real numbers, then we can still interpret a+b\mbox{ and }a-b. If b is negative then -b is positive, a+b=a- \left(-b\right), and a-b=a+\left(-b\right). Therefore we can interpret a+b as a subtraction and a-b as an addition.
The sum of 14 and -5 is:
14+\left(-5\right)=14-5=9
Substracting -5 from 4 produces:
4-\left(-5\right)=4+5=9
Multiplication
If a\mbox{ and }b are real numbers with b\geq 0 then the number ab is the number obtained by scaling the number a by the number b.
Multiplying 3 and 4 produces:
3\cdot 4=12
If a\mbox{ and }b are real numbers and b \leq 0 then -b\geq 0 and we let a\cdot b= - a\cdot \left(-b\right).
If a is any real number then:
a\cdot 0=0
The number 17 321 multiplied by 0 produces:
17 321\cdot 0=0
Division
If a and b are real numbers (with b\neq0 ) then \dfrac{a}{b} is the real number such that b\cdot \dfrac{a}{b}=a.
The number 34 divided by 17 produces:
\dfrac{34}{17}=2
The reason \dfrac{34}{17}=2 is because 17\cdot 2=34.
If a is a real number, then \dfrac{a}{0} is undefined.