CCNY Math Review Chapter 2: Functions

Size: px
Start display at page:

Download "CCNY Math Review Chapter 2: Functions"

Transcription

1 CCN Math Review Chapter : Functions Section.1: Functions.1.1: How functions are used.1.: Methods for defining functions.1.3: The graph of a function.1.: Domain and range.1.5: Relations, functions, and graphs.1.6: Examples of graphs of functions.1.7: The domain really matters!.1.8: Quiz review Section.: Graphs..1: Graphing a real-life function..: The effect of the choice of domain..3: Special features of graphs..: Linear functions defined on intervals..5: Graphing a polynomial on an interval..6: Piecewise defined functions..7: A three-part piecewise linear graph..8: The vertical line test..9: Quiz review Section.3: Analyzing graphs.3.1: Maximum and minimum points.3.: Function increasing or decreasing.3.3: Given h(t), find t.3.: A degree 3 polynomial.3.5: Count solutions of h(t) = K.3.6: Quiz review Section.: Rate of change..1: Average rate of change..: as the slope of a line..3: Speedometers display average velocity..: over a small time interval..5: Quiz review Section.5: Transformations.5.1: Transforming equations.5.: Six ways to transform graphs.5.3: Comparing transformations.5.: More examples.5.5: Quiz review Section.6 : Function composition.6.1: Combining functions.6.: Composing functions.6.3: Parenthesis rule for functions.6.: Inverse functions undo each other.6.5: Quiz review Section.7 :Inverse functions.7.1: Formulas and functions.7.: Composing f and f 1.7.3: The horizontal line test.7.: Restricting the domain.7.5: Graphing f and f 1 on the same grid.7.6: Quiz review All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Chapter : Functions 8/9/16 Frame 1

2 Section.1: What is a function?.1.1: How functions are used.1.: Methods for defining functions.1.3: The graph of a function.1.: Domain and range.1.5: Relations, functions, and graphs.1.6: Examples of graphs of functions.1.7: Why you specify the domain.1.8: Quiz review All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame

3 .1.1 Functions can be used to describe how one quantity depends on another A quantity is a number together with a unit of measurement, such as feet or seconds. One quantity of interest often depends on another. Classical physics assumes that the position of a moving object depends on time. Other examples include: The area of a square depends on the length of its side. The price of a shopping bag full of apples depends on how many pounds of apples are in it. The position of a missile depends on the time that has elapsed since it was launched. Functions are often used to describe how one quantity depends on another. I drop a ball off the top of a 1-foot building. From the time the ball is dropped until it hits the ground, the ball s height (measured in feet) above the ground at time t seconds is 1 16t. The ball s height above the ground depends on how long it has been falling. Use the symbol h(t) to abbreviate the ball s height in feet at time t seconds after it is dropped. Then h(t) = 1 16t from time t = until the ball hits the ground. Example 1 : How high above the ground is the ball after seconds? Solution: To find h(), substitute for t in h(t) = 1 16t. Then h() = 1 16() = 1 16() = 1 6 = 36 Answer: After seconds, the ball is 36 feet above the ground. Example : When does the ball hit the ground? Solution: Since h(t) is the ball s height at time t, and the ball s height when it hits the ground is, solve h(t) = for t. h(t) = 1 16t = 16t = 1 t = 1 16 = 5 t = ± 5 = ± 5 = ± 5 and so t =.5 or t =.5. Since we require t, the only valid answer is t =.5. Answer: The ball hits the ground.5 seconds after it is dropped. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 3

4 We talked earlier about functions that are specified by a formula called a function definition. But we never stated what the word function means. Textbook definition of function A function f is a rule that assigns to each element x in a set A exactly one element, f(x), in a set B. In these notes A and B are sets of real numbers. So a function starts with a real number input x and produces a real number output f(x). The statement that a function is a rule is a bit misleading. It suggests that different rules for getting from the input to the output might define different functions. That s not so. The only thing a function cares about is: for a given input, what is the output? It s reasonable to say that the rules f(x) = x 1 and g(x) = (x 1)(x + 1) are different: they require different calculations to find their respective outputs. However, they define exactly the same function, because f(x) = g(x) for every possible input x. Now we can say exactly what a function is. A function is a set of ordered pairs An ordered pair [of real numbers] is (x, y), where x and y are real numbers. The ordered pair s input is x and its output is y. A function F is any set of ordered pairs of real numbers in which no input has two different outputs. If x is an input, then F (x) is the output. The domain of F consists of all its inputs. The range of F consists of all its outputs. The function F is the set of all ordered pairs (x, F (x)), where x is an input for F. To describe a function by using a formula, you must state the domain explicitly. Functions with different domains are different, even if they are described by the same rule. How to describe or represent a function f If the number of ordered pairs is infinite, state a rule or formula for f(x) for inputs x in a specified domain, or try to plot the ordered pairs as points (x, f(x)) in the x,y-plane. If the number of ordered pairs is finite, you may also list the ordered pairs as a set, or list the ordered pairs in a table. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame

5 .1. Methods for defining functions A function defined as a finite set: The set F = {(, ), (1, 3), (, ), (3, 5), (, 6)} is a function because each input has only one output. For this function, F () =, F (1) = 3, F () =, F (3) = 5, and F () = 6. The domain of F consists of the five real numbers {, 1,, 3, }. The set G = {(, ), (1, 3), (, ), (3, 5), (1, 6)} is NOT a function. since the pairs (1, 3) and (1, 6) have the same input but different outputs. Functions consisting of finitely many pairs are useful in discussions of probability. However, most functions used in calculus and science consist of infinitely many pairs and must be specified by a formula called a function definition. Examples of functions defined by a formula: The function with domain all real numbers and formula f(x) = x 1 consists of all number pairs (x, x 1) where x is any real number. The function with domain all real numbers and formula g(x) = (x + 1)(x 1) consists of all number pairs (x, (x + 1)(x 1)), where x is any real number. In this example, f and g are the same function, even though their formulas are different. That s because they have the same domain and f(x) = g(x) for all x in that domain. In general, a function formula should specify the domain of allowed inputs. If it does not, use the function s natural domain, which consists of all real number inputs x for which the formula makes sense. How to find the natural domain of a function f(x) Find all values of x for which f(x) involves a fraction with denominator. Find all values of x for which f(x) involves an even root of a negative number. The natural domain of f consists of all real numbers x other than those found in the previous two bullets. Example: h(x) = x defines a function with natural domain [, ). That s because the square root of a negative real number is not a real number. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 5

6 .1.3 The graph of a function. What is the graph of a function? The graph of a function F consists of all points obtained by plotting number pairs (x, F (x)), where x is in the domain of the function. In this course, most functions have infinite domains: either all real numbers or an interval of real numbers such as [3, 7]. Here lists or tables won t work: such functions are described by formulas or graphs. To draw the graph of a function, draw dots on the coordinate plane, one for each ordered pair (x, F (x)). The number of dots plotted, even by a computer, is finite. But one can try to get a reasonable representation by connecting the dots. This must be done with care, as will be shown later. Example 3. The function F with domain {, 1,, 3, } is defined by F () =, F (1) = 3, F () =, F (3) = 5, F () = 6. Describe F using four different methods. Solution: As a set F = {(, ), (1, 3), (, ), (3, 5), (, 6)} as a table with inputs in column 1 and outputs in column : x F (x) as a function definition specifying both domain and formula: F (x) = x + with domain {, 1,, 3, } as a graph, obtained by plotting the points (, ), (1, 3), (, ), (3, 5), and (, 6) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 6

7 .1. Domain and range Example : Find the natural domain of the function 1 f(x) = x+5. Solution: The square root of a number less than is not defined. Thus we need x + 5, which means x 5. Division by zero is undefined. Thus we require x + 5 and so x 5. Answer: Combine the above requirements. The domain of f is x > 5. In interval notation: ( 5, ). Example 5: 1 Using interval notation, find the natural domain of x 3x+ Solution: x can be any number that makes the denominator non-zero. To find the exceptions, solve x 3x + = (x )(x 1) = x = ; x = 1. Thus x can be any number other than 1 or. Answer: The domain of f is (, 1) (1, ) (, ). Example: Below is a graph given by formula F (x) = 5x. Keep on clicking to find the domain 3 and range of the function sketched. To find the domain, slide all points on the graph down to the x-axis. The domain of f is [1, ). To find the range, slide all points on the graph left to the y-axis. The range of f is [1, 6). ; (,6) How to find domain and range of function f from its graph The domain of f consists of all points on the horizontal axis that lie on vertical lines through points on the graph. The range of f consists of all points on the vertical axis that lie on horizontal lines through points on the graph. (1,1)

8 .1. Domain and range Example : Find the natural domain of the function 1 f(x) = x+5. Solution: The square root of a number less than is not defined. Thus we need x + 5, which means x 5. Division by zero is undefined. Thus we require x + 5 and so x 5. Answer: Combine the above requirements. The domain of f is x > 5. In interval notation: ( 5, ). Example 5: 1 Using interval notation, find the natural domain of x 3x+ Solution: x can be any number that makes the denominator non-zero. To find the exceptions, solve x 3x + = (x )(x 1) = x = ; x = 1. Thus x can be any number other than 1 or. Answer: The domain of f is (, 1) (1, ) (, ). Example: Below is a graph given by formula F (x) = 5x. Keep on clicking to find the domain 3 and range of the function sketched. To find the domain, slide all points on the graph down to the x-axis. The domain of f is [1, ). To find the range, slide all points on the graph left to the y-axis. The range of f is [1, 6). ; (,6) How to find domain and range of function f from its graph The domain of f consists of all points on the horizontal axis that lie on vertical lines through points on the graph. The range of f consists of all points on the vertical axis that lie on horizontal lines through points on the graph. (1,1)

9 .1. Domain and range Example : Find the natural domain of the function 1 f(x) = x+5. Solution: The square root of a number less than is not defined. Thus we need x + 5, which means x 5. Division by zero is undefined. Thus we require x + 5 and so x 5. Answer: Combine the above requirements. The domain of f is x > 5. In interval notation: ( 5, ). Example 5: 1 Using interval notation, find the natural domain of x 3x+ Solution: x can be any number that makes the denominator non-zero. To find the exceptions, solve x 3x + = (x )(x 1) = x = ; x = 1. Thus x can be any number other than 1 or. Answer: The domain of f is (, 1) (1, ) (, ). How to find domain and range of function f from its graph The domain of f consists of all points on the horizontal axis that lie on vertical lines through points on the graph. The range of f consists of all points on the vertical axis that lie on horizontal lines through points on the graph. Example: Below is a graph given by formula F (x) = 5x. Keep on clicking to find the domain 3 and range of the function sketched. To find the domain, slide all points on the graph down to the x-axis. The domain of f is [1, ). To find the range, slide all points on the graph left to the y-axis. The range of f is [1, 6). ; (,6) (1,1) (1,) (,) Domain is [1, ) 1 x <

10 .1. Domain and range Example : Find the natural domain of the function 1 f(x) = x+5. Solution: The square root of a number less than is not defined. Thus we need x + 5, which means x 5. Division by zero is undefined. Thus we require x + 5 and so x 5. Answer: Combine the above requirements. The domain of f is x > 5. In interval notation: ( 5, ). Example 5: 1 Using interval notation, find the natural domain of x 3x+ Solution: x can be any number that makes the denominator non-zero. To find the exceptions, solve x 3x + = (x )(x 1) = x = ; x = 1. Thus x can be any number other than 1 or. Answer: The domain of f is (, 1) (1, ) (, ). How to find domain and range of function f from its graph The domain of f consists of all points on the horizontal axis that lie on vertical lines through points on the graph. The range of f consists of all points on the vertical axis that lie on horizontal lines through points on the graph. Example: Below is a graph given by formula F (x) = 5x. Keep on clicking to find the domain 3 and range of the function sketched. To find the domain, slide all points on the graph down to the x-axis. The domain of f is [1, ). To find the range, slide all points on the graph left to the y-axis. The range of f is [1, 6). ; (,6) (1,1) (1,) (,) Domain is [1, ) 1 x <

11 .1. Domain and range Example : Find the natural domain of the function 1 f(x) = x+5. Solution: The square root of a number less than is not defined. Thus we need x + 5, which means x 5. Division by zero is undefined. Thus we require x + 5 and so x 5. Answer: Combine the above requirements. The domain of f is x > 5. In interval notation: ( 5, ). Example 5: 1 Using interval notation, find the natural domain of x 3x+ Solution: x can be any number that makes the denominator non-zero. To find the exceptions, solve x 3x + = (x )(x 1) = x = ; x = 1. Thus x can be any number other than 1 or. Answer: The domain of f is (, 1) (1, ) (, ). How to find domain and range of function f from its graph The domain of f consists of all points on the horizontal axis that lie on vertical lines through points on the graph. The range of f consists of all points on the vertical axis that lie on horizontal lines through points on the graph. Example: Below is a graph given by formula F (x) = 5x. Keep on clicking to find the domain 3 and range of the function sketched. To find the domain, slide all points on the graph down to the x-axis. The domain of f is [1, ). To find the range, slide all points on the graph left to the y-axis. The range of f is [1, 6). ; (,6) Range is [1, 6) : 1 y < 6 (,6) (,1) (1,1) (1,) (,) Domain is [1, ) 1 x < All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 7

12 .1.5 Relations, Functions, and Graphs Please reread the discussion of the co-ordinate plane in Section 1.8. What is a relation between x and y? A graph is any set of points in the x,y-plane. A relation between x and y is any set of number pairs (x, y) with input x and output y. The graph of a relation is obtained by plotting all the number pairs of the relation as points in the x,y-plane One way to define a relation is by using an equation such as x + y =. The relation consists of precisely those number pairs (x, y) that satisfy the equation. Another description: the relation defined by an equation consists of all pairs (a, b) such that substituting a for x and b for y in the equation yields a true statement. For example, (, ) satisfies the equation x + y = : if you let x = and y =, you get the true statement () + () =. Thus (, ) is on the graph of the equation. However, (3, 1) does not satisfy the equation x + y =, since letting x = 3 and y = 1 yields a false statement 3 + (1) =. Therefore point (3, 1) is not on the graph of the equation. If you plot all points that do satisfy the equation, you will get a parabola. What is the graph of an equation? The graph of an equation in letters x and y consists of all points (x, y) in the x,y-plane that satisfy the equation. Example 6: Describe the graph of the equation x + y = as a set of points in the x,y-plane. Solution: First solve the equation for y = x. Answer: The ) graph of x + y = consists of all points (x, x where x is any real number. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 8

13 What is the graph of a function defined by f(x) := E? The graph of f is the graph of the equation y = f(x), and consists of all points (x, f(x)) in the x,y-plane where x is in the domain of f. Example 7: Describe the graph of each function. If f(x) = 3x +, the graph of f is is a slanted line passing through point (, ). If f(x) = 16 x, the graph of f is a parabola. If f(x) = sin(x), the graph of f is a wavy curve. How to recognize the graph of a function Vertical Line Test: A set of points in the x,y-plane is the graph of some function if and only if every vertical line meets the graph at one point or not at all. To see why, take any vertical line, for example x =. Then either is not in the domain of f, and so there is no point on the graph with input. Thus the line x = does not meet the graph. is in the domain of f. Then x is an input for f, with a single output f(). Thus there is only one point on that line, namely the point (, f()). Here s a bit of review of function definitions. How to substitute an expression in a function definition f(x) := E Substitute the expression for x. This means: Replace every x in E by the expression enclosed in parentheses. Example 8. Suppose h(x) = 16 x. Find and simplify h(a + b). Solution: Substitute a + b for x in the function formula. h(a + b) = 16 (a + b) = 16 [a + ab + b ] = 16 a ab b. In the following, you need to enclose every function value in parentheses before you simplify further. Exercise: Let f(x) = 3 x x, find and simplify a) f(x+h) f(x h) ; and b) f(3+h) f(3 h) h h Check your work by seeing whether substituting 3 for x in a) gives the answer to b). All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 9

14 .1.6 Examples of graphs of functions ou may know, and we will soon review, methods for graphing equations of several forms. Here are some examples. The graph of the equation y = 7 is the horizontal line through point (, 7). The graph of the equation x = 5 is the vertical line through point (5, ). The graph of the equation y = x + 7 is the straight line drawn through points (x, x + 7) obtained by choosing any two values for x. For example, choosing x = gives point (, 7), the y-intercept of the graph. Choose any other x-value, say x = 1, to find point (1, 11). The graph could be obtained by drawing the straight line through the points (, 7) and (1, 11). Exercise: Without using a graphing calculator, draw a rough sketch of the graph of the function y = x 1. Sometimes a function is defined in pieces. An important example is the absolute value function, which is written as abs(x) or as x. Here is the definition: If x, then x = x. If x, then x = x. { x if x This is also written as: x = x if x Example 9: Draw the graph of f(x) = x with domain [ 5, 5] Solution: 6 y = x y = f(x) = x y = x - - All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 1

15 .1.7 Why you must specify the domain of a function The three functions f(x) = x; g(x) = x ; and h(x) = x 3, are all drawn below with domain [ 1.5, 1.5]. The graphs are very different. However, if you restrict the domain to be the two x-values and 1, the graphs of all three functions are identical: the two black dots. h(x) = x g(x) = x f(x) = x Error warning: When you draw the graph of a function, choosing only whole numbers as inputs can produce a totally incorrect graph. For the simple function g(x) = x, choosing x =, 1,, 1,, connecting the points (x, x ) and smoothing out the curve gives a reasonable picture. But that s just a matter of luck. For more complicated functions, this method won t work. For example, suppose you use x =, 1,, 3, to sketch f(x) = 3x 5 3x + 15x 3 19x + 7x. As shown in the next frame, The tables and graphs of f(x) and g(x), using x =, 1,, 3, are identical. However, the graphs of f and g, using domain [, ] (all real numbers between and ), are very different. Exercise: Find f(), f(1), f(), f(3), and f() without using a calculator. A computer could plot 5 points instead of the 5 points that we are working with. Nevertheless, it could still make a serious mistake by connecting the dots to form the graph. Only THINKING about algebra (and calculus) allows you to be sure that the sketch you get is reasonably correct. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 11

16 At the left are the graphs of g(x) = x and f(x) = 3x 5 3x + 15x 3 19x + 7x with domains including the interval [, ]. The two functions have the same graph (5 black dots) for domain {, 1,, 3, } but very different graphs when the domain is the interval x. x f(x) g(x) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 1

17 At the left are the graphs of g(x) = x and f(x) = 3x 5 3x + 15x 3 19x + 7x with domains including the interval [, ]. The two functions have the same graph (5 black dots) for domain {, 1,, 3, } but very different graphs when the domain is the interval x. x f(x) g(x) x f(x) g(x) Example 1: Multiply out and rewrite x + 3x(x 1)(x )(x 3)(x ) as a polynomial. Answer: 3x 5 3x + 15x 3 19x + 7x, which is f(x). Exercise: Prove that f(x) = g(x) = x for x =, 1,, 3, but for no other values of x 1 3 All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 1

18 .1.8 Section.1 Quiz Review Example 1: Suppose the height of a ball above the ground after t seconds is h(t) = 1 16t. How high above the ground is the ball after seconds? Example : When does the ball hit the ground? Example 3: Find the natural domain of the function f(x) = Example : Using interval notation, find the natural domain of 1 x+5. Example 5: Draw the graph of y = f(x) = 5x 3 for 1 x <. Then find the domain and range of the function f. 1 x 3x+ Example 6: Describe the graph of the equation x + y = as a set of ordered pairs. Example 7: Describe the graph of the following functions. f(x) = 3x + g(x) = 16 x Example 8: Suppose h(x) = 16 x. Find and simplify h(a + b). Example 9: Draw the graph of f(x) = x with domain [ 5, 5] Example 1: Multiply out and rewrite x + 3x(x 1)(x )(x 3)(x ) as a polynomial. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.1: What is a function? 8/9/16 Frame 13

19 ..1: Graphing a real-life function..: The effect of the choice of domain..3: Special features of graphs..: Linear functions defined on intervals..5: Graphing a polynomial function on an interval..6: Piecewise defined functions..7: A three-part piecewise linear graph..8: The vertical line test..9: Quiz review All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 1

20 ..1 Graphing a real-life function If a function describes a real-life process, you can understand that process better by studying the function s graph. Here s an example from physics. Throw a ball up from ground level and release it with velocity 6 feet per second (how many miles per hour is that?). After t seconds, the height of the ball, measured in feet above ground level, is y = h(t) = 6t 16t. In this example, the function s input is time and its output is height. The ordered number pair (input,output) is written in English as (time,height) and in math as (t, h(t)). In the real-life problem described by this function, the ball is released at time t = The function s domain starts at t =. and ends when the ball hits the ground. To find when that happens, set the height function h(t) = 6t 16t equal to and solve 6t 16t = 16t( t) = t =, t =. Therefore the domain of h is t. To get some idea of how the ball s height changes, make a table of values for t, with spacing.5 between t-values. Then plot the pairs in the right column of the table. t h(t) = 6t 16t (t, h(t)). = (, ).5 3 = 8 (.5, 8) = 8 (1, 8) = 6 (1.5, 6) = 6 (, 6) = 6 (.5, 6) = 8 (3, 8) = 8 (3.5, 8). 16 = (, ) How should we connect the dots? It appears that the ball reaches its maximum height of 6 feet after seconds. How can we be sure? All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 15

21 We can connect dots with line segments by hand or we can plot more points (using a computer) to avoid sharp corners. Looking at these tables and graphs suggests that the ball s maximum height is 6 feet, when t = seconds. However, appearances can be deceiving. Exercise: Prove that the maximum value of h(t) = 6 t is h() = 6. Hint: Start with the fact that t for all real numbers t. A large part of first semester calculus is devoted to understanding and sketching graphs of complicated functions. The most important features are called local maximum and minimum points of the function. These are hilltops or valley bottoms that appear on the graph of the function All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 16

22 .. The shape of a graph depends on the domain you choose. Suppose you are asked to graph y = f(x) = x. ou know that the graph should look like a bowl. ou need to tell the computer a domain of x-values and a range of y-values. ou try some possibilities as shown below Neither graph above gives what you expect. To find the interesting features of a graph, you need to choose the viewing window intelligently. The techniques of first semester calculus will show you how to do that. Obviously you would prefer the viewing windows at the right to the ones above All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 17

23 ..3 Special features of graphs Exercise. Click on Wolfram Grapher. Type in the following: Plot y = xˆ for 1 <= x <= 1 and 1 <= y <= 1 Then hit Enter to see the graph. Revise the command you typed to find a good viewing window for each of the following functions. 1. f(x) = x. g(x) = x 3. h(x) = x 3 On each graph, try to locate the following features:. p(x) = 5x x 1 5. q(x) = x 3 3x + 9x 6. r(x) = 1 x 9x hilltop valley bottom rising plateau falling plateau In Section 3.1, we will show how to use algebra to discover the one interesting feature on the graph of a quadratic function. The method involves completing the square. For more complicated functions, such as numbers 3,5, and 6 above, calculus is required. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 18

24 .. Drawing a graph of a linear function whose domain is an interval Finite intervals from a to b a x b is the closed interval [a, b]. a < x < b is the open interval (a, b). a x < b is the half-open interval [a, b). a < x b is the half-closed interval (a, b]. How to graph f(x) = mx + b on a finite interval For each interval endpoint x, plot point (x, f(x)) : as a filled dot if the endpoint is in the interval; or as a hollow dot if the endpoint is not in the interval. Connect the endpoints with a line segment. Example 1: Draw the graph of y = f(x) = x + 1 for domain 3 < x 1. Solution: Click through the steps: All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 19

25 .. Drawing a graph of a linear function whose domain is an interval Finite intervals from a to b a x b is the closed interval [a, b]. a < x < b is the open interval (a, b). a x < b is the half-open interval [a, b). a < x b is the half-closed interval (a, b]. How to graph f(x) = mx + b on a finite interval For each interval endpoint x, plot point (x, f(x)) : as a filled dot if the endpoint is in the interval; or as a hollow dot if the endpoint is not in the interval. Connect the endpoints with a line segment Example 1: Draw the graph of y = f(x) = x + 1 for domain 3 < x 1. Solution: Click through the steps: Since left endpoint x = 3 is not in the interval, plot point ( 3, f( 3)) = P ( 3, ) as a hollow dot P(-3,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 19

26 .. Drawing a graph of a linear function whose domain is an interval Finite intervals from a to b a x b is the closed interval [a, b]. a < x < b is the open interval (a, b). a x < b is the half-open interval [a, b). a < x b is the half-closed interval (a, b]. 3 Q(1,) How to graph f(x) = mx + b on a finite interval For each interval endpoint x, plot point (x, f(x)) : as a filled dot if the endpoint is in the interval; or as a hollow dot if the endpoint is not in the interval. Connect the endpoints with a line segment. 1-1 Example 1: Draw the graph of y = f(x) = x + 1 for domain 3 < x 1. Solution: Click through the steps: Since left endpoint x = 3 is not in the interval, plot point ( 3, f( 3)) = P ( 3, ) as a hollow dot. Since right endpoint x = 1 is in the interval, plot point (1, f(1)) = Q(1, ) as a solid dot P(-3,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 19

27 .. Drawing a graph of a linear function whose domain is an interval Finite intervals from a to b a x b is the closed interval [a, b]. a < x < b is the open interval (a, b). a x < b is the half-open interval [a, b). a < x b is the half-closed interval (a, b]. 3 Q(1,) How to graph f(x) = mx + b on a finite interval For each interval endpoint x, plot point (x, f(x)) : as a filled dot if the endpoint is in the interval; or as a hollow dot if the endpoint is not in the interval. Connect the endpoints with a line segment. 1-1 Example 1: Draw the graph of y = f(x) = x + 1 for domain 3 < x 1. Solution: Click through the steps: Since left endpoint x = 3 is not in the interval, plot point ( 3, f( 3)) = P ( 3, ) as a hollow dot. Since right endpoint x = 1 is in the interval, plot point (1, f(1)) = Q(1, ) as a solid dot. Draw the line segment from P to Q P(-3,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 19

28 ..5 Drawing a graph of a polynomial function whose domain is an interval Example : Draw the graph of y = f(x) = x for domain 3 < x 1. Solution:We know that the graph of y = x is a parabola. We want to draw exactly those points on the graph with x-coordinate satisfying 3 < x Solution: All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

29 ..5 Drawing a graph of a polynomial function whose domain is an interval Example : Draw the graph of y = f(x) = x for domain 3 < x 1. Solution:We know that the graph of y = x is a parabola. We want to draw exactly those points on the graph with x-coordinate satisfying 3 < x P(-3,9) Solution: When x = 3, y = f(x) = x = 9. The left endpoint of the graph (shown as a hole since x = 3 is missing from the domain) is the point P ( 3, 9) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

30 ..5 Drawing a graph of a polynomial function whose domain is an interval Example : Draw the graph of y = f(x) = x for domain 3 < x 1. Solution:We know that the graph of y = x is a parabola. We want to draw exactly those points on the graph with x-coordinate satisfying 3 < x P(-3,9) Solution: When x = 3, y = f(x) = x = 9. The left endpoint of the graph (shown as a hole since x = 3 is missing from the domain) is the point P ( 3, 9). When x = 1, y = f(x) = x = 1. The right endpoint of the graph (shown as a filled dot since x = 1 is included in the domain) is the point Q(1, 1). 3 1 Q(1,1) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

31 ..5 Drawing a graph of a polynomial function whose domain is an interval Example : Draw the graph of y = f(x) = x for domain 3 < x 1. Solution:We know that the graph of y = x is a parabola. We want to draw exactly those points on the graph with x-coordinate satisfying 3 < x P(-3,9) Solution: When x = 3, y = f(x) = x = 9. The left endpoint of the graph (shown as a hole since x = 3 is missing from the domain) is the point P ( 3, 9). When x = 1, y = f(x) = x = 1. The right endpoint of the graph (shown as a filled dot since x = 1 is included in the domain) is the point Q(1, 1). To finish the graph, fill in some other points (say (, ) and ( 1, 1)). 1 Q(1,1) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

32 ..5 Drawing a graph of a polynomial function whose domain is an interval Example : Draw the graph of y = f(x) = x for domain 3 < x 1. Solution:We know that the graph of y = x is a parabola. We want to draw exactly those points on the graph with x-coordinate satisfying 3 < x P(-3,9) Q(1,1) Solution: When x = 3, y = f(x) = x = 9. The left endpoint of the graph (shown as a hole since x = 3 is missing from the domain) is the point P ( 3, 9). When x = 1, y = f(x) = x = 1. The right endpoint of the graph (shown as a filled dot since x = 1 is included in the domain) is the point Q(1, 1). To finish the graph, fill in some other points (say (, ) and ( 1, 1)). Draw a smooth curve, which you should recognize as the graph of the parabola y = x with domain 3 < x All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

33 ..6 Piecewise defined functions Sometimes a function is defined piecewise, using different formulas on different intervals. To draw the graph of such a function, just follow the procedure in the previous frame to plot the graph on one interval at a time. { x + 1 if 3 < x < 1 Example 3: draw the graph of f(x) = x if 1 x < All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 1

34 ..6 Piecewise defined functions Sometimes a function is defined piecewise, using different formulas on different intervals. To draw the graph of such a function, just follow the procedure in the previous frame to plot the graph on one interval at a time. { x + 1 if 3 < x < 1 Example 3: draw the graph of f(x) = x if 1 x < Q(1,) Solution: f(x) = x + 1 for 3 < x < 1 is a line segment from (but omitting) ( 3, f(3)) = P ( 3, ) to (but omitting) point (1, f(1)) = Q(1, ), as shown at the left. - P(-3,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 1

35 ..6 Piecewise defined functions Sometimes a function is defined piecewise, using different formulas on different intervals. To draw the graph of such a function, just follow the procedure in the previous frame to plot the graph on one interval at a time. { x + 1 if 3 < x < 1 Example 3: draw the graph of f(x) = x if 1 x < P(-3,-) Q(1,) R(1,1) Q(,-) Solution: f(x) = x + 1 for 3 < x < 1 is a line segment from (but omitting) ( 3, f(3)) = P ( 3, ) to (but omitting) point (1, f(1)) = Q(1, ), as shown at the left. f(x) = x for 1 x < is a line segment from (and including) (1, f(1)) = R(1, 1) to (but omitting ) point (, f()) = S(, ). This completes the graph. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 1

36 Sometimes you want to draw the graph of the part of a line with domain an infinite interval such as (, ) (same as x < ) or [, ) (same as x). Example : Draw the graph of y = x + 1 for x < All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

37 Sometimes you want to draw the graph of the part of a line with domain an infinite interval such as (, ) (same as x < ) or [, ) (same as x). Example : Draw the graph of y = x + 1 for x <. 3 1 P(,3) Solution: y = x + 1 for x < is a line segment to the left of (but not including) point (, f()) = P (, 3). Plot point P as a hollow dot All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

38 Sometimes you want to draw the graph of the part of a line with domain an infinite interval such as (, ) (same as x < ) or [, ) (same as x). Example : Draw the graph of y = x + 1 for x < Q(,1) P(,3) Solution: y = x + 1 for x < is a line segment to the left of (but not including) point (, f()) = P (, 3). Plot point P as a hollow dot. ou need to plot any other point to the left of P, with x-coordinate less than. For example, choose x = to obtain point Q(, 1). Plot this point as a filled dot: it is on the graph. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

39 Sometimes you want to draw the graph of the part of a line with domain an infinite interval such as (, ) (same as x < ) or [, ) (same as x). Example : Draw the graph of y = x + 1 for x < Q(,1) P(,3) Solution: y = x + 1 for x < is a line segment to the left of (but not including) point (, f()) = P (, 3). Plot point P as a hollow dot. ou need to plot any other point to the left of P, with x-coordinate less than. For example, choose x = to obtain point Q(, 1). Plot this point as a filled dot: it is on the graph. Draw the line from P to Q and then to an arrowhead near the left of the grid. The arrowhead is used to indicate that the line continues (forever) toward the left. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

40 ..7 A three-part piecewise linear graph 3x if x Example 5: Draw the graph of f(x) = x + 1 if < x 1 7 if 1 < x Solution: All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 3

41 ..7 A three-part piecewise linear graph 3x if x Example 5: Draw the graph of f(x) = x + 1 if < x 1 7 if 1 < x P(-,-6) Solution: y = 3x for x starts at (and includes) P (, 6). ou need another point on the line. Choose x = 3 to get point Q( 3, 9). Draw the line from P to Q to an arrowhead at the left edge of the grid. -9 Q(-3,-9) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 3

42 ..7 A three-part piecewise linear graph 3x if x Example 5: Draw the graph of f(x) = x + 1 if < x 1 7 if 1 < x R(-,-1) P(-,-6) S(1,) Solution: y = 3x for x starts at (and includes) P (, 6). ou need another point on the line. Choose x = 3 to get point Q( 3, 9). Draw the line from P to Q to an arrowhead at the left edge of the grid. y = x + 1 for < x 1 goes from (but omits) point R(, 1) to (and includes) point S(1, ). -9 Q(-3,-9) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 3

43 ..7 A three-part piecewise linear graph 3x if x Example 5: Draw the graph of f(x) = x + 1 if < x 1 7 if 1 < x R(-,-1) P(-,-6) Q(-3,-9) T(1,7) S(1,) U(3,7) Solution: y = 3x for x starts at (and includes) P (, 6). ou need another point on the line. Choose x = 3 to get point Q( 3, 9). Draw the line from P to Q to an arrowhead at the left edge of the grid. y = x + 1 for < x 1 goes from (but omits) point R(, 1) to (and includes) point S(1, ). y = 7 for 1 < x starts at (but omits) point T (1, 7). ou need another point on the line. Choose x = 3 to get point U(3, 7). Draw the line from T to U to an arrowhead at the right edge of the grid. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 3

44 ..8 Checking that a graph is the graph of a function: the vertical line test Vertical line test A graph is the graph of a function provided every vertical line meets the graph once or never. { x + 1 if 3 < x < 1 Below we redraw the graph of f(x) = from Example 3. x if 1 x < Example 6: 3 1 Use the vertical line test to decide if the graph below is the graph of a function. Q(1,) R(1,1) Solution: Point R(1, 1) is on the graph, but Q(1, ) is not. Therefore the vertical blue line x = 1 meets the graph at the single point Q(1, ) P(-3,-) Q(,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

45 ..8 Checking that a graph is the graph of a function: the vertical line test Vertical line test A graph is the graph of a function provided every vertical line meets the graph once or never. { x + 1 if 3 < x < 1 Below we redraw the graph of f(x) = from Example 3. x if 1 x < Example 6: Use the vertical line test to decide if the graph below is the graph of a function. Q(1,) R(1,1) Solution: Point R(1, 1) is on the graph, but Q(1, ) is not. Therefore the vertical blue line x = 1 meets the graph at the single point Q(1, ). The vertical line through point (x, ) meets the graph exactly once for 3 < x <, which is the domain of f P(-3,-) Q(,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

46 ..8 Checking that a graph is the graph of a function: the vertical line test Vertical line test A graph is the graph of a function provided every vertical line meets the graph once or never. { x + 1 if 3 < x < 1 Below we redraw the graph of f(x) = from Example 3. x if 1 x < Example 6: Use the vertical line test to decide if the graph below is the graph of a function. P(-3,-) Q(1,) R(1,1) Q(,-) Solution: Point R(1, 1) is on the graph, but Q(1, ) is not. Therefore the vertical blue line x = 1 meets the graph at the single point Q(1, ). The vertical line through point (x, ) meets the graph exactly once for 3 < x <, which is the domain of f. For all other x-values, the vertical line through point (x, ) does not meet the graph. Answer: Every vertical line meets the graph once or never. Therefore the graph passes the vertical line test and is the graph of a function. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame

47 ..9 Chapter. Quiz Review Example 1: Draw the graph of y = f(x) = x + 1 for domain 3 < x 1. Example : Draw the graph of y = f(x) = x for domain 3 < x 1. { x + 1 if 3 < x < 1 Example 3: Draw the graph of f(x) = x if 1 x < Example : Draw the graph of y = x + 1 for x <. 3x if x Example 5: Draw the graph of f(x) = x + 1 if < x 1 7 if 1 < x Example 6: Use the vertical line test to decide if the graph below is the graph of a function. 3 1 Q(1,) R(1,1) P(-3,-) Q(,-) All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.: Graphs of functions 8/9/16 Frame 5

48 Section.3: Analyzing graphs of functions.3.1: Maximum and minimum points.3.: Function increasing or decreasing.3.3: Given h(t), find t.3.: The graph of a degree 3 polynomial.3.5: How many solutions of h(t) = K?.3.6: Quiz review All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.3: Analyzing graphs of functions 8/9/16 Frame 6

49 Getting basic information from the graph of a function A function is a collection of number pairs (x, y), where x is an input and y = f(x) is the corresponding output. Here are some models that give rise to functions. Manufacturing: Input x is how many tons of bricks a factory sells. Output f(x) is net profit: the sale price of x bricks minus their cost. Saving the dolphins: Input t is the number of hours after Noon. Output f(t) is the gap between the radius of a circular oil slick spreading from an oil tanker explosion and a dolphin swimming away from the explosion, as in Section 1.6. Moving particle: Input t is the number of seconds after Noon. Output h(t) is the height above ground at time t of a ball thrown up from ground at Noon. Each of these physical situations is modeled by a different function. However, the information we would like to know about each model can usually be obtained by asking similar questions about the functions s graph. Suppose you know the output y = h(t). What input or inputs t produced that output? What is the maximum value of y = h(t)? What is the minimum value? In what (time) interval of inputs is y = h(t) getting larger as t increases? In what (time) interval is y = h(t) getting smaller as t increases? A ball is thrown up at time t = and released with velocity 96 feet per second. Its height above the ground (until it comes back down) is y = h(t) = 96t 16t feet. Below is the graph of h with domain t 6. y All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.3: Analyzing graphs of functions 8/9/16 Frame 7 t

50 .3.1 Maximum and minimum points Maximum and minimum points of a function graph Suppose f is a function defined on an interval I and a is a point in I. Then point (a, f(a)) on the graph of f is an absolute maximum point means: f(a) f(x) for all x in I. an absolute maximum point means: f(a) f(x) for all x in I. a relative maximum point (the top of a hill) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. a relative minimum point (the bottom of a valley) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. Example 1: Find all absolute or relative maximum or minimum points on the graph below, with domain x 6. y A function can t have a relative maximum or minimum point at an endpoint of a closed interval I, since I doesn t contain any interval around either endpoint. Maximum and minimum values of a function f f(a) is a maximum (minimum) value of function f means: (a, f(a)) is a maximum (minimum) point of the graph of f Answer: t All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.3: Analyzing graphs of functions 8/9/16 Frame 8

51 .3.1 Maximum and minimum points Maximum and minimum points of a function graph Suppose f is a function defined on an interval I and a is a point in I. Then point (a, f(a)) on the graph of f is an absolute maximum point means: f(a) f(x) for all x in I. an absolute maximum point means: f(a) f(x) for all x in I. a relative maximum point (the top of a hill) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. a relative minimum point (the bottom of a valley) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. Example 1: Find all absolute or relative maximum or minimum points on the graph below, with domain x 6. y 16 Absolute and relative Maximum P(3,1) A function can t have a relative maximum or minimum point at an endpoint of a closed interval I, since I doesn t contain any interval around either endpoint. Maximum and minimum values of a function f f(a) is a maximum (minimum) value of function f means: (a, f(a)) is a maximum (minimum) point of the graph of f Answer: (3, 1) is both an absolute maximum point and a relative maximum point. t All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.3: Analyzing graphs of functions 8/9/16 Frame 8

52 .3.1 Maximum and minimum points Maximum and minimum points of a function graph Suppose f is a function defined on an interval I and a is a point in I. Then point (a, f(a)) on the graph of f is an absolute maximum point means: f(a) f(x) for all x in I. an absolute maximum point means: f(a) f(x) for all x in I. a relative maximum point (the top of a hill) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. a relative minimum point (the bottom of a valley) means: f(a) f(x) for all x in some small interval (a d, a + d) contained in I. Example 1: Find all absolute or relative maximum or minimum points on the graph below, with domain x 6. y 16 Absolute and relative Maximum P(3,1) A function can t have a relative maximum or minimum point at an endpoint of a closed interval I, since I doesn t contain any interval around either endpoint. Maximum and minimum values of a function f f(a) is a maximum (minimum) value of function f means: (a, f(a)) is a maximum (minimum) point of the graph of f. Q(,) Absolute Min Absolute Min R(6,) t Answer: (3, 1) is both an absolute maximum point and a relative maximum point. (, ) and (6, ) are absolute minimum points, but they are not relative minima, since they are at the endpoints of the closed interval [, 6]. All rights reserved. Copyright 16 by Stanley Ocken CCN Math Review Section.3: Analyzing graphs of functions 8/9/16 Frame 8

Final Exam Review Algebra Semester 1

Final Exam Review Algebra Semester 1 Final Exam Review Algebra 015-016 Semester 1 Name: Module 1 Find the inverse of each function. 1. f x 10 4x. g x 15x 10 Use compositions to check if the two functions are inverses. 3. s x 7 x and t(x)

More information

Unit 6 Quadratic Functions

Unit 6 Quadratic Functions Unit 6 Quadratic Functions 12.1 & 12.2 Introduction to Quadratic Functions What is A Quadratic Function? How do I tell if a Function is Quadratic? From a Graph The shape of a quadratic function is called

More information

Math Analysis Chapter 1 Notes: Functions and Graphs

Math Analysis Chapter 1 Notes: Functions and Graphs Math Analysis Chapter 1 Notes: Functions and Graphs Day 6: Section 1-1 Graphs Points and Ordered Pairs The Rectangular Coordinate System (aka: The Cartesian coordinate system) Practice: Label each on the

More information

Math Analysis Chapter 1 Notes: Functions and Graphs

Math Analysis Chapter 1 Notes: Functions and Graphs Math Analysis Chapter 1 Notes: Functions and Graphs Day 6: Section 1-1 Graphs; Section 1- Basics of Functions and Their Graphs Points and Ordered Pairs The Rectangular Coordinate System (aka: The Cartesian

More information

Math 370 Exam 1 Review Name. Use the vertical line test to determine whether or not the graph is a graph in which y is a function of x.

Math 370 Exam 1 Review Name. Use the vertical line test to determine whether or not the graph is a graph in which y is a function of x. Math 370 Exam 1 Review Name Determine whether the relation is a function. 1) {(-6, 6), (-6, -6), (1, 3), (3, -8), (8, -6)} Not a function The x-value -6 corresponds to two different y-values, so this relation

More information

Algebra 2 Semester 1 (#2221)

Algebra 2 Semester 1 (#2221) Instructional Materials for WCSD Math Common Finals The Instructional Materials are for student and teacher use and are aligned to the 2016-2017 Course Guides for the following course: Algebra 2 Semester

More information

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31 CHAPTER Quadratic Functions Arches are used to support the weight of walls and ceilings in buildings. Arches were first used in architecture by the Mesopotamians over 4000 years ago. Later, the Romans

More information

MAFS Algebra 1. Quadratic Functions. Day 17 - Student Packet

MAFS Algebra 1. Quadratic Functions. Day 17 - Student Packet MAFS Algebra 1 Quadratic Functions Day 17 - Student Packet Day 17: Quadratic Functions MAFS.912.F-IF.3.7a, MAFS.912.F-IF.3.8a I CAN graph a quadratic function using key features identify and interpret

More information

MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS

MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS General Instructions You will notice that most of the homework assignments for a section have more than one part. Usually, the part (A) questions ask for explanations,

More information

Sketching graphs of polynomials

Sketching graphs of polynomials Sketching graphs of polynomials We want to draw the graphs of polynomial functions y = f(x). The degree of a polynomial in one variable x is the highest power of x that remains after terms have been collected.

More information

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR EXERCISE SET 10. STUDENT MATD 090 DUE DATE: INSTRUCTOR You have studied the method known as "completing the square" to solve quadratic equations. Another use for this method is in transforming the equation

More information

2.2 Graphs Of Functions. Copyright Cengage Learning. All rights reserved.

2.2 Graphs Of Functions. Copyright Cengage Learning. All rights reserved. 2.2 Graphs Of Functions Copyright Cengage Learning. All rights reserved. Objectives Graphing Functions by Plotting Points Graphing Functions with a Graphing Calculator Graphing Piecewise Defined Functions

More information

II. Functions. 61. Find a way to graph the line from the problem 59 on your calculator. Sketch the calculator graph here, including the window values:

II. Functions. 61. Find a way to graph the line from the problem 59 on your calculator. Sketch the calculator graph here, including the window values: II Functions Week 4 Functions: graphs, tables and formulas Problem of the Week: The Farmer s Fence A field bounded on one side by a river is to be fenced on three sides so as to form a rectangular enclosure

More information

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation.

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. GRAPHING WORKSHOP A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. The figure below shows a straight line drawn through the three points (2, 3), (-3,-2),

More information

MATH 1113 Exam 1 Review. Fall 2017

MATH 1113 Exam 1 Review. Fall 2017 MATH 1113 Exam 1 Review Fall 2017 Topics Covered Section 1.1: Rectangular Coordinate System Section 1.2: Circles Section 1.3: Functions and Relations Section 1.4: Linear Equations in Two Variables and

More information

1.1 Functions. Cartesian Coordinate System

1.1 Functions. Cartesian Coordinate System 1.1 Functions This section deals with the topic of functions, one of the most important topics in all of mathematics. Let s discuss the idea of the Cartesian coordinate system first. Cartesian Coordinate

More information

State the domain and range of the relation. EX: {(-1,1), (1,5), (0,3)} 1 P a g e Province Mathematics Southwest TN Community College

State the domain and range of the relation. EX: {(-1,1), (1,5), (0,3)} 1 P a g e Province Mathematics Southwest TN Community College A relation is a set of ordered pairs of real numbers. The domain, D, of a relation is the set of all first coordinates of the ordered pairs in the relation (the xs). The range, R, of a relation is the

More information

Math 101 Exam 1 Review

Math 101 Exam 1 Review Math 101 Exam 1 Review Reminder: Exam 1 will be on Friday, October 14, 011 at 8am. It will cover sections 1.1, 1. and 10.1 10.3 Room Assignments: Room Sections Nesbitt 111 9, 14, 3, 4, 8 Nesbitt 15 0,

More information

Functions. Copyright Cengage Learning. All rights reserved.

Functions. Copyright Cengage Learning. All rights reserved. Functions Copyright Cengage Learning. All rights reserved. 2.2 Graphs Of Functions Copyright Cengage Learning. All rights reserved. Objectives Graphing Functions by Plotting Points Graphing Functions with

More information

Math 3 Coordinate Geometry Part 2 Graphing Solutions

Math 3 Coordinate Geometry Part 2 Graphing Solutions Math 3 Coordinate Geometry Part 2 Graphing Solutions 1 SOLVING SYSTEMS OF EQUATIONS GRAPHICALLY The solution of two linear equations is the point where the two lines intersect. For example, in the graph

More information

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS 3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS Finding the Zeros of a Quadratic Function Examples 1 and and more Find the zeros of f(x) = x x 6. Solution by Factoring f(x) = x x 6 = (x 3)(x + )

More information

2. The diagram shows part of the graph of y = a (x h) 2 + k. The graph has its vertex at P, and passes through the point A with coordinates (1, 0).

2. The diagram shows part of the graph of y = a (x h) 2 + k. The graph has its vertex at P, and passes through the point A with coordinates (1, 0). Quadratics Vertex Form 1. Part of the graph of the function y = d (x m) + p is given in the diagram below. The x-intercepts are (1, 0) and (5, 0). The vertex is V(m, ). (a) Write down the value of (i)

More information

3. Solve the following. Round to the nearest thousandth.

3. Solve the following. Round to the nearest thousandth. This review does NOT cover everything! Be sure to go over all notes, homework, and tests that were given throughout the semester. 1. Given g ( x) i, h( x) x 4x x, f ( x) x, evaluate the following: a) f

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Unit 12 Special Functions

Unit 12 Special Functions Algebra Notes Special Functions Unit 1 Unit 1 Special Functions PREREQUISITE SKILLS: students should be able to describe a relation and a function students should be able to identify the domain and range

More information

Unit 2: Functions and Graphs

Unit 2: Functions and Graphs AMHS Precalculus - Unit 16 Unit : Functions and Graphs Functions A function is a rule that assigns each element in the domain to exactly one element in the range. The domain is the set of all possible

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

More information

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs Ch 5. Trigonometry 6. Angles 6. Right triangles 6. Trig funs for general angles 5.: Trigonometric functions and graphs 5.5 Inverse functions CCNY Math Review Chapters 5 and 6: Trigonometric functions and

More information

Algebra 2CP S1 Final Exam Information. Your final exam will consist of two parts: Free Response and Multiple Choice

Algebra 2CP S1 Final Exam Information. Your final exam will consist of two parts: Free Response and Multiple Choice Algebra 2CP Name Algebra 2CP S1 Final Exam Information Your final exam will consist of two parts: Free Response and Multiple Choice Part I: Free Response: Five questions, 10 points each (50 points total),

More information

Math 3 Coordinate Geometry part 1 Unit November 3, 2016

Math 3 Coordinate Geometry part 1 Unit November 3, 2016 Reviewing the basics The number line A number line is a visual representation of all real numbers. Each of the images below are examples of number lines. The top left one includes only positive whole numbers,

More information

Name Class Date. Using Graphs to Relate Two Quantities

Name Class Date. Using Graphs to Relate Two Quantities 4-1 Reteaching Using Graphs to Relate Two Quantities An important life skill is to be able to a read graph. When looking at a graph, you should check the title, the labels on the axes, and the general

More information

SECTION 1.3: BASIC GRAPHS and SYMMETRY

SECTION 1.3: BASIC GRAPHS and SYMMETRY (Section.3: Basic Graphs and Symmetry).3. SECTION.3: BASIC GRAPHS and SYMMETRY LEARNING OBJECTIVES Know how to graph basic functions. Organize categories of basic graphs and recognize common properties,

More information

Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics

Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics 1 DISTANCE BETWEEN TWO POINTS - REVIEW To find the distance between two points, use the Pythagorean theorem. The difference between x 1 and x

More information

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form:

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form: Name: Date: Period: Chapter 2: Polynomial and Rational Functions Topic 6: Rational Functions & Their Graphs Rational functions, like rational numbers, will involve a fraction. We will discuss rational

More information

Section Graphs and Lines

Section Graphs and Lines Section 1.1 - Graphs and Lines The first chapter of this text is a review of College Algebra skills that you will need as you move through the course. This is a review, so you should have some familiarity

More information

Chapter 7: Linear Functions and Inequalities

Chapter 7: Linear Functions and Inequalities Chapter 7: Linear Functions and Inequalities Index: A: Absolute Value U4L9 B: Step Functions U4L9 C: The Truth About Graphs U4L10 D: Graphs of Linear Inequalities U4L11 E: More Graphs of Linear Inequalities

More information

Section 2.2 Graphs of Linear Functions

Section 2.2 Graphs of Linear Functions Section. Graphs of Linear Functions Section. Graphs of Linear Functions When we are working with a new function, it is useful to know as much as we can about the function: its graph, where the function

More information

1

1 Zeros&asymptotes Example 1 In an early version of this activity I began with a sequence of simple examples (parabolas and cubics) working gradually up to the main idea. But now I think the best strategy

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Guided Practice Example 1 Find the y-intercept and vertex of the function f(x) = 2x 2 + x + 3. Determine whether the vertex is a minimum or maximum point on the graph. 1. Determine the y-intercept. The

More information

Do you need a worksheet or a copy of the teacher notes? Go to

Do you need a worksheet or a copy of the teacher notes? Go to Name Period Day Date Assignment (Due the next class meeting) Wednesday Thursday Friday Monday Tuesday Wednesday Thursday Friday Monday Tuesday Wednesday Thursday Friday Monday Tuesday Wednesday Thursday

More information

3.7. Vertex and tangent

3.7. Vertex and tangent 3.7. Vertex and tangent Example 1. At the right we have drawn the graph of the cubic polynomial f(x) = x 2 (3 x). Notice how the structure of the graph matches the form of the algebraic expression. The

More information

College Pre Calculus A Period. Weekly Review Sheet # 1 Assigned: Monday, 9/9/2013 Due: Friday, 9/13/2013

College Pre Calculus A Period. Weekly Review Sheet # 1 Assigned: Monday, 9/9/2013 Due: Friday, 9/13/2013 College Pre Calculus A Name Period Weekly Review Sheet # 1 Assigned: Monday, 9/9/013 Due: Friday, 9/13/013 YOU MUST SHOW ALL WORK FOR EVERY QUESTION IN THE BOX BELOW AND THEN RECORD YOUR ANSWERS ON THE

More information

Let s review some things we learned earlier about the information we can gather from the graph of a quadratic.

Let s review some things we learned earlier about the information we can gather from the graph of a quadratic. Section 6: Quadratic Equations and Functions Part 2 Section 6 Topic 1 Observations from a Graph of a Quadratic Function Let s review some things we learned earlier about the information we can gather from

More information

AH Properties of Functions.notebook April 19, 2018

AH Properties of Functions.notebook April 19, 2018 Functions Rational functions are of the form where p(x) and q(x) are polynomials. If you can sketch a function without lifting the pencil off the paper, it is continuous. E.g. y = x 2 If there is a break

More information

Math 112 Spring 2016 Midterm 2 Review Problems Page 1

Math 112 Spring 2016 Midterm 2 Review Problems Page 1 Math Spring Midterm Review Problems Page. Solve the inequality. The solution is: x x,,,,,, (E) None of these. Which one of these equations represents y as a function of x? x y xy x y x y (E) y x 7 Math

More information

Chapter 3 Practice Test

Chapter 3 Practice Test 1. Complete parts a c for each quadratic function. a. Find the y-intercept, the equation of the axis of symmetry, and the x-coordinate of the vertex. b. Make a table of values that includes the vertex.

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

More information

Slide 2 / 222. Algebra II. Quadratic Functions

Slide 2 / 222. Algebra II. Quadratic Functions Slide 1 / 222 Slide 2 / 222 Algebra II Quadratic Functions 2014-10-14 www.njctl.org Slide 3 / 222 Table of Contents Key Terms Explain Characteristics of Quadratic Functions Combining Transformations (review)

More information

Math 1020 Objectives & Exercises Calculus Concepts Spring 2019

Math 1020 Objectives & Exercises Calculus Concepts Spring 2019 Section of Textbook 1.1 AND Learning Objectives/Testable Skills Identify four representations of a function. Specify input and output variables, input and output descriptions, and input and output units.

More information

Pure Math 30: Explained!

Pure Math 30: Explained! www.puremath30.com 30 part i: stretches about other lines Stretches about other lines: Stretches about lines other than the x & y axis are frequently required. Example 1: Stretch the graph horizontally

More information

Mid Term Pre Calc Review

Mid Term Pre Calc Review Mid Term 2015-13 Pre Calc Review I. Quadratic Functions a. Solve by quadratic formula, completing the square, or factoring b. Find the vertex c. Find the axis of symmetry d. Graph the quadratic function

More information

Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D.

Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D. Math 165 - Review Chapters 3 and 4 Name Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D. Find the quadratic function satisfying

More information

Math 111: Midterm 1 Review

Math 111: Midterm 1 Review Math 111: Midterm 1 Review Prerequisite material (see review section for additional problems) 1. Simplify the following: 20a 2 b 4a 2 b 1 ( 2x 3 y 2 ) 2 8 2 3 + ( 1 4 ) 1 2 2. Factor the following: a)

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Pre-Calculus Mid Term Review. January 2014 Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Use the graph of the function f, plotted with a solid

More information

You used set notation to denote elements, subsets, and complements. (Lesson 0-1)

You used set notation to denote elements, subsets, and complements. (Lesson 0-1) You used set notation to denote elements, subsets, and complements. (Lesson 0-1) Describe subsets of real numbers. Identify and evaluate functions and state their domains. set-builder notation interval

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions 6 Chapter 1 Section 1.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations in order to explain or

More information

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW Name: Block: ALGEBRA W/ TRIGONOMETRY MIDTERM REVIEW Algebra 1 Review Find Slope and Rate of Change Graph Equations of Lines Write Equations of Lines Absolute Value Functions Transformations Piecewise Functions

More information

2.1 Basics of Functions and Their Graphs

2.1 Basics of Functions and Their Graphs .1 Basics of Functions and Their Graphs Section.1 Notes Page 1 Domain: (input) all the x-values that make the equation defined Defined: There is no division by zero or square roots of negative numbers

More information

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course.

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course. Summer Review for Students Entering Pre-Calculus with Trigonometry 1. Using Function Notation and Identifying Domain and Range 2. Multiplying Polynomials and Solving Quadratics 3. Solving with Trig Ratios

More information

Math 2 Coordinate Geometry Part 1 Slope & Transformations

Math 2 Coordinate Geometry Part 1 Slope & Transformations Math 2 Coordinate Geometry Part 1 Slope & Transformations 1 MATH 1 REVIEW: THE NUMBER LINE A number line is a visual representation of all real numbers. Each of the images below are examples of number

More information

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course.

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course. 1. Using Function Notation and Identifying Domain and Range 2. Multiplying Polynomials and Solving Quadratics 3. Solving with Trig Ratios and Pythagorean Theorem 4. Multiplying and Dividing Rational Expressions

More information

Sample: Do Not Reproduce QUAD4 STUDENT PAGES. QUADRATIC FUNCTIONS AND EQUATIONS Student Pages for Packet 4: Quadratic Functions and Applications

Sample: Do Not Reproduce QUAD4 STUDENT PAGES. QUADRATIC FUNCTIONS AND EQUATIONS Student Pages for Packet 4: Quadratic Functions and Applications Name Period Date QUADRATIC FUNCTIONS AND EQUATIONS Student Pages for Packet 4: Quadratic Functions and Applications QUAD 4.1 Vertex Form of a Quadratic Function 1 Explore how changing the values of h and

More information

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42 Contents 0.1 Basic Facts...................................... 8 0.2 Factoring Formulas.................................. 9 1 Review of Functions 15 1.1 Functions.......................................

More information

Precalculus 2 Section 10.6 Parametric Equations

Precalculus 2 Section 10.6 Parametric Equations Precalculus 2 Section 10.6 Parametric Equations Parametric Equations Write parametric equations. Graph parametric equations. Determine an equivalent rectangular equation for parametric equations. Determine

More information

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function?

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function? Meeting 1 Introduction to Functions Part 1 Graphing Points on a Plane (REVIEW) A plane is a flat, two-dimensional surface. We describe particular locations, or points, on a plane relative to two number

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

Review for test 2. Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0

Review for test 2. Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0 Review for test 2 Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0 a) The graph of y=f(x-c) is obtained by b) The graph of y=f(x+c)

More information

Lesson 1: Analyzing Quadratic Functions

Lesson 1: Analyzing Quadratic Functions UNIT QUADRATIC FUNCTIONS AND MODELING Lesson 1: Analyzing Quadratic Functions Common Core State Standards F IF.7 F IF.8 Essential Questions Graph functions expressed symbolically and show key features

More information

Part I. Problems in this section are mostly short answer and multiple choice. Little partial credit will be given. 5 points each.

Part I. Problems in this section are mostly short answer and multiple choice. Little partial credit will be given. 5 points each. Math 106/108 Final Exam Page 1 Part I. Problems in this section are mostly short answer and multiple choice. Little partial credit will be given. 5 points each. 1. Factor completely. Do not solve. a) 2x

More information

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x.

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x. Section 5.6 Optimization 541 5.6 Exercises 1. Find the exact maximum value of the function fx) = x 2 3x. 2. Find the exact maximum value of the function fx) = x 2 5x 2. 3. Find the vertex of the graph

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by Course of study- Algebra 1-2 1. Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by students in Grades 9 and 10, but since all students must

More information

Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D.

Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D. Math 165 - Review Chapters 3 and 4 Name Remember to SHOW ALL STEPS. You must be able to solve analytically. Answers are shown after each problem under A, B, C, or D. Find the quadratic function satisfying

More information

2.1 Solutions to Exercises

2.1 Solutions to Exercises Last edited 9/6/17.1 Solutions to Exercises 1. P(t) = 1700t + 45,000. D(t) = t + 10 5. Timmy will have the amount A(n) given by the linear equation A(n) = 40 n. 7. From the equation, we see that the slope

More information

QUADRATICS Graphing Quadratic Functions Common Core Standard

QUADRATICS Graphing Quadratic Functions Common Core Standard H Quadratics, Lesson 6, Graphing Quadratic Functions (r. 2018) QUADRATICS Graphing Quadratic Functions Common Core Standard Next Generation Standard F-IF.B.4 For a function that models a relationship between

More information

9.1 Linear Inequalities in Two Variables Date: 2. Decide whether to use a solid line or dotted line:

9.1 Linear Inequalities in Two Variables Date: 2. Decide whether to use a solid line or dotted line: 9.1 Linear Inequalities in Two Variables Date: Key Ideas: Example Solve the inequality by graphing 3y 2x 6. steps 1. Rearrange the inequality so it s in mx ± b form. Don t forget to flip the inequality

More information

Skill 3 Relations and Functions

Skill 3 Relations and Functions Skill 3 Relations and Functions 3a: Use Interval and Set Notation 3b: Determine the domain and range of a relation given a set of ordered pairs, a graph, or an equation 3c: Determine whether a relation

More information

Student Exploration: Quadratics in Polynomial Form

Student Exploration: Quadratics in Polynomial Form Name: Date: Student Exploration: Quadratics in Polynomial Form Vocabulary: axis of symmetry, parabola, quadratic function, vertex of a parabola Prior Knowledge Questions (Do these BEFORE using the Gizmo.)

More information

1.1 - Functions, Domain, and Range

1.1 - Functions, Domain, and Range 1.1 - Functions, Domain, and Range Lesson Outline Section 1: Difference between relations and functions Section 2: Use the vertical line test to check if it is a relation or a function Section 3: Domain

More information

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2 Graphing Techniques In this chapter, we will take our knowledge of graphs of basic functions and expand our ability to graph polynomial and rational functions using common sense, zeros, y-intercepts, stretching

More information

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value.

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value. Objectives: Find a function that models a problem and apply the techniques from 4.1, 4., and 4.3 the find the optimal or best value. Suggested procedure: Step 1. Draw a picture! Label variables and known

More information

Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations

Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations Name: Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations Date: USING TWO POINTS TO FIND THE SLOPE - REVIEW In mathematics, the slope of a line is often called m. We can find the slope if we

More information

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA Chapter 1 : BioMath: Transformation of Graphs Use the results in part (a) to identify the vertex of the parabola. c. Find a vertical line on your graph paper so that when you fold the paper, the left portion

More information

Graphing Absolute Value Functions

Graphing Absolute Value Functions Graphing Absolute Value Functions To graph an absolute value equation, make an x/y table and plot the points. Graph y = x (Parent graph) x y -2 2-1 1 0 0 1 1 2 2 Do we see a pattern? Desmos activity: 1.

More information

College Algebra. Fifth Edition. James Stewart Lothar Redlin Saleem Watson

College Algebra. Fifth Edition. James Stewart Lothar Redlin Saleem Watson College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson 4 Polynomial and Rational Functions 4.6 Rational Functions Rational Functions A rational function is a function of the form Px (

More information

6.4 Vertex Form of a Quadratic Function

6.4 Vertex Form of a Quadratic Function 6.4 Vertex Form of a Quadratic Function Recall from 6.1 and 6.2: Standard Form The standard form of a quadratic is: f(x) = ax 2 + bx + c or y = ax 2 + bx + c where a, b, and c are real numbers and a 0.

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Approximate the coordinates of each turning point by graphing f(x) in the standard viewing

More information

. As x gets really large, the last terms drops off and f(x) ½x

. As x gets really large, the last terms drops off and f(x) ½x Pre-AP Algebra 2 Unit 8 -Lesson 3 End behavior of rational functions Objectives: Students will be able to: Determine end behavior by dividing and seeing what terms drop out as x Know that there will be

More information

Section 3.1 Graphing Using the Rectangular Coordinate System

Section 3.1 Graphing Using the Rectangular Coordinate System Objectives Section 3.1 Graphing Using the Rectangular Coordinate System n Construct a rectangular coordinate system n Plot ordered pairs and determine the coordinates of a point n Graph paired data n Read

More information

Math 213 Calculus III Practice Exam 2 Solutions Fall 2002

Math 213 Calculus III Practice Exam 2 Solutions Fall 2002 Math 13 Calculus III Practice Exam Solutions Fall 00 1. Let g(x, y, z) = e (x+y) + z (x + y). (a) What is the instantaneous rate of change of g at the point (,, 1) in the direction of the origin? We want

More information

Algebra 2 Common Core Summer Skills Packet

Algebra 2 Common Core Summer Skills Packet Algebra 2 Common Core Summer Skills Packet Our Purpose: Completion of this packet over the summer before beginning Algebra 2 will be of great value to helping students successfully meet the academic challenges

More information

Unit 2-2: Writing and Graphing Quadratics NOTE PACKET. 12. I can use the discriminant to determine the number and type of solutions/zeros.

Unit 2-2: Writing and Graphing Quadratics NOTE PACKET. 12. I can use the discriminant to determine the number and type of solutions/zeros. Unit 2-2: Writing and Graphing Quadratics NOTE PACKET Name: Period Learning Targets: Unit 2-1 12. I can use the discriminant to determine the number and type of solutions/zeros. 1. I can identify a function

More information

1.1 Pearson Modeling and Equation Solving

1.1 Pearson Modeling and Equation Solving Date:. Pearson Modeling and Equation Solving Syllabus Objective:. The student will solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical

More information

NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED

NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED Algebra II (Wilsen) Midterm Review NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED Remember: Though the problems in this packet are a good representation of many of the topics that will be on the exam, this

More information

Pre-Calculus Notes: Chapter 3 The Nature of Graphs

Pre-Calculus Notes: Chapter 3 The Nature of Graphs Section Families of Graphs Name: Pre-Calculus Notes: Chapter 3 The Nature of Graphs Family of graphs Parent graph A group of graphs that share similar properties The most basic graph that s transformed

More information

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 Name GRAPHICAL REPRESENTATION OF DATA: You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 ) and (x, y ) is x1 x y1 y,.

More information

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once Algebra 2 Chapter 2 Domain input values, X (x, y) Range output values, Y (x, y) Function For each input, there is exactly one output Example: Vertical Line Test a relationship is a function, if NO vertical

More information

Section 2.1 Graphs. The Coordinate Plane

Section 2.1 Graphs. The Coordinate Plane Section 2.1 Graphs The Coordinate Plane Just as points on a line can be identified with real numbers to form the coordinate line, points in a plane can be identified with ordered pairs of numbers to form

More information