Chapter 1
Chapter 1
Numbers and Equations form the most important basic concepts of mathematics, on
which all further structures and constructions are based on. In this chapter, the basics
are covered by both sets and natural numbers. To describe the natural numbers Pea-
no’s axioms are introduced and the principle of mathematical (complete) induction is
demonstrated by many examples. The real numbers and elementary calculation laws are
indicated; the basic rules for powers and logarithms are repeated.
Solving equations is one of the elementary tasks of mathematics. In this chapter we will
also discuss simple equations as well as systems of linear equations which are important
for the applications and introduce the Gauss algorithm to solve them. Since only a few
types of equations are explicitly solvable, we will not deal systematically with the solving
of general equations, but we will show exemplarily how to work on basic equations.
1.1
1.1 Sets
”By a set M we mean any combination of certain well-defined objects of Set
our view or our thinking as a whole”; this definition of the set concept Menge
The empty set ; or {} does not contain any elements. B means subset of A
(B ⇢ A), if each element of B is also an element of A.
4 1. Numbers, Equations and Systems of Equations
Remarks:
Set Operations
Set Operations For two sets A and B , the intersection A \ B, the union A [ B and the com-
Mengenoperationen plement A\B are defined by
A \ B := {x : x 2 A and x 2 B} ,
A [ B := {x : x 2 A or x 2 B} ,
Intersection
A\B := {x : x 2 A and x 2
/ B} .
Schnittmenge
Here ”:=” means that the symbol on the left side is defined by the right side
Union of the equation. Similarly, ”:()” is to be read as logical equivalence according
Vereinigungsmenge
to the definition of what is on the sides of the colon.
Complement
Mengenkomplement
By means of Venn Diagrams (see Fig. 1.1) sets and set operations can be repre-
Venn Diagrams sented pictorially. To the left the intersection of two sets A \ B , in the middle
Venn-Diagramme the union of the sets A [ B and on the right the complement of the set A and
B are indicated. The Venn diagrams are used to easily illustrate the following
calculation rules for sets:
1.2 Natural Numbers 5
1. A[B =B[A
2. A[A=A
3. A [ (B [ C) = (A [ B) [ C
4. A [ (B \ C) = (A [ B) \ (A [ C)
5. (A\B)\C = A\(B [ C)
6. A ⇢ B , A \ B = A , A [ B = B , A\B = ;
The Cartesian product of two sets M1 and M2 is the set consisting of all pairs Cartesian
(x, y), where x 2 M1 and y 2 M2 : Product
Kartesisches
Produkt
M1 ⇥ M2 := {(x, y) : x 2 M1 and y 2 M2 } .
Example 1.2. IR ⇥ IR consists of all pairs of real numbers. This is nothing else
but the plane of numbers; (x, y) is a point in this plane. Instead of IR ⇥ IR we
write shortly IR2 .
1.2
1.2 Natural Numbers
Natural numbers are the simplest arithmetic objects. They form the foundation Natural
of our number building. We call the entirety of all natural numbers the ”set of Numbers
natural numbers” IN. The expression ”natural” numbers for IN = {1, 2, 3, . . .} Natürliche Zahlen
is certainly well chosen, because children begin to count in this way and in
all cultures mathematical thinking begins with these numbers. The zero was
invented quite late by the Indians, in 300 B.C. and is nowadays added to the
natural numbers: IN0 .
It was not until the discovery of the zero that Indian mathematicians were able
to create, for the first time, a numerical system which has been adopted all over
the world and which only requires ten digits (including zero). The number sys-
tem is already described by A. Ries (1492-1559) in his second arithmetic book
1522. There is also the appreciation of the number zero! The fundamental prin-
ciple of natural numbers goes back to the mathematician Peano (1858-1939,
1889).
6 1. Numbers, Equations and Systems of Equations
Peano’s Axioms
Peano Axiome (1) 1 is a natural number.
(2) For each natural number n there exists exactly one successor n0 , which
also belongs to the natural number set.
(4) The successors of two di↵erent natural numbers are di↵erent from each
other.
(5) A subset of the natural numbers contains all natural numbers, if two
conditions are fulfilled: (1) 1 belongs to the set and (2) the successor
n0 always belongs to the set for any member n.
Thanks to Peano’s axioms we are able to build up the set of natural numbers,
because we immediately get the following conclusions from the axioms:
Conclusions:
(1) The natural set of numbers has infinitely many di↵erent elements: Because
of (A1) there is at least one natural number: 1. Because of (A2) there is a
successor to 1, according to (A3) 6= 1: We call it 2. Because of (A2) there
is a successor to 2, according to (A3) 6= 1 and (A4) 6= 2: We call it 3 etc.
(2) The elements of natural numbers can be arranged in a certain order, whe-
reby all natural numbers are recorded step by step:
1; 2; 3; 4; 5; ..., n; n + 1; ...
(3) Each subset M of the natural numbers M ⇢ IN, which contains 1 and with
n 2 M always have the successor n + 1 2 M , is equal to the set of all
natural numbers.
Mathematical
Mathematical Induction: Induction
Vollständige
Step 1: Induction start: For n = 1 the statement is correct. Induktion
n(n + 1)
Example 1.3. 1 + 2 + ··· + n = (n 2 IN)
2
1 + 2 + · · · + n0 + (n0 + 1) = (1 + 2 + · · · + n0 ) + (n0 + 1)
n0 (n0 + 1)
= + (n0 + 1)
2
n0 (n0 + 1) + 2(n0 + 1)
=
2
(n0 + 1)(n0 + 2)
= .
2
This is the formula to be proven for n0 + 1.
8 1. Numbers, Equations and Systems of Equations
The following notations are introduced as abbreviations for sums and products:
Definition:
Sum (1) Sum: For the sum of al , al+1, . . . , an 2 IR we write
Summe
n
X
ak := al + al+1 + . . . + an .
k=l
Product
Produkt (2) Product: For the product of al , al+1, . . . , an 2 IR we write
n
Y
ak := al · al+1 · . . . · an .
k=l
Factorial
Fakultät (3) Factorial: For each n 2 IN we define
n! := 1 · 2 · . . . · n (Factorial of n ) and 0! := 1.
Besides, n! is growing very fast. For example 13! ⇡ 6·109 ; to count this number,
it would take 100 years if we would be able to count to 100 in one minute!
Examples 1.4:
10
X
1 i2 = 52 + 62 + 72 + 82 + 92 + 102 = 355.
i=5
X5
1 1 1 1 1 1 137
2 = + + + + = .
i=1
2i 2·1 2·2 2·3 2·4 2·5 120
Y6
3 (2i 1)2 = 52 · 72 · 92 · 112 = 12006225.
i=3
4 5! = 1 · 2 · 3 · 4 · 5 = 120.
1.2 Natural Numbers 9
P
n
Example 1.5. 1 + 3 + 5 + · · · + (2n 1) = (2k 1) = n2 (n 2 IN)
k=1
4
! Example 1.6. According to L. Euler (1707-1783) the expression
p = n2 n + 41
4
! Example 1.7. We are examining the wrong formula
n(n + 1)
1 + 2 + 3 + ··· + n = +1
2
(see Example 1.3) and show that the induction conclusion is feasible: So we
assume that the formula is correct for n and show that it is subsequently also
valid for n + 1.
n(n+1)
1 + 2 + 3 + · · · + n + (n + 1) = 2 + 1 + (n + 1)
n(n+1)+2(n+1)
= 2 +1
(n+1)(n+2)
= 2 + 1.
This is the formula for n + 1. Although the induction closure is feasible, the-
re exist no natural numbers n for which the formula would be correct. The
induction closure thus loses its meaning if the proof for n = 1 or for another
fixed integer value cannot be provided.
10 1. Numbers, Equations and Systems of Equations
Geometric Sum
Geometrische Statement: (Geometric Sum Formula).
Summe
n
X 1 q n+1
For each real number q 6= 1: qi = (n 2 IN0 )
i=0
1 q
1.2.4 Permutations
Permutation Permutation of a set means all possible arrangements of the elements of the
Permutation set. If A = {a1 , a2 , a3 , . . . , an }, there is exactly one element for each position
in the set. Another arrangement of the set would be for example
{a2 , a1 , a3 , . . . , an }.
The following statement gives an indication of how large the number of all
di↵erent arrangements of a set with n elements is:
consider the special element a1 and all its positions in this set. a1 can
be at the 1st position, then there are n! arrangements for the remaining
n elements after the induction assumption. a1 can also be at the 2nd
position, then there are n! arrangements for the remaining n elements after
induction. a1 can also be at 3rd place; again there are n! arrangements
for the remaining n elements etc. a1 can therefore be at n + 1 di↵erent
positions, and the remaining n elements still have n! di↵erent possible
arrangements. So there are n! · (n + 1) = (n + 1)! possibilities altogether.
Application: The chance to guess the right combination in the Lotto game ”6
out of 49” is about 1:14 million. Because the number of the 6-elemental subsets
of a 49-element set is equal to 6!49!
43! =
44·45·46·47·48·49
1·2·3·4·5·6 = 13.983.816.
We speak n over k , and call them binomial coefficients. The binomial coeffi-
cients are determined either by the above formula, or by the scheme named
after Pascal, the so-called Pascal’s triangle: Starting with 1: the pyramid
given below is extended by 1 on the right and left in each step. The numbers
in the scheme result from the sum of the two numbers above.
12 1. Numbers, Equations and Systems of Equations
0
k : 1
1
k : 1 1
2
k : 1 2 1
3
k : 1 3 3 1
4
k : 1 4 6 4 1
5
k : 1 5 10 10 5 1
6
k : 1 6 15 20 15 6 1
..
.
Binomial
Theorem Statement: (Binomial Theorem). For any real numbers a, b 2 IR and
Binomischer Satz
any natural number n 0 the following applies:
n
!
X n
n
(a + b) = an k
bk
k
k=0
Examples 1.8:
1 (x + y)0 = 1
(x + y)1 = x + y
(x + y)2 = x2 + 2xy + y 2
(x + y)3 = x3 + 3x2 y + 3xy 2 + y 3
2 We calculate the value of the power (104)3 with this theorem:
(104)3 = (100 + 4)3 = 1003 + 3 · 1002 · 4 + 3 · 100 · 42 + 43
= 1 000 000 + 120 000 + 4 800 + 64 = 1.124. 864.
1.3 Real Numbers 13
1.3
1.3 Real Numbers
Let’s assume that the real numbers are available and let’s not deal with its
axiomatic structure. For physical measurements the rational numbers would
be sufficient but for the higher analysis the rational numbers show ”too many
holes”. Only their extension to real numbers makes calculus possible.
x + n = 0,
q·x=p
+ : IR ⇥ IR ! IR with (x, y) 7 ! x + y
· : IR ⇥ IR ! IR with (x, y) 7 ! x · y.
(M 1) x · (y · z) = (x · y) · z Associative Law
(M 2) x·y =y·x Commutative Law
(M 3) There is a number 1 2 IR with 1 6= 0, so that
1·x=x Existence of Zero
(M 4) For every x 2 IR\{0} there is a x 1 2 IR with
x·x 1 =1 Inverse Element
(D) x · (y + z) = x · y + x · z
All further calculation laws of the real numbers can be traced back to these
elementary laws. Since these calculation laws are not only valid for the set
of real numbers, but also for other constructions, the concept of a field is
1.3 Real Numbers 15
that satisfy the axioms (A1)-(A4), (M 1)-(M 4), (D), is called field.
Examples 1.9:
1 Both (IR, +, ·) and (Q
I , +, ·) form fields.
+ 0 1 · 0 1
0 0 1 0 0 0
1 1 0 1 0 1
The calculation laws are checked directly. F2 is the smallest field; because
each field must contain at least two elements: 0 and 1.
n-th Root
Definition: The n-th root of a number a 0 Wurzel
p 1
b := n a := a n (n 2 IN)
p 1
With the notation n a = a n the n-th roots of a number can be interpreted
as powers with rational exponents. For the powers of products or quotients of
real numbers, the general power calculation rules apply, which are summarized
16 1. Numbers, Equations and Systems of Equations
Examples 1.10:
1.3.4 Logarithm
Logarithm
Definition: Given is the equation a = bx (a, b > 0). For given a and b
Logarithmus
we are looking for the exponent x. We call
x = logb (a)
logc (y)
logb (y) = (b , c, y > 0).
logc (b)
Examples 1.11:
1 1
1 2x = 8 ) x = log2 8 = log2 8 = 3.
2 10x = 0.0001 ) x = log10 10 4 = 4 log10 10 = 4.
p p
ab 2 1
3 ln p3 cd 3 = ln a + ln b 2 ln c 3 ln d 3 = 12 ln a 2 ln b 1
3 ln c + 3 ln d.
qp
3
p4 1 1 1 1 1 1 1 1
4 log a2 b a c2 = log((a2 b a 4 c 2 ) 3 ) 2 = log a 3 b 6 a 24 c 12
9 1 1
= 24 log a + 6 log b + 12 log c.
The absolute value of a real number a is the distance from a to the zero
point. It is indicated by the symbol |a|:
Absolute Value 8
Betrag >
< a for a > 0
|a| := 0 for a = 0
>
: a for a < 0
1 1
p p
Examples 1.12: |3| = 3 ; | 5| = 5 ; 2 = 2 ; 2 = 2.
|x a| = (x a) if x a 0 or x a,
|x a| = (x a) if x a < 0 or x < a.
This clause will play an important role when solving equations and inequalities
that contain absolute values.
Intervals: Subsets of real numbers are called real range or interval. A distinc-
tion is made between finite and infinite intervals. To describe these subsets of
IR we introduce the following notations: Intervals
Intervalle
IR a := [a, 1) := {x : a x < 1}
IR>a := (a, 1) := {x : a < x < 1}
IRa := ( 1, a] := {x : 1 < x a}
IR<a := ( 1, a) := {x : 1 < x < a}
1.4
1.4 Equations and Inequalities
The methods of solving equations are as diverse as there are types of equations. We show
exemplarily how basic equations and inequalities can be solved. However, we will not deal
systematically with solving equations or inequalities, because in many cases they cannot
be solved exactly and therefore we depend on numerical methods (e.g. see the bisection
method §6.4 or Newton’s method §7.8 ).
1.4.1 Equations
Any relationship between (real) quantities in which an equal sign occurs is Degree of
called equation. If the quantities of the equation occur only as sums and pro- Equation
ducts of powers, they are called algebraic equations. The largest exponent Grad der Gleichung
1. Quadratic Equations
The equation
x2 + px + q = 0
2
We introduce D := p4 q the (discriminant). For D > 0 the equation has two
di↵erent real solutions, for D = 0 a double real solution, and for D < 0 no real
(but two di↵erent complex) solutions.
Examples 1.13:
1 x2 + 2x 3 p
= 0 has two real solutions:
x1/2 = 1± ( 1)2 + 3 = 1±2. This means x1 = 1, x2 = 3.
2 x2 + 4x + 4 p
= 0 has a double real solution:
x1/2 = 2± 22 4 = 2. So x1 = 2 is a double solution.
3 x2 4x + 13 = 0 has no real (but two complex) solutions:
p p
x1/2 = 2 ± 4 13 = 2 ± 9 = 2 ± 3i. There are no real solutions. Here
i means the imaginary unit (see Chapter 5, Complex Numbers).
x4 5x2 + 4 = 0.
z2 5z + 4 = 0.
p
Therefore, z1 = 4, z2 = 1. Because of z = x2 and x = ± z , the following
applies
p
x1/2 = ± 4 = ±2
p
x3/4 = ± 1 = ±1.
3. Root Equations
Simple root equations are solved by isolating the root, e.g. by placing it on the
left side of the equation, the remaining terms on the right side. Then, square
root equations are squared and resolved according to the variable being sear-
ched for.
4
! Caution: By squaring the equations we might change the solution set: The
equation x = 1 has as solution only the number 1. If we square the equation,
x2 = 1 is obtained. This equation has both x = 1 and x = 1 as solutions. The
squared equations can have more solutions than the original ones. Therefore,
it is necessary to check whether the resulted numbers really represent solutions
of the original root equation.
square it
5 x = x2 6x + 9
and reformulate it as
x2 5x + 4 = 0.
This is a quadratic equation that can be solved with the p/q formula.
Example 1.14 returns the solutions
x1 = 4, x2 = 1.
Now, we will check whether the two values are solutions of the original
root equation. For this, we insert the values into the root equation:
22 1. Numbers, Equations and Systems of Equations
p
x1 = 4: p1 1 = 0. That means x1 = 4 satisfies the root equation.
x2 = 1: 4 + 2 = 4 6= 0. That means x1 = 1 does not satisfy the root
equation.
Thus the solution set of the root equation is IL = {4}.
|4x 1| = 2x + 4.
To get an overview of the two functions, we draw the left and right sides of the
equation:
It can be seen that there are two intersections of the graphs that need to be
determined.
Case 1: 4x 1 0, that is x 14 :
The absolute value for x 14 are non-negative numbers. Under these con-
ditions, the absolute value can be replaced by a single parenthesis. In this
case
4x 1 = 2x + 4.
1.4 Equations and Inequalities 23
(4x 1) = 2x + 4 ) 4x + 1 = 2x + 4.
1.4.2 Inequalities
Equivalent operations acting on inequalities are:
|2x + 2| > 3.
As in the case of equations with absolute values, when inequalities are resolved,
the absolute value must first be resolved by a case distinction.
Case 1: 2x + 2 0, that is x 1:
The absolute value for x 1 does not contain negative numbers. Then
the absolute value characters can be replaced by a single parenthesis (...).
24 1. Numbers, Equations and Systems of Equations
In this example
2x + 2 > 3.
(2x + 2) > 3.
2x + 2 < 3
(x 2)2 |x| .
To get an overview of the two functions, we draw the left and right sides
of the inequality:
1.4 Equations and Inequalities 25
It can be seen that there are two intersections of the graphs that need
to be determined. The solution set then consists of the closed interval in
which the square function (x 1)2 is less than or equal to the absolute
value function |x|.
x = (x 1)2 ) x2 2x + 1 = x ) x2 3x + 1 = 0
Thus x1 = 0.38 and x2 = 2.62 are the intersections of the curves. The
solution set consists of the closed interval.
3 1p 3 1p
IL = 5, + 5 = [0.38, 2.62] .
2 2 2 2
26 1. Numbers, Equations and Systems of Equations
1.5
1.5 Systems of Linear Equations
Gauss Systems of Linear Equations (LEq) play a very important role in theory and ap-
Algorithm plications. In this section we introduce a method to solve any LEq: the Gauss
Gauss Algorithmus algorithm. For general correlations and statements about LEq, we refer to Chapter
3, Matrices and Determinants.
1.5.1 Introduction
Node Rule
In this example, for the node KA , I3 flows into and IA , I1 flow out of
Knotensatz
(KA ) : I3 = IA + I1 ;
Mesh Rule
Maschensatz for the node KB , IB flows into and I1 , I2 flow out of
(KB ) : IB = I1 + I2 .
For the mesh with specified current directions, the voltage drop over R2 is
equal to the sum of the voltage drops over R1 and R3 :
(M ) : R1 I 1 + R3 I 3 = R2 I 2 .
Method for solving LEq: We substitute the given values into the equations
and introduce a method to systematically solve the system:
I1 I2 I3 r.S.
G1 : 1I1 5I2 + 3I3 = 0 1 5 3 0
G2 : 1I1 + 1I3 = 1 1 0 1 1
G3 : 1I1 + 1I2 =2 1 1 0 2
0 0 0
Then we take the equation G2 and G3 and eliminate I2 from G3 . To do this
0 0
we add 6 times equation G2 to ( 5) times of equation G3 :
30I2 + 24I3 = 6
30I2 15I3 = 10
9I3 = 16
00
From equation G3 we get
16
9I3 = 16 ) I3 =
9
00
and from equation G2
16 11
5I2 + 4 · = 1 ) I2 = .
9 9
00
Both results substituted into equation G1 gives
11 16 7
I1 5· +3· = 0 ) I1 = .
9 9 9
Hence, the currents I1 , I2 , I3 are calculated.
28 1. Numbers, Equations and Systems of Equations
In the last column, the variables are not specified; only the coefficient of the
variables and the constants of the right side of the equation are listed. The
coefficient of I1 always appears first, the coefficient of I2 second, and the coef-
ficient of I3 finally third. In principle, this short version of the equation system
is sufficient to solve it. This procedure to solve this system of equations can be
generalized (!Gauss algorithm), if the searched variables occur only linearly
(!LEq).
Examples 1.20:
1 x1 x2 + x3 = 0 is a linear equation, because the variables x1 , x2 , x3 are
represented proportional in the equation. This equation has for example
(0, 1, 1), (1, 1, 0), (1, 2, 1) as solutions.
2 The equation x2 +2x y = 0 is not a linear equation, because the variable
x is square.
3 x1 x2 + x3 = 0 and 2x1 + 3x2 x3 = 0 form a system of linear equations,
a linear system of equations.
Abbreviating for the LEq the coefficients and the right side are written in
a compact scheme
0 1
a11 a12 a13 · · · a1n b1
Ba C
B 21 a22 a23 · · · a2n b2 C
B . .. .. .. .. C
B . C
@ . . . . . A
am1 am2 am3 · · · amn bm Coefficient
Matrix
This scheme is called the extended coefficient matrix or in short Matrix. Koeffizientenmatrix
The solid line should remind you that the coefficients are to the left and
the constants to the right of the equal sign. Matrix
Matrix
Each row of the matrix represents an equation; each column is assigned to the
corresponding unknown. The solution consists of all n-tuples (x1 , x2 , ..., xn ),
which fulfill all m equations.
Equivalence
Manipulations
(1) The order of the equations can be changed.
Umformungen
(4) The eliminated equations form a scaled system of lines from which the
unknowns can be calculated in the order xn , xn 1 , . . . , x2 , x1 .
4
! The above algorithm assumes that none of the coefficients aii equals zero;
otherwise the lines must be swapped. If all remaining coefficients of the variable
xi to be eliminated are equal to zero, this step can be skipped, because the
LEq already has the desired form. However, when the algorithm is executed
numerically, calculation inaccuracies occur even if these coefficients are very
small. In order to keep such errors as small as possible, it is advisable to swap
0
the lines in each step so that the line with the largest coefficient aii is selected
as the uppermost equation. This is called pivoting.
1.5 Systems of Linear Equations 31
Examples 1.21:
1 A system with exactly one solution: The solution set of the LEq is
For the solution we use the Gaussian algorithm. To do this, we copy the first
line; multiply G1 by (-3) and add the result to 2 times the second line. We also
multiply the first row by (-2) and add the result to the third row:
0
0 1
G1 : 2 1 1 3 (G1 )
0 B C
G2 : @0 7 5 7A (2G2 3G1 )
0
G3 : 0 5 4 4 (G3 2G1 )
Now, we leave the first two equations unchanged and modify the last equation
such that the coefficient of x2 becomes zero.
00
0 1 0
G1 : 21 1 3 (G1 )
00 B C 0
G2 : @0 7 5 7A (G2 )
00 0 0
G3 : 00 3 63 (7G3 + 5G2 )
From the equivalent system (00 ) now the solutions can be calculated easily. The
last equation returns
3x3 = 63 ) x3 = 21.
00
Used in G2 : 7x2 5 · ( 21) = 7 ) x2 = 16.
00
Both used in G1 : 2x1 + ( 16) ( 21) = 3 ) x1 = 1.
Hence, the system has one unique solution ( 1; 16; 21) and the solution
set is 8 0 1 0 19
>
< x1 1 > =
B C B C
IL = (x1 , x2 , x3 ) 2 IR3 : @ x2 A = @ 16 A .
>
: >
x3 21 ;
The system (00 ) is called a system with upper triangular matrix, because the Upper
00 00 00 Triangular
entries below the main diagonal (a11 , a22 , a33 ) are equal to zero. If the system Matrix
has an upper triangular shape, the elimination procedure is complete. The Obere
unknown x1 , x2 , x3 can then be determined by reverse resolution. Dreiecksmatrix
32 1. Numbers, Equations and Systems of Equations
x1 3x2 + 2x3 = 4
2x1 + x2 + 3x3 = 2
2x1 16x2 + 18x3 = 28
we modify the coefficient matrix in two steps so that we obtain triangular form
0 1
G1 1 3 2 4
B C
G2 @ 2 1 3 2A
G3 2 16 18 28
0
0 1
G1 1 3 2 4
0 B C
G2 @ 0 5 7 10 A (G2 + 2G1 )
0
G3 0 15 21 30 (G3 + G2 )
00
0 1
G1 1 3 2 4
00 B C
G2 @ 0 5 7 10 A
00 0 0
G3 0 0 0 0 (G3 3G2 )
From the last line follows 0 · x3 = 0 , which is fulfilled for any x3 . Therefore
00
we set x3 = (arbitrary). Inserted into G2 it follows
7
5x2 + 7 = 10 ) x2 = 2+ .
5
00
Both inserted into G1 gives
7 11
x1 = 4 + 3( 2 + ) 2 = 2+ .
5 5
To get a better representation, we select = 5k, such that the solution is
8 0 1 0 1 0 1 9
>
< x1 2 11 >
=
3 B C B C B C
IL = (x1 , x2 , x3 ) 2 IR : @ x2 A = @ 2 A + k @ 7 A with k 2 IR .
>
: >
;
x3 0 5
x1 3x2 + 2x3 = 0
2x1 + x2 + 3x3 = 0 .
2x1 16x2 + 18x3 = 0
Because the elementary line manipulations give
0 1
1 32 0
B C
@0 5 7 0A.
0 00 0
5x2 + 7 · 5k = 0 ) x2 = 7k
x1 = +3 · 7k 2 · 5k = 11k.
Therefore
8 0 1 0 1 9
>
< x1 11 >
=
B C B C
IL = (x1 , x2 , x3 ) : @ x2 A = k @ 7 A and k 2 IR .
>
: >
;
x3 5
(2) A homogeneous LEq has either exactly one solution, namely the trivial
0 1
0
B .. C
zero solution x = @ . A, or infinite many solutions.
0
(3) If the inhomogeneous LEq is solvable, the general solution consists of all
homogeneous solutions plus one solution of the inhomogeneous system:
ILi = ILh + xs ,
if ILi = solution set of the inhomogeneous LEq, ILh = solution set of the
associated homogeneous LEq and xs is a special solution of the inhomo-
geneous system.
34 1. Numbers, Equations and Systems of Equations
x1 SiO2 + x2 N a OH ! x3 N a2 SiO3 + x4 H2 O
We are looking for the proportions of the substances x1 , x2 , x3 , x4 for which the
reaction takes place. Since only integer multiples are possible, natural numbers
x1 , x2 , x3 , x4 must be determined, so that each of the chemical elements Si,
O, N a, H occurs equally often on both sides of the reaction equation. This
leads to the following homogeneous system of linear equations:
Si : x1 = x3
Na : x2 = 2x3
O: 2x1 + x2 = 3x3 + x4
H: x2 = 2x4 .
SiO2 + 2 N a OH ! N a2 SiO3 + H2 O.
I II III IV
Iron 70% 72% 80% 85%
Chrome 22% 20% 10% 12%
Nickel 8% 8% 10% 3%
1.5 Systems of Linear Equations 35
x1 + x2 + x3 + x4 = 1000.
The conservation equations for the individual constituents iron, chromium and
nickel are as follows
0.7 x1 + 0.72 x2 + 0.8 x3 + 0.85 x4 = 740
0.22 x1 + 0.2 x2 + 0.1 x3 + 0.12 x4 = 180
0.08 x1 + 0.08 x2 + 0.1 x3 + 0.03 x4 = 80.
Note that for 1000 kg alloy with 74% iron, the iron weight is 740 kg. The same
applies to chromium and nickel. These four equations provide an inhomoge-
neous system of linear equations
0 1 0 1
1 1 1 1 1000 1 1 1 1 1000
B 70 72 80 85 74000 C B 0 2 10 15 4000 C
B C B C
B C ,! B C.
@ 22 20 10 12 18000 A @0 0 2 5 0A
8 8 10 3 8000 00 0 0 0
1.6
1.6 Proofs
Axioms Mathematics can partly be regarded as a set of statements which are derived
Axiome (=proven) from basic statements in a purely logical way. These statements
are then generally valid and cannot be disproved under the given conditions
Statements (axioms). This is the principle of mathematics that goes back to Euclid (ca.
Sätze 300 BC). For the first time Euclid listed in his ”Elements” not observed laws
of nature, but proved mathematical laws (=statements). Since that time, this
way of proceeding has represented a fundamental di↵erence between mathema-
tics and natural sciences. There, a law of nature is considered to be confirmed
if several independent experiments repeatedly confirm the same statement. A
law of nature is valid until it is refuted by another experiment.
Proof: We define
n
X
sn := qi = q0 + q1 + . . . + qn (1)
i=0
q · sn = q 1 + q 2 + . . . + q n+1 . (2)
1.6 Proofs 37
sn q · sn = q 0 q n+1 .
Therefore,
n
X 1 q n+1
(1 q) · sn = 1 q n+1 ) sn = qi = .
i=0
1 q
Proof by Contradiction: Assume that there are only finite many prime
numbers, namely p1 , p2 , . . . , pn > 1. Then, we consider the natural number
m := p1 · p2 · . . . · pn + 1.
This number m is greater than 1, because the prime number 2 occurs as a fac-
tor. The number m cannot be another prime number, since we have assumed
that p1 , p2 , . . . , pn represent all primes. Therefore, m is divisible by at least
one pi 2 {p1 , p2 , . . . , pn }. pi thus divides both p1 · p2 · . . . · pn and 1. However,
this is a contradiction, since 1 does not have any dividers greater than 1. So
we have made the assumption (there are only a finite number of primes) a
contradiction. If there are not finitely many prime numbers, then there must
be infinitely many.
1.7
1.7 Problems on Numbers, Equations and Systems of
Equations
1.3 Form the union, intersection and both complements of the following sets
a) M1 = {2, 4, 6, . . .}, M2 = {3, 6, 9, . . .}
b) M1 = {x : x2 + x 2 = 0}, M2 = {x : x2 3x + 2 = 0}
1.4 Given are three sets M1 , M2 , and M3 . Use Venn diagrams to show
a) M1 \ (M2 [ M3 ) = (M1 \ M2 ) [ (M1 \ M3 )
b) M1 [ (M2 \ M3 ) = (M1 [ M2 ) \ (M1 [ M3 )
1 1 1 1 n
c) + + + ... + =
1·2 2·3 3·4 n (n + 1) n+1
1.7 Calculate
! ! ! ! ! ! ! ! !
n n 3 3 4 4 4 4 4
a) , , , , , , , ,
0 n 1 2 0 1 2 3 4
b) 1024
1.15 Calculate r q
pp p4 p p
3 p 3 p
5 p
3 6 12 3 4
a) a b b) a2 a2 c) a6 b8 d) a3 a2 a8 a3
p6 p p p
3 9
a5 a2 a3 a7
e) p3 p : p9
p
6
a2 a4 a7 a
1.16 Calculate q p
p p
a) ld 24 , log 10, ln e3 b) ln( e)3 , ln p 1
3 2 , ln e3(ln e2 +ln e6 )
n+1
p p
e
m
c) log an b 1
1.17 Show that the two sets together with the + and · arithmetic operations fulfill
the body axioms.
p
a) ({a + b 2 with a, b 2 Q},
I +, ·) with the arithmetic operations in IR.
b) (F2 , +, ·) referring to the Example 1.9 4 for the specified link tables.
1.19 Determine the parameter c such that the equation 2 x2 + 4 x = c has exactly
one real solution.
b) 2 x1 + x2 + x3 = 7
2 x1 + 2 x2 + x3 = 10
3 x1 + x3 = 5
40 1. Numbers, Equations and Systems of Equations
c) 2 x1 + x2 + x3 = 7
2 x1 + x2 + x3 = 0
3 x1 + x3 = 5
1.25 Determine the solution set of the following systems:
a) x1 3 x2 + x3 = 3
3 x1 + x2 + x3 = 5
b) x1 + x2 + x3 = 6
x1 + 2 x2 + x3 = 7
2 x1 + x2 + 2 x3 = 11
c) x1 + x2 + x3 = 7
x1 + 2 x2 + x3 = 7
2 x1 + x2 + 2 x3 = 11
1.26 Determine the solution set of the systems of linear equations:
a) 2 x1 + 3 x2 + 4 x3 = 4
b) x1 x2 + x3 = 1
3 x1 + 3 x2 3 x3 = 3
5 x1 5 x2 + 5 x3 = 5
c) x1 x2 + x3 = 1
3 x1 + 3 x2 3 x3 = 1
5 x1 5 x2 + 5 x3 = 5
1.27 Determine the solution of the corresponding homogeneous systems 1.24 to 1.26.
Which general statements can be identified with respect to these homogeneous
systems?
1.28 In the next chemical reactions the variables x1 , x2 , . . . represent natural num-
bers as small as possible to balance the reactions:
a) x 1 F e + x 2 O2 ! x 3 F e 2 O3
b) x1 F eS2 + x2 O2 ! x3 F e3 O3 + x4 SO4
c) x1 C6 H12 O6 + x2 O2 ! x3 CO2 + x4 H2 O
d) x1 C3 H5 N3 O9 ! x2 CO2 + x3 H2 O + x4 N2 + x5 O2
e) x1 N H3 + x2 CuO2 ! x3 N2 + x4 Cu + x5 H2 O
f) x1 Al + x2 H2 SO4 ! x3 Al2 (SO4 )3 + x4 H2
g) x1 Ca3 (P O4 ) + x2 HCl ! x3 Cacl2 + x4 H3 (P O4 )