The data is more curved than linear, but not so much that linear regression is not an option. The line of best fit for linear regression is

Size: px
Start display at page:

Download "The data is more curved than linear, but not so much that linear regression is not an option. The line of best fit for linear regression is"

Transcription

1 CHAPTER 5 Nonlinear Models 1. Quadratic Function Models Consider the following table of the number of Americans that are over 100 in various years. Year Number (in 1000 s) How many would you predict would be over 100 in 2008? Let s plot the data in our calculator, using L 1 for Year and L 2 for Number. Set a WINDOW of [1992, 2008] [0, 180]. The data is more curved than linear, but not so much that linear regression is not an option. The line of best fit for linear regression is or y = 6.057x 12, f(x) = 6.057x 12,

2 1. QUADRATIC FUNCTION MODELS 79 Add this to the plot as Y1 and look at the graph. Evaluating f(x) at x = 2008 (2nd/CALC/1:value/X=2008/ENTER) gives f(2008) = 130. Visually, this appears to be an underestimation. Recall that regression equations work best with values of x within the boundaries of the data (1994 apple x apple 2004). Working outside these boundaries to make predictions is called extrapolation, and is often not as accurate as working inside the boundaries. Note also that r 2 =.96 here, so there is a linear relationship, but how strong this holds beyond the boundaries of the data is questionable. What about finding a curve to fit the data? We will try the parabola which best fits the data. A parabola is the graph of a quadratic function y = ax 2 + bx + c. We obtain the quadratic equation of best fit by using quadratic regression (STAT/CALC/5:QuadReg/VARS/Y-VARS/1:Function/1;Y1/ENTER). Note that r 2 =.997 here, so we expect a very good fit: y =.402x x This appears to be a good fit and we expect a good approximation for If y = f(x), f(2008) = 157.

3 80 5. NONLINEAR MODELS Parabolas graphs of y = ax 2 + bx + c a > 0 concave up a < 0 concave down a = magnitude of a parabola. The greater the magnitude, the steeper the parabola. On the TI: (1) Compare x 2 4x + 2 and 4x 2 4x + 2 on [ 3, 6] [ 3, 20]. (2) Compare x 2 3x + 5 and 3x 2 3x + 5 on [ 6, 4] [ 10, 10]. Notice that c (or more precisely, (0, c)), is the y-intercept, while b a ects the horizontal and vertical placement of the parabola. Since the roots of a parabola are the solutions of ax 2 + bx + c = 0, they are x = b ± p b 2 4ac 2a = b 2a ± p b 2 2a 4ac b by the quadratic formula, and the x-coordinate of the vertex is x = 2a, b which is halfway between the roots. The vertical line x = is called the 2a axis of symmetry.

4 1. QUADRATIC FUNCTION MODELS 81 The vertex is the point on the graph where the function changes from decreasing to increasing or vice-versa. Example. Find the concavity, intercepts, and vertex of Solution f(x) = 2x 2 2.4x f is concave down with a magnitude of 2. The axis of symmetry is x = b 2a = 2.4 2( 2) = 0.6. Since f( 0.6) = 15.68, the vertex is (.6, 15.68). The y-intercept is c = = f(0). The x-intercepts are x = b ± p b 2 4ac = b p b 2a 2a ± 2 4ac =.6 ± ( 2.8) 2a or x = 3.4 and x = 2.2.

5 82 5. NONLINEAR MODELS Problem (Page 299 #8). We are given that the graph is a parabola, so it is the graph of f(x) = ax 2 + bx + c. Three noncollinear points are su cient to provide 3 linear equations in a, b, and c that has a unique solution. The graph here appears to pass through ( 1, 1), (0, 1), and (1, 3). From f(0) = c = 1, the y-intercept, we have f(x) = ax 2 + bx + 1. From f( 1) = a b + 1 = 1, we have a b = 0. From f(1) = a + b + 1 = 3, we have a + b = 2. Adding the last two equations on the right, we have Thus f(x) = x 2 + x + 1. Problem (Page 300 #14). 2a = 2 ) a = 1 ) b = 1. We find the unique quadratic function that fits the three points (0, 6), (20, 68), and (40, 438), the middle point along with the two extremes. From f(0) = c = 6, the y-intercept, we have f(x) = ax 2 + bx + 6. From f(20) = 400a + 20b + 6 = 68, we have 400a + 20b = 62. From f(40) = 1600a + 40b + 6 = 438, we have 1600a + 40b = 432. From the last two equations on the right, we have ( ) 800a 40b = 124 ) 800a = 308 ) a =.385 ) 1600a + 40b = 432 Thus f(x) =.385x 2 4.6x + 6. Note that f(10) = points are missed b = 62 ) 20b = 92 ) b = = 16 and f(30) = = 233, so the 2nd and 4th

6 1. QUADRATIC FUNCTION MODELS 83 The graph on the left shows f(x) and the 5 points. Since health care costs are predicted to rise into the future, this model looks reasonably solid for predicting future costs despite the discrepancy at x = 10. The model on the right comes from using the first three points, f(x) =.21x 2 1.1x + 6, and clearly begins to underestimate costs after year 20. This is not a good model.

7 84 5. NONLINEAR MODELS Problem (Page 306 #36). The data is decreasing and concave up, so a quadratic model seems feasible. From quadratic regression, we get f(x) = 2.562x x Note that r 2 =.995, so this is a good fit. Graphically, we also see a good fit during a time when the active army was downsizing. However, the downsizing model will only last a couple more years in the future.

8 2. HIGHER POLYNOMIAL FUNCTION MODELS 85 Problem (Page 304 #28). The data does not appear to be quadratic. The quadratic equation of best fit, f(x) =.024x x , only has r 2 =.922, quite di erent from our usual.99 s. Also, while a parabola is concave up or down, the concavity appears to change here. 2. Higher Polynomial Function Models What kind of model can we use for the previous data? Since our quadratic model for this data is practically linear, let s also rule out a linear model for now. Definition. An inflection point is a point where a function changes concavity. Note. (1) A line has no concavity. (2) A parabola has no inflection point.

9 86 5. NONLINEAR MODELS Definition. A cubic function is a polynomial of degree 3 and has the form Note. f(x) = ax 3 + bx 2 + cx + d. (1) A cubic function has exactly one inflection point. (2) If a > 0, we get one of these two shapes (concave down, followed by concave up). (3) If a < 0, we get one of these two shapes (concave up, followed by concave down). But the data of #28 has two regions of concave up and one of concave down for 2 inflection points. Definition. A quartic function is a polynomial of degree 4 and has the form f(x) = ax 4 + bx 3 + cx 2 + dx + e.

10 Note. 2. HIGHER POLYNOMIAL FUNCTION MODELS 87 (1) A quartic function may have 0 or 2 inflection points. (2) If a > 0, we get one of the three basic shapes below. (3) If a < 0, we get one of the three basic shapes below. Based on the above, a quartic model with a > 0 is suggested for our data. We use 7:QuartReg to do quartic regression. With r 2 = 1, we have an excellent fit. We have f(x) = x x x x The graph is on the next page.

11 88 5. NONLINEAR MODELS Although the data does an adequate job of modeling the data for the years , we need to be careful about extrapolating this data past 2000, especially given the steep rise of the curve after x = 20 (2000). So perhaps, in the end, a linear model might be the best predictor of the future.

12 2. HIGHER POLYNOMIAL FUNCTION MODELS 89 Problem (Page 329 #18). A plot of the data points shows one change of concavity, so we use cubic regression. We have f(x) =.4514x x x with r 2 =.998, suggesting a good fit. We see a good fit, but the projection for 2006, f(11) = 210, is troublesome, since it indicates a decline in internet usage at a time when it would be expected to grow. Perhaps linear regression would be better for predicting users for the near future.

13 90 5. NONLINEAR MODELS Problem (Page 324 #4). The data appears to be linear, but we are asked to use a quadratic, cubic, or quartic model, the simplest to fit the data. Since the data appears slightly concave down, we choose the quadratic model. We get f(x) = x x with r 2 =.998, suggesting a good fit. Linear regression gives r 2 =.997. This is a model where extrapolation seems plausible over the next period of years. It appears salaries will reach $100,000 between years (x = 30 or x = 31). f(30) = 99, 929 f(31) = 101, 856

14 Consider the following data points. 3. EXPONENTIAL FUNCTION MODELS Exponential Function Models x f(x) , ,512 1,917,511 We consider the polynomial models.

15 92 5. NONLINEAR MODELS All of these models have regions of negative values and miss points by 50,000 or more, so they are unsatisfactory. Let s look at something new exponential regression.

16 3. EXPONENTIAL FUNCTION MODELS 93 Clearly, exponential regression gives an almost perfect fit. Looking back to the data, x f(x) , ,512 1,917,511 we see equal gaps of 5 for x, but not equal gaps for f(x) (as in the linear case). However, consider successive ratios: = 7.6, = 7.59, = 7.59, 33, = 7.59, 252, , 253 = 7.59, 1, 917, , 512 = 7.59 We notice a property of exponential functions for equal increments of x, the ratio of function values is constant (ignoring some rounding o error).

17 94 5. NONLINEAR MODELS Definition. If a and b are real numbers with a 6= 0, b > 0, and b 6= 1, then the function y = f(x) = ab x is called an exponential function. The value b is the base of the exponential function. Note. (1) Exponential functions are often used to model growth and decay of a quantity. In such cases, x (or t, which is more commonly used), represents time, and since f(0) = ab 0 = a 1 = a, a is called the initial value of the function. (2) If a = 0, b = 0, or b = 1, we would have constant functions. (3) If b < 0, any noninteger powers would be complex or imaginary numbers. (4) a is the y-intercept of the graph of f(x). (5) For b > 1, b is called the growth factor. Example. f(x) = 10(1.5) x. As x increases by 1, f(x) increases by a factor of 1.5. f(0) = 10, f(1) = 15 = 1.5(10), f(2) = 22.5 = 1.5(15) As x increases, the graph moves away from the x-axis. (6) For 0 < b < 1, b is called a decay factor. Example. f(x) = 10( 1 2 )x. As x increases by 1, f(x) decreases by a factor of 1 2. f(0) = 10, f(1) = 5 = 1 2 (10), f(2) = 2.5 = 1 2 (5) As x increases, the graph moves towards the x-axis.

18 3. EXPONENTIAL FUNCTION MODELS 95 Problem (Page 344 #6). y = 0.1(0.2) x. (a) a < 0 and 0 < b < 1 =) increasing. (b) Concave down. (c) y-intercept is (0, 0.1).

19 96 5. NONLINEAR MODELS Problem (Page 344 #18). Two points with distinct y-coordinates determine a unique exponential function, y = ab x. To find the two numbers a and b, we need two equations, i.e., two points. You may use any two points, but write the point with the larger x first. (5, 32) =) 32 = ab 5 (2, 4) =) 4 = ab 2 (divide) 8 = b 3 =) 8 1/3 = b =) 2 = b. Thus y = a 2 x. (2, 4) =) 4 = a 2 2 =) 4 = 4a =) a = 1. Then Problem (Page 344 #20). y = 1 2 x. y = ab x. (0, 10000) is the y-intercept, so = ab 0 = a 1 = a. Thus y = 10000b x. Now take any other point. (5, 24.3) =) 24.3 = b 5 =) b 5 = b = /5 =.3. Then y = 10000(.3) x. = =)

20 3. EXPONENTIAL FUNCTION MODELS 97 Problem (Page 345 #22). Since t increases by 5 s (evenly), we check successive ratios of I: , , , Since these ratios are approximately the same, exponential regression makes sense. We get I(t) = ( ) t. For 2005 (t = 25), we have I(25) = This means that at the end of 2005, the price of wine consumed at home is expected to be 173.1% of its 1984 price. For example, a bottle of wine costing $20 in 1984 is expected to cost $34.62 in Problem (Page 303 #24). Since the points appear to be concave down, the quadratic model gives us with r 2 =.994. f(x) =.052x x

21 98 5. NONLINEAR MODELS Even though it fits the data well, it forecasts that the percentage of new homes with central air will go down, which doesn t seem likely, so this function is not a good model. The quartic model also has no inflection points for some cases, so we try that and get with r 2 = 1. f(x) = x x 3.101x x + 34 This is an extremly good fit, but would surpass 100% in just a few years, limiting its usefulness. What kind of curve does the shape of our points suggest? Our data would seem to approach 100 as a horizontal asymptote. The points suggest an exponential curve like the bottom curve on page 333. But all those curves have y = 0 as a horizontal asymptote, not y = 100. So we align the data. We subtract 100 from each y-value in L 2 and put the result in L 3. You can do this easily by putting the cursor on L 3 and typing 2nd ENTER. You then get the following graph using Plot2 with L 1 and L 3.

22 3. EXPONENTIAL FUNCTION MODELS 99 But ExpReg doesn t work with negative y s, so we multiply each y in L 3 by 1 and put the result in L 4. Put the cursor on L 4 and type -1 2nd 3 ENTER. Plot3 with L 1 and L 4 gives a graph like the second one on page 333. Then ExpReg L 1, L 4, Y 1 gives f(x) = 63.32(.954) x. Taking its negative and adding 100 (reversing what we did earlier) gives a final model of f(x) = 63.32(.954) x + 100, whose graph follows.

23 NONLINEAR MODELS Adjusting Y 1 to the final model also gives this graph as Plot1. Definition. Let y = ab t model the amount of a quantity at time t years. The annual growth rate r of the quantity y is given by Similarly, the annual growth factor is Note. r = b 1. b = r + 1. (1) r is the decimal form of the percentage. (2) r > 0 is called appreciation. (3) r < 0 is called depreciation.

24 3. EXPONENTIAL FUNCTION MODELS 101 Problem (Page 345 #28). y = ab t r = 16% =.16 =) b = =.84. From y(2002) = , we have y = a(.84) t = a(.84) But the calculator cannot handle.84 ^ So let t = years after Then a = =) Since t = 5 for 2007, y = (.84) t. y(5) = (.84) 5 = Thus the TV would cost $ in Problem (Page 346 #32). Solve (0.9) x = 0.5 graphically. (1) Graph Y 1 = 0.9 ^ x. (2) Graph Y 2 = 0.5. (3) Set a WINDOW [0, 10] [0, 2]. (4) Use 2nd/Calc/5:Intersect to get x =

25 NONLINEAR MODELS 4. Logarithmic Function Models How would we solve an equation like the one in the previous problem, (0.9) x = 0.5, algebraically, where the variable is an exponent? Let s consider the function y = 3 x and the following points on its graph: x y For what value of x is y = 100, or equivalently, solve 3 x = 100.

26 {z} x is the exponent {z we place on } {z} 3 to get {z 100 }. x = log base 3 of LOGARITHMIC FUNCTION MODELS 103 Definition. Let b and x be real numbers with b > 0, b 6= 1, and x > 0. The function y = log b (x) [or y = log b x] is called a logarithmic function. The value b is called the base of the logarithmic function. We read the expression log b (x) as log base b of x. Note. A logarithm is an exponent, and every exponent needs a base. We view the graph of x = g(y) = log 3 y along with an illustration of log 3 100, which is about 4.2. A partial list of points is y x Example. Find y = log y = 2 since 4 2 = 16. Example. Find y = log y = 3 since 5 3 = 125.

27 NONLINEAR MODELS Example. Find y = log y = 4 since 3 4 = = The most common logarithms are log 10, usually just written as log, and log e, usually written as ln for natural logarithm. These have corresponding keys on your calculator. The number e is generated by letting n! 1 in n For instance, if n = 10 10, we get n or n + 1 n {z} 1828 {z} to 9 decimal places for this irrational number. Theorem (Change of base formula). n. Any logarithm can be written in terms of log and ln by log b x = log x log b = ln x ln b.

28 4. LOGARITHMIC FUNCTION MODELS 105 We view the graphs of y = ln x and y = log x together. All logarithmic graphs pass through the point (1, 0) and have the y-axis as a vertical asymptote. For x > 1, the smaller the base, the larger the values of the logarithm. For x < 1, the smaller the base, the smaller (more negative) the values of the logarithm. When b > 1, log b x increases at a decreasing rate (concave down). When 0 < b < 1, log b x decreases at an increasing rate (concave up), i.e., at a rate that is less and less negative.

29 NONLINEAR MODELS Theorem (Relationship between exponential and logarithmic functions). For b > 0, b 6= 1, and x > 0, the following statements are equivalent: (1) y = log b x. (2) b y = x. Consider tables of values for f(x) = 10 x and g(x) = log(x). The output of one function is the input of the other. A point (x, y) is on one graph if and only if (y, x) is a point on the other graph. Functions with this property are called inverse functions, with each being the inverse of the other. This also means that the line y = x acts as a mirror between the two graphs.

30 4. LOGARITHMIC FUNCTION MODELS 107 Example. Solve 6 x = 216. With calculator, using inverse relationship: log 216 x = log = log 6 = 3. Without calculator: 6 x = x = 6 3 x = 3 Example. Solve 5 x = With calculator, using inverse relationship: Without calculator: Example. Solve log 3 (x) = 5. With or without calculator: 1 x = log = log log 5 = 3. 5 x = x = x = 5 3 x = 3 log 3 (x) = 5 x = 3 5 x = 243

31 NONLINEAR MODELS Rules of Logarithms Rule 7 is used extensively in solving exponential equations. Rules 1, 5, 6, 7 apply to any base. Rules 2,3,4 can be easily reformulated for any base. (1) (2) Example. Use rules of logarithms to write as a single logarithm: log(3) log(27) = 3 1 log = log = log( ) = 2 log(3) 4 log(x 2 ) 5 log(x 2 ) + log(2x 3 ) = log(x 2 ) + log(2x 3 ) = log(2x 3 ) log(x 2 ) = 2x 3 log = log(2x) x 2

32 (3) (4) 4. LOGARITHMIC FUNCTION MODELS log log(x 3 ) = 5x log log(x 3 ) = log log(x 3 ) 5x 125x x 8 2 log 3 = log = 3 log x 3 125x 6 5x 2 ln(3x) 2 3 ln(x 2 ) 5 ln(x) = ln(9x 2 ) + 6 ln(x) 5 ln(x) = ln(9x 2 ) + ln(x) = ln(x) ln(9x 2 ) = x 1 ln = ln = 9x 2 9x ln(1) ln(9x) = ln(9x) Problem (Page 358 #44). We notice that the function is increasing at a decreasing rate, so logarithmic regression is indicated. We get t = ln i with t(125) = this means the price of distilled spirits increased by 25% from 1984 to halfway through Graphs with two di erent ranges follow.

33 NONLINEAR MODELS

34 5. CHOOSING A MATHEMATICAL MODEL Choosing a Mathematical Model Definition. Logistic Functions are functions of the form c y = f(x) = 1 + ae + k bx where a, b, c, and k are all constants. The graph comes in two styles as an increasing or decreasing S-curve. The increasing curve increases first slowly, then fast, then slowly; it is concave up followed by concave down. The decreasing curve decreases first slowly, then fast, then slowly; it is concave down followed by concave up. Both versions are bounded by horizontal asymptotes y = k and y = c + k. For the increasing curve, c > 0; for the decreasing curve, c < 0.

35 NONLINEAR MODELS Selecting a Mathematical Model. (1) Draw a scatter plot. (2) Determine whether the scatter plot exhibits the behavior of the graph of one or more of the standard mathematical functions: linear, quadratic, cubic, quartic, exponential, logarithmic, or logistic. (3) Find a mathematical model for each function type selected in step 2. (4) Use all available information to anticipate the expected behavior of the thing being modeled outside of the data set. Eliminate models that don t exhibit the expected behavior. (Sometimes it is convenient to switch the order of Steps 3 and 4.) (5) Choose the simplest model from among the models that meet your criteria. Key features of the various models are given below.

36 5. CHOOSING A MATHEMATICAL MODEL 113 Problem (Page 371 #6). With the exception of a couple of points, the data appears to be sort of linear, but a concave up region followed by a concave down region is evident. Since tuition is not likely to level o, ruling out the logistic model, we look to the cubic model. We get f(x) =.249x x x For 2005, the cubic model gives f(21) 1801, which seems low. Thus we look to the linear model: f(x) = x For 2005, this gives f(21) 1995, which seems to make more sense based on the data, even though the linear model may not fit the points as well.

37 NONLINEAR MODELS Problem (Page 370 #2). The data appears slightly concave up. Candidate models are then quadratic and exponential. We check ratios over the last 4 points where the x-gaps are equal: =.978, =.980, =.985. We view the graphs of the models for 30 years (put the quadratic model as Y 1 and the exponential as Y 2 ). For the quadratic model, r 2 =.998, while for the exponential, r 2 =.977, indicating a better fit for the quadratic model, as is also clear from the graph. Further, the quadratic model matches the leveling o of the loss of farms, while the exponential model (whose graph in this window is almost linear) will not level o until much closer to the x-axis. So we choose the quadratic model f(x) = x x For the year 2000, this gives us f(22) 928. This makes sense since we expect the number of farms to continue to decrease into the near future.

38 5. CHOOSING A MATHEMATICAL MODEL 115

39 NONLINEAR MODELS Problem (Page 373 #12). We first create a data table. Let t = days since March 12. Let P = price in $1000 s. t P (in 1000 s) The plot appears to be concave down and ever more slowly increasing, i.e., logarithmic. But a logarithmic curve cannot have 0 in its domain. So we align the data by letting t = days since March 11. Then we have t P (in 1000 s) Then logarithmic regression gives for the new home style. P = ln t Problem (Page 373 #14). We are given an annual growth rate of 4%, suggesting an exponential model y = ab t. We have r =.04, so b = 1.04 =.96. If t = years from the present, and M = # of members still alive, so the model is a = M(0) = 95, M(t) = 95(.96) t.

40 5. CHOOSING A MATHEMATICAL MODEL 117 Problem (Page 373 #17). We let x = years since 1990 and y = population. A data table is x y Recall logistic regression c y = f(x) = 1 + ae + k bx has horizontal asymptotes y = k andy = c + k with c > 0 for the increasing curve and c < 0 for the decreasing curve. However, the TI-83 Plus and TI-84 Plus, but not the TI-89, assume that k = 0. For our data, k = 2600 seems reasonable, so we align the data by making the right hand column y x y On the TI, put the cursor on L 3, and punch 2nd /ENTER to place the aligned data in L 3, and then punch STAT/CALC/B:Logistic/2nd 1/,/2nd 3/,/Y 1 /ENTER. We get or y 2600 = e x y = e x Since the denominator approaches 1 as x gets large, the model projects a maximum population of = 9530.

41 NONLINEAR MODELS After adding 2600 to Y 1, view the graph in a window [ model projects a 2003 population of y(13) = 6258, 1, 20] [0, 10000]. Our quite a bit less than the department of Commerce projection of We look for a di erent model: (1) The quadratic and cubic models show population decreases between 1990 and 2000, so are rejected. Also, their predictions for 2003 are about the same as for the logistic model. (2) We don t have enough points for the quartic model to work. (3) We go to the exponential model with the aligned data since we want y = 0 as a horizontal asymptote. We use ExpReg L 1, L 3, Y 1 to get y 2600 = ( ) x or y = ( ) x Now y(13) = 6910, which is closer to the Department of Commerce projection. Problem (Page 373 #20). Let x = joint yearly salary and T = taxes owed. 8 ><.1x if 0 apple x apple 14, 000 T (x) =.1(14, 000) +.15(x 14, 000) if 14, 000 < x apple 56, 800. >:.1(14, 000) +.15(42, 800) +.25(x 56, 800) if x > 56, ><.1x if 0 apple x apple 14, 000 Then T (x) =.15x 700 if 14, 000 < x apple 56, 800. >:.25x 6380 if 56, 800 < x apple 114, 650

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals ALGEBRA REVIEW LEARNING SKILLS CENTER The "Review Series in Algebra" is taught at the beginning of each quarter by the staff of the Learning Skills Center at UC Davis. This workshop is intended to be an

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

Graphing Quadratic Functions

Graphing Quadratic Functions Problem 1 The Parabola Examine the data in L 1 and L to the right. Let L 1 be the x- value and L be the y-values for a graph. 1. How are the x and y-values related? What pattern do you see? To enter the

More information

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line College Algebra in Context with Applications for the Managerial, Life, and Social Sciences, 3rd Edition Ronald J. Harshbarger, University of South Carolina - Beaufort Lisa S. Yocco, Georgia Southern University

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

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: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

7.1 Graphs of Quadratic Functions in Vertex Form

7.1 Graphs of Quadratic Functions in Vertex Form 7.1 Graphs of Quadratic Functions in Vertex Form Quadratic Function in Vertex Form A quadratic function in vertex form is a function that can be written in the form f (x) = a(x! h) 2 + k where a is called

More information

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F FINAL REVIEW WORKSHEET COLLEGE ALGEBRA Chapter 1. 1. Given the following equations, which are functions? (A) y 2 = 1 x 2 (B) y = 9 (C) y = x 3 5x (D) 5x + 2y = 10 (E) y = ± 1 2x (F) y = 3 x + 5 a. all

More information

This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide.

This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide. COLLEGE ALGEBRA UNIT 2 WRITING ASSIGNMENT This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide. 1) What is the

More information

Algebra 2: Themes for the Big Final Exam

Algebra 2: Themes for the Big Final Exam Algebra : Themes for the Big Final Exam Final will cover the whole year, focusing on the big main ideas. Graphing: Overall: x and y intercepts, fct vs relation, fct vs inverse, x, y and origin symmetries,

More information

Also, compositions of an exponential function with another function are also referred to as exponential. An example would be f(x) = 4 + 100 3-2x.

Also, compositions of an exponential function with another function are also referred to as exponential. An example would be f(x) = 4 + 100 3-2x. Exponential Functions Exponential functions are perhaps the most important class of functions in mathematics. We use this type of function to calculate interest on investments, growth and decline rates

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

MAT12X Intermediate Algebra

MAT12X Intermediate Algebra MAT12X Intermediate Algebra Workshop I - Exponential Functions LEARNING CENTER Overview Workshop I Exponential Functions of the form y = ab x Properties of the increasing and decreasing exponential functions

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

1 Shapes of Cubic Functions

1 Shapes of Cubic Functions MA 1165 - Lecture 05 1 1/26/09 1 Shapes of Cubic Functions A cubic function (a.k.a. a third-degree polynomial function) is one that can be written in the form f(x) = ax 3 + bx 2 + cx + d. (1) Quadratic

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

Equations. #1-10 Solve for the variable. Inequalities. 1. Solve the inequality: 2 5 7. 2. Solve the inequality: 4 0

Equations. #1-10 Solve for the variable. Inequalities. 1. Solve the inequality: 2 5 7. 2. Solve the inequality: 4 0 College Algebra Review Problems for Final Exam Equations #1-10 Solve for the variable 1. 2 1 4 = 0 6. 2 8 7 2. 2 5 3 7. = 3. 3 9 4 21 8. 3 6 9 18 4. 6 27 0 9. 1 + log 3 4 5. 10. 19 0 Inequalities 1. Solve

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

12.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following:

12.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following: Section 1.6 Logarithmic and Exponential Equations 811 1.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following: Solve Quadratic Equations (Section

More information

FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA

FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA 1.1 Solve linear equations and equations that lead to linear equations. a) Solve the equation: 1 (x + 5) 4 = 1 (2x 1) 2 3 b) Solve the equation: 3x

More information

Graphing Linear Equations in Two Variables

Graphing Linear Equations in Two Variables Math 123 Section 3.2 - Graphing Linear Equations Using Intercepts - Page 1 Graphing Linear Equations in Two Variables I. Graphing Lines A. The graph of a line is just the set of solution points of the

More information

The Logistic Function

The Logistic Function MATH 120 Elementary Functions The Logistic Function Examples & Exercises In the past weeks, we have considered the use of linear, exponential, power and polynomial functions as mathematical models in many

More information

EL-9650/9600c/9450/9400 Handbook Vol. 1

EL-9650/9600c/9450/9400 Handbook Vol. 1 Graphing Calculator EL-9650/9600c/9450/9400 Handbook Vol. Algebra EL-9650 EL-9450 Contents. Linear Equations - Slope and Intercept of Linear Equations -2 Parallel and Perpendicular Lines 2. Quadratic Equations

More information

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS. Copyright Cengage Learning. All rights reserved.

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS. Copyright Cengage Learning. All rights reserved. 3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Copyright Cengage Learning. All rights reserved. What You Should Learn Recognize and evaluate logarithmic functions with base a. Graph logarithmic functions.

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

100. In general, we can define this as if b x = a then x = log b

100. In general, we can define this as if b x = a then x = log b Exponents and Logarithms Review 1. Solving exponential equations: Solve : a)8 x = 4! x! 3 b)3 x+1 + 9 x = 18 c)3x 3 = 1 3. Recall: Terminology of Logarithms If 10 x = 100 then of course, x =. However,

More information

Some Lecture Notes and In-Class Examples for Pre-Calculus:

Some Lecture Notes and In-Class Examples for Pre-Calculus: Some Lecture Notes and In-Class Examples for Pre-Calculus: Section.7 Definition of a Quadratic Inequality A quadratic inequality is any inequality that can be put in one of the forms ax + bx + c < 0 ax

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

Answer Key Building Polynomial Functions

Answer Key Building Polynomial Functions Answer Key Building Polynomial Functions 1. What is the equation of the linear function shown to the right? 2. How did you find it? y = ( 2/3)x + 2 or an equivalent form. Answers will vary. For example,

More information

Graphing Linear Equations

Graphing Linear Equations Graphing Linear Equations I. Graphing Linear Equations a. The graphs of first degree (linear) equations will always be straight lines. b. Graphs of lines can have Positive Slope Negative Slope Zero slope

More information

For additional information, see the Math Notes boxes in Lesson B.1.3 and B.2.3.

For additional information, see the Math Notes boxes in Lesson B.1.3 and B.2.3. EXPONENTIAL FUNCTIONS B.1.1 B.1.6 In these sections, students generalize what they have learned about geometric sequences to investigate exponential functions. Students study exponential functions of the

More information

M 1310 4.1 Polynomial Functions 1

M 1310 4.1 Polynomial Functions 1 M 1310 4.1 Polynomial Functions 1 Polynomial Functions and Their Graphs Definition of a Polynomial Function Let n be a nonnegative integer and let a, a,..., a, a, a n n1 2 1 0, be real numbers, with a

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper The following pages include the answer key for all machine-scored items, followed by the rubrics for the hand-scored items. - The rubrics show sample student responses. Other valid methods for solving

More information

Simplify the rational expression. Find all numbers that must be excluded from the domain of the simplified rational expression.

Simplify the rational expression. Find all numbers that must be excluded from the domain of the simplified rational expression. MAC 1105 Final Review Simplify the rational expression. Find all numbers that must be excluded from the domain of the simplified rational expression. 1) 8x 2-49x + 6 x - 6 A) 1, x 6 B) 8x - 1, x 6 x -

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II Academic Support Center Using the TI-83/84+ Graphing Calculator PART II Designed and Prepared by The Academic Support Center Revised June 2012 1 Using the Graphing Calculator (TI-83+ or TI-84+) Table of

More information

Examples of Tasks from CCSS Edition Course 3, Unit 5

Examples of Tasks from CCSS Edition Course 3, Unit 5 Examples of Tasks from CCSS Edition Course 3, Unit 5 Getting Started The tasks below are selected with the intent of presenting key ideas and skills. Not every answer is complete, so that teachers can

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

EXPONENTIAL FUNCTIONS 8.1.1 8.1.6

EXPONENTIAL FUNCTIONS 8.1.1 8.1.6 EXPONENTIAL FUNCTIONS 8.1.1 8.1.6 In these sections, students generalize what they have learned about geometric sequences to investigate exponential functions. Students study exponential functions of the

More information

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions The goal of this workshop is to familiarize you with similarities and differences in both the graphing and expression of polynomial

More information

TI-83/84 Plus Graphing Calculator Worksheet #2

TI-83/84 Plus Graphing Calculator Worksheet #2 TI-83/8 Plus Graphing Calculator Worksheet #2 The graphing calculator is set in the following, MODE, and Y, settings. Resetting your calculator brings it back to these original settings. MODE Y Note that

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Polynomial Expressions and Equations

Polynomial Expressions and Equations Polynomial Expressions and Equations This is a really close-up picture of rain. Really. The picture represents falling water broken down into molecules, each with two hydrogen atoms connected to one oxygen

More information

Florida Math for College Readiness

Florida Math for College Readiness Core Florida Math for College Readiness Florida Math for College Readiness provides a fourth-year math curriculum focused on developing the mastery of skills identified as critical to postsecondary readiness

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

The degree of a polynomial function is equal to the highest exponent found on the independent variables.

The degree of a polynomial function is equal to the highest exponent found on the independent variables. DETAILED SOLUTIONS AND CONCEPTS - POLYNOMIAL FUNCTIONS Prepared by Ingrid Stewart, Ph.D., College of Southern Nevada Please Send Questions and Comments to ingrid.stewart@csn.edu. Thank you! PLEASE NOTE

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y)

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y) Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = Last day, we saw that the function f(x) = ln x is one-to-one, with domain (, ) and range (, ). We can conclude that f(x) has an inverse function

More information

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Algebra 1, Quarter 2, Unit 2.1 Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

Logo Symmetry Learning Task. Unit 5

Logo Symmetry Learning Task. Unit 5 Logo Symmetry Learning Task Unit 5 Course Mathematics I: Algebra, Geometry, Statistics Overview The Logo Symmetry Learning Task explores graph symmetry and odd and even functions. Students are asked to

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

6.1 Add & Subtract Polynomial Expression & Functions

6.1 Add & Subtract Polynomial Expression & Functions 6.1 Add & Subtract Polynomial Expression & Functions Objectives 1. Know the meaning of the words term, monomial, binomial, trinomial, polynomial, degree, coefficient, like terms, polynomial funciton, quardrtic

More information

National 5 Mathematics Course Assessment Specification (C747 75)

National 5 Mathematics Course Assessment Specification (C747 75) National 5 Mathematics Course Assessment Specification (C747 75) Valid from August 013 First edition: April 01 Revised: June 013, version 1.1 This specification may be reproduced in whole or in part for

More information

DRAFT. Algebra 1 EOC Item Specifications

DRAFT. Algebra 1 EOC Item Specifications DRAFT Algebra 1 EOC Item Specifications The draft Florida Standards Assessment (FSA) Test Item Specifications (Specifications) are based upon the Florida Standards and the Florida Course Descriptions as

More information

Straightening Data in a Scatterplot Selecting a Good Re-Expression Model

Straightening Data in a Scatterplot Selecting a Good Re-Expression Model Straightening Data in a Scatterplot Selecting a Good Re-Expression What Is All This Stuff? Here s what is included: Page 3: Graphs of the three main patterns of data points that the student is likely to

More information

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide Curriculum Map/Pacing Guide page 1 of 14 Quarter I start (CP & HN) 170 96 Unit 1: Number Sense and Operations 24 11 Totals Always Include 2 blocks for Review & Test Operating with Real Numbers: How are

More information

6.4 Logarithmic Equations and Inequalities

6.4 Logarithmic Equations and Inequalities 6.4 Logarithmic Equations and Inequalities 459 6.4 Logarithmic Equations and Inequalities In Section 6.3 we solved equations and inequalities involving exponential functions using one of two basic strategies.

More information

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved. 1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs

More information

CONVERT QUADRATIC FUNCTIONS FROM ONE FORM TO ANOTHER (Standard Form <==> Intercept Form <==> Vertex Form) (By Nghi H Nguyen Dec 08, 2014)

CONVERT QUADRATIC FUNCTIONS FROM ONE FORM TO ANOTHER (Standard Form <==> Intercept Form <==> Vertex Form) (By Nghi H Nguyen Dec 08, 2014) CONVERT QUADRATIC FUNCTIONS FROM ONE FORM TO ANOTHER (Standard Form Intercept Form Vertex Form) (By Nghi H Nguyen Dec 08, 2014) 1. THE QUADRATIC FUNCTION IN INTERCEPT FORM The graph of the quadratic

More information

2.5 Transformations of Functions

2.5 Transformations of Functions 2.5 Transformations of Functions Section 2.5 Notes Page 1 We will first look at the major graphs you should know how to sketch: Square Root Function Absolute Value Function Identity Function Domain: [

More information

Elements of a graph. Click on the links below to jump directly to the relevant section

Elements of a graph. Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section Elements of a graph Linear equations and their graphs What is slope? Slope and y-intercept in the equation of a line Comparing lines on

More information

SAT Subject Math Level 2 Facts & Formulas

SAT Subject Math Level 2 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Arithmetic Sequences: PEMDAS (Parentheses

More information

Introduction to Quadratic Functions

Introduction to Quadratic Functions Introduction to Quadratic Functions The St. Louis Gateway Arch was constructed from 1963 to 1965. It cost 13 million dollars to build..1 Up and Down or Down and Up Exploring Quadratic Functions...617.2

More information

Activity 6 Graphing Linear Equations

Activity 6 Graphing Linear Equations Activity 6 Graphing Linear Equations TEACHER NOTES Topic Area: Algebra NCTM Standard: Represent and analyze mathematical situations and structures using algebraic symbols Objective: The student will be

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator This Guide is designed to offer step-by-step instruction for using your TI-83, TI-83 Plus, or TI-84 Plus graphing calculator

More information

QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS

QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS Content 1. Parabolas... 1 1.1. Top of a parabola... 2 1.2. Orientation of a parabola... 2 1.3. Intercept of a parabola... 3 1.4. Roots (or zeros) of a parabola...

More information

Algebra II. Weeks 1-3 TEKS

Algebra II. Weeks 1-3 TEKS Algebra II Pacing Guide Weeks 1-3: Equations and Inequalities: Solve Linear Equations, Solve Linear Inequalities, Solve Absolute Value Equations and Inequalities. Weeks 4-6: Linear Equations and Functions:

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

Nonlinear Regression Functions. SW Ch 8 1/54/

Nonlinear Regression Functions. SW Ch 8 1/54/ Nonlinear Regression Functions SW Ch 8 1/54/ The TestScore STR relation looks linear (maybe) SW Ch 8 2/54/ But the TestScore Income relation looks nonlinear... SW Ch 8 3/54/ Nonlinear Regression General

More information

Polynomial Operations and Factoring

Polynomial Operations and Factoring Algebra 1, Quarter 4, Unit 4.1 Polynomial Operations and Factoring Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Identify terms, coefficients, and degree of polynomials.

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS Assume f ( x) is a nonconstant polynomial with real coefficients written in standard form. PART A: TECHNIQUES WE HAVE ALREADY SEEN Refer to: Notes 1.31

More information

Exponential Functions. Exponential Functions and Their Graphs. Example 2. Example 1. Example 3. Graphs of Exponential Functions 9/17/2014

Exponential Functions. Exponential Functions and Their Graphs. Example 2. Example 1. Example 3. Graphs of Exponential Functions 9/17/2014 Eponential Functions Eponential Functions and Their Graphs Precalculus.1 Eample 1 Use a calculator to evaluate each function at the indicated value of. a) f ( ) 8 = Eample In the same coordinate place,

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

More information

1 Mathematical Models of Cost, Revenue and Profit

1 Mathematical Models of Cost, Revenue and Profit Section 1.: Mathematical Modeling Math 14 Business Mathematics II Minh Kha Goals: to understand what a mathematical model is, and some of its examples in business. Definition 0.1. Mathematical Modeling

More information

PARABOLAS AND THEIR FEATURES

PARABOLAS AND THEIR FEATURES STANDARD FORM PARABOLAS AND THEIR FEATURES If a! 0, the equation y = ax 2 + bx + c is the standard form of a quadratic function and its graph is a parabola. If a > 0, the parabola opens upward and the

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information