Unit 4: Function Composition

Size: px
Start display at page:

Download "Unit 4: Function Composition"

Transcription

1 Haberman MTH 111 Section I: Functions and Their Graphs Unit 4: Function Composition In The Algebra of Functions (Section I: Unit ) we discussed adding, subtracting, multiplying, and dividing functions. In this unit we will study another way to combine functions: function composition. EXAMPLE: When Peter was younger and people asked about his age, he never had to think: he had his age memorized. But now he s older and his age has taken enough different values that he sometimes lose track, and need to do some calculations to find his age. In this eample we ll discuss the function that Peter uses to calculate his age when he can t remember: the age function. Let s call the age function a. Since his goal is to determine his age, we need to input Peter into the function a. (Thus, it makes sense to define the domain of a to be the set of all living people.) So what does the function a need to do to determine a person s age? First, a needs to find the person s birth-date, and then it needs to calculate how long ago the person s birth-date occurred. Since a needs to do these two things, we say that a is the composition of two functions: the birthdate function, b, and the how long ago this date occurred function, h. So a is the function that computes a person s age b is the function that finds a person s birth-date h is the function that calculates how long ago (measured in complete years) a date occurred. The diagram below represents how function a works. a b Peter 1/7/71 h 46 years you b??/??/?? h your age Living People Birth-dates How long ago We can epress this function symbolically as follows:

2 Haberman MTH 111 Section I: Unit 4 a Peter h b( Peter) h 46 1 / 7 /1971 (so Peter is 46 years old) and if represents a generic person, then the age of person can be calculated as follows: a( ) h b( ) As mentioned above, a is the composition of two functions: b and h. We have special notation for the composition of two functions: a( ) h b ( ) h b( ) KEY POINT: The composition of functions is denoted by the symbol. The composition of functions f and g is the function f g defined as follows: f g f g ( ) ( ). The notation f g can be translated as f composed with g or the composition of f and g. BE CAREFUL: f g does not mean the same thing as f g, which is the product of f and g. ( f g)( ) f g( ) while f g ( ) f ( ) g( ) EXAMPLE: Table 1 shows the temperature, C, in degrees Celsius, as a function of the temperature in degrees Fahrenheit, F. Table shows the temperature in degrees Kelvin, K, as a function of the temperature in degrees Celsius, C. [The Kelvin scale is the temperature scale devised by Lord Kelvin in 1848.] Table 1: Celsius temperature vs. Fahrenheit temperature F C(F) Table : Kelvin temperature vs. Celsius temperature C K (C)

3 Haberman MTH 111 Section I: Unit 4 Suppose we want a table that shows direct conversions from temperatures in degrees Fahrenheit to temperatures in degrees Kelvin. Table shows the temperature in degrees Kelvin, K, as a function of the temperature in degrees Fahrenheit, F. Table is easy to obtain using Table 1 and Table because the outputs of Table 1 are the same as the inputs of Table. Table : Kelvin temperature vs. Fahrenheit temperature F K C( F ) Since the output of Table 1 is used as the input of Table, we write the new function in K C( F ). The new function is formed by composing the other two functions. Table as The mathematical epression for this composition is K C( F ). Therefore, K C( F) K C( F). EXAMPLE: Given C( F) ( F ) and K( C) C 7.1, find K C( F ), the 9 function which converts temperature in degrees Fahrenheit directly to temperatures in degrees Kelvin. SOLUTION: K C( F) K CF ( ) K Replace with 9 9 ( F ) C( F) ( F ) ( F ) 7.1 Since K C C, K ( F ( ) 7.1 ) ( F ) 7.1 F F.7

4 Haberman MTH 111 Section I: Unit 4 4 EXAMPLE: Use Table 4 to evaluate f g () and g f (). Eplain why f g (4) is undefined. (Remember with no algebraic rule or graph, the values in the table are the only values we know!) Table 4: Functions f and g. f( ) g ( ) SOLUTIONS: f g () f g() f ( 4 ) (since g() 4) ) 1 (since f (4) 1) ) g f () g f () g( ) (since f () ) 0 (since g( ) 0) f g (4) f g(4) f () 9 (since g(4) 9) But f (9) is undefined because there is no input value 9 in the first column in Table 4. Therefore, f g (4) is undefined.

5 Haberman MTH 111 Section I: Unit 4 EXAMPLE: Use the graph in Figure 1 to find the values for k m () and m k (). Figure 1: y m( ) is the parabola and y k( ) is the line. SOLUTIONS: k m() k m() k( 1 ) (we find that m() 1 on Figure 1, so we replace m() with 1) (the linear function in Figure 1 shows us that k( 1) ) m k() mk() m( 4 ) (we find that k() 4 on Figure 1, so we replace k() with 4) (the parabolic function in Figure 1 shows us that m( 4) )

6 Haberman MTH 111 Section I: Unit 4 6 EXAMPLE: If m( ) and n( ) 1, find and simplify the following: a. m n( ) b. n m( ) c. m m( ) d. n n( ) SOLUTIONS: a. m n( ) m n ( ) b. n m( ) n m ( ) n m c. m m( ) m m ( ) d. n n( ) n n ( ) m n KEY POINT: As the eample above suggests, f g( ) and g f ( ) are typically different. general, Although it is possible that they are equal, in f g ( ) g f ( ). In fact, in a key point below, we notice that some functions cannot even be composed in both ways!

7 Haberman MTH 111 Section I: Unit 4 7 EXAMPLE: If f ( ) 4 and following functions. g ( ), find simplified algebraic rules for the a. f g( ) b. g f ( ) c. g g( ) d. f f ( ) SOLUTIONS: a. f g( ) f g ( ) b. g f ( ) g f( ) f g c. g g( ) g g( ) d. f f ( ) f f ( ) g f

8 Haberman MTH 111 Section I: Unit 4 8 EXAMPLE: A computer store offers a 1% discount on all new computers. At the same time, the computer manufacturer offers a $00 rebate. Let P represent the original price of a computer. a. Write a function f to represent a computer s price if only the 1% discount is applied and a function g to represent its price if only the $00 rebate is applied. b. When both the discount and the rebate are applied, the purchase price of the computer is either f g ( P ) or g f ( P ), depending on the order in which they are applied. Which would you ask the dealer to apply first? Which composition represents your choice? Justify your answer by writing epressions for f g ( P ) and g f ( P ). SOLUTIONS: a. If P represents the original price, then the price after the 1% discount is applied would be represented by P 0.1P 0.8P. So, f ( P) 0.8P is a function which represents the price of the computer if only the 1% discount is applied. If P represents the original price, then the price after the $00 rebate is applied would be P 00. So, g( P) P 00 is a function g which represents the price if only the $00 rebate is applied. b. To interpret f g ( P ), we need to work from the inside out. P represents the original price; then g performs the $00 rebate followed by f which performs the 1% discount. To interpret g f ( P ), we again need to work from the inside out. P represents the original price, then f performs the 1% discount, followed by g which performs the $00 rebate. f g ( P) f gp ( ) 0.8 g( P) (put g( P) into f by replacing the input variable of f with g( P) ) 0.8( P 00) (replace g( P) with P 00 since g( P) P 00) 0.8P 4 g f ( P) g f( P) (apply the distributive property) f ( P) 00 (put f ( P) into g by replacing the input variable of g with f ( P) ) 0.8 P 00 (replace f ( P) with 0.8 P since f ( P) 0. 8P) Since f g ( P) 0.8P 4 and g f ( P) 0.8P 00, it appears that ( ) the 1% discount followed by the $00 rebate, would be the better deal. g f P,

9 Haberman MTH 111 Section I: Unit 4 9 KEY POINT: In most applied problems, functions cannot be composed both ways, as demonstrated in the following eample. EXAMPLE: Suppose that the function n P(t) represents the population (n) of the Portland metropolitan area t years after 1990 and l C( y) represents the carbon dioide (CO ) concentration (l) in the atmosphere of a city of population y. Which composition function, C P( t ) or P C ( y ), makes sense? Eplain your reasoning. SOLUTION: ( ) C P t is the only composition that makes sense since C P( t) C P( t) and the input of C must be a population and the output of P is a population. P C ( y) P C( y) doesn t make sense because the input of P must be a time (in years since 1990), but the output of C is not a time. EXAMPLE: If f ( ), find two new functions u and w so that SOLUTION: f ( ) u w ( ). Essentially, this eample asks us to de-compose the function f ( ) into two new functions u and w. Since we need f ( ) u w ( ) u w( ) we need to think of f ( ) as consisting of a two-step process where w represents the first step of the process and u represents the second step in the process. There are always many different correct choices for u and w but, in this case, it is most natural to consider that the two steps involved in the function f( ) are 1 st : Add to the input nd : Etract the square root of the result of the 1 st step. Thus, we can define the functions u and w as follows: w( ) u( )

10 Haberman MTH 111 Section I: Unit 4 10 Let s check if this choice of u and w works: u w( ) u w( ) u f( ) Since u w( ) f ( ), our choice of u and w is correct. EXAMPLE: If, find two new functions u and w so that g( ) g( ) u w ( ). SOLUTION: In order to de-compose the function g( ) into two functions u and w we need to think of g( ) a two-step process where w represents the first step of the process and u represents the second step in the process. In this case, it is most natural to consider that the two steps involved in the function 1 st : Cube the input. g () are nd : Add to the result of the 1 st step. Thus, we can define the functions u and w as follows: w( ) u( ) Let s check if this choice of u and w works: u w( ) u w( ) u g ( ) Since u w( ) g( ), our choice of u and w is correct.

11 Haberman MTH 111 Section I: Unit 4 11 h( ), find two new functions u and w so that EXAMPLE: If 10 h( ) u w ( ). SOLUTION: In order to de-compose the function 10 need to think of 10 h( ) into two functions u and w we h( ) a two-step process where w represents the first step of the process and u represents the second step in the process. In this case, there are a few equally natural ways to break-down the function into two steps. We ll show two different ways here: Solution A: h ( ) to be: We can take the two steps involved in the function 10 1 st : Multiply the input by and then subtract from the result. nd : Raise the result of the 1 st step to the power 10. Thus, we can define the functions u and w as follows: w( ) u( ) Let s check if this choice of u and w works: 10 u w( ) u w( ) u 10 h ( ) Since u w( ) h( ), our choice of u and w is correct. Solution B: h ( ) to be: We can take the two steps involved in the function 10 1 st : Multiply the input by nd : Subtract from the result of the 1 st step, and then raise the result to the power 10. Thus, we can define the functions u and w as follows:

12 Haberman MTH 111 Section I: Unit 4 1 w( ) Let s check if this choice of u and w works: u( ) ( ) 10 u w( ) u w( ) u 10 h ( ) Since u w( ) h( ), our choice of u and w is correct. In the eample above we de-composed the function 10 h( ) into two functions u and w, but you may have noticed that the function really consists of a three-step process. Thus, the most natural decomposition consists of three functions. Let s find a three-function h( ) : de-composition of the function 10 h( ), find three new functions s, u, and w so that EXAMPLE: If 10 h( ) s u w ( ). SOLUTION: First, let s notice that h( ) s u w ( ) s u w( ) so, in order to de-compose the function h( ) 10 w, we need to think of h( ) 10 into three functions s, u, and a three-step process where w represents the first step, v represents the second step, and s represents the third step. In this case, it is h ( ) are: most natural to consider that the three steps involved in the function 10 1 st : Multiply the input by. rd : Subtract from the result of the 1 st step. nd : Raise the result of the nd step to the power 10.

13 Haberman MTH 111 Section I: Unit 4 1 Thus, we can define the functions s, u, and w as follows: w( ) u( ) s( ) Let s check if this choice of s, u, and w works: 10 s u w( ) s u w( ) s u s ) 10 h ( ) Since s u w( ) h( ), our choice of s, u, and w is correct.

Module 5: Function Composition

Module 5: Function Composition Haberman / Kling MTH 111c Section I: Sets and Functions Module 5: Function Composition In The Algebra of Functions (Section I: Module 4) we discussed adding, subtracting, multiplying, and dividing functions.

More information

MA Lesson 25 Section 2.6

MA Lesson 25 Section 2.6 MA 1500 Lesson 5 Section.6 I The Domain of a Function Remember that the domain is the set of x s in a function, or the set of first things. For many functions, such as f ( x, x could be replaced with any

More information

Summer MA Lesson 19 Section 2.6, Section 2.7 (part 1)

Summer MA Lesson 19 Section 2.6, Section 2.7 (part 1) Summer MA 100 Lesson 1 Section.6, Section.7 (part 1) I The Domain of a Function Remember that the domain is the set of x s in a function, or the set of first things. For many functions, such as f ( x,

More information

Unit 9: Symmetric Functions

Unit 9: Symmetric Functions Haberman MTH 111 Section I: Functions and Their Graphs Unit 9: Symmetric Functions Some functions have graphs with special types of symmetries, and we can use the reflections we just studied to analyze

More information

LEARN ABOUT the Math

LEARN ABOUT the Math 1.5 Inverse Relations YOU WILL NEED graph paper graphing calculator GOAL Determine the equation of an inverse relation and the conditions for an inverse relation to be a function. LEARN ABOUT the Math

More information

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x Algebra Notes Quadratic Systems Name: Block: Date: Last class we discussed linear systems. The only possibilities we had we 1 solution, no solution or infinite solutions. With quadratic systems we have

More information

Algebra. Robert Taggart

Algebra. Robert Taggart Algebra Robert Taggart Table of Contents To the Student.............................................. v Unit 1: Algebra Basics Lesson 1: Negative and Positive Numbers....................... Lesson 2: Operations

More information

2.5 Absolute Value Equations and Inequalities

2.5 Absolute Value Equations and Inequalities 5 Absolute Value Equations Inequalities We begin this section by recalling the following definition Definition: Absolute Value The absolute value of a number is the distance that the number is from zero

More information

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3 Polynomial Division 5015 You do polynomial division the way you do long division of numbers It s difficult to describe the general procedure in words, so I ll work through some eamples stepbystep Eample

More information

Inverse Operations. What is an equation?

Inverse Operations. What is an equation? Inverse Operations What is an equation? An equation is a mathematical statement, in symbols, that two things are exactly the same (or equivalent). Equations are written with an equal sign, as in 2+=5 9

More information

Math 1 Variable Manipulation Part 4 Student

Math 1 Variable Manipulation Part 4 Student Math 1 Variable Manipulation Part 4 Student 1 SOLVING AN EQUATION THAT INCLUDES ABSOLUTE VALUE SIGNS To solve an equation that includes absolute value signs, think about the two different cases-one where

More information

Section 1.4 Composition of Functions

Section 1.4 Composition of Functions Section.4 Composition of Functions 49 Section.4 Composition of Functions Suppose we wanted to calculate how much it costs to heat a house on a particular day of the year. The cost to heat a house will

More information

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x).

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x). [Limits at infinity eamples] Eample. The graph of a function y = f() is shown below. Compute f() and f(). y -8 As you go to the far right, the graph approaches y =, so f() =. As you go to the far left,

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

CP Algebra 2. Summer Packet. Name:

CP Algebra 2. Summer Packet. Name: CP Algebra Summer Packet 018 Name: Objectives for CP Algebra Summer Packet 018 I. Number Sense and Numerical Operations (Problems: 1 to 4) Use the Order of Operations to evaluate expressions. (p. 6) Evaluate

More information

Basic Equation Solving Strategies

Basic Equation Solving Strategies Basic Equation Solving Strategies Case 1: The variable appears only once in the equation. (Use work backwards method.) 1 1. Simplify both sides of the equation if possible.. Apply the order of operations

More information

Reteach Simplifying Algebraic Expressions

Reteach Simplifying Algebraic Expressions 1-4 Simplifying Algebraic Expressions To evaluate an algebraic expression you substitute numbers for variables. Then follow the order of operations. Here is a sentence that can help you remember the order

More information

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period:

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Honours Advanced Algebra Name: Unit : Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Introduction Equivalent algebraic epressions, also called algebraic identities, give

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

Chapter 2 Analysis of Graphs of Functions

Chapter 2 Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Covered in this Chapter:.1 Graphs of Basic Functions and their Domain and Range. Odd, Even Functions, and their Symmetry..

More information

Inverse Variation Read 7.1 Examples 1-4

Inverse Variation Read 7.1 Examples 1-4 CC Algebra II HW #52 Name Period Row Date Inverse Variation Read 7.1 Eamples 1-4 Section 7.1 1. Vocabulary Eplain how direct variation equations and inverse variation equations are different. Tell whether

More information

9.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED LESSON

9.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED LESSON CONDENSED LESSON 9.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations solve

More information

Intermediate Algebra Section 9.1 Composite Functions and Inverse Functions

Intermediate Algebra Section 9.1 Composite Functions and Inverse Functions Intermediate Algebra Section 9. Composite Functions and Inverse Functions We have added, subtracted, multiplied, and divided functions in previous chapters. Another way to combine functions is called composite

More information

Section 5.0A Factoring Part 1

Section 5.0A Factoring Part 1 Section 5.0A Factoring Part 1 I. Work Together A. Multiply the following binomials into trinomials. (Write the final result in descending order, i.e., a + b + c ). ( 7)( + 5) ( + 7)( + ) ( + 7)(3 + 5)

More information

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have Math 10 Final Eam Review 1. 4 5 6 5 4 4 4 7 5 Worked out solutions. In this problem, we are subtracting one polynomial from another. When adding or subtracting polynomials, we combine like terms. Remember

More information

Math-2 Lesson 2-4. Radicals

Math-2 Lesson 2-4. Radicals Math- Lesson - Radicals = What number is equivalent to the square root of? Square both sides of the equation ( ) ( ) = = = is an equivalent statement to = 1.7 1.71 1.70 1.701 1.7008... There is no equivalent

More information

A.5. Solving Equations. Equations and Solutions of Equations. Linear Equations in One Variable. What you should learn. Why you should learn it

A.5. Solving Equations. Equations and Solutions of Equations. Linear Equations in One Variable. What you should learn. Why you should learn it A46 Appendi A Review of Fundamental Concepts of Algebra A.5 Solving Equations What you should learn Identify different types of equations. Solve linear equations in one variable and equations that lead

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

Reteach Variation Functions

Reteach Variation Functions 8-1 Variation Functions The variable y varies directly as the variable if y k for some constant k. To solve direct variation problems: k is called the constant of variation. Use the known and y values

More information

Solving Equations by Adding and Subtracting

Solving Equations by Adding and Subtracting SECTION 2.1 Solving Equations by Adding and Subtracting 2.1 OBJECTIVES 1. Determine whether a given number is a solution for an equation 2. Use the addition property to solve equations 3. Determine whether

More information

Day 3: Section P-6 Rational Expressions; Section P-7 Equations. Rational Expressions

Day 3: Section P-6 Rational Expressions; Section P-7 Equations. Rational Expressions 1 Day : Section P-6 Rational Epressions; Section P-7 Equations Rational Epressions A rational epression (Fractions) is the quotient of two polynomials. The set of real numbers for which an algebraic epression

More information

17. 8x and 4x 2 > x 1 < 7 and 6x x or 2x x 7 < 3 and 8x x 9 9 and 5x > x + 3 < 3 or 8x 2

17. 8x and 4x 2 > x 1 < 7 and 6x x or 2x x 7 < 3 and 8x x 9 9 and 5x > x + 3 < 3 or 8x 2 Section 1.4 Compound Inequalities 6 1.4 Exercises In Exercises 1-12, solve the inequality. Express your answer in both interval and set notations, and shade the solution on a number line. 1. 8x 16x 1 2.

More information

Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities

Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities 1 ABSOLUTE VALUE REVIEW Absolute value is a measure of distance; how far a number is from zero: 6 is 6 away from zero, and " 6" is also

More information

Basic ALGEBRA 2 SUMMER PACKET

Basic ALGEBRA 2 SUMMER PACKET Name Basic ALGEBRA SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Algebra II. We will use these concepts on a regular basis throughout

More information

Functions & Function Notation

Functions & Function Notation Functions & Function Notation What is a Function? The natural world is full of relationships between quantities that change. When we see these relationships, it is natural for us to ask If I know one quantity,

More information

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

SYSTEMS OF THREE EQUATIONS

SYSTEMS OF THREE EQUATIONS SYSTEMS OF THREE EQUATIONS 11.2.1 11.2.4 This section begins with students using technology to eplore graphing in three dimensions. By using strategies that they used for graphing in two dimensions, students

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions 6.3 Multiplying and Dividing Rational Epressions Essential Question How can you determine the ecluded values in a product or quotient of two rational epressions? You can multiply and divide rational epressions

More information

Chapter 8: Trig Equations and Inverse Trig Functions

Chapter 8: Trig Equations and Inverse Trig Functions Haberman MTH Section I: The Trigonometric Functions Chapter 8: Trig Equations and Inverse Trig Functions EXAMPLE : Solve the equations below: a sin( t) b sin( t) 0 sin a Based on our experience with the

More information

Operation. 8th Grade Math Vocabulary. Solving Equations. Expression Expression. Order of Operations

Operation. 8th Grade Math Vocabulary. Solving Equations. Expression Expression. Order of Operations 8th Grade Math Vocabulary Operation A mathematical process. Solving s _ 7 1 11 1 3b 1 1 3 7 4 5 0 5 5 sign SOLVING EQUATIONS Operation The rules of which calculation comes first in an epression. Parentheses

More information

We are working with degree two or

We are working with degree two or page 4 4 We are working with degree two or quadratic epressions (a + b + c) and equations (a + b + c = 0). We see techniques such as multiplying and factoring epressions and solving equations using factoring

More information

31. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

31. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 3 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

More information

Maintaining Mathematical Proficiency

Maintaining Mathematical Proficiency Name Date Chapter 1 Maintaining Mathematical Proficiency Add or subtract. 1. 1 + ( 3) 2. 0 + ( 12) 3. 5 ( 2) 4. 4 7 5. Find two pairs of integers whose sum is 6. 6. In a city, the record monthly high temperature

More information

Review of Rational Expressions and Equations

Review of Rational Expressions and Equations Page 1 of 14 Review of Rational Epressions and Equations A rational epression is an epression containing fractions where the numerator and/or denominator may contain algebraic terms 1 Simplify 6 14 Identification/Analysis

More information

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 9 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

More information

Math Analysis/Honors Math Analysis Summer Assignment

Math Analysis/Honors Math Analysis Summer Assignment Math Analysis/Honors Math Analysis Summer Assignment To be successful in Math Analysis or Honors Math Analysis, a full understanding of the topics listed below is required prior to the school year. To

More information

Lesson #9 Simplifying Rational Expressions

Lesson #9 Simplifying Rational Expressions Lesson #9 Simplifying Rational Epressions A.A.6 Perform arithmetic operations with rational epressions and rename to lowest terms Factor the following epressions: A. 7 4 B. y C. y 49y Simplify: 5 5 = 4

More information

Unit 9 Study Sheet Rational Expressions and Types of Equations

Unit 9 Study Sheet Rational Expressions and Types of Equations Algebraic Fractions: Unit 9 Study Sheet Rational Expressions and Types of Equations Simplifying Algebraic Fractions: To simplify an algebraic fraction means to reduce it to lowest terms. This is done by

More information

How much can they save? Try $1100 in groceries for only $40.

How much can they save? Try $1100 in groceries for only $40. It s Not New, It s Recycled Composition of Functions.4 LEARNING GOALS KEY TERM In this lesson, you will: Perform the composition of two functions graphically and algebraically. Use composition of functions

More information

Algebra 2/Pre-Calculus

Algebra 2/Pre-Calculus Algebra /Pre-Calculus Name Introduction to Eponential Functions (Day 1, Eponential Functions) In this handout, we will introduce eponential functions. Definition We say f () is an eponential function if

More information

In economics, the amount of a good x demanded is a function of the price of that good. In other words,

In economics, the amount of a good x demanded is a function of the price of that good. In other words, I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with eactly one member of Y. That is, some goes in, and some y comes out. These notations are used to

More information

Order of Operations: practice order of operations until it becomes second nature to you.

Order of Operations: practice order of operations until it becomes second nature to you. Arithmetic of Real Numbers Division of a real number other than zero by 0 is undefined 456 0 = undefined Exponents pay attention to the base! ( 2 4 = ( 2( 2( 2( 2 = 16 2 4 = (2(2(2(2 = 16 Order of Operations:

More information

Modeling Revision Questions Set 1

Modeling Revision Questions Set 1 Modeling Revision Questions Set. In an eperiment researchers found that a specific culture of bacteria increases in number according to the formula N = 5 2 t, where N is the number of bacteria present

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Answer key 1. Find the value of 3x 4y if x = -2 and y = 5 To find the value, substitute the given values in for x and y 3x -4y Substitute

More information

EXPONENTIAL AND LOGARITHMIC FUNCTIONS

EXPONENTIAL AND LOGARITHMIC FUNCTIONS Mathematics Revision Guides Exponential and Logarithmic Functions Page 1 of 14 M.K. HOME TUITION Mathematics Revision Guides Level: A-Level Year 1 / AS EXPONENTIAL AND LOGARITHMIC FUNCTIONS Version : 4.2

More information

Notes 3.2: Properties of Limits

Notes 3.2: Properties of Limits Calculus Maimus Notes 3.: Properties of Limits 3. Properties of Limits When working with its, you should become adroit and adept at using its of generic functions to find new its of new functions created

More information

Rational Expressions

Rational Expressions CHAPTER 6 Rational Epressions 6. Rational Functions and Multiplying and Dividing Rational Epressions 6. Adding and Subtracting Rational Epressions 6.3 Simplifying Comple Fractions 6. Dividing Polynomials:

More information

Section 4.6 Negative Exponents

Section 4.6 Negative Exponents Section 4.6 Negative Exponents INTRODUCTION In order to understand negative exponents the main topic of this section we need to make sure we understand the meaning of the reciprocal of a number. Reciprocals

More information

Name. Unit 1 Worksheets Math 150 College Algebra and Trig

Name. Unit 1 Worksheets Math 150 College Algebra and Trig Name Unit 1 Worksheets Math 10 College Algebra and Trig Revised: Fall 009 Worksheet 1: Integral Eponents Simplify each epression. Write all answers in eponential form. 1. (8 ). ( y). (a b ). y 6. (7 8

More information

By definition, a translation is applied to a point or set of points. Intuitively, when you translate

By definition, a translation is applied to a point or set of points. Intuitively, when you translate Translations and Scale Changes T hk, S ab, TRANSLATIONS, T hk By definition, a translation is applied to a point or set of points. Intuitively, when you translate a set of points, you are just "sliding"

More information

Algebra, Part I. x m x = n xm i x n = x m n = 1

Algebra, Part I. x m x = n xm i x n = x m n = 1 Lesson 7 Algebra, Part I Rules and Definitions Rules Additive property of equality: If a, b, and c represent real numbers, and if a=b, then a + c = b + c. Also, c + a = c + b Multiplicative property of

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

SECTION 2.7: NONLINEAR INEQUALITIES

SECTION 2.7: NONLINEAR INEQUALITIES (Section 2.7: Nonlinear Inequalities) 2.77 SECTION 2.7: NONLINEAR INEQUALITIES We solved linear inequalities to find domains, and we discussed intervals in Section 1.4: Notes 1.24 to 1.30. In this section,

More information

22. RADICALS. x add 5. multiply by 7

22. RADICALS. x add 5. multiply by 7 22. RADICALS doing something, then undoing it The concept of doing something and then undoing it is very important in mathematics. Here are some eamples: Take a number. Add 5 to it. How can you get back

More information

Concept Category 5. Limits. Limits: graphically & algebraically Rate of Change

Concept Category 5. Limits. Limits: graphically & algebraically Rate of Change Concept Category 5 Limits Limits: graphically & algebraically Rate of Change Skills Factoring and Rational Epressions (Alg, CC1) Behavior of a graph (Alg, CC1) Sketch a graph:,,, Log, (Alg, CC1 & ) 1 Factoring

More information

CH 55 THE QUADRATIC FORMULA, PART I

CH 55 THE QUADRATIC FORMULA, PART I 1 CH 55 THE QUADRATIC FORMULA, PART I Introduction I n the Introduction to the previous chapter we considered the quadratic equation 10 + 16 0. We verified in detail that this equation had two solutions:

More information

Equations Quadratic in Form NOT AVAILABLE FOR ELECTRONIC VIEWING. B x = 0 u = x 1 3

Equations Quadratic in Form NOT AVAILABLE FOR ELECTRONIC VIEWING. B x = 0 u = x 1 3 SECTION.4 Equations Quadratic in Form 785 In Eercises, without solving the equation, determine the number and type of solutions... In Eercises 3 4, write a quadratic equation in standard form with the

More information

Solving Equations with Variables on Both Sides

Solving Equations with Variables on Both Sides 1. Solving Equations with Variables on Both Sides Essential Question How can you solve an equation that has variables on both sides? Perimeter Work with a partner. The two polygons have the same perimeter.

More information

Solving Equations Quick Reference

Solving Equations Quick Reference Solving Equations Quick Reference Integer Rules Addition: If the signs are the same, add the numbers and keep the sign. If the signs are different, subtract the numbers and keep the sign of the number

More information

Functions. Content Summary

Functions. Content Summary CHAPTER 7 Functions Content Summary In Chapter 7, students increase their understanding of linear growth and equations by looking in detail at the special kind of relation called a function. This section

More information

3.3 It All Adds Up. A Develop Understanding Task

3.3 It All Adds Up. A Develop Understanding Task 3.3 It All Adds Up A Develop Understanding Task Whenever we re thinking about algebra and working with variables, it is useful to consider how it relates to the number system and operations on numbers.

More information

Performing well in calculus is impossible without a solid algebra foundation. Many calculus

Performing well in calculus is impossible without a solid algebra foundation. Many calculus Chapter Algebra Review Performing well in calculus is impossible without a solid algebra foundation. Many calculus problems that you encounter involve a calculus concept but then require many, many steps

More information

Essential Question How can you cube a binomial? Work with a partner. Find each product. Show your steps. = (x + 1) Multiply second power.

Essential Question How can you cube a binomial? Work with a partner. Find each product. Show your steps. = (x + 1) Multiply second power. 4.2 Adding, Subtracting, and Multiplying Polynomials COMMON CORE Learning Standards HSA-APR.A.1 HSA-APR.C.4 HSA-APR.C.5 Essential Question How can you cube a binomial? Cubing Binomials Work with a partner.

More information

Honors Advanced Algebra Unit 2 Polynomial Operations September 14, 2016 Task 7: What s Your Identity?

Honors Advanced Algebra Unit 2 Polynomial Operations September 14, 2016 Task 7: What s Your Identity? Honors Advanced Algebra Name Unit Polynomial Operations September 14, 016 Task 7: What s Your Identity? MGSE9 1.A.APR.4 Prove polynomial identities and use them to describe numerical relationships. MGSE9

More information

Additional Factoring Examples:

Additional Factoring Examples: Honors Algebra -3 Solving Quadratic Equations by Graphing and Factoring Learning Targets 1. I can solve quadratic equations by graphing. I can solve quadratic equations by factoring 3. I can write a quadratic

More information

Chapter 1: Functions. Section 1.1 Functions and Function Notation. Section 1.1 Functions and Function Notation 1

Chapter 1: Functions. Section 1.1 Functions and Function Notation. Section 1.1 Functions and Function Notation 1 Section. Functions and Function Notation Chapter : Functions Section. Functions and Function Notation... Section. Domain and Range... Section. Rates of Change and Behavior of Graphs... 4 Section.4 Composition

More information

Chemistry 1. Worksheet 4. Temperature in Chemistry. 1 MathTutorDVD.com

Chemistry 1. Worksheet 4. Temperature in Chemistry. 1 MathTutorDVD.com Chemistry 1 Worksheet 4 Temperature in Chemistry 1 Conversion factors: Celsius to Kelvin: Add 273.15 Kelvin to Celsius: Subtract 273.15 Celsius to Fahrenheit: T(F) = (T(C) x 1.8) + 32 Fahrenheit to Celsius:

More information

Introduction to Exponential Functions (plus Exponential Models)

Introduction to Exponential Functions (plus Exponential Models) Haberman MTH Introduction to Eponential Functions (plus Eponential Models) Eponential functions are functions in which the variable appears in the eponent. For eample, f( ) 80 (0.35) is an eponential function

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

Name Period Date. RNS1.3 Scientific Notation Read and write large and small numbers. Use scientific notation to write numbers and solve problems.

Name Period Date. RNS1.3 Scientific Notation Read and write large and small numbers. Use scientific notation to write numbers and solve problems. Name Period Date REAL NUMBER SYSTEM Student Pages for Packet : RNS. Conjectures About Make conjectures about multiplication with eponents. Use eponent definitions and rules to simplify epressions. RNS.

More information

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

Answers. Investigation 2. ACE Assignment Choices. Applications. c. P = 350n (125n + 30n + 700) or P = 350n 125n 30n 700 or P = 195n 700. Problem 2.

Answers. Investigation 2. ACE Assignment Choices. Applications. c. P = 350n (125n + 30n + 700) or P = 350n 125n 30n 700 or P = 195n 700. Problem 2. Answers Investigation ACE Assignment Choices Problem.1 Core, 5, 1 15 Other Applications 1, Connections 1 18, Extensions 8 Problem. Core 8, 19 0 Other Applications 9, Connections 1 ; and unassigned choices

More information

Chapter 6: Polynomials

Chapter 6: Polynomials Chapter : Polynomials Chapter : Polynomials POLYNOMIALS Definition: A polynomial is an algebraic epression that is a sum of terms, where each term contains only variables with whole number eponents and

More information

Lesson 2: Introduction to Variables

Lesson 2: Introduction to Variables Lesson 2: Introduction to Variables Topics and Objectives: Evaluating Algebraic Expressions Some Vocabulary o Variable o Term o Coefficient o Constant o Factor Like Terms o Identifying Like Terms o Combining

More information

THE QUADRATIC QUANDARY

THE QUADRATIC QUANDARY THE QUADRATIC QUANDARY By Jay Snyder jaysnydermathplus@comcast.net I II III IV V What is a Quadratic Equation? What is a Quadratic Used For? Solve the Quadratic by Factoring Quadratic Formula Application

More information

Problem 1 Oh Snap... Look at the Denominator on that Rational

Problem 1 Oh Snap... Look at the Denominator on that Rational Problem Oh Snap... Look at the Denominator on that Rational Previously, you learned that dividing polynomials was just like dividing integers. Well, performing operations on rational epressions involving

More information

Section 1.1: Patterns in Division

Section 1.1: Patterns in Division Section 1.1: Patterns in Division Dividing by 2 All even numbers are divisible by 2. E.g., all numbers ending in 0,2,4,6 or 8. Dividing by 4 1. Are the last two digits in your number divisible by 4? 2.

More information

College Algebra. Chapter 5 Review Created by: Lauren Atkinson. Math Coordinator, Mary Stangler Center for Academic Success

College Algebra. Chapter 5 Review Created by: Lauren Atkinson. Math Coordinator, Mary Stangler Center for Academic Success College Algebra Chapter 5 Review Created by: Lauren Atkinson Math Coordinator, Mary Stangler Center for Academic Success Note: This review is composed of questions from the chapter review at the end of

More information

Supplemental Worksheet Problems To Accompany: The Algebra 2 Tutor Section 13 Fractional Exponents

Supplemental Worksheet Problems To Accompany: The Algebra 2 Tutor Section 13 Fractional Exponents Section Fractional Eponents Supplemental Worksheet Problems To Accompany: The Algebra 2 Tutor Section Fractional Eponents Please watch Section of this DVD before working these problems. The DVD is located

More information

Exponential Functions

Exponential Functions CONDENSED LESSON 5.1 Exponential Functions In this lesson, you Write a recursive formula to model radioactive decay Find an exponential function that passes through the points of a geometric sequence Learn

More information

Section 3.6 Complex Zeros

Section 3.6 Complex Zeros 04 Chapter Section 6 Complex Zeros When finding the zeros of polynomials, at some point you're faced with the problem x = While there are clearly no real numbers that are solutions to this equation, leaving

More information

ALGEBRA 2 HONORS SUMMER WORK. June Dear Algebra 2 Students,

ALGEBRA 2 HONORS SUMMER WORK. June Dear Algebra 2 Students, ALGEBRA HONORS SUMMER WORK June 0 Dear Algebra Students, Attached you will find the Summer Math Packet for Algebra. The purpose of this packet is to review and sharpen your Algebra skills so that when

More information

A polynomial is an algebraic expression that has many terms connected by only the operations of +, -, and of variables.

A polynomial is an algebraic expression that has many terms connected by only the operations of +, -, and of variables. A polynomial is an algebraic expression that has many terms connected by only the operations of +, -, and of variables. 2x + 5 5 x 7x +19 5x 2-7x + 19 x 2 1 x + 2 2x 3 y 4 z x + 2 2x The terms are the

More information

Outline. 1 The Role of Functions. 2 Polynomial Functions. 3 Power Functions. 4 Rational Functions. 5 Exponential & Logarithmic Functions

Outline. 1 The Role of Functions. 2 Polynomial Functions. 3 Power Functions. 4 Rational Functions. 5 Exponential & Logarithmic Functions Outline MS11: IT Mathematics Functions Catalogue of Essential Functions John Carroll School of Mathematical Sciences Dublin City University 1 The Role of Functions 3 Power Functions 4 Rational Functions

More information

5.6 Solving Equations Using Both the Addition and Multiplication Properties of Equality

5.6 Solving Equations Using Both the Addition and Multiplication Properties of Equality 5.6 Solving Equations Using Both the Addition and Multiplication Properties of Equality Now that we have studied the Addition Property of Equality and the Multiplication Property of Equality, we can solve

More information