r review of basic concepts © 2008 pearson addison-wesley. all rights reserved sections r.5–r.7

40
R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5– R.7

Upload: mavis-patricia-neal

Post on 22-Dec-2015

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

RReview of Basic Concepts

© 2008 Pearson Addison-Wesley.All rights reserved

Sections R.5–R.7

Page 2: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-2

R.5 Rational Expressions

R.6 Rational Exponents

R.7 Radical Expressions

Review of Basic ConceptsR

Page 3: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-3

Rational ExpressionsR.5Rational Expressions ▪ Lowest Terms of a Rational Expression ▪ Multiplication and Division ▪ Addition and Subtraction ▪ Complex Fractions

Page 4: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Methods of Factoring

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-4

Page 5: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

R.5 Example 1(a) Writing Rational Expressions in Lowest Terms (page 44)

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-5

Write the rational expression in lowest terms.

(a) Factor.

Divide out the common factor.

Page 6: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-6

Write the rational expression in lowest terms.

(b)

R.5 Example 1(b) Writing Rational Expressions in Lowest Terms (page 44)

Factor.

Multiply numerator and denominator by –1.

Divide out the common factor.

Page 7: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-7

R.5 Example 2(a) Multiplying or Dividing Rational Expressions (page 45)

Multiply.

Multiply.

Factor.

Divide out common factors, then simplify.

Page 8: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-8

Multiply.

R.5 Example 2(b) Multiplying or Dividing Rational Expressions (page 45)

Factor.

Multiply.

Divide out common factors, then simplify.

Page 9: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-9

R.5 Example 2(c) Multiplying or Dividing Rational Expressions (page 45)

Divide.

Multiply by the reciprocal of the divisor.

Factor.

Multiply, then divide out common factors.

Page 10: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-10

R.5 Example 2(d) Multiplying or Dividing Rational Expressions (page 45)

Multiply.

Factor.

Multiply, then divide out common factors.

Page 11: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-11

R.5 Example 3(a) Adding or Subtracting Rational Expressions (page 47)

Add

Find the LCD:

Page 12: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-12

R.5 Example 3(b) Adding or Subtracting Rational Expressions (page 47)

Add

Find the LCD:

Page 13: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-13

R.5 Example 3(c) Adding or Subtracting Rational Expressions (page 47)

Subtract

Find the LCD:

Page 14: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-14

R.5 Example 4(a) Simplifying Complex Fractions (page 49)

Simplify

Multiply the numerator and denominator by the LCD of all the fractions, x2.

Page 15: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-15

Rational ExponentsR.6Negative Exponents and the Quotient Rule ▪ Rational Exponents ▪ Complex Fractions Revisited

Page 16: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Rules for Exponents1. Product Rule: am . an = am+n

2. Quotient Rule: am/an = am-n

3. Power Rules: (ab)m = ambm

(a/b)m = am/bm

(am)n = amn

4. Negative Exponent: a-m = 1/am

5. Zero Exponent: a0 = 1

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-16

Page 17: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-17

R.6 Example 1 Using the Definition of a Negative Exponent (page 53)

Evaluate each expression.

(a) (b) (c)

(a) (b)

(c)

Page 18: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-18

R.6 Example 1 Using the Definition of a Negative Exponent (cont.)

Write the expression without negative exponents.

(d)

(e)

Page 19: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-19

R.6 Example 2 Using the Quotient Rule (page 54)

Simplify each expression.

(a) (b)

(c)

(d)

Page 20: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-20

R.6 Example 3(a) Using Rules for Exponents (page 54)

Simplify.

Page 21: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-21

R.6 Example 3(b) Using Rules for Exponents (page 54)

Simplify.

Page 22: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-22

R.6 Example 4 Using the Definition of a1/n (page 55)

Evaluate each expression.

(a) (b)

(c) (d)

(e) (f)

(g) (h)

not a real number

Page 23: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-23

R.6 Example 5 Using the Definition of am/n (page 56)

Evaluate each expression.

(a)

(b)

(c)

Page 24: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-24

R.6 Example 5 Using the Definition of am/n (cont.)

Evaluate each expression.

(d)

(e)

(f) is not a real number because is not a real number.

Page 25: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-25

Radical ExpressionsR.7Radical Notations ▪ Simplified Radicals ▪ Operations with Radicals ▪ Rationalizing Denominators

Page 26: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Radical Notation

Conversion from rational to radical:

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-26

mnn mn

m

aaa

Page 27: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-27

R.7 Example 1 Evaluating Roots (page 63)

Write each root using exponents and evaluate.

(a)

(b)

(c)

(d) is not a real number.

Page 28: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-28

R.7 Example 1 Evaluating Roots (cont.)

Write each root using exponents and evaluate.

(e)

(f)

Page 29: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-29

R.7 Example 2 Converting From Rational Exponents to Radicals (page 63)

Write in radical form and simplify.

(a)

(b)

(c)

(d)

Page 30: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-30

R.7 Example 2 Converting From Rational Exponents to Radicals (cont.)

Write in radical form and simplify.

(e)

(f)

(g)

Page 31: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-31

R.7 Example 3 Converting From Radicals to Rational Exponents (page 63)

Write in exponential form.

(a) (b)

(c) = 15r4/3

(d)

(e)

Page 32: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-32

R.7 Example 4 Using Absolute Value to Simplify Roots (page 64)

Simplify each expression.

(a)

(b)

(c)

(d)

Page 33: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-33

R.7 Example 4 Using Absolute Value to Simplify Roots (cont.)

Simplify each expression.

(e)

(f)

(g)

Page 34: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-34

R.7 Example 5 Using the Rules for Radicals to Simplify Radical Expressions (page 65)

Simplify each expression.

(a)

(b)

(c)

Page 35: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-35

R.7 Example 6 Simplifying Radicals (page 66)

Simplify each radical.

(a)

(b)

(c)

Page 36: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-36

R.7 Example 8 Simplifying Radicals by Writing Them With Rational Exponents (page 67)

Simplify each radical.

(a)

(b)

(c)

Page 37: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-37

R.7 Example 9(a) Multiplying Radical Expressions

(page 68)

Find the product.Product of the sum and difference of two terms.

Page 38: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-38

R.7 Example 9(b) Multiplying Radical Expressions

(page 68)

Find the product.

Simplify

FOIL

Page 39: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-39

R.7 Example 10 Rationalizing Denominators (page 68)

Rationalize each denominator.

(a)

(b)

Page 40: R Review of Basic Concepts © 2008 Pearson Addison-Wesley. All rights reserved Sections R.5–R.7

Copyright © 2008 Pearson Addison-Wesley. All rights reserved. R-40

R.7 Example 12 Rationalizing a Binomial Denominator

(page 69)

Rationalize the denominator.

Multiply the numerator and denominator by the conjugate of the denominator.