Chapter 3
The Language of Algebra

This section is intended as a review of the algebra necessary to understand the rest of this book, allowing the student to gauge his or her mathematical sophistication relative to what is needed for the course. The individual without adequate mathematical training will need to spend more time with this chapter. The review of algebra is presented in a slightly different manner than has probably been experienced by most students, and may prove valuable even to the mathematically sophisticated reader.

Algebra is a formal symbolic language, composed of strings of symbols. Some strings of symbols form sentences within the language (X + Y = Z), while others do not (X += Y Z). The set of rules that determines which strings belong to the language and which do not, is called the syntax of the language. Transformational rules change a given sentence in the language into another sentence without changing the meaning of the sentence. This chapter will first examine the symbol set of algebra, which is followed by a discussion of syntax and transformational rules.

The Symbol Set of Algebra

The symbol set of algebra includes numbers, variables, operators, and delimiters. In combination they define all possible sentences that may be created in the language.

 

Numbers

Numbers are analogous to proper nouns in English, such as names of dogs - Spot, Buttons, Puppy, Boots, etc. Some examples of numbers are:

1, 2, 3, 4.89, -0.8965, -10090897.294, 0, pi , e.

Numbers may be either positive (+) or negative (-). If no sign is included the number is positive. The two numbers at the end of the example list are called universal constants. The values for these constants are pi = 3.1416... and e = 2.718....

 

Variables

Variables are symbols that stand for any number. They are the common nouns within the language of algebra. Common nouns within the English language include words such as dog and cat, that describes a general category of animals and not a particular dog or cat. Letters in the English alphabet most often represent variables, although Greek letters are sometimes used. Some example variables are:

X, Y, Z, W, a, b, c, k, d ,m, r.

 

Operators

Other symbols, called operators, signify relationships between numbers and/or variables. Operators serve the same function as verbs in the English language. Some example operators in the language of algebra are:

+, -, /, *, =, >, <, ³, £.

Note that the "*" symbol is used for multiplication instead of the "x" or "· " symbol. This is common to many computer languages. The symbol "³ " is read as "greater than or equal to" and "£" is read as "less than or equal to."

 

Delimiters

Delimiters are the punctuation marks in algebra. They let the reader know where one phrase or sentence ends and another begins. Example delimiters used in algebra are:

( ), [ ], { }.

In this course, only the "( )" symbols are used as delimiters, with the algebraic expressions being read from the innermost parenthesis out.

Many statements in algebra can be constructed using only the symbols mentioned thus far, although other symbols exist. Some of these symbols will be discussed either later in this chapter and later in the book.

 

Syntax of the Language of Algebra

Creating sentences

Sentences in algebra can be constructed using a few simple rules. The rules can be stated as replacement statements and are as follows:

Syntax of Algebra

Delimiters (parentheses) surround each phrase in order to keep the structure of the sentence straight. Sentences are constructed by creating a lower-order phrase and sequentially adding greater complexity, moving to higher-order levels. For example, the construction of a complex sentence is illustrated below:

X + 3
7 * (X + 3)
(7 * (X + 3)) / (X * Y)
(P + Q) - ((7 * (X + 3)) / (X * Y))
((P + Q) - ((7 * (X + 3)) / (X * Y))) - 5.45

Statements such as this are rarely seen in algebra texts because rules exist to eliminate some of the parentheses and symbols in order to make reading the sentences easier. In some cases these are rules of precedence where some operations (* and /) take precedence over others (+ and -).

   

Eliminating Parentheses

The following rules permit sentences written in the full form of algebra to be rewritten to make reading easier. Note that they are not always permitted when writing statements in computer languages such as PASCAL or BASIC.

1. The "*" symbol can be eliminated, along with the parentheses surrounding the phrase if the phrase does not include two numbers as subphrases. For example, (X * (Y - Z)) may be rewritten as X (Y - Z). However, 7*9 may not be rewritten as 79.

2. Any phrase connected with "+" or "-" may be rewritten without parentheses if the inside phrase is also connected with "+" or "-". For example, ((X + Y) - 3) + Z may be rewritten as (X + Y) - 3 + Z. Continued application of this rule would result in the sentence X+Y-3+Z.

Sequential application of these rules may result in what appears to be a simpler sentence. For example, take this sentence created from the earlier example:

((P + Q) - ((7 * (X + 3)) / (X * Y))) - 5.45

Apply Rule 1

((P + Q) - 7(X + 3) / XY) - 5.45

Apply Rule 2

P + Q - 7(X +3) / XY - 5.45

Often these transformation are taken for granted and already applied to algebraic sentences before they appear in algebra texts.


Transformations

Transformations are rules for rewriting sentences in the language of algebra without changing their meaning, or truth value. Much of what is taught in an algebra course consists of transformations. Transformations involve a range of operations from the simple addition of two numbers through the simplification of complex algebraic sentences. In all cases one algebraic sentence is replaced with another algebraic sentence that has the same meaning.

Numbers

When a phrase contains only numbers and an operator (i.e. 8*2), that phrase may be replaced by a single number (i.e. 16). These are the same rules that have been drilled into grade school students, at least up until the time of new math. The rule is to perform the operation and delete the parentheses. For example:

(8 + 2) = 10

(16 / 5) = 3.2

(3.875 - 2.624) = 1.251

The rules for dealing with negative numbers are sometimes imperfectly learned by students, and will now be reviewed.

1. An even number of negative signs results in a positive number; an odd number of negative signs results in a negative number. For example:

-(-8) = -1 * -8 = 8 or +8

-(-(-2)) = -1 * -1 * -2 = -2

-8 * -9 * -2 = -144

-96 / -32 = 3

2. Adding a negative number is the same as subtracting a positive number.

8 + (-2) = 8 - 2 = 6

-10 - (-7) = -10 + 7 = -3

Fractions

A second area that sometimes proves troublesome to students is that of fractions. Fractions are an algebraic phrase involving two numbers connected by the operator "/"; for example, 7/8. The top number or phrase is called the numerator, and the bottom number or phrase the denominator. One method of dealing with fractions that has gained considerable popularity since inexpensive calculators have become available is to do the division operation and then deal with decimal numbers. In what follows, two methods of dealing with fractions will be illustrated. The student should select the method that is easiest for him or her.

Multiplication of fractions is relatively straightforward: multiply the numerators for the new numerator and the denominators for the new denominator. For example:

7/8 * 3/11 = (7*3)/(8*11) = 21/88 = 0.2386

Using decimals the result would be:

7/8 * 3/11 = .875 * .2727 = 0.2386

Division is similar to multiplication except the rule is to invert and multiply. An example is:

(5/6) / (4/9) = (5/6) * (9/4) = (5*9)/(6*4) = 45/24 = 1.875

or in decimal form:

.83333 / .44444 = 1.875

Addition and subtraction with fractions first requires finding the least common denominator, adding (or subtracting) the numerators, and then placing the result over the least common denominator. For example:

(3/4) + (5/9) = (1*(3/4)) + (1*(5/9)) =
((9/9)*(3/4)) + ((4/4)*(5/9)) = 27/36 + 20/36 = 47/36 = 1.3056

Decimal form is simpler, in my opinion, with the preceding being:

3/4 + 5/9 = .75 + .5556 = 1.3056

Fractions have a special rewriting rule that sometimes allows an expression to be transformed to a simpler expression. If a similar phrase appears in both the numerator and the denominator of the fraction and these similar phrases are connected at the highest level by multiplication, then the similar phrases may be canceled. The rule is actually easier to demonstrate than to state:

CORRECT

8X / 9X = 8/9

((X+3)*(X-AY+Z))/((X+3)*(Z-X)) = (X-AY+Z) / (Z-X)

The following is an INCORRECT application of the above rule:

(X + Y) / X = Y

Exponential Notation

A number of rewriting rules exist within algebra to simplify an algebraic phrase with a shorthand notation of that phrase. Exponential notation is an example of a shorthand notational scheme. If a series of similar algebraic phrases are multiplied times one another, the expression may be rewritten with the phrase raised to a power. The power is the number of times the phrase is multiplied by itself and is written as a superscript of the phrase. For example:

8 * 8 * 8 * 8 * 8 * 8 = 86

(X - 4Y) * (X - 4Y) * (X - 4Y) * (X - 4Y) = (X - 4Y)4

Some special rules apply to exponents. A negative exponent may be transformed to a positive exponent if the base is changed to one divided by the base. A numerical example follows:

5-3 = (1/5)3 = 0.008

A root of a number may be expressed as a base (the number) raised to the inverse of the root. For example:

16= SQRT( 16 ) = 161/2

When two phrases that have the same base are multiplied, the product is equal to the base raised to the sum of their exponents. The following examples illustrate this principle.

182 * 185 = 185+2 = 187

(X+3)8*(X+3)-7 = (X+3)8-7 = (X+3)1 = X+3

It is possible to raise a decimal number to a decimal power, that is "funny" numbers may be raised to "funny" powers. For example:

3.445651.234678 = 4.60635

245.967.7843 = 75.017867

Exponents such as the ones shown above may be evaluated using most scientific calculators. Generally these calculators work by first entering the base, i.e. 3.44565, clicking on a key, perhaps "XY", entering the exponent, i.e. 1.234678, and then hitting another key, perhaps "=". Different calculators use different key combinations to achieve similar results, so consult the user's manual for the correct procedure for a given calculator. Even though most readers would not be able to simplify the above expression "by hand" because they never learned the algorithm to do this kind of simplification, doesn't mean that it cannot be done. Somebody learned the algorithm, wrote a program to implement it, and made it available on calculators so others might use it. Such expressions make perfect sense in the world of algebra and will be seen in later chapters.

Binomial Expansion

A special form of exponential notation, called binomial expansion occurs when a phrase connected with addition or subtraction operators is raised to the second power. Binomial expansion is illustrated below:

(X + Y)2= (X + Y) * (X + Y)

X 2+ XY + XY + Y 2 = X 2+ 2XY + Y2

(X - Y)2 = (X - Y) * (X - Y)

X2 - XY - XY + Y2 = X 2- 2XY + Y2

A more complex example of the preceding occurs when the phrase being squared has more than two terms.

(Y - a - bX)2 = Y2 + a2 + (bX)2 - 2aY - 2bXY + 2abX

Multiplication of Phrases

When two expressions are connected with the multiplication operator, it is often possible to "multiply through" and change the expression. In its simplest form, if a number or variable is multiplied by a phrase connected at the highest level with the addition or subtraction operator, the phrase may be rewritten as the variable or number times each term in the phrase. Again, it is easier to illustrate than to describe the rule:

a * (x + y + z) = ax + ay + az

If the number or variable is negative, the sign must be carried through all the resulting terms as seen in the following example:

-y * (p + q - z) = - yp - yq -- yz

- yp - yq + yz

Another example of the application of this rule occurs when the number -1 is not written in the expression, but rather inferred:

- (a + b - c) = (- 1) * (a + b - c)

- a - b -- c = - a - b + c

When two additive phrases are connected by multiplication, a more complex form of this rewriting rule may be applied. In this case one phrase is multiplied by each term of the other phrase:

(c - d) * (x + y) = c * (x + y) - d * (x + y)

cx + cy - dx - dy

Note that the binomial expansion discussed earlier was an application of this rewriting rule.

Factoring

A corollary to the previously discussed rewriting rule for multiplication of phrases is factoring, or combining like terms. The rule may be stated as follows: If each term in a phrase connected at the highest level with the addition or subtraction operator contains a similar term, the similar term(s) may be factored out and multiplied times the remaining terms. It is the opposite of "multiplying through." Two examples follow:

ax + az - axy = a * (x + z - xy)

(a+z) * (p-q) - (a+z) * (x+y-2z) = (a+z) * (p-q-x-y+2z)

       

Sequential Application of Rewriting Rules to Simplify an Expression

Much of what is learned as algebra in high school and college consists of learning when to apply what rewriting rule to a sentence to simplify that sentence. Application of rewriting rules change the form of the sentence, but not its meaning or truth value. Sometimes a sentence in algebra must be expanded before it may be simplified. Knowing when to apply a rewriting rule is often a matter of experience. As an exercise, simplify the following expression:

( (X + Y)2 + (X - Y) 2) / ( X2 + Y2 )

 

Evaluating Algebraic Sentences

A sentence in algebra is evaluated when the variables in the sentence are given specific values, or numbers. Two sentences are said to have similar truth values if they will always evaluate to equal values when evaluated for all possible numbers. For example, the sentence in the immediately preceding example may be evaluated where X = 4 and Y = 6 to yield the following result:

( (X + Y)2 + (X - Y)2 ) / ( X2 + Y2 )

( (4 + 6)2 + (4 - 6)2 ) / ( 42 + 62 )

( 102 + -22 ) / ( 16 + 36 )

( 100 + 4 ) / ( 52 )

104 / 52

2

The result should not surprise the student who had correctly solved the preceding simplification. The result must ALWAYS be equal to 2 as long as both X and Y are not zero. Note that the sentences are evaluated from the "innermost parenthesis out", meaning that the evaluation of the sentence takes place in stages: phrases that are nested within the innermost or inside parentheses are evaluated before phrases that contain other phrases.