Math 1526 Summer 2000 Session 1

Size: px
Start display at page:

Download "Math 1526 Summer 2000 Session 1"

Transcription

1 Math 1526 Summer 2 Session 1 Lab #2 Part #1 Rate of Change This lab will investigate the relationship between the average rate of change, the slope of a secant line, the instantaneous rate change and the slope of a tangent line. Suppose that a rabbit farmer is keeping data on raising rabbits. From his data he was able to develop an equation using the trend line in Excel. This equation, R(t) = 5t 2-2t+2, gives the number of rabbits t years after the start of breeding of one pair. According to this equation he will have R(1) = 5(1) 2-2(1)+2 = 5 rabbits after one year. We will use Excel to project the number of rabbits over a given time period. t-years R R Number of Rabbits R(t) = 5t^2-2t t-years The farmer now wishes to know the average rate of change in the number of rabbits from t = 3 years to t = 8 years. Remember that the average rate of change is the difference in the number of rabbits divided by the difference in time. Ave Rate = R/ t = ( R 2 -R 1 )/(t 2 -t 1 ) = ( 36-41)/(8-3) = 265/5 = 53. (notice that R is read as delta R and means the difference in R and the meaning of delta t ( t) also means the difference in t.) This means that on the average the number of rabbits increase about 53 rabbits per year in that 5 year span. Did you notice that the formula for the average rate of change is the same as the slope formula for a line that passes through the points (3, 41) and (8, 36)? The value 53 is the slope of the line shown below. secant line through (3,41)&(8,36) t Suppose that the farmer wished to know the instantaneous rate of change in the number of rabbits at t=3. If average rate of change and the slope of the secant line are the same 1

2 Math 1526 Summer 2 Session 1 value, then it seems reasonable to assume that the instantaneous rate of change and the slope of the tangent line touching the graph at the point (3, 41) would be the same value. This line would be a tangent line since it will only touch the graph at one point. See the graph below. Tangent Line to Graph at (3,41) What is the slope of this tangent line? How do you find it? You need two points but you only have one. You only have the point (3, 41). We will try a different approach to finding the slope value of this tangent line. We will look at the slopes of secant lines that are very very close to this tangent line. We will use these slope values to make a very good guess at the real slope value of the tangent line. We will also be finding the instantaneous rate of change in the number of rabbits at t=3. The first secant line slope we will try to find will be over the interval [3,4]. Therefore the points needed to find the slope of the secant line is (3, 41) and (4, 74). Using the formula for slope m = (74-41)/(4-3) = 33. Therefore the slope of the secant line is 33 and the average rate of change in the number rabbits is also 33. We will now try a smaller interval [3, 3.5]. This gives the two points (3, 41) and (3.5, 56.25) The secant line that passes through these two points is closer to the tangent line than the secant line over [3, 4]. The slope turns out to be m = ( )/(3.5 3) = 3.5. Using Excel we will continue to look at slope values as intervals become shorter and the secant lines move closer to the tangent line. As the intervals become shorter the distance between the end points becomes smaller. The length of this distance approaches zero. (This distance is called t and t ->.) In general, we will use the following notation. The interval is [t, t+ t] and the slope of the secant line is m =( f(t+ t) f(t)) / ( t+ t t) = (f(t+ t) f(t)) / t. And the slope of the Tangent line at t is given by the Limit ( t ->) [(f(t+ t) f(t)) / t ] We will now use Excel to finish our task. We will let h be the same as t. Label the A column with t and t always equal to 3 since that is the point we are interested in. The second column is h, which is the distance between 3 and the other end point of 2

3 Math 1526 Summer 2 Session 1 the interval. The third column C is labeled t+h which is the other end point of the interval. In the second cell in that column type in the command =A2+B2 and drag. In the next column D type the label f(t). In the second cell of that column type the command =5*A2^2-2*A2+2 and drag. In column E type the label f(t+h) and in the second cell type in the command = 5*C2^2-2*C2+2 and drag. Notice that f(t) and f(t+h) are the number of rabbits at t and t+h. To find the average rate of change in rabbits over the given interval, type the label [f(t+h)-f(t)]/ h into the F column and in the second cell type in the command =(E2- D2)/B2 and drag, This will give you the average rate of change in rabbits or the slope of the secant line. t h t+h f(t) f(t+h) [f(t+h)-f(t)]/h Now you can guess the slope of the tangent line. The slopes of the secant lines are approaching the slope value of 28 as the intervals get shorter and shorter and corresponding secant lines get closer and closer to the tangent line. So a good guess for the slope of the tangent line is 28. In mathematical termsyou would say that the Limit ( t ->) [(f(t+ t) f(t)) / t ] = 28. Therefore the instantaneous rate of change in the number of rabbits per year is 28. In this lab we will investigate and compare the function and it s derivative. Remember that the derivative is the instantaneous rate of change in the y-values for some value of x. It is also the slope of the tangent line touching the graph of f (x) at the point (x, f (x) ), The Derivative function f '(x) produces the correct slope value of the tangent line for any chosen x value. Example: Given the parabola f (x) = 3x 2 +12x + 54 what is the slope of the tangent line that touches this parabola at x = 4? To answer the question, take the derivative and evaluate it at 4. [ Derivative Rule: If f(x) = x n then f '(x) = nx n- 1 ] So f '(x) = 6x + 12 and f '(4) = 6(4) + 12 = 36. This tangent line has a positive steep slope of 36, so the tangent line is rising at x = 4 and the parabola is increasing at x = 4. Notice that the graph of the derivative function f '(x) is a line. The graph of the original function f (x) is a parabola. The point representing slope and lying on the graph of the derivative function is (4, f '(4))= (4, 36). The point that lies on the parabola is (4, f (4)) = (4, 15). 3

4 Math 1526 Summer 2 Session 1 x f (x) f'(x) Graph of f(x) and f '(x) x f (x) f'(x) Looking at the graph above, you will see that f '(x) crosses the x-axis at x = -2. So f '(-2) =. This means that the slope of the tangent line that touches f (x) at x = -2 is zero and the tangent line must be horizontal there. You will also notice that f (x) decreases over the interval [-1, -2] and increases on the interval [2, 1]. What is the slope of the tangent line that touches f (x) at x = -6? Looking at the data the value of f '(-6) = -24. The tangent line touching the parabola at x = -6 has negative slope of 24 and is falling. Therefore f (x) is decreasing. Look at the graph of the parabola and see if you agree. Problems to turn in: 1) Using Example of the rabbit farmer above, find the instantaneous rate of change in rabbits for t = 5. (Redo the table above and make a guess for t = 5) Give your answer in complete sentences. Lab 2 Part #2 In this part we will see how to use Excel to find a "best-fit equation" for your data. We will use the following data as an example. 4

5 Math 1526 Summer 2 Session 1 Example#1 The national defense spending in the billions for the period from 197 through 1994 is given in the following data already typed into a spread sheet. year billion s Graph this data as you have before using the XY-Scatter Plot. Do not connect data points We will now try to produce an equation that will come the close to representing this data. First double click anywhere within the chart. Next click on anyone of the data points. All data points will be highlighted. If you are in Excel 97, click on Chart and then add Trendline. Click on Type and then choose the type of equation that you wish to view over your data. You may wish to try a polynomial of degree (order) 2. Click on OK and see what you have. 5

6 Math 1526 Summer 2 Session This is not a good fit. Highlight the trendline on your chart, go to Edit-Undo Trendline. That trendline should be gone and we will try again. Highlight the data points again and click on Chart-add Trendline to get the dialogue box and this time we will try polynomial of degree (order) 3. Click on polynomial and then the arrow button to increase the order to This fit is much better. To format your trendline, highlight the trendline and click on Format. You will have a variety of patterns, etc. Now we will develop an equation to "best-fit" our data. Double click on the trendline and click on Chart- add Trendline-Options. Select Display Equation on Chart and click on OK y = -.141x x x

7 Math 1526 Summer 2 Session 1 You should always label your graph carefully, if you have not already done so. To do this now, click on chart area on the graph and go to Insert and Chart. Redo the chart according to dialogue box. If the equations can not be seen clearly then click on the equation and drag it around until you can see it. You can also increase it s size or make it bold. Note: When you are in the Trendline option box you will notice a box option for a logarithmic function. If that box is blank or it will not work when you click on it, then you have an independent data point of zero included in your data set and log functions are not defined for zero. If you go back and delete that value from your data base then you can make use of the log function options box. Problems to be turned in: The following data sets can possibly be represented by a linear, quadratic, cubic or exponential function. Use Excel to find the best fit function for each data set. Show all work. You answers should be typed neatly on your lab and in complete sentences. Label all graphs clearly and show the equation of the best-fit function found. (Align data when necessary. To align the independent data, set the first value to zero and set all the other values according to its difference from the first vaule.) 1) Laura made and initial deposit of $1 into an account that pays 8% per year compounded yearly: Year Balance $1. $18. $ $ $ ) Try three different fits for this data: quadratic, cubic and exponential. Show three different graphs with the equations form trendline. Notice that the graphs seem similar. Explain why exponential is the best choice. Align your data before using Excel. 2) Use the exponential equation to estimate the value for

MLC at Boise State Polynomials Activity 2 Week #3

MLC at Boise State Polynomials Activity 2 Week #3 Polynomials Activity 2 Week #3 This activity will discuss rate of change from a graphical prespective. We will be building a t-chart from a function first by hand and then by using Excel. Getting Started

More information

MLC at Boise State Lines and Rates Activity 1 Week #2

MLC at Boise State Lines and Rates Activity 1 Week #2 Lines and Rates Activity 1 Week #2 This activity will use slopes to calculate marginal profit, revenue and cost of functions. What is Marginal? Marginal cost is the cost added by producing one additional

More information

Spreadsheet Directions

Spreadsheet Directions The Best Summer Job Offer Ever! Spreadsheet Directions Before beginning, answer questions 1 through 4. Now let s see if you made a wise choice of payment plan. Complete all the steps outlined below in

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Name Student ID # Instructor Lab Period Date Due. Lab 6 The Tangent

Name Student ID # Instructor Lab Period Date Due. Lab 6 The Tangent Name Student ID # Instructor Lab Period Date Due Lab 6 The Tangent Objectives 1. To visualize the concept of the tangent. 2. To define the slope of the tangent line. 3. To develop a definition of the tangent

More information

Computing interest and composition of functions:

Computing interest and composition of functions: Computing interest and composition of functions: In this week, we are creating a simple and compound interest calculator in EXCEL. These two calculators will be used to solve interest questions in week

More information

MLC at Boise State Logarithms Activity 6 Week #8

MLC at Boise State Logarithms Activity 6 Week #8 Logarithms Activity 6 Week #8 In this week s activity, you will continue to look at the relationship between logarithmic functions, exponential functions and rates of return. Today you will use investing

More information

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com. In earlier technology assignments, you identified several details of a health plan and created a table of total cost. In this technology assignment, you ll create a worksheet which calculates the total

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Problem Set 1: Review of Mathematics; Aspects of the Business Cycle

Problem Set 1: Review of Mathematics; Aspects of the Business Cycle Problem Set 1: Review of Mathematics; Aspects of the Business Cycle Questions 1 to 5 are intended to help you remember and practice some of the mathematical concepts you may have encountered previously.

More information

QUADRATIC. Parent Graph: How to Tell it's a Quadratic: Helpful Hints for Calculator Usage: Domain of Parent Graph:, Range of Parent Graph: 0,

QUADRATIC. Parent Graph: How to Tell it's a Quadratic: Helpful Hints for Calculator Usage: Domain of Parent Graph:, Range of Parent Graph: 0, Parent Graph: How to Tell it's a Quadratic: If the equation's largest exponent is 2 If the graph is a parabola ("U"-Shaped) Opening up or down. QUADRATIC f x = x 2 Domain of Parent Graph:, Range of Parent

More information

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25 Math 101 Final Exam Review Revised FA17 (through section 5.6) The following problems are provided for additional practice in preparation for the Final Exam. You should not, however, rely solely upon these

More information

Computing compound interest and composition of functions

Computing compound interest and composition of functions Computing compound interest and composition of functions In today s topic we will look at using EXCEL to compute compound interest. The method we will use will also allow us to discuss composition of functions.

More information

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION BARUCH COLLEGE MATH 003 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final examination for Math 003 will consist of two parts. Part I: Part II: This part will consist of 5 questions similar

More information

Piecewise-Defined Functions

Piecewise-Defined Functions The Right Stuff: Appropriate Mathematics for All Students Promoting materials that engage students in meaningful activities, promote the effective use of technology to support the mathematics, further

More information

Topic #1: Evaluating and Simplifying Algebraic Expressions

Topic #1: Evaluating and Simplifying Algebraic Expressions John Jay College of Criminal Justice The City University of New York Department of Mathematics and Computer Science MAT 105 - College Algebra Departmental Final Examination Review Topic #1: Evaluating

More information

Logarithmic and Exponential Functions

Logarithmic and Exponential Functions Asymptotes and Intercepts Logarithmic and exponential functions have asymptotes and intercepts. Consider the functions f(x) = log ax and f(x) = lnx. Both have an x-intercept at (1, 0) and a vertical asymptote

More information

In a moment, we will look at a simple example involving the function f(x) = 100 x

In a moment, we will look at a simple example involving the function f(x) = 100 x Rates of Change Calculus is the study of the way that functions change. There are two types of rates of change: 1. Average rate of change. Instantaneous rate of change In a moment, we will look at a simple

More information

MATH Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms. Kracht. Name: Score: /100. EXAM 2: Version A NO CALCULATORS.

MATH Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms. Kracht. Name: Score: /100. EXAM 2: Version A NO CALCULATORS. MATH 11012 Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms Kracht Name: Score: /100 110 pts available) EXAM 2: Version A NO CALCULATORS Multiple Choice: 10 questions at 3 points each Circle the

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Midterm 2b 2/28/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 10 pages (including this cover page) and 9 problems. Check to see if any

More information

BACKGROUND KNOWLEDGE for Teachers and Students

BACKGROUND KNOWLEDGE for Teachers and Students Pathway: Agribusiness Lesson: ABR B4 1: The Time Value of Money Common Core State Standards for Mathematics: 9-12.F-LE.1, 3 Domain: Linear, Quadratic, and Exponential Models F-LE Cluster: Construct and

More information

NOTE: A trend line cannot be added to data series in a stacked, 3-D, radar, pie, surface, or doughnut chart.

NOTE: A trend line cannot be added to data series in a stacked, 3-D, radar, pie, surface, or doughnut chart. Add a Trend Line to a Chart A trend line or moving average can be added to any data series in an unstacked, 2-D, area, bar, column, line, stock, xy (scatter), or bubble chart. NOTE: A trend line cannot

More information

Asymptotes, Limits at Infinity, and Continuity in Maple (Classic Version for Windows)

Asymptotes, Limits at Infinity, and Continuity in Maple (Classic Version for Windows) Asymptotes, Limits at Infinity, and Continuity in Maple (Classic Version for Windows) Author: Barbara Forrest Contact: baforres@uwaterloo.ca Copyrighted/NOT FOR RESALE version. Contents Objectives for

More information

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Key knowledge the use of first- order linear recurrence relations to model flat rate and unit cost and

More information

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price Orange Juice Sales and Prices In this module, you will be looking at sales and price data for orange juice in grocery stores. You have data from 83 stores on three brands (Tropicana, Minute Maid, and the

More information

SA2 Unit 4 Investigating Exponentials in Context Classwork A. Double Your Money. 2. Let x be the number of assignments completed. Complete the table.

SA2 Unit 4 Investigating Exponentials in Context Classwork A. Double Your Money. 2. Let x be the number of assignments completed. Complete the table. Double Your Money Your math teacher believes that doing assignments consistently will improve your understanding and success in mathematics. At the beginning of the year, your parents tried to encourage

More information

Math 122 Calculus for Business Admin. and Social Sciences

Math 122 Calculus for Business Admin. and Social Sciences Math 122 Calculus for Business Admin. and Social Sciences Instructor: Ann Clifton Name: Exam #1 A July 3, 2018 Do not turn this page until told to do so. You will have a total of 1 hour 40 minutes to complete

More information

Chapter 4 Factoring and Quadratic Equations

Chapter 4 Factoring and Quadratic Equations Chapter 4 Factoring and Quadratic Equations Lesson 1: Factoring by GCF, DOTS, and Case I Lesson : Factoring by Grouping & Case II Lesson 3: Factoring by Sum and Difference of Perfect Cubes Lesson 4: Solving

More information

Financial Applications Involving Exponential Functions

Financial Applications Involving Exponential Functions Section 6.5: Financial Applications Involving Exponential Functions When you invest money, your money earns interest, which means that after a period of time you will have more money than you started with.

More information

Graphing Calculator Appendix

Graphing Calculator Appendix Appendix GC GC-1 This appendix contains some keystroke suggestions for many graphing calculator operations that are featured in this text. The keystrokes are for the TI-83/ TI-83 Plus calculators. The

More information

Study Guide - Part 1

Study Guide - Part 1 Math 116 Spring 2015 Study Guide - Part 1 1. Find the slope of a line that goes through the points (1, 5) and ( 3, 13). The slope is (A) Less than -1 (B) Between -1 and 1 (C) Between 1 and 3 (D) More than

More information

Final Study Guide MATH 111

Final Study Guide MATH 111 Final Study Guide MATH 111 The final will be cumulative. There will probably be a very slight emphasis on the material from the second half of the class. In terms of the material in the first half, please

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) y = - 39x - 80 D) y = x + 8 5

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) y = - 39x - 80 D) y = x + 8 5 Assn 3.4-3.7 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the equation of the tangent line to the curve when x has the given value. 1)

More information

Applications of Exponential Functions Group Activity 7 Business Project Week #10

Applications of Exponential Functions Group Activity 7 Business Project Week #10 Applications of Exponential Functions Group Activity 7 Business Project Week #10 In the last activity we looked at exponential functions. This week we will look at exponential functions as related to interest

More information

1/20 2/17 3/14 4/29 5/20 Total/100. Exam II- VERSION I Spring 2011

1/20 2/17 3/14 4/29 5/20 Total/100. Exam II- VERSION I Spring 2011 1/20 2/17 3/14 4/29 5/20 Total/100 Do not write in the spaces above. MATH 150-03 Dr. Morton Exam II- VERSION I Spring 2011 Name: Directions: You have 50 minutes in which to complete this exam. Make sure

More information

Math Winter 2014 Exam 1 January 30, PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50

Math Winter 2014 Exam 1 January 30, PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50 Name: Math 112 - Winter 2014 Exam 1 January 30, 2014 Section: Student ID Number: PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50 After this cover page, there are 5 problems spanning 4 pages. Please make

More information

Lesson Exponential Models & Logarithms

Lesson Exponential Models & Logarithms SACWAY STUDENT HANDOUT SACWAY BRAINSTORMING ALGEBRA & STATISTICS STUDENT NAME DATE INTRODUCTION Compound Interest When you invest money in a fixed- rate interest earning account, you receive interest at

More information

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu Account Budget and Forecast The Account Budget and Forecast function allows you to enter and maintain an unlimited number of budgets and/or forecasts values and types. When setting up the account budgets

More information

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta.

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta. Prepared By Handaru Jati, Ph.D Universitas Negeri Yogyakarta handaru@uny.ac.id Chapter 7 Statistical Analysis with Excel Chapter Overview 7.1 Introduction 7.2 Understanding Data 7.2.1 Descriptive Statistics

More information

Answers to Exercise 8

Answers to Exercise 8 Answers to Exercise 8 Logistic Population Models 1. Inspect your graph of N t against time. You should see the following: Population size increases slowly at first, then accelerates (the curve gets steeper),

More information

MATH20330: Optimization for Economics Homework 1: Solutions

MATH20330: Optimization for Economics Homework 1: Solutions MATH0330: Optimization for Economics Homework 1: Solutions 1. Sketch the graphs of the following linear and quadratic functions: f(x) = 4x 3, g(x) = 4 3x h(x) = x 6x + 8, R(q) = 400 + 30q q. y = f(x) is

More information

Chapter 6: Quadratic Functions & Their Algebra

Chapter 6: Quadratic Functions & Their Algebra Chapter 6: Quadratic Functions & Their Algebra Topics: 1. Quadratic Function Review. Factoring: With Greatest Common Factor & Difference of Two Squares 3. Factoring: Trinomials 4. Complete Factoring 5.

More information

Math 103 Sample Final

Math 103 Sample Final Math 103 Sample Final October 1, 007 These problems are a sample of the kinds of problems that may appear on the final exam. Some answers are included to indicate what is expected. Problems that require

More information

4.2 Rolle's Theorem and Mean Value Theorem

4.2 Rolle's Theorem and Mean Value Theorem 4.2 Rolle's Theorem and Mean Value Theorem Rolle's Theorem: Let f be continuous on the closed interval [a,b] and differentiable on the open interval (a,b). If f (a) = f (b), then there is at least one

More information

Practical Session 8 Time series and index numbers

Practical Session 8 Time series and index numbers 20880 21186 21490 21794 22098 22402 22706 23012 23316 23621 23924 24228 24532 24838 25143 25447 25750 26054 26359 26665 26969 27273 27576 Practical Session 8 Time series and index numbers In this session,

More information

Chap3a Introduction to Exponential Functions. Y = 2x + 4 Linear Increasing Slope = 2 y-intercept = (0,4) f(x) = 3(2) x

Chap3a Introduction to Exponential Functions. Y = 2x + 4 Linear Increasing Slope = 2 y-intercept = (0,4) f(x) = 3(2) x Name Date HW Packet Lesson 3 Introduction to Exponential Functions HW Problem 1 In this problem, we look at the characteristics of Linear and Exponential Functions. Complete the table below. Function If

More information

TN 2 - Basic Calculus with Financial Applications

TN 2 - Basic Calculus with Financial Applications G.S. Questa, 016 TN Basic Calculus with Finance [016-09-03] Page 1 of 16 TN - Basic Calculus with Financial Applications 1 Functions and Limits Derivatives 3 Taylor Series 4 Maxima and Minima 5 The Logarithmic

More information

Final Project. College Algebra. Upon successful completion of this course, the student will be able to:

Final Project. College Algebra. Upon successful completion of this course, the student will be able to: COURSE OBJECTIVES Upon successful completion of this course, the student will be able to: 1. Perform operations on algebraic expressions 2. Perform operations on functions expressed in standard function

More information

Falling Cat 2. Falling Cat 3. Falling Cats 5. Falling Cat 4. Acceleration due to Gravity Consider a cat falling from a branch

Falling Cat 2. Falling Cat 3. Falling Cats 5. Falling Cat 4. Acceleration due to Gravity Consider a cat falling from a branch Calculus for the Life Sciences Lecture Notes Velocit and Tangent Joseph M. Mahaff, jmahaff@mail.sdsu.edu Department of Mathematics and Statistics Dnamical Sstems Group Computational Sciences Research Center

More information

DATA HANDLING Five-Number Summary

DATA HANDLING Five-Number Summary DATA HANDLING Five-Number Summary The five-number summary consists of the minimum and maximum values, the median, and the upper and lower quartiles. The minimum and the maximum are the smallest and greatest

More information

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 5

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 5 Contents 0 Review: Lines, Fractions, Exponents 3 0.1 Lines................................... 3 0.2 Fractions................................ 4 0.3 Rules of exponents........................... 5 1 Functions

More information

a. Compare the average rate of change from 1950 to 1970 for both the U.S. and world populations.

a. Compare the average rate of change from 1950 to 1970 for both the U.S. and world populations. Aim #84: How do we compare linear and exponential growth? 3-31-17 Homework: Handout Do Now: Callie and Joe are examining the population data in the graphs below for a history report. Their comments are

More information

Math 116: Business Calculus

Math 116: Business Calculus Math 116: Business Calculus Instructor: Colin Clark Spring 2017 Exam 1 - Thursday February 9. 1.1 Slopes and Equations of Lines. 1.2 Linear Functions and Applications. 2.1 Properties of Functions. 2.2

More information

Lab 14: Accumulation and Integration

Lab 14: Accumulation and Integration Lab 14: Accumulation and Integration Sometimes we know more about how a quantity changes than what it is at any point. The speedometer on our car tells how fast we are traveling but do we know where we

More information

CS227-Scientific Computing. Lecture 6: Nonlinear Equations

CS227-Scientific Computing. Lecture 6: Nonlinear Equations CS227-Scientific Computing Lecture 6: Nonlinear Equations A Financial Problem You invest $100 a month in an interest-bearing account. You make 60 deposits, and one month after the last deposit (5 years

More information

f x f x f x f x x 5 3 y-intercept: y-intercept: y-intercept: y-intercept: y-intercept of a linear function written in function notation

f x f x f x f x x 5 3 y-intercept: y-intercept: y-intercept: y-intercept: y-intercept of a linear function written in function notation Questions/ Main Ideas: Algebra Notes TOPIC: Function Translations and y-intercepts Name: Period: Date: What is the y-intercept of a graph? The four s given below are written in notation. For each one,

More information

Name Date Student id #:

Name Date Student id #: Math1090 Final Exam Spring, 2016 Instructor: Name Date Student id #: Instructions: Please show all of your work as partial credit will be given where appropriate, and there may be no credit given for problems

More information

Using an Excel spreadsheet to calculate Andrew s 18th birthday costs

Using an Excel spreadsheet to calculate Andrew s 18th birthday costs Using an Excel spreadsheet to calculate Andrew s 18th birthday costs Open a new spreadsheet in Excel. Highlight cells A1 to J1. Prevocational Mathematics 1 of 17 Planning an event Using an Excel spreadsheet

More information

COPYRIGHTED MATERIAL. I.1 Basic Calculus for Finance

COPYRIGHTED MATERIAL. I.1 Basic Calculus for Finance I.1 Basic Calculus for Finance I.1.1 INTRODUCTION This chapter introduces the functions that are commonly used in finance and discusses their properties and applications. For instance, the exponential

More information

Creating budget worksheets

Creating budget worksheets Creating budget worksheets You can also go to Activities>Budget worksheet from the top menu Note: You can also enter budgets through Transactions enter budgets either manually or by importing the data

More information

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well!

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! x 2 1 1. Calculate lim x 1 x + 1. (a) 2 (b) 1 (c) (d) 2 (e) the limit

More information

Petrochemical Production p (Billions of metric tons)

Petrochemical Production p (Billions of metric tons) Off-Line Homework Section 1.1 WebAssign Section 1.1 #13 (ebook 1.1#42) The following table shows the annual petrochemical production p in Mexico by Pemex, Mexico s national oil company, for 2005-2010 (t

More information

Module 6 - Volatility Lab - 1

Module 6 - Volatility Lab - 1 Module 6 - Volatility Lab TOPICS COVERED: 1) EHA Volatility Lab (0:07) 2) Review Formulas for Volatility (2:15) 3) CalculationCount UDF (9:15) 4) Other Routines (10:46) 5) Avoid Volatile Formulas! (12:02)

More information

t g(t) h(t) k(t)

t g(t) h(t) k(t) Problem 1. Determine whether g(t), h(t), and k(t) could correspond to a linear function or an exponential function, or neither. If it is linear or exponential find the formula for the function, and then

More information

Name: Common Core Algebra L R Final Exam 2015 CLONE 3 Teacher:

Name: Common Core Algebra L R Final Exam 2015 CLONE 3 Teacher: 1) Which graph represents a linear function? 2) Which relation is a function? A) B) A) {(2, 3), (3, 9), (4, 7), (5, 7)} B) {(0, -2), (3, 10), (-2, -4), (3, 4)} C) {(2, 7), (2, -3), (1, 1), (3, -1)} D)

More information

Survey of Math: Chapter 21: Consumer Finance Savings (Lecture 1) Page 1

Survey of Math: Chapter 21: Consumer Finance Savings (Lecture 1) Page 1 Survey of Math: Chapter 21: Consumer Finance Savings (Lecture 1) Page 1 The mathematical concepts we use to describe finance are also used to describe how populations of organisms vary over time, how disease

More information

Semester Exam Review

Semester Exam Review Semester Exam Review Name Date Block MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. For the given equation, find the values of a, b, and c, determine

More information

TIME SERIES MODELS AND FORECASTING

TIME SERIES MODELS AND FORECASTING 15 TIME SERIES MODELS AND FORECASTING Nick Lee and Mike Peters 2016. QUESTION 1. You have been asked to analyse some data from a small convenience store. The owner wants to know if there is a pattern in

More information

Mathematics Success Grade 8

Mathematics Success Grade 8 Mathematics Success Grade 8 T379 [OBJECTIVE] The student will derive the equation of a line and use this form to identify the slope and y-intercept of an equation. [PREREQUISITE SKILLS] Slope [MATERIALS]

More information

Name: Date: Period: Activity 4.3.1: What is Slope?

Name: Date: Period: Activity 4.3.1: What is Slope? Name: Date: Period: Activity 4.3.: What is Slope? What is slope? If you have ever walked up or down a hill, then you have already experienced a real life example of slope. Keeping this fact in mind, by

More information

Math of Finance Exponential & Power Functions

Math of Finance Exponential & Power Functions The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

ST. DAVID S MARIST INANDA

ST. DAVID S MARIST INANDA ST. DAVID S MARIST INANDA MATHEMATICS NOVEMBER EXAMINATION GRADE 11 PAPER 1 8 th NOVEMBER 2016 EXAMINER: MRS S RICHARD MARKS: 125 MODERATOR: MRS C KENNEDY TIME: 2 1 Hours 2 NAME: PLEASE PUT A CROSS NEXT

More information

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes Chapter 7 Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes This chapter helps you effectively use your calculatorõs numerical integrator with various

More information

EXPONENTIAL FUNCTIONS GET A GUIDED NOTES SHEET FROM THE BACK!

EXPONENTIAL FUNCTIONS GET A GUIDED NOTES SHEET FROM THE BACK! EXPONENTIAL FUNCTIONS GET A GUIDED NOTES SHEET FROM THE BACK! EXPONENTIAL FUNCTIONS An exponential function is a function with a variable in the exponent. f(x) = a(b) x EXPONENTIAL FUNCTIONS Parent graphs

More information

TAA Scheduling. User s Guide

TAA Scheduling. User s Guide TAA Scheduling User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information

You may be given raw data concerning costs and revenues. In that case, you ll need to start by finding functions to represent cost and revenue.

You may be given raw data concerning costs and revenues. In that case, you ll need to start by finding functions to represent cost and revenue. Example 2: Suppose a company can model its costs according to the function 3 2 Cx ( ) 0.000003x 0.04x 200x 70, 000 where Cxis ( ) given in dollars and demand can be modeled by p 0.02x 300. a. Find the

More information

Your Action Items. Add ADX & ATR to Graph Model your 1 st Delta Neutral Iron Condor Save trade in OptionsPro Put Condor Week on your calendar

Your Action Items. Add ADX & ATR to Graph Model your 1 st Delta Neutral Iron Condor Save trade in OptionsPro Put Condor Week on your calendar Your Action Items Add ADX & ATR to Graph Model your st Delta Neutral Iron Condor Save trade in OptionsPro Put Condor Week on your calendar Add ADX & ATR to Graph. Right click on graph. Move mouse over

More information

Name: Class: Date: in general form.

Name: Class: Date: in general form. Write the equation in general form. Mathematical Applications for the Management Life and Social Sciences 11th Edition Harshbarger TEST BANK Full clear download at: https://testbankreal.com/download/mathematical-applications-management-life-socialsciences-11th-edition-harshbarger-test-bank/

More information

General Instructions

General Instructions General Instructions This is an experiment in the economics of decision-making. The instructions are simple, and if you follow them carefully and make good decisions, you can earn a considerable amount

More information

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W This simple problem will introduce you to the basic ideas of revenue, cost, profit, and demand.

More information

7-3 Exponential Review I can apply exponential properties and use them I can model real-world situations using exponential functions Warm-Up 1. Find the next three terms in the sequence 2, 6, 18, 54,,,

More information

Notation for the Derivative:

Notation for the Derivative: Notation for the Derivative: MA 15910 Lesson 13 Notes Section 4.1 (calculus part of textbook, page 196) Techniques for Finding Derivatives The derivative of a function y f ( x) may be written in any of

More information

Math 101, Basic Algebra Author: Debra Griffin

Math 101, Basic Algebra Author: Debra Griffin Math 101, Basic Algebra Author: Debra Griffin Name Chapter 5 Factoring 5.1 Greatest Common Factor 2 GCF, factoring GCF, factoring common binomial factor 5.2 Factor by Grouping 5 5.3 Factoring Trinomials

More information

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes Chapter 7 Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes This chapter helps you effectively use your calculatorõs numerical integrator with various

More information

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING International Civil Aviation Organization 27/8/10 WORKING PAPER REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING Cairo 2 to 4 November 2010 Agenda Item 3 a): Forecasting Methodology (Presented

More information

Introduction to Population Modeling

Introduction to Population Modeling Introduction to Population Modeling In addition to estimating the size of a population, it is often beneficial to estimate how the population size changes over time. Ecologists often uses models to create

More information

Name. Unit 4B: Exponential Functions

Name. Unit 4B: Exponential Functions Name Unit 4B: Exponential Functions Math 1B Spring 2017 Table of Contents STANDARD 6-LINEAR vs EXPONENTIAL FUNCTIONS... 3 PRACTICE/CLOSURE... 4 STANDARD 7-CREATING EXPLICIT EQUATIONS... 10 COMPOUND INTEREST

More information

a n a m = an m a nm = a nm

a n a m = an m a nm = a nm Exponential Functions The greatest shortcoming of the human race is our inability to understand the exponential function. - Albert A. Bartlett The function f(x) = 2 x, where the power is a variable x,

More information

Bidding Decision Example

Bidding Decision Example Bidding Decision Example SUPERTREE EXAMPLE In this chapter, we demonstrate Supertree using the simple bidding problem portrayed by the decision tree in Figure 5.1. The situation: Your company is bidding

More information

Review Exercise Set 13. Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such.

Review Exercise Set 13. Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such. Review Exercise Set 13 Exercise 1: Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such. Exercise 2: Write a linear function that can

More information

(i.e. the rate of change of y with respect to x)

(i.e. the rate of change of y with respect to x) Section 1.3 - Linear Functions and Math Models Example 1: Questions we d like to answer: 1. What is the slope of the line? 2. What is the equation of the line? 3. What is the y-intercept? 4. What is the

More information

Smartboard Jeopardy. Lesson Notes. Jeopardy Board. unit 8 review jeopardy.notebook. January 30, 2014

Smartboard Jeopardy. Lesson Notes. Jeopardy Board. unit 8 review jeopardy.notebook. January 30, 2014 Smartboard Jeopardy Lesson notes Title Page Lesson Notes Directions for using this Smartboard Jeopardy template. Double click on the Category names to edit and change. Edit each of the Question pages with

More information

Expectations for Project Work

Expectations for Project Work Expectations for Project Work Form a group of about 3 students and together select one of the approved topics for your project. Please note the due date carefully - late projects will not receive full

More information

Page 1 of 10 MATH 120 Final Exam Review

Page 1 of 10 MATH 120 Final Exam Review Page 1 of 1 MATH 1 Final Exam Review Directions Part 1: Calculators will NOT be allowed on this part of the final exam. Unless the question asks for an estimate, give exact answers in completely reduced

More information

The Trout Pond Revisited

The Trout Pond Revisited The Trout Pond Revisited A. MATERIALS NEEDED Worksheet, calculator, ruler B. OBJECTIVE The student will use the knowledge already gained concerning the calculations of slopes of lines to find average and

More information

Function Transformation Exploration

Function Transformation Exploration Name Date Period Function Transformation Exploration Directions: This exploration is designed to help you see the patterns in function transformations. If you already know these transformations or if you

More information

Getting started with WinBUGS

Getting started with WinBUGS 1 Getting started with WinBUGS James B. Elsner and Thomas H. Jagger Department of Geography, Florida State University Some material for this tutorial was taken from http://www.unt.edu/rss/class/rich/5840/session1.doc

More information

Investigate. Name Per Algebra IB Unit 9 - Exponential Growth Investigation. Ratio of Values of Consecutive Decades. Decades Since

Investigate. Name Per Algebra IB Unit 9 - Exponential Growth Investigation. Ratio of Values of Consecutive Decades. Decades Since Name Per Algebra IB Unit 9 - Exponential Growth Investigation Investigate Real life situation 1) The National Association Realtors estimates that, on average, the price of a house doubles every ten years

More information

rise m x run The slope is a ratio of how y changes as x changes: Lines and Linear Modeling POINT-SLOPE form: y y1 m( x

rise m x run The slope is a ratio of how y changes as x changes: Lines and Linear Modeling POINT-SLOPE form: y y1 m( x Chapter 1 Notes 1 (c) Epstein, 013 Chapter 1 Notes (c) Epstein, 013 Chapter1: Lines and Linear Modeling POINT-SLOPE form: y y1 m( x x1) 1.1 The Cartesian Coordinate System A properly laeled set of axes

More information

Setting Stops for Transactions in Profit Manager

Setting Stops for Transactions in Profit Manager Section V. Setting Stops for Transactions in Profit Manager In This Section Variable Stop 72 Trendline Stop 72 Fixed Stop 73 Trailing Stop 73 EDS Rule Stop 73 Entering transactions into Profit Manager

More information