Chapter 1 Elementary Arithmetic

Section 1.3 Transformation of terms

1.3.2 Transformation of Terms


 
Dealing with terms gets interesting when we investigate the equality of two terms or simplify complicated terms.
Info 1.3.2
 
Two terms are equal if they can be transformed into each other by allowed transformations. Complicated terms can be simplified using calculation rules. Note in doing so:
  1. Exponentiation precedes multiplication precedes addition.
  2. If brackets are involved, the distributive property applies:

    a·(b±c)=a·b±a·c,(a±b)·c=a·c±b·c.


  3. With d0 we have: (a±b):d= a d ± b d .
  4. For expressions with nested brackets, first evaluate what's inside the innermost set of brackets with respect to the calculation rules and then work your way towards the outermost brackets.

Exercise 1.3.3
Remove the brackets from each of the following terms and simplify as far as possible:
  1. (1-a)·(1-b) =
    .
  2. 5a-(2b-(2a-7b)+4a)-3b =
    .
The input must not contain any brackets.

Info 1.3.4
 
The three binomial formulas are:

(a+b )2 = a2 +2ab+ b2 ,(a-b )2 = a2 -2ab+ b2 ,(a+b)(a-b)= a2 - b2 .


Here, for a and b both numbers and whole terms can be inserted.
Example 1.3.5
A few typical applications of the binomial formulas are:
  • (1+2x )2 = 12 +2·1·2x+(2x )2 =1+4x+4 x2 .
  • (1+2x)(1-2x)= 12 -(2x )2 =1-4 x2 .
  • x4 -1=( x2 +1)( x2 -1)=( x2 +1)(x+1)(x-1), in this transformation it can be seen, that in the set of real numbers x4 -1 has only the roots x=1 and x=-1.
  • (1+x+y )2 = ((1+x)+y)2 =(1+x )2 +2(1+x)y+ y2 =1+2x+ x2 +2y+2xy+ y2 .

Exercise 1.3.6
Simplify the following term using the second binomial formula: 
(-3x+4)(4-3x) = .

Example 1.3.7
The binomial formulas can be used to transform quadratic expressions cleverly. This is very useful if we want to calculate squares without any aid. For this, the number to be squared is split into a simple number (usually a power of ten) and the remainder:

1032 = (100+3 )2 = 1002 +2·100·3+ 32 =10609, 492 = (50-1 )2 = 502 -2·50·1+ 12 =2401, 612 - 592 = (61-59)(61+59)=2·120=240.


Exercise 1.3.8
Using the method described in Example 1.3.7, calculate 10052 = .

In the following exercise section you can practise the transformation methods in several exercises.