Chapter 1 Elementary Arithmetic

Section 1.2 Fractional Arithmetic

1.2.1 Calculating with Fractions


A fraction is a rational number written in the form numerator denominator , where numerator and denominator are integers, and the denominator is 0. Examples are:

1 2 , 5 -10 , -17 12 , 1 23 , 4 6 , -2 3 ,.

It can be seen very quickly that a single number can have an arbitrary number of equivalent representations. For example:

12 36 = 1 3 = 24 72 = -12 -36 = 3 9 = 2 6 = 120 360 =.

The different representations transform into each other by reducing and expanding, respectively.
Info 1.2.1
 
Fractions are reduced by dividing numerator and denominator by the same non-zero integer.
Fractions are expanded by multiplying numerator and denominator by the same non-zero integer.

Example 1.2.2
Three friends like to share a pizza. Tom eats 1 4 of the pizza, Tim eats 1 3 of the pizza. How much of the pizza is left for their friend Sven, who always has the biggest appetite?
The solution is found by means of fractional arithmetic: First, we have to add two fractions, to decide how much of the pizza Tim and Tom already ate:

1 4 + 1 3 = 1·3 4·3 + 1·4 3·4 = 3 12 + 4 12 = 7 12 .

Here, we can already identify the two most important steps: First we have to expand the two fractions to the so-called least common denominator, or, as one also says, we have to create like fractions. Then, if the fractions have the same denominator, we can add them by adding their numerators and maintaining the same denominator. From the result that Tim and Tom ate 7 12 of the pizza, we can calculate how much of the pizza is left for Sven by subtracting 7 12 from 1:

1- 7 12 = 12 12 - 7 12 = 5 12 .

Again, we must expand the fractions to the least common denominator. Then we have to subtract the two numerators. Indeed, the two friends have left much of the pizza for the always hungry Sven.soweit

The reducing of fractions can be practised in the training exercises below.
Exercise 1.2.3
Kürzen Sie soweit möglich: 6270 1235 =
 .

It becomes more difficult if indeterminate expressions (e.g. variables) occur in numerator and denominator. These can be reduced or cancelled just like numbers (but not with numbers), for example, we get

4 x2 y3 +3 y2 10 y2   =   4 x2 y+3 10

by cancelling the term y2 from numerator and denominator. The following training exercise has been extended to fractions including indeterminate expressions.
Exercise 1.2.303
Kürzen Sie soweit möglich: 36 y2 81 y2 -81 y2 z3 =
 .

Info 1.2.603
 
The least common denominator of two fractions is the least common multiple (lcm) of the two denominators.
The least common multiple (lcm) of two numbers is the smallest number that is divisible by both numbers.
The greatest common divisor (gcd) of two numbers is the largest number that divides both numbers without remainder.

If the determination of the lcm is too complicated, the simple product of the denominators can be used instead of the lcm in the following calculation rule:
Info 1.2.604
 
Fractions are added/subtracted by finding a common denominator and then adding/substracting the numerators, i.e.

a b ± c d = ad±bc bd ,bd0.

Usually fractions are expanded to the least common denominator.

For example, the least common multiple of 6=2·3 and 15=3·5 is the number 2·3·5=30. However, the product is 6·15=90. Thus, you can calculate

1 6 + 1 15   =   5 30 + 2 30   =   7 30

but also

1 6 + 1 15   =   15 90 + 6 90   =   21 90

and finally reduce the last fraction to 7 30 .
Example 1.2.605
The least common multiple for the least common denominator is the smallest number that can be divided by all denominators involved. If these denominators have no factors in common, the least common multiple is simply the product of all denominators:

1 6 + 1 10 = 5 30 + 3 30   =   8 30   =   4 15 , 1 6 + 1 10 = 10 60 + 6 60   =   16 60   =   4 15 (also correct) , 4 15 - 1 2 = 8 30 - 15 30   =   8-15 30   =  - 7 30 , 1 3 + 1 9 = 3 9 + 1 9   =   4 9 , 1 22 + 1 24 = 22 24 + 1 24   =   5 16 , 1 2 + 1 3 + 1 7 = 21 42 + 14 42 + 6 42   =   41 42 .


The least common denominator can also be found if the denominators include variables. Since the transformations of the fractions have to be correct for all possible values of these variables, they have to be considered as numbers without any common factors:
Example 1.2.606
Let x and y be variables, then

1 3 + 1 x = x 3·x + 3 3·x   =   3+x 3·x , 1 x + 1 y = y x·y + x x·y   =   x+y x·y , 1 (x+1 )2 + 1 x+1 = 1 (x+1 )2 + x+1 (x+1 )2   =   x+2 (x+1 )2 .


Exercise 1.2.607
Calculate the following sums by means of the least common denominator (or the product of the denominators).
  1. 1 2 - 1 8 = .
  2. 1 3 + 1 5 + 1 6 = .
  3. 1 2x + 1 3x = .
Please use no other operators than the operators for multiplication * and division / during this exercise.

Exercise 1.2.608
In the case of like fractions, you may only add or decompose the numerators, for denominators no such rule exists. To convince yourself, calculate the following numbers by finding the least common denominator and reducing as much as possible:
  1. 1 2 + 1 3 =
    but 1 2+3 = .
  2. 1+2 5+6 =
    but 1 5 + 2 6 = .

Info 1.2.609
 
Two fractions are multiplied by multiplying the numerators and multiplying the denominators, i.e. 

a b · c d = a·c b·d ,bd0.


The division of two fractions is reduced to their multiplication:
Info 1.2.610
 
Two fractions are divided by multiplying the first fraction with the reciprocal of the second fraction, i.e.

a b : c d = a b · d c = a·d b·c ,b,c,d0.

The division of two fractions can be expressed as a compound fraction as well:

a b : c d = a b c d .


Example 1.2.611
Taking possible reducing into account, the multiplication and the division of two fractions, respectively, takes the following form:

2 3 · 4 5 = 2·4 3·5 = 8 15 , 2 3 : 4 5 = 2 3 · 5 4 = 10 12 = 5 6 .