Loading [MathJax]/jax/output/CommonHTML/jax.js

Addition of rational numbers (Math 0)

We’ve already met the idea that rational numbers are what we can make by putting together the building blocks which we get by dividing a single apple into some number of equally-sized pieces; and remember that the building blocks have a special notation, as 1number. Recall also that if we take 5 of a certain building block, for instance, we write 5number.

It’s clear that if you take one apple and another apple, and put them together, you’ll get two apples. So we should hope that that’s the same if we divided up the apples into pieces first (without removing any of the pieces).

We write a+b for “take the rational number a and put it next to the rational number b, and count up what you’ve got”. Because I’m bad at drawing, we’ll pretend apples are just perfect circles. noteThis is actually a design decision: eventually we’ll want to get away from considering apples, and this more abstract representation will be useful.

Example of a sum of two rational numbers


For example, we should hope that 22+33=2.

Two halves and three thirds

What about in cases which aren’t of the form nn for some integer n? Well, how about 53+83.

Five thirds and eight thirds

If we had five 13-blocks, and we put them together with another eight 13-blocks, we would hope to have 5+8=13 blocks. So we should hope that 53+83=133.

Thirds, separated out

And in general, if both our quantities are made up from the same size of building-block (in the above case, the blocks are 13-sized), we should just be able to take the two numerators noteRemember, that was the word mathematicians use for the number of blocks we have. and add them together.


Very well. But what if the two quantities are not made up from the same size of building-block? That is, the denominators are different? For example, 53+54?

Five thirds and five quarters

Five thirds and five quarters, rearranged

Now it’s not so clear. How might we approach this? You should muse on this for thirty seconds before reading on; it will be good for your soul.

The way we do it is to find some smaller block-size, out of which we can make both building-blocks.

Example

Our example is 53+54. So we want to make the 13 block and the 14 block out of some smaller block.

Now, I won’t tell you yet how I got this, but you can check for yourself that 112-blocks will make both—13and 14-blocks: because three 112-blocks together make something the same size as a 14-block, and four 112-blocks together make something the same size as a 13-block.

Thirds, divided into twelfths

Quarters, divided into twelfths

Therefore 13=412:

One third, divided into twelfths

And 14=312:

One quarter, divided into twelfths

Now, if 13=412 - that is, if one 13-piece is the same size as four 112-pieces—then it should be the case that five 13-pieces come to five lots of four 112-pieces. That is, to twenty 112-pieces: 53=2012. picture which I haven’t got round to detailing yet

Similarly, 54=1512, because five 14-pieces is the same as five lots of three sets of 112-pieces, and 5×3=15.

Therefore 53+54 should be just the same as 2012+1512, which we know how to calculate! It is 3512.

General procedure

The preceding example might suggest a general way for adding two fractions together. (In the process, this should put to rest the existential dread mentioned in the intro to rational numbers, about whether it makes sense to add two rational numbers at all.)

The general procedure is as follows:

  1. Find a building-block size such that the building-blocks of both fractions can be made out of that building-block

  2. Express each fraction individually in terms of that building-block

  3. Add the two together (which we can now do, because they are both made of the same size of building-block).

The interesting part is really the first step.

Finding a building-block that will neatly make two other differently-sized blocks

Let’s be concrete here: just as above, we showed that 112 works for blocks of size 13 and 14, so we’ll now consider 12 and 15.

We’re trying to divide up 12 into copies of a smaller building-block, such that with copies of that same building block, we can also make 15. Here is the key insight that tells us how to do it: let us pretend that we are dividing up the same object, this time a square instead of a circle, into two pieces along one edge and into five pieces along the other edge. How many pieces have we made?

Square divided into tenths

There are 2×5=10 pieces, each of them the same size (namely the 110-block size), and note that as if by magic we’ve just produced a way to subdivide 12 into pieces made up of the 110-block!

Square divided into tenths, one half indicated

And we also have the 15 subdivided in the same way!

Square divided into tenths, one fifth indicated

This might suggest a general way to do this; you should certainly ponder for thirty seconds before continuing.

find a way to do this without algebra Let’s say we are trying to make both 1m and 1n-sized blocks out of smaller blocks. (So above, m is standing for 2 and n is standing for 5.)

Then we can do this by splitting both up into 1m×n-blocks.

Indeed, 1n=mm×n (i.e. we can make a 1n-block out of m of the 1m×n tiny-blocks), and 1m=nm×n (i.e. we can make a 1m-block out of n of the 1m×n tiny-blocks). <div><div>

Aside: arithmetical rules

The description of the “general way” above has become pretty full of 1thing, and refers less and less to the building-blocks we originally considered. The reason for this is that 1thing is an extremely convenient shorthand, and the “general way” can be written as a very simple rule for manipulating that shorthand. Once we have such a convenient rule, we can compute with fractions without having to go through the bother of working out what each fraction really and truly means (in terms of the building-blocks); this saves a lot of time in practice. As an analogy, it’s easier for you to drive a car if, every time you change gears, you don’t have to work out what’s happening inside the gearbox.

The simple rule we have just seen is $1m+1n=nm×n+mm×n$ And we’ve already had the rule that $am+bm=a+bm$ (Remember, if these are not obvious to you, you should think back to what they really mean, in terms of the building-blocks. The first rule is to do with dividing up a big square into little squares, from the previous subsection; the second rule is just taking two collections of building-blocks of the same size and putting them together.) first rule has picture: square divided into n-by-m little squares, with the leftmost vertical column highlighted somehow, indicating that 1/​n = m/​(mn); second rule has picture: a things of size 1/​m, next to b things of size 1/​m

This is almost every rule we need to add any pair of fractions! We can now add single building blocks of any size together.

To add any pair of rational numbers together—say of building-block size 1m and 1n respectively—we just need to express them each in terms of the smaller building-block 1m×n, and add them together as normal.

Earlier, we considered 54+53.

A building-block which can make both the 14 and 13-sized blocks is the 112-block, because 3×4=12.

Therefore we need to express both our fractions as being made from 112-sized blocks.

54 is 1512, because in each of the five 14-blocks, there are three 112-blocks, so we have a total of 5×3 blocks of size 112.

53 is 2012, because in each of the five 13-blocks, there are four 112-blocks, so we have a total of 5×4=20 blocks of size 112.

Therefore our final answer is 1512+2012=3512. <div><div>

To make this into a general rule: $am+bn=a×nm×n+b×mm×n=a×n+b×mm×n$

(Recall the order of operations in the integers: the notation a×n+b×m means “do a×n; then do b×m; then finally add them together”. Multiplication comes before addition.)

And that’s it! That’s how we add rational numbers together, and it works even when any or all of a,b,m,n are negative. (Remember, though, that m and n can’t be zero, because it makes no sense to divide something up into no pieces.)

It would be wise now to try the exercises. One learns mathematics through doing, much more than through simply reading; your understanding will be cemented by going through some concrete examples.

Children:

Parents: