General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

Size: px
Start display at page:

Download "General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0"

Transcription

1 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element (e.g. y = f(x)), in a set B. The set A is called the domain and B is called the range. Functions are usually represented in one of the following ways: 1. Verbally (description of the rule in words) 2. Algebraically (via some formula) 3. Graphically (using the Coordinate Plane) 4. Numerically (via a table of values or set of points) Family Examples General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Polynomials Absolute Value y = g(x) Specific Examples f(x) = 2 (horizontal line), g(t) = 3t 2 5t 2 (quadratic) h(v) = v 3 4v 2 + 2v 8 (cubic) f(x) = x (most basic) or h(x) = 3x 1 nth root y = n! g(x) f(x) = x (most basic) or h(x) = 3 x + 1 (cube root) Fractional Functions y = g(x) h(x) 1. Rational Functions: f(x) = g(x) h(x) 2. f(x) = x x Here, g(x) = x and h(x) = x where g and h are polynomials Exponential, logarithmic and trigonometric functions COMING SOON! Making Math Possible 1 of 16 c Sa diyya Hendrickson

2 Domains Guest List, including Dietary (Domain) Restrictions I. NO Domain Restrictions Family Restrictions Details Polynomials Absolute Value nth root, for n ODD NO NO NO General Form: f(x) = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Polynomials are defined for all values of x! f(x) = g(x), dom(f) = R where g(x) is a polynomial For any real number returned by g(x), we can always determine the distance of this number from zero! Thererefore, f(x) = n! g(x), dom(f) = R n ODD and g(x) is a polynomial As long as n is odd, we can always determine the nth root, for any real number returned by g(x). dom(f) = R II. Domain Restrictions Family Restrictions Details nth root, for n EVEN Fractional Functions YES YES f(x) = n! g(x), n EVEN Recall that whenever n is even, whatever is under the radical must be greater than or equal to zero. This requires us to solve the following inequality: g(x) 0 dom(f) = {x R g(x) 0} f(x) = g(x) h(x) = g(x) 1 h(x) Here, we must satisfy the following requirements: 1. g(x) must be defined 2. h(x) must be defined AND h(x) = 0 In other words, we must satisfy the restrictions of both functions at the same time. So, we take the intersection of the domain of g(x) and the domain of 1 h(x) dom(f) = dom(g) dom(1/h) MORE FUNCTIONS ARE COMING SOON! When they arrive, expand your guest list! Making Math Possible 2 of 16 c Sa diyya Hendrickson

3 Domains Exercise 1: Determine the domain for each of the following functions a) f(x) = x 7 4x 3 + 2x 7 b) g(t) = t+1 t 4 +2 c) h(k) = 4 k 12k 2 +4k 5 Making Math Possible 3 of 16 c Sa diyya Hendrickson

4 Evaluating Functions First let s recall a few important facts about functions: 1 f(x) represents a rule f that is being applied to an element x (in the domain of the function). Please don t mistaken this notation for multiplication. 2 If f is defined with the variable x, then the parentheses are like the jaws of the function and x is the placeholder for the food that f can eat. 3 In the rule, x helps us easily identify where to put the food! Each time you are given a function f algebraically, it will be defined in terms of some variable (e.g. x or t). It s a good idea to make a mental note of that variable. Afterwards, if you are given an expression of the form f( 1), f(a+3), f(h), f(x+5), etc... basically f at anything other than just the variable that it was defined by, we re being asked to evaluate! In other words, wherever we see the variable in the original rule, we must replace it with the current food in the parentheses! Exercise 2: If f(x) = x2 4 2x 1, evaluate f(1). Use the definition of f(x) to create a blueprint for the rule! You can achieve this by rewriting the rule with just the parentheses! Blueprint: f( ) = ( )2 4! 2( ) 1 So, f(1) means that f is eating the value x = 1. To find the resulting value, we can use the blueprint and simply put the number 1 in each pair of brackets! f(1) = (1)2 4! 2(1) 1 = = 3 1 = 3 1 = 3 Making Math Possible 4 of 16 c Sa diyya Hendrickson

5 Evaluating Functions A piecewise function is a function that is defined in pieces/cases, based on specific intervals of x. g(x) if x... (Case 1) f(x) = h(x) if x... (Case 2) Exercise 3: Consider the following piecewise function: 1 if x 3 (Case 1) f(x) = 1 x 2 if 3 < x 2 (Case 2) 3 x if x > 2 (Case 3) a) Evaluate f( 1000) b) Evaluate 2f(0) f(27) Making Math Possible 5 of 16 c Sa diyya Hendrickson

6 Evaluating Functions Exercise 4: Let f(x) = 2x f(a + h) f(a). Evaluate and simplify, h = 0. x 1 h Note: this expression is very important in calculus and is known as the difference quotient! Solution: Notice that the given expression involves f(a + h) and f(a), meaning that we need to first evaluate f at x = a + h and x = a. First, consider the blueprint: Blueprint: f( ) = 2( ) ( ) 1 Now, breaking the problem into smaller/simpler parts, we have: f(a + h) = 2(a + h) (a + h) 1 f(a) = 2(a) (a) 1 The numerator of the expression is given by: f(a + h) f(a) = 2(a + h) a + h 1 2a a 1 LCD = 2(a + h)(a 1) 2a(a + h 1) (a + h 1)(a 1) DP (2a + 2h)(a 1) 2a 2 2ah + 2a = (a + h 1)(a 1) DP 2a 2 2a + 2ah 2h 2a 2 2ah + 2a = (a + h 1)(a 1) collect = 2h (a + h 1)(a 1) The entire expression becomes: f(a + h) f(a) h = = = 2h (a + h 1)(a 1) h 1 2h (a + h 1)(a 1) 1 h 2 (a + h 1)(a 1) Making Math Possible 6 of 16 c Sa diyya Hendrickson

7 Combining Functions We know that we can add, subtract, multiply and divide numbers. Because functions provide us with formulas for numbers in disguise, it makes sense that we can use these same operations on functions! Consider the functions f(x) and g(x). The notations below are used to express operations on functions: a Addition/ Subtraction: (f ± g)(x) = f(x) ± g(x) b Multiplication: (fg)(x) = (f g)(x) = f(x) g(x)! " c Division: For g(x) = 0, f g (x) = f(x) g(x) Exercise 5: Perform the indicated operations to determine the resulting function, h(x). Then, identify the family of functions that h(x) belongs to. a) For f(x) = x and g(x) = 1, h(x) = (f g)(x). x b) For f(x) = x, h(x) = (f f)(x). c) For f(x) = x and g(x) = 1 x + 3, h(x) = # f g $ (x). Making Math Possible 7 of 16 c Sa diyya Hendrickson

8 Composing Functions A very interesting and useful operation on functions is known as composition, which occurs when one function eats another. The notation is given below: (f g)(x) = f (g(x)) Formally, this reads, f composed of g at x. Informally, we can see this as f eating g at x, since g is in the jaws of f. Be careful not to confuse this notation with multiplication! Note ORDER MATTERS! Exercise 6: Consider the functions f(x) = x and g(x) = x 2. Determine (f g)(x) and (g f)(x). Exercise 7: Who ate who? Determine two functions f(x) and g(x) such that h(x) = (f g)(x) a) h(x) = 4! x 2 5 b) h(x) = ( 7 x + 3) 2 c) h(x) = 1 x + 2 Making Math Possible 8 of 16 c Sa diyya Hendrickson

9 Composing Functions Exercise 8: Let f(x) = x 2 6 and g(x) = 2x + 5. Evaluate the following:! " 11 a) (f g)(2) (g f)(2) b) (g f g) 2 Making Math Possible 9 of 16 c Sa diyya Hendrickson

10 Graphing Functions We ll consider poster child functions to be the most basic representatives for popular types of functions. Making Math Possible 10 of 16 c Sa diyya Hendrickson

11 Graphing Quadratics We will explore the components necessary for sketching a parabola, the graph of a quadratic function, by answering the following questions: Consider the following quadratic function: y = 2x x 12. a) Does the parabola that represents this function open up or down? How do you know? b) Does this quadratic have a maximum or a minimum value? c) What helps us to quickly determine if this quadratic has any x -intercepts/roots/zeros? d) Give two methods to help you find the x-intercepts (if they exist)? e) What is the y -intercept? f) Give three methods for finding the vertex of a quadratic. Making Math Possible 11 of 16 c Sa diyya Hendrickson

12 Graphing Quadratics g) Roughly sketch the graph of the given quadratic function, showing the coordinates of the vertex, the y -intercept and the x -intercepts, if any. Making Math Possible 12 of 16 c Sa diyya Hendrickson

13 Graphing Functions The graph of a function f is a visual representation of the range of f when it has eaten all of the values in its domain. The strategies below will give us an organized approach to constructing the graph. Exercise: Sketch the piecewise function: 2 if x 0 f(x) = 4 x 2 if 0 < x 2 x 2 if x > 2 S1 Identify the type of function in each piece. This helps us to have some idea of what the graphs in each piece should look like. 2 if x 0 (horizontal line) f(x) = 4 x 2 if 0 < x 2 (quadratic) x 2 if x > 2 (line) Notice that in the middle piece we have a quadratic function. Therefore, the graph should be a parabola. S2 Separate the graph into the appropriate number of pieces, using the endpoints in the given intervals. Then, label each piece with its given function. This function produces a graph separated into three parts, where the endpoints occur at x = 0 and x = 2 Making Math Possible 13 of 16 c Sa diyya Hendrickson

14 Graphing Functions S3 Find the endpoints for each piece. This helps us know where one graph ends and another begins! 1 For y = 2 (ending at x = 0) When x = 0, y = 2 (since y is constant) endpoint: (0, 2) 2 For y = 4 x 2 (beginning at x = 0 and ending at x = 2) When x = 0, y = 4 (0) 2 = 4 (by evaluation!) endpoint: (0, 4) When x = 2, y = 4 (2) 2 = 0 (by evaluation!) endpoint: (2, 0) 3 For y = x 2 (beginning at x = 2) When x = 2, y = (2) 2 = 0 (by evaluation!) endpoint: (2, 0) S4 Plot the endpoints. Notes 1. Be sure to shade in the endpoints where f can actually take/ eat the x (i.e. when the interval involves equality). 2. If two graphs share that same endpoint with one requiring shading while the other doesn t, always shade the point. If you don t, you ll be claiming that x never takes on that value, which is not true! Notice that based on the given intervals: (0,2) should be shaded since x 0, as well as (2, 0) since 0 < x 2 Making Math Possible 14 of 16 c Sa diyya Hendrickson

15 Graphing Functions S5 Do the rough work necessary and sketch the graphs in each piece. Notes 1. Linear functions don t require much rough work. This is because you only need two points to draw a line, and the endpoints found in S3 already give you one! To find a second point, simply use the slope or evaluate the equation of the line at any other x value in the interval. 2. For nonlinear functions, little to no rough work is required if it s a poster-child function (e.g. y = x 2, y = x 3, y = x, etc.). For more complicated functions, use the techniques you ve been given, including strategies for transformations. For y = 2, there is nothing to do! Simply draw a horizontal line extending to the left of the point (0, 2). For y = 4 x 2, we can look at this in a couple of ways! Option 1 Option 2 A quadratic that can be easily expressed in vertex form: a(x h) 2 + k A transformed quadratic with the base function y = x 2. (See the Transformations Handout for strategies for this approach!) We will proceed with Option 1. 1 Notice that: y = 4 x 2 = (x) = (x 0) vertex : (h, k) = (0, 4), which is also the y intercept! 2 a = 1 < 0 parabola opens down (i.e. vertex is a maximum) 3 For x intercepts, solve: y = 0 y = 0 4 x 2 = 0 Note: 4 x 2 is a Difference of Squares! 2 2 x 2 = 0 (2 + x)(2 x) = x = 0 or 2 x = 0 by ZPP x = 2 or x = 2 x intercepts are: ( 2, 0) and (2, 0) Note: If the quadratic has irrational roots or no roots at all, just select an x value to the left or right of the vertex, evaluate y = f(x) at that value, then sketch the graph so that it s symmetric about the x coordinate of the vertex. Because we are interested in the interval 0 < x 2, we only care about the x intercept (2, 0). The sketch is as follows: Making Math Possible 15 of 16 c Sa diyya Hendrickson

16 Graphing Functions For y = x 2 (which is linear), we only need two points! The endpoint (2, 0) gives us one. To find the second point, consider the following approaches: 1. Use the slope! i.e. From the point (2, 0) rise 1 unit and run 1 unit to the right (since the slope is 1 = 1 1 = rise/fall run right/left ). This gives the point (3, 1). 2. Evaluate y = x 2 at an x value to the right of 2. For example, when x = 3, y = (3) 2 = 1. So, a second point is (3, 1). Combining our results, we have the following final graph: Making Math Possible 16 of 16 c Sa diyya Hendrickson

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why?

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why? Solving Inequalities Prepared by: Sa diyya Hendrickson Name: Date: Consider the expanded and simplified forms of the following expression: Expanded Form: x + x 3x Simplified Form: x(x + 1) (3x ) 1) Which

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

FLORIDA STANDARDS TO BOOK CORRELATION

FLORIDA STANDARDS TO BOOK CORRELATION FLORIDA STANDARDS TO BOOK CORRELATION Florida Standards (MAFS.912) Conceptual Category: Number and Quantity Domain: The Real Number System After a standard is introduced, it is revisited many times in

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

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I

A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I Revised TEKS (2012): Building to Algebra I Linear Functions, Equations, and Inequalities A Vertical Look at Key Concepts and Procedures Determine

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics February 17, 2010 1 Number and Quantity The Real Number System

More information

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: =

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: = Dividing Polynomials Prepared by: Sa diyya Hendrickson Name: Date: Let s begin by recalling the process of long division for numbers. Consider the following fraction: Recall that fractions are just division

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information

ALGEBRA I Number and Quantity The Real Number System (N-RN)

ALGEBRA I Number and Quantity The Real Number System (N-RN) Number and Quantity The Real Number System (N-RN) Use properties of rational and irrational numbers Additional N-RN.3 Explain why the sum or product of two rational numbers is rational; that the sum of

More information

Foundations of Math II Unit 5: Solving Equations

Foundations of Math II Unit 5: Solving Equations Foundations of Math II Unit 5: Solving Equations Academics High School Mathematics 5.1 Warm Up Solving Linear Equations Using Graphing, Tables, and Algebraic Properties On the graph below, graph the following

More information

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14 Final Exam A Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 1 1) x + 3 + 5 x - 3 = 30 (x + 3)(x - 3) 1) A) x -3, 3; B) x -3, 3; {4} C) No restrictions; {3} D)

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

CME Project, Algebra Correlated to: Michigan High School Content Expectations, Algebra 1

CME Project, Algebra Correlated to: Michigan High School Content Expectations, Algebra 1 STRAND 1: QUANTITATIVE LITERACY AND LOGIC STANDARD L1: REASONING ABOUT NUMBERS, SYSTEMS, AND QUANTITATIVE SITUATIONS Based on their knowledge of the properties of arithmetic, students understand and reason

More information

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions Beginning Algebra 1.3 Review of Decimal Numbers and Square Roots 1.4 Review of Percents 1.5 Real Number System 1.6 Translations:

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

Read the following definitions and match them with the appropriate example(s) using the lines provided.

Read the following definitions and match them with the appropriate example(s) using the lines provided. Algebraic Expressions Prepared by: Sa diyya Hendrickson Name: Date: Read the following definitions and match them with the appropriate example(s) using the lines provided. 1. Variable: A letter that is

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

North Carolina State University

North Carolina State University North Carolina State University MA 141 Course Text Calculus I by Brenda Burns-Williams and Elizabeth Dempster August 7, 2014 Section1 Functions Introduction In this section, we will define the mathematical

More information

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Modeling & Problem Solving Common Core Standard: A-REI.4a: Solve quadratic equations in one

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim Limits at Infinity and Horizontal Asymptotes As we prepare to practice graphing functions, we should consider one last piece of information about a function that will be helpful in drawing its graph the

More information

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website.

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. BTW Math Packet Advanced Math Name Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. Go to the BTW website

More information

Chapter 4E - Combinations of Functions

Chapter 4E - Combinations of Functions Fry Texas A&M University!! Math 150!! Chapter 4E!! Fall 2015! 121 Chapter 4E - Combinations of Functions 1. Let f (x) = 3 x and g(x) = 3+ x a) What is the domain of f (x)? b) What is the domain of g(x)?

More information

Practice Calculus Test without Trig

Practice Calculus Test without Trig Practice Calculus Test without Trig The problems here are similar to those on the practice test Slight changes have been made 1 What is the domain of the function f (x) = 3x 1? Express the answer in interval

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Part I: Multiple Choice Questions

Part I: Multiple Choice Questions Name: Part I: Multiple Choice Questions. What is the slope of the line y=3 A) 0 B) -3 ) C) 3 D) Undefined. What is the slope of the line perpendicular to the line x + 4y = 3 A) -/ B) / ) C) - D) 3. Find

More information

Algebra 1 Standards Curriculum Map Bourbon County Schools. Days Unit/Topic Standards Activities Learning Targets ( I Can Statements) 1-19 Unit 1

Algebra 1 Standards Curriculum Map Bourbon County Schools. Days Unit/Topic Standards Activities Learning Targets ( I Can Statements) 1-19 Unit 1 Algebra 1 Standards Curriculum Map Bourbon County Schools Level: Grade and/or Course: Updated: e.g. = Example only Days Unit/Topic Standards Activities Learning Targets ( I 1-19 Unit 1 A.SSE.1 Interpret

More information

COMMON CORE STATE STANDARDS TO BOOK CORRELATION

COMMON CORE STATE STANDARDS TO BOOK CORRELATION COMMON CORE STATE STANDARDS TO BOOK CORRELATION Conceptual Category: Number and Quantity Domain: The Real Number System After a standard is introduced, it is revisited many times in subsequent activities,

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

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

More information

High School Algebra I Scope and Sequence by Timothy D. Kanold

High School Algebra I Scope and Sequence by Timothy D. Kanold High School Algebra I Scope and Sequence by Timothy D. Kanold First Semester 77 Instructional days Unit 1: Understanding Quantities and Expressions (10 Instructional days) N-Q Quantities Reason quantitatively

More information

Mathematics. Number and Quantity The Real Number System

Mathematics. Number and Quantity The Real Number System Number and Quantity The Real Number System Extend the properties of exponents to rational exponents. 1. Explain how the definition of the meaning of rational exponents follows from extending the properties

More information

Algebra I Number and Quantity The Real Number System (N-RN)

Algebra I Number and Quantity The Real Number System (N-RN) Number and Quantity The Real Number System (N-RN) Use properties of rational and irrational numbers N-RN.3 Explain why the sum or product of two rational numbers is rational; that the sum of a rational

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples:

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples: 2 Functions 2.1 What is a Function? Definition 2.1 A function is a rule that assigns to each element x in a set A exactly one element, called f(x), in a set B. Here the set A is called the domain of the

More information

Topics Covered in Math 115

Topics Covered in Math 115 Topics Covered in Math 115 Basic Concepts Integer Exponents Use bases and exponents. Evaluate exponential expressions. Apply the product, quotient, and power rules. Polynomial Expressions Perform addition

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

More information

2012 Texas Essential Knowledge and Skills for Algebra II in Pearson Texas Algebra II

2012 Texas Essential Knowledge and Skills for Algebra II in Pearson Texas Algebra II 2012 Texas Essential Knowledge and Skills for Algebra II in Pearson Texas Algebra II The following table shows where each of the from the 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra II

More information

A Partial List of Topics: Math Spring 2009

A Partial List of Topics: Math Spring 2009 A Partial List of Topics: Math 112 - Spring 2009 This is a partial compilation of a majority of the topics covered this semester and may not include everything which might appear on the exam. The purpose

More information

Section 3.1 Quadratic Functions

Section 3.1 Quadratic Functions Chapter 3 Lecture Notes Page 1 of 72 Section 3.1 Quadratic Functions Objectives: Compare two different forms of writing a quadratic function Find the equation of a quadratic function (given points) Application

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

Algebra 1 Mathematics: to Hoover City Schools

Algebra 1 Mathematics: to Hoover City Schools Jump to Scope and Sequence Map Units of Study Correlation of Standards Special Notes Scope and Sequence Map Conceptual Categories, Domains, Content Clusters, & Standard Numbers NUMBER AND QUANTITY (N)

More information

Continuing Quadratic/Polynomial Real-World Problems

Continuing Quadratic/Polynomial Real-World Problems Algebra 1, Quarter 3, Unit 3.1 Continuing Quadratic/Polynomial Real-World Problems Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Understand closed operations.

More information

Algebra II Assessment. Eligible Texas Essential Knowledge and Skills

Algebra II Assessment. Eligible Texas Essential Knowledge and Skills Algebra II Assessment Eligible Texas Essential Knowledge and Skills STAAR Algebra II Assessment Mathematical Process Standards These student expectations will not be listed under a separate reporting category.

More information

Check boxes of Edited Copy of Sp Topics (was 217-pilot)

Check boxes of Edited Copy of Sp Topics (was 217-pilot) Check boxes of Edited Copy of 10024 Sp 11 213 Topics (was 217-pilot) College Algebra, 9th Ed. [open all close all] R-Basic Algebra Operations Section R.1 Integers and rational numbers Rational and irrational

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

evaluate functions, expressed in function notation, given one or more elements in their domains

evaluate functions, expressed in function notation, given one or more elements in their domains Describing Linear Functions A.3 Linear functions, equations, and inequalities. The student writes and represents linear functions in multiple ways, with and without technology. The student demonstrates

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4 Math1420 Review Comprehesive Final Assessment Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Add or subtract as indicated. x + 5 1) x2

More information

Composition of Functions

Composition of Functions Math 120 Intermediate Algebra Sec 9.1: Composite and Inverse Functions Composition of Functions The composite function f g, the composition of f and g, is defined as (f g)(x) = f(g(x)). Recall that a function

More information

Quadratics and Other Polynomials

Quadratics and Other Polynomials Algebra 2, Quarter 2, Unit 2.1 Quadratics and Other Polynomials Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Know and apply the Fundamental Theorem of Algebra

More information

Algebra I High School Math Solution West Virginia Correlation

Algebra I High School Math Solution West Virginia Correlation M.A1HS.1 M.A1HS.2 M.A1HS.4a M.A1HS.4b Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units consistently in formulas; choose and interpret

More information

Topic 25: Quadratic Functions (Part 1) A quadratic function is a function which can be written as 2. Properties of Quadratic Functions

Topic 25: Quadratic Functions (Part 1) A quadratic function is a function which can be written as 2. Properties of Quadratic Functions Hartfield College Algebra (Version 015b - Thomas Hartfield) Unit FOUR Page 1 of 3 Topic 5: Quadratic Functions (Part 1) Definition: A quadratic function is a function which can be written as f x ax bx

More information

Algebra Performance Level Descriptors

Algebra Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Algebra. A student at this level has an emerging ability to A student whose performance

More information

Observations Homework Checkpoint quizzes Chapter assessments (Possibly Projects) Blocks of Algebra

Observations Homework Checkpoint quizzes Chapter assessments (Possibly Projects) Blocks of Algebra September The Building Blocks of Algebra Rates, Patterns and Problem Solving Variables and Expressions The Commutative and Associative Properties The Distributive Property Equivalent Expressions Seeing

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections 3.1, 3.3, and 3.5

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections 3.1, 3.3, and 3.5 Department of Mathematics, University of Wisconsin-Madison Math 11 Worksheet Sections 3.1, 3.3, and 3.5 1. For f(x) = 5x + (a) Determine the slope and the y-intercept. f(x) = 5x + is of the form y = mx

More information

Solving Quadratic Equations Review

Solving Quadratic Equations Review Math III Unit 2: Polynomials Notes 2-1 Quadratic Equations Solving Quadratic Equations Review Name: Date: Period: Some quadratic equations can be solved by. Others can be solved just by using. ANY quadratic

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

More information

3. Solve the following inequalities and express your answer in interval notation.

3. Solve the following inequalities and express your answer in interval notation. Youngstown State University College Algebra Final Exam Review (Math 50). Find all Real solutions for the following: a) x 2 + 5x = 6 b) 9 x2 x 8 = 0 c) (x 2) 2 = 6 d) 4x = 8 x 2 e) x 2 + 4x = 5 f) 36x 3

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

Curriculum Scope and Sequence

Curriculum Scope and Sequence Curriculum Scope and Sequence Subject/Grade Level: 9th Grade Course: Algebra I Unit Duration Transfer Goal(s) Enduring Understandings Essential Questions 1 - Solving Equations & Inequalities 32-35 days

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Algebra 2 Honors Curriculum Pacing Guide

Algebra 2 Honors Curriculum Pacing Guide SOUTH CAROLINA ACADEMIC STANDARDS FOR MATHEMATICS The mathematical processes provide the framework for teaching, learning, and assessing in all high school mathematics core courses. Instructional programs

More information

VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS.

VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS. We NJ Can STUDENT Early Learning LEARNING Curriculum OBJECTIVES PreK Grades 8 12 VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS www.voyagersopris.com/insidealgebra

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

Instructor Notes for Chapters 3 & 4

Instructor Notes for Chapters 3 & 4 Algebra for Calculus Fall 0 Section 3. Complex Numbers Goal for students: Instructor Notes for Chapters 3 & 4 perform computations involving complex numbers You might want to review the quadratic formula

More information

ALGEBRA I CCR MATH STANDARDS

ALGEBRA I CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES AND REASONING WITH EQUATIONS M.A1HS.1 M.A1HS.2 M.A1HS.3 M.A1HS.4 M.A1HS.5 M.A1HS.6 M.A1HS.7 M.A1HS.8 M.A1HS.9 M.A1HS.10 Reason quantitatively and use units to solve problems.

More information

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives Pre-Calculus MATH 119 Fall 2013 Learning Objectives Section 1.1 1. Use the Distance Formula 2. Use the Midpoint Formula 4. Graph Equations Using a Graphing Utility 5. Use a Graphing Utility to Create Tables

More information

Week of March 5 th to March 9 th, rd 9 weeks Algebra 1 (Periods 1, 2, 3, 4)

Week of March 5 th to March 9 th, rd 9 weeks Algebra 1 (Periods 1, 2, 3, 4) Week of March 5 th to March 9 th, 2018 3 rd 9 weeks 3/05 Chapter 9 Quadratic Functions and Equations 9-7 Linear Quadratic, and Exponential Models 3/06 Chapter 9 Quadratic Functions and Equations 9-8 Systems

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

High School Programs. Math 2 II UNIT 2 OVERVIEW: Modeling with Quadratic Functions Parent Guide

High School Programs. Math 2 II UNIT 2 OVERVIEW: Modeling with Quadratic Functions Parent Guide Unit Outcomes At the end of this unit, your student should be able to: Determine whether an expression is a polynomial. Add and subtracting polynomials. Multiply up to three linear expressions. Create

More information

Algebra 2 Early 1 st Quarter

Algebra 2 Early 1 st Quarter Algebra 2 Early 1 st Quarter CCSS Domain Cluster A.9-12 CED.4 A.9-12. REI.3 Creating Equations Reasoning with Equations Inequalities Create equations that describe numbers or relationships. Solve equations

More information

Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards

Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards Algebra 1 Correlation of the ALEKS course Algebra 1 to the Washington Algebra 1 Standards A1.1: Core Content: Solving Problems A1.1.A: Select and justify functions and equations to model and solve problems.

More information

Variables and Expressions

Variables and Expressions Variables and Expressions A variable is a letter that represents a value that can change. A constant is a value that does not change. A numerical expression contains only constants and operations. An algebraic

More information

College Algebra Notes

College Algebra Notes Metropolitan Community College Contents Introduction 2 Unit 1 3 Rational Expressions........................................... 3 Quadratic Equations........................................... 9 Polynomial,

More information

Algebra 2 CP Curriculum Pacing Guide

Algebra 2 CP Curriculum Pacing Guide SOUTH CAROLINA ACADEMIC STANDARDS FOR MATHEMATICS The mathematical processes provide the framework for teaching, learning, and assessing in all high school mathematics core courses. Instructional programs

More information

Algebra 1. Correlated to the Texas Essential Knowledge and Skills. TEKS Units Lessons

Algebra 1. Correlated to the Texas Essential Knowledge and Skills. TEKS Units Lessons Algebra 1 Correlated to the Texas Essential Knowledge and Skills TEKS Units Lessons A1.1 Mathematical Process Standards The student uses mathematical processes to acquire and demonstrate mathematical understanding.

More information

MAT01A1: Functions and Mathematical Models

MAT01A1: Functions and Mathematical Models MAT01A1: Functions and Mathematical Models Dr Craig 21 February 2017 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

More information

OBJECTIVES UNIT 1. Lesson 1.0

OBJECTIVES UNIT 1. Lesson 1.0 OBJECTIVES UNIT 1 Lesson 1.0 1. Define "set," "element," "finite set," and "infinite set," "empty set," and "null set" and give two examples of each term. 2. Define "subset," "universal set," and "disjoint

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

Algebra II with Trig 3 rd Nine Weeks Pacing Guide Grade 11

Algebra II with Trig 3 rd Nine Weeks Pacing Guide Grade 11 2017-2018 Grade 11 Week 1 (1/8-1/12) 6-1, 6-2, 6-3 First Semester Report Cards go home January 10 th Week 2 (1/15-1/19) 6-4, 6-5 24. [A-REI.12T] Solve simple rational and radical equations in one variable,

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

More information

Algebra 2A Unit 1 Week 1 Day Activity Unit 1 Week 2 Day Activity Unit 1 Week 3 Day Activity Unit 2 Week 1 Day Activity

Algebra 2A Unit 1 Week 1 Day Activity Unit 1 Week 2 Day Activity Unit 1 Week 3 Day Activity Unit 2 Week 1 Day Activity Algebra 2A Unit 1 Week 1 1 Pretest Unit 1 2 Evaluating Rational Expressions 3 Restrictions on Rational Expressions 4 Equivalent Forms of Rational Expressions 5 Simplifying Rational Expressions Unit 1 Week

More information

Chapter 1. Functions 1.1. Functions and Their Graphs

Chapter 1. Functions 1.1. Functions and Their Graphs 1.1 Functions and Their Graphs 1 Chapter 1. Functions 1.1. Functions and Their Graphs Note. We start by assuming that you are familiar with the idea of a set and the set theoretic symbol ( an element of

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

Analysis of California Mathematics standards to Common Core standards Algebra I

Analysis of California Mathematics standards to Common Core standards Algebra I Analysis of California Mathematics standards to Common Core standards Algebra I CA Math Standard Domain Common Core Standard () Alignment Comments in 1.0 Students identify and use the arithmetic properties

More information

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3 76 Chapter 3 Section 3.3 Graphs of Polynomial Functions In the previous section we explored the short run behavior of quadratics, a special case of polynomials. In this section we will explore the short

More information

ALGEBRA 1 PACING GUIDE

ALGEBRA 1 PACING GUIDE Unit 8 Graphing Quadratic Functions F-BF.3 F-IF.2 F-IF.4 F-IF.7a F-BF.1 Identify the effect on the graph of replacing f(x) by f(x) + k, k f(x), f(kx), and f(x + k) for specific values of k (both positive

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28}

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28} Mock Final Exam Name Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) 1) A) {- 30} B) {- 6} C) {30} D) {- 28} First, write the value(s) that make the denominator(s) zero. Then solve the

More information

Math Review for AP Calculus

Math Review for AP Calculus Math Review for AP Calculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

More information

The degree of the polynomial function is n. We call the term the leading term, and is called the leading coefficient. 0 =

The degree of the polynomial function is n. We call the term the leading term, and is called the leading coefficient. 0 = Math 1310 A polynomial function is a function of the form = + + +...+ + where 0,,,, are real numbers and n is a whole number. The degree of the polynomial function is n. We call the term the leading term,

More information

CUMULATIVE REVIEW (4 th Nine Weeks) Honors Algebra II Essential Question: What algebra skills should I possess when I leave Algebra II Honors?

CUMULATIVE REVIEW (4 th Nine Weeks) Honors Algebra II Essential Question: What algebra skills should I possess when I leave Algebra II Honors? Name Class/Period Date CUMULATIVE REVIEW (4 th Nine Weeks) Honors Algebra II Essential Question: What algebra skills should I possess when I leave Algebra II Honors? Directions: You will be assigned different

More information