6 Combining numbers together using + , , × , ÷

6.1 Addition ( + )

If the letters x and y represent two numbers, then their sum is written as x + y . Note that x + y is the same as y + x just as 4 + 7 is equal to 7 + 4 .

6.2 Subtraction ( )

Subtracting y from x yields x y . Note that x y is not the same as y x just as 11 7 is not the same as 7 11 , however in both cases the difference is said to be 4.

6.3 Multiplication ( × )

The instruction to multiply x and y together is written as x × y . Usually the multiplication sign is omitted and we write simply x y . An alternative notation is to use a dot to represent multiplication and so we could write x . y The quantity x y is called the product of x and y . As discussed earlier multiplication is both commutative and associative:

i.e. x × y = y × x and ( x × y ) × z = x × ( y × z )

This last expression can thus be written x × y × z without ambiguity. When mixing numbers and symbols it is usual to write the numbers first. Thus 3 × x × y × 4 = 3 × 4 × x × y = 12 x y .

Example 6

Simplify

  1. 9 ( 2 y ) ,
  2. 3 ( 5 z ) ,
  3. 4 ( 2 a ) ,
  4. 2 x × ( 2 y ) .
Solution
  1. Note that 9 ( 2 y ) means 9 × ( 2 × y ) . Because of the associativity of multiplication 9 × ( 2 × y ) means the same as ( 9 × 2 ) × y , that is 18 y .
  2. 3 ( 5 z ) means 3 × ( 5 × z ) . Because of associativity this is the same as ( 3 × 5 ) × z , that is 15 z .
  3. 4 ( 2 a ) means 4 × ( 2 × a ) . We can write this as ( 4 × 2 ) × a , that is 8 a .
  4. Because of the associativity of multiplication, the brackets are not needed and we can write 2 x × ( 2 y ) = 2 x × 2 y which equals

    2 × x × 2 × y = 2 × 2 × x × y = 4 x y .

Example 7

What is the distinction between 9 ( 2 y ) and 9 2 y ?

Solution

The expression 9 ( 2 y ) means 9 × ( 2 y ) . Because of associativity of multiplication we can write this as 9 × ( 2 ) × y which equals 18 y .

On the other hand 9 2 y means subtract 2 y from 9. This cannot be simplified.

6.4 Division ( ÷ )

The quantity x ÷ y means x divided by y . This is also written as x y or x y and is known as the quotient of x and y . In the expression x y the symbol x is called the numerator and the symbol y is called the denominator . Note that x y is not the same as y x . Division by 1 leaves a quantity unchanged so that x 1 is simply x .

6.5 Algebraic expressions

A quantity made up of symbols and the operations + , , × and is called an algebraic expression . One algebraic expression divided by another is called an algebraic fraction. Thus

x + 7 x 3 a n d 3 x y 2 x + z

are algebraic fractions. The reciprocal of an algebraic fraction is found by inverting it. Thus the reciprocal of 2 x is x 2 . The reciprocal of x + 7 x 3 is x 3 x + 7 .

Example 8

State the reciprocal of each of the following expressions:

  1. y z ,
  2. x + z a b ,
  3. 3 y ,
  4. 1 a + 2 b ,
  5. 1 y
Solution
  1. z y .
  2. a b x + z .
  3. 3 y is the same as 3 y 1 so the reciprocal of 3 y is 1 3 y .
  4. The reciprocal of 1 a + 2 b is a + 2 b 1 or simply a + 2 b .
  5. The reciprocal of 1 y is y 1 or simply y .

Finding the reciprocal of complicated expressions can cause confusion. Study the following Example carefully.

Example 9

Obtain the reciprocal of:

  1. p + q ,
  2. 1 R 1 + 1 R 2
Solution
  1. Because p + q can be thought of as p + q 1 its reciprocal is 1 p + q . Note in particular that the reciprocal of p + q is not 1 p + 1 q . This distinction is important and a common cause of error. To avoid an error carefully identify the numerator and denominator in the original expression before inverting.
  2. The reciprocal of 1 R 1 + 1 R 2 is 1 1 R 1 + 1 R 2 . To simplify this further requires knowledge of the addition of algebraic fractions which is dealt with in HELM booklet  1.4. It is important to note that the reciprocal of 1 R 1 + 1 R 2 is not R 1 + R 2 .

6.6 The equals sign ( = )

The equals sign, = , is used in several different ways.

Firstly, an equals sign is used in equations . The left-hand side and right-hand side of an equation are equal only when the variable involved takes specific values known as solutions of the equation. For example, in the equation x 8 = 0 , the variable is x . The left-hand side and right-hand side are only equal when x has the value 8. If x has any other value the two sides are not equal.

Secondly, the equals sign is used in formulae . Physical quantities are often related through a formula. For example, the formula for the length, C , of the circumference of a circle expresses the relationship between the circumference of the circle and its radius, r . This formula states C = 2 π r . When used in this way the equals sign expresses the fact that the quantity on the left is found by evaluating the expression on the right.

Thirdly, an equals sign is used in identities . An identity looks just like an equation, but it is true for all values of the variable. We shall see shortly that ( x 1 ) ( x + 1 ) = x 2 1 for any value of x whatsoever. This mean that the quantity on the left means exactly the same as that on the right whatever the value of x . To distinguish this usage from other uses of the equals symbol it is more correct to write ( x 1 ) ( x + 1 ) x 2 1 , where means ‘is identically equal to’. However, in practice, the equals sign is often used. We will only use where it is particularly important to do so.

6.7 The ‘not equals’ sign ( )

The sign means ‘is not equal to’. For example, 5 6 , 7 7 .

6.8 The notation for the change in a variable ( δ )

The change in the value of a quantity is found by subtracting its initial value from its final value. For example, if the temperature of a mixture is initially 1 3 ∘ C and at a later time is found to be 1 7 ∘ C, the change in temperature is 17 13 = 4 ∘ C. The Greek letter δ is often used to indicate such a change. If x is a variable we write δ x to stand for a change in the value of x . We sometimes refer to δ x as an increment in x . For example if the value of x changes from 3 to 3.01 we could write δ x = 3.01 3 = 0.01 . It is important to note that this is not the product of δ and x , rather the whole symbol ‘ δ x ’ means ‘the increment in x ’.

6.9 Sigma (or summation) notation ( )

This provides a concise and convenient way of writing long sums.

The sum

x 1 + x 2 + x 3 + x 4 + + x 11 + x 12

is written using the capital Greek letter sigma, , as

k = 1 12 x k

The symbol stands for the sum of all the values of x k as k ranges from 1 to 12. Note that the lower-most and upper-most values of k are written at the bottom and top of the sigma sign respectively.

Example 10

Write out explicitly what is meant by k = 1 5 k 3 .

Solution

We must let k range from 1 to 5. k = 1 5 k 3 = 1 3 + 2 3 + 3 3 + 4 3 + 5 3

Task!

Express 1 1 + 1 2 + 1 3 + 1 4 concisely using sigma notation.

Each term has the form 1 k where k varies from 1 to 4. Write down the sum using the sigma notation:

k = 1 4 1 k

Example 11

Write out explicitly

  1. k = 1 3 1 ,
  2. k = 0 4 2 .
Solution
  1. Here k does not appear explicitly in the terms to be added. This means add the constant 1, three times.

    k = 1 3 1 = 1 + 1 + 1 = 3

    In general k = 1 n 1 = n .

  2. Here k starts at zero so there are n + 1 terms where n = 4 :

    k = 0 4 2 = 2 + 2 + 2 + 2 + 2 = 10

Exercises
  1. State the reciprocal of
    1. x ,
    2. 1 z ,
    3. x y ,
    4. 1 x y ,
    5. a + b ,
    6. 2 a + b
  2. The pressure p in a reaction vessel changes from 35 pascals to 38 pascals. Write down the value of δ p .
  3. Express as simply as possible
    1. ( 3 ) × x × ( 2 ) × y ,
    2. 9 × x × z × ( 5 ) .
  4. Simplify
    1. 8 ( 2 y ) ,
    2. 17 x ( 2 y ) ,
    3. 5 x ( 8 y ) ,
    4. 5 x ( 8 y )
  5. What is the distinction between 5 x ( 2 y ) and 5 x 2 y ?
  6. The value of x is 100 ± 3 . The value of y is 120 ± 5 . Find the maximum and minimum values of
    1. x + y ,
    2. x y ,
    3. x y ,
    4. y x .
  7. Write out explicitly
    1. i = 1 n f i ,
    2. i = 1 n f i x i .
  8. By writing out the terms explicitly show that k = 1 5 3 k = 3 k = 1 5 k
  9. Write out explicitly k = 1 3 y ( x k ) δ x k .
    1. 1 x ,
    2. z ,
    3. 1 x y ,
    4. x y ,
    5. 1 a + b ,
    6. a + b 2 .
  1. δ p = 3 pascals.
    1. 6 x y ,
    2. 45 x z
    1. 16 y ,
    2. 34 x y ,
    3. 40 x y ,
    4. 40 x y
  2. 5 x ( 2 y ) = 10 x y , 5 x 2 y cannot be simplified.
    1. max 228, min 212,
    2. 12875, 11155,
    3. 0.8957, 0.7760,
    4. 1.2887, 1.1165
    1. i = 1 n f i = f 1 + f 2 + + f n 1 + f n ,
    2. i = 1 n f i x i = f 1 x 1 + f 2 x 2 + + f n 1 x n 1 + f n x n .
  3. Solution omitted
  4. y ( x 1 ) δ x 1 + y ( x 2 ) δ x 2 + y ( x 3 ) δ x 3 .