Chapter 1 Elementary Arithmetic

Section 1.3 Transformation of terms

1.3.4 Representation as a Sum and as a Product


Mathematical expressions can be written in different ways that all have their own pros and cons. We distinguish them based on which mathematical operation is to be performed last. The most common types are the representation as a sum and the representation as a product.
Info 1.3.14
 
For a representation as a product, it is the multiplication that is performed last. Because of the order of operation rule, if any of the factors involves an addition or subtraction, then having the multiplication be last can only be achieved by enclosing the factors in brackets. Product is particularly useful for determining cases in which a term takes the value zero. This happens if and only if one of the factors takes the value zero.

For example, the term (x-1)·(x-2) is zero if x=1 or x=2. For all other values of x the term takes a non-zero value.
Info 1.3.15
 
For a representation as a sum it is the addition or the subtraction that is performed last. Because of the order of operation rule, terms without brackets are automatically in this representation, provided they contain any addition or subtraction at all. From the representation as a sum the asymptotic behaviour of an expression can often be deduced. The asymptotic behaviour of a function describes how the function behaves if the variable x takes arbitrarily large values. For polynomials, for example, the asymptotic behaviour is determined by the term with the largest exponent.

To change from one representation to another, several methods exist.
Info 1.3.16
 
Expanding means multiplying each summand of one factor by each summand of the other factor and adding up the results. In case of more than two factors, they should be multiplied out step by step (only two at a time).

Example 1.3.17
The function f(x)=(x+3)(x-2)(x+1) is multiplied out as follows:

f(x) = (x+3)·(x-2)·(x+1) = ( x2 +3x-2x-6)·(x+1) = ( x2 +x-6)·(x+1) = x3 + x2 -6x+ x2 +x-6 = x3 +2 x2 -5x-6.


Exercise 1.3.18
Expand the following terms completely and collect like terms. Describe the asymptotic behaviour of the final expression:
  1. f(x)  =  (3-x)(x+1) =
    .

    Description of the asymptotic behaviour:
    As x approaches the function f(x) approaches
      .
    As x approaches - the function f(x) approaches
      .

    You can enter limits and asymptotes as unendlich or infinity, likewise -unendlich or infinity for -. the asymptotic behaviour will be explained in a later chapter of this module. If you are not familiar with the symbols you can skip this exercise part.
  2. (x+4)(2-x)(x+2) =
    .
  3. (3-x)(x+1 )2 =
    .
  4. t·(t+1)·( t2 +t+1) =
    .


Exercise 1.3.19
The following graph corresponds to a polynomial g(x) of degree two:

Graph of the function g(x).
From the graph, derive the representation of g(x) as a product.
  1. The graph has two zeros x1 and x2 . Multiplied out the two factors resulting from this fact, we get the polynomial f(x)=(x- x1 )(x- x2 ) = .
  2. The polynomial f(x) does not correspond to the graph since at x=0 it takes the value
    whereas the graph shows that the function g(x) at x=0 takes the value
    . This difference can be corrected by setting g(x)=c·f(x), where c = .
  3. This finally gives the representation of g(x) as a product: g(x) = .

Exercise 1.3.20
Fully expand the expression: (a+2b+3c )2 = .