Você está na página 1de 11

2

1 Basic Algebraic Operations

Algebra is often referred to as generalized arithmetic. In arithmetic we deal with the basic arithmetic operations of addition, subtraction, multiplication, and division performed on specic numbers. In algebra we continue to use all that we know in arithmetic, but, in addition, we reason and work with symbols that represent one or more numbers. In this chapter we review some important basic algebraic operations usually studied in earlier courses. The material may be studied systematically before commencing with the rest of the book or reviewed as needed.

SECTION

1-1

Algebra and Real Numbers



Sets The Set of Real Numbers The Real Number Line Basic Real Number Properties Further Properties Fraction Properties

The rules for manipulating and reasoning with symbols in algebra depend, in large measure, on properties of the real numbers. In this section we look at some of the important properties of this number system. To make our discussions here and elsewhere in the text clearer and more precise, we rst introduce a few useful notions about sets.

Sets

Georg Cantor (18451918) developed a theory of sets as an outgrowth of his studies on innity. His work has become a milestone in the development of mathematics. Our use of the word set will not differ appreciably from the way it is used in everyday language. Words such as set, collection, bunch, and ock all convey the same idea. Thus, we think of a set as a collection of objects with the important property that we can tell whether any given object is or is not in the set. Each object in a set is called an element, or member, of the set. Symbolically, a a A A means means a is an element of set A a is not an element of set A
3 2 {1, 3, 5} {1, 3, 5}

Capital letters are often used to represent sets and lowercase letters to represent elements of a set. A set is nite if the number of elements in the set can be counted and innite if there is no end in counting its elements. A set is empty if it contains no elements. The empty set is also called the null set and is denoted by . It is important to observe that the empty set is not written as { }. A set is usually described in one of two waysby listing the elements between braces, { }, or by enclosing within braces a rule that determines its elements. For example, if D is the set of all numbers x such that x2 4, then using the listing method we write D { 2, 2}
Listing method

1-1

Algebra and Real Numbers

or, using the rule method we write D {x x2 4}


Rule method

Note that in the rule method, the vertical bar represents such that, and the entire symbolic form {x x2 4} is read, The set of all x such that x2 4. The letter x introduced in the rule method is a variable. In general, a variable is a symbol that is used as a placeholder for the elements of a set with two or more elements. This set is called the replacement set for the variable. A constant, on the other hand, is a symbol that names exactly one object. The symbol 8 is a constant, since it always names the number eight. If each element of set A is also an element of set B, we say that A is a subset of set B, and we write A B
{1, 5} {1, 3, 5}

Note that the denition of a subset allows a set to be a subset of itself. Since the empty set has no elements, every element of is also an element of any given set. Thus, the empty set is a subset of every set. For example, {1, 3, 5} and {2, 4, 6}

If two sets A and B have exactly the same elements, the sets are said to be equal, and we write A B
{4, 2, 6} {6, 4, 2}

Notice that the order of listing elements in a set does not matter. We can now begin our discussion of the real number system. Additional set concepts will be introduced as needed.

Real Numbers

The Set of

The real number system is the number system you have used most of your life. Informally, a real number is any number that has a decimal representation. Table 1 on the next page describes the set of real numbers and some of its important subsets. Figure 1 illustrates how these sets of numbers are related to each other.

Figure 1 Real numbers and important subsets. N Z Q R

Real numbers (R )

Rational numbers (Q ) Irrational numbers (I )

Integers (Z )

Noninteger ratios of integers

Natural numbers (N )

Zero

Negatives of natural numbers

1 Basic Algebraic Operations

TABLE 1
Symbol N Z Q Name Natural numbers Integers

The Set of Real Numbers


Description Counting numbers (also called positive integers) Natural numbers, their negatives, and 0 Numbers that can be represented as a/b, where a and b are integers and b 0; decimal representations are repeating or terminating Numbers that can be represented as nonrepeating and nonterminating decimal numbers Rational numbers and irrational numbers
*The overbar indicates that the number (or block of numbers) repeats indenitely.

Examples 1, 2, 3, . . . ..., 2, 1, 0, 1, 2, . . .
3 2 5 , 3,

Rational numbers

4, 0, 1, 25, 5.272727

3.67,

0.333,*

Irrational numbers

2, , 7, 1.414213 . . . , 2.71828182 . . .

Real numbers

The Real Number Line

A one-to-one correspondence exists between the set of real numbers and the set of points on a line. That is, each real number corresponds to exactly one point, and each point to exactly one real number. A line with a real number associated with each point, and vice versa, as in Figure 2, is called a real number line, or simply a real line. Each number associated with a point is called the coordinate of the point. The point with coordinate 0 is called the origin. The arrow on the right end of the line indicates a positive direction. The coordinates of all points to the right of the origin are called positive real numbers, and those to the left of the origin are called negative real numbers. The real number 0 is neither positive nor negative.
27
4 3

Figure 2 A real number line.

Origin

7.64

10

10

Basic Real Number Properties

We now take a look at some of the basic properties of real numbers. (See the box on the next page.) You are already familiar with the commutative properties for addition and multiplication. They indicate that the order in which the addition or multiplication of two numbers is performed doesnt matter. For example, 4 5 5 4 and 4 5 5 4

Is there a commutative property relative to subtraction or division? That is, does x y y x or does x y y x for all real numbers x and y (division by 0 excluded)? The answer is no, since, for example, 7 5 5 7 and 6 3 3 6

1-1

Algebra and Real Numbers

Basic Properties of the Set of Real Numbers Let R be the set of real numbers, and let x, y, and z be arbitrary elements of R. Addition Properties Closure: Associative: Commutative: Identity: x (x x y is a unique element in R. y) y y z x x (y z)

0 is the additive identity; that is, 0 x x 0 x for all x in R, and 0 is the only element in R with this property. For each x in R, x is its unique additive inverse; that is, x ( x) ( x) x 0, and x is the only element in R relative to x with this property.

Inverse:

Multiplication Properties Closure: Associative: Commutative: Identity: xy is a unique element in R. (xy)z xy yx x(yz)

1 is the multiplicative identity; that is, for x in R, (1)x x(1) x, and 1 is the only element in R with this property. For each x in R, x 0, 1/x is its unique multiplicative inverse; that is, x(1/x) (1/x)x 1, and 1/x is the only element in R relative to x with this property.

Inverse:

Combined Property Distributive: x(y z) xy xz (x y)z xz yz

When computing 2 5 3 or 2 5 3

why dont we need parentheses to indicate which two numbers are to be added or multiplied rst? The answer is to be found in the associative properties. These properties allow us to write (2 5) 3 2 (5 3) and (2 5) 3 2 (5 3)

so it doesnt matter how we group numbers relative to either operation. Is there an associative property for subtraction or division? The answer is no, since, for example,

1 Basic Algebraic Operations

(8

4)

(4

2)

and

(8

4)

(4

2)

Evaluate both sides of these equations to see why.

Conclusion Relative to addition, commutativity and associativity permit us to change the order of addition at will and insert or remove parentheses as we please. The same is true for multiplication, but not for subtraction and division.

What number added to a given number will give that number back again? What number times a given number will give that number back again? The answers are 0 and 1, respectively. Because of this, 0 and 1 are called the identity elements for the real numbers. Hence, for any real numbers x and y, 7 1 6 0 6 7 0 1(x (x y) y) x x y y
0 is the additive identity. 1 is the multiplicative identity.

We now consider inverses. For each real number x, there is a unique real number x such that x ( x) 0. The number x is called the additive inverse of x, or the negative of x. For example, the additive inverse of 4 is 4, since 4 ( 4) 0. The additive inverse of 4 is ( 4) 4, since 4 [ ( 4)] 0. It is important to remember: x is not necessarily a negative number; it is positive if x is negative and negative if x is positive. For each nonzero real number x there is a unique real number 1/x such that x(1/x) 1. The number 1/x is called the multiplicative inverse of x, or the reciprocal of x. For example, the multiplicative inverse of 7 is 1, since 7(1) 1. Also 7 7 1 note that 7 is the multiplicative inverse of 7 . The number 0 has no multiplicative inverse. We now turn to a real number property that involves both multiplication and addition. Consider the two computations: 3(4 3(4) Thus, 3(4 2) 3(4) 3(2) 2) 3(6) 12 6 18 18

3(2)

and we say that multiplication by 3 distributes over the sum (4 2). In general, multiplication distributes over addition in the real number system. Two more illustrations are given below: 2(x y) 2x 2y (3 5)x 3x 5x

1-1

Algebra and Real Numbers

EXAMPLE 1

Using Real Number Properties Which real number property justies the indicated statement? Statement (A) (7x)y 7(xy) (B) a(b c) (b c)a (C) (2x 3y) 5y 2x (D) (x y)(a b) (x (E) If a b 0, then b Property Illustrated Associative ( ) Commutative ( ) Associative ( ) Distributive Inverse ( )

(3y y)a a.

5y) (x y)b

Matched Problem 1*

Which real number property justies the indicated statement? (A) 4 (2 x) (4 2) (C) 3x 7x (3 7)x (E) If ab 1, then b 1/a. x (B) (a (D) (2x b) c c (a b) 3y) 0 2x 3y

Further Properties

Subtraction and division can be dened in terms of addition and multiplication, respectively:

DEFINITION 1

Subtraction and Division For all real numbers a and b: Subtraction: Division: a b a b a a b ( b) a b a
( 5) ( 3) ( 5) (3) 1 2 2

1 b

Thus, to subtract b from a, add the negative of b to a. To divide a by b, multiply a by the reciprocal of b. Note that division by 0 is not dened, since 0 does not have a reciprocal. It is important to remember: Division by 0 is never allowed. The following properties of negatives can be proved using the preceding properties and denitions.
*Answers to matched problems in a given section are found near the end of the section, before the exercise set.

1 Basic Algebraic Operations

Theorem 1

Properties of Negatives For all real numbers a and b: 1. ( a) a (ab) ab a a b a b a b a b b a b 0 b 0 a( b) ab

2. ( a)b 3. ( a)( b) 4. ( 1)a 5. 6. a b a b

We now state an important theorem involving 0.

Theorem 2

Zero Properties For all real numbers a and b: 1. a 2. ab 0 0 0 if and only if a 0 or b 0 or both

EXAMPLE 2

Using Negative and Zero Properties Which real number property or denition justies each statement? Statement (A) 3 ( 2) (B) ( 2) 3 (C) 2 5 (D) 2 (E) If (x x 3 Property or Denition Illustrated Subtraction (Denition 1 and Theorem 1, part 1) Negatives (Theorem 1, part 1) Negatives (Theorem 1, part 6) Negatives (Theorem 1, part 5) Zero (Theorem 2, part 2)

[ ( 2)]

2 3 2 5 2 3)(x 5) 0, then either 0 or x 5 0.

1-1

Algebra and Real Numbers

Matched Problem 2

Which real number property or denition justies each statement? (A) (D) 3 5 7 9 3 1 5 7 9 (B) ( 5)(2) (E) If x 5 (5 2) (C) ( 1)3 3)(x 5) 0. 3

0, then (x

EXPLORE-DISCUSS 1

In general, a set of numbers is closed under an operation if performing the operation on numbers in the set always produces another number in the set. For example, the real numbers are closed under addition, multiplication, subtraction, and division, excluding division by 0. Replace each ? in the following tables with T (true) or F (false), and illustrate each false statement with an example. (See Table 1 for the denitions of the sets N, Z, I, Q, and R.)

Closed under Addition N Z Q I R ? ? ? ? T

Closed under Multiplication ? ? ? ? T

Closed under Subtraction N Z Q I R ? ? ? ? T

Closed under Division* ? ? ? ? T

*Excluding division by 0.

Fraction Properties

Recall that the quotient a b, b 0, written in the form a/b is called a fraction. The quantity a is called the numerator and the quantity b is the denominator.

10

1 Basic Algebraic Operations

Theorem 3

Fraction Properties For all real numbers a, b, c, d, and k (division by 0 excluded): 1. a b


4 6

c d
6 9

if and only if
since 4 9

ad
6 6

bc

2.

ka kb
7 3 7 5

a b
3 5

3.

a c b d
3 7 5 8

ac bd
3 7 5 8

4.

a b
2 3

c d
5 7

a d b c
2 7 3 5

5.

a b
3 6

c b
5 6 3

a b
5 6

6.

a b
7 8

c b
3 8 7

a b
3 8

7.

a b
2 3

c d
3 5

ad bd

bc

2 5 3 3 3 5

Answers to Matched Problems 1. (A) Associative ( ) (B) Commutative ( ) (C) Distributive (D) Identity ( ) (E) Inverse ( ) 2. (A) Division (Denition 1) (B) Negatives (Theorem 1, part 2) (C) Negatives (Theorem 1, part 4) (D) Negatives (Theorem 1, part 5) (E) Zero (Theorem 2, part 1)

EXERCISE

1-1
13. Identity property ( ): 0 14. Identity property ( ): 1(u 9m v) ? ? In Problems 1526, each statement illustrates the use of one of the following properties or denitions. Indicate which one. Commutative ( , ) Associative ( , ) Distributive Identity ( , ) Inverse ( , ) 15. x 17. 7u ym 9u
1 2)

All variables represent real numbers.

A
In Problems 18, indicate true (T) or false (F). 1. 4 3. 3 {3, 4, 5} {3, 4, 5} {1, 3, 5} {3, 5, 7} 2. 6 4. 7 {2, 4, 6} {2, 4, 6} {2, 4, 6} {3, 5, 7}

5. {1, 2} 7. {7, 3, 5}

6. {2, 6} 8. {7, 3, 5}

Subtraction Division Negatives (Theorem 1) Zero (Theorem 2)

In Problems 914, replace each question mark with an appropriate expression that will illustrate the use of the indicated real number property. 9. Commutative property ( ): x 10. Commutative property ( ): uv 11. Associative property ( ): x(yz) 12. Associative property ( ): 3 (7 7 ? ? y) ? ?

x (7 1 0 0

my 9)u

16. 7(3m) 18. 20. 8 22. 5 u v 12

(7 3)m u v 8 ( 12) 5(
1 6)

19. ( 2)( 21. w 23. 3(xy 24. ab(c

( w) z) d)

( 6)

3(xy abd

z)

abc

1-1

Algebra and Real Numbers

11

25.

x y

x y

26. (x

y) 0

B
Write each set in Problems 2732 using the listing method; that is, list the elements between braces. If the set is empty, write . 27. {x x is an even integer between 28. {x x is an odd integer between 29. {x x is a letter in status} 30. {x x is a letter in consensus} 31. {x x is a month starting with B} 32. {x x is a month with 32 days} 33. The set S1 {a} has only two subsets, S1 and . How many subsets does each of the following sets have? (A) S2 {a, b} (B) S3 {a, b, c} (C) S4 {a, b, c, d} 34. Based on the results in Problem 33, how many subsets do you think a set with n elements will have? In Problems 3542, each statement illustrates the use of one of the following properties or denitions. Indicate which one. Commutative ( , ) Subtraction Associative ( , ) Division Distributive Negatives (Theorem 1) Identity ( , ) Zero (Theorem 2) Inverse ( , ) 35. ( y) 2x y 2x 3 and 5} 4 and 6}

46. Indicate which of the following are true: (A) All integers are natural numbers. (B) All rational numbers are real numbers. (C) All natural numbers are rational numbers. 47. Give an example of a rational number that is not an integer. 48. Give an example of a real number that is not a rational number. In Problems 49 and 50, list the subset of S consisting of (A) natural numbers, (B) integers, and (C) rational numbers. 49. S 50. S { 3, { 5,
2 3,

0, 1, 1,
1 2,

3, 9, 12} 5 2, 7 , 6, 25} 3

In Problems 51 and 52, use a calculator* to express each number as a decimal fraction. Classify each decimal number as terminating, repeating, or nonrepeating and nonterminating. Identify the pattern of repeated digits in any repeating decimal numbers. 51. (A) 52. (A)
8 9 13 6

(B) (B)

3 11

(C) 21

5 (C)
7 16

(D)

11 8 29 111

(D)

53. Indicate true (T) or false (F), and for each false statement nd real number replacements for a and b that will provide a counterexample. For all real numbers a and b: (A) a b b a (B) a b b a (C) ab ba (D) a b b a 54. Indicate true (T) or false (F), and for each false statement nd real number replacements for a, b, and c that will provide a counterexample. For all real numbers a, b, and c: (A) (a b) c a (b c) (B) (a b) c a (b c) (C) a(bc) (ab)c (D) (a b) c a (b c)

36. (ab)(ba) 37. (wz)(zw) 38. s 39. (n 40. p(r 41. (2x 3x 42. (1 (t 2)

(ab)(ab) w[z(zw)] (s 3) q(r 5) y t) n(m 1) (p 2 3) 2(m q)(r 1) 3 0 or 3)

2)(m 1) 3)(3x 5 0 y y)

C
55. If A {1, 2, 3, 4} and B {2, 4, 6}, nd: (A) {x x A or x B} (B) { x x A and x B} 56. If F { 2, 0, 2} and G { 1, 0, 1, 2}, nd: (A) {x x F or x G} (B) { x x F and x G}

0 if and only if 2x

43. If ab 44. If ab

0, does either a or b have to be 0? 1, does either a or b have to be 1?


*Later in the book you will encounter optional exercises that require a graphing calculator. If you have such a calculator, you can certainly use it here. Otherwise, any scientic calculator will be sufcient for the problems in this chapter.

45. Indicate which of the following are true: (A) All natural numbers are integers. (B) All real numbers are irrational. (C) All rational numbers are real numbers.

12
57. If c

1 Basic Algebraic Operations

0.151515 . . . , then 100c 100c c 99c c 15.1515 . . . 15


15 99 5 33

15.1515 . . . and 0.151515 . . .

59. To see how the distributive property is behind the mechanics of long multiplication, compute each of the following and compare: Long Multiplication 23 12 Use of the Distributive Property 23 12 23(2 10) 23 2 23 10

Proceeding similarly, convert the repeating decimal 0.090909 . . . into a fraction. (All repeating decimals are rational numbers, and all rational numbers have repeating decimal representations.) 58. Repeat Problem 57 for 0.181818. . . .

60. For a and b real numbers, justify each step using a property in this section. Statement 1. (a b) 2. 3. 4. ( a) ( a) (a b) [( a) a] b 0 b b Reason 1. 2. 3. 4.

SECTION

1-2

Polynomials: Basic Operations



Natural Number Exponents Polynomials Combining Like Terms Addition and Subtraction Multiplication Combined Operations Application

In this section we review the basic operations on polynomials, a mathematical form encountered frequently throughout mathematics. We start the discussion with a brief review of natural number exponents. Integer and rational exponents and their properties will be discussed in detail in subsequent sections.

Natural Number
Exponents

The denition of a natural number exponent is given below:

DEFINITION 1

Natural Number Exponent For n a natural number and a any real number: an a a a
24 2 2 2 2

agfgbggfc n factors of a

4 factors of 2

Você também pode gostar