Homework 2 Solution Section 2.2 and 2.3.

Size: px
Start display at page:

Download "Homework 2 Solution Section 2.2 and 2.3."

Transcription

1 Homework Solution Section. and Write each of the following autonomous equations in the form x n+1 = ax n + b and identify the constants a and b. a) x n+1 = 4 x n )/3. x n+1 = 4 x n) 3 = 8 x n 3 = x n = 3 x n x n+1 = 3 x n a = 3, b = 8 3 b) 3x n+1 x n = 8. 3x n+1 x n = 8 3x n+1 = x n + 8 x n+1 = 3 x n c) x n+1 + x n )/ = 1. a = 3, b = 8 3 x n+1 + x n = 1 x n+1 + x n = x n+1 = x n + a = 1, b = d) x n+1 /x n = 0.9. x n+1 x n = 0.9 x n+1 = 0.9x n a = 0.9, b = Write x 1 = x 0, x = x 1 + 1, x 3 = 3x +, x 4 = 4x 3 + 3,. in the form x n+1 = a n x n + b n, and then compute and make a time-series plot of x 0, x 1,, x using x 0 = 1. If we use the general form x n+1 = a n x n + b n of a linear iterative model, then a 0 = 1, a 1 =, a = 3, a 3 = 4, a n = n + 1 1

2 and b 0 = 0, b 1 = 1, b =, b 3 = 3, b n = n. So x n+1 = n + 1)x n + n. Now x 1 = x 0 = 1, x = x = = 3, x 3 = 3x + = = 11, x 4 = 4x = = 47, x = x = = 39. The following graph is the time-series graph of x n...8. Write the following iteration x 1 = 1 x 0, x = 1 + x 1, x 3 = 1 x, x 4 = 1 + x 3,. in the form x n+1 = a n x n + b n, and then compute and make a time-series plot of x 0, x 1,, x using x 0 = 1. a 0 = 1, a 1 = 1, a = 1, a 3 = 1, a n = 1)n+1 b 0 = 1, b 1 = 1, b = 1, b 3 = 1, b n = 1 Therefore x n+1 = 1)n+1 x n + 1. So x 1 = 1 x = = 1,

3 x = 1 x = = 4, x 3 = 1 x + 1 = = 3 8, x 4 = 1 x = = 19 16, x = 1 x = = The time-series graph is the below Construct an iterative method of computing the partial sums S n and identify which N would make S N equal the entire sum for k k. Let a k = k 100 k. We would like to compute a k. Note that S n, the partial sum is the sum of first n terms. Thus S 0 = 0 and And S n+1 = S n + a n+1 = S n + k k = S 100. n + 1) n+1 = S n + n 1 n Construct an iterative method of computing the partial sums S n and identify which N would make S N equal the entire sum for ,

4 Note that this is a sum of squares, that is, If we define a k = k, then the sum we want to find is Let S 0 = 0 and a k = k. S n+1 = S n + a n+1 = S n + n + 1). The 100th term S 100 = k is what we want to find...4. Suppose someone borrows $10,000 at an annual interest rate of 6% compounded monthly and makes monthly payments on the loan. Construct an iterative model for the monthly unpaid balance if the monthly payments are: a) $1, $, $4, $8, $16,. The monthly interest rate i is 0.06/1 = Then from the Loan Payment Model, if we denote the remaining balance after n-th month as P n, P 1 = 1 + i)p 0 1 = 1.00P 0 1, P = 1 + i)p 1 = 1.00P 1, P 3 = 1 + i)p 4 = 1.00P 4, P 4 = 1 + i)p 3 8 = 1.00P 3 8, etc. If we denote the general iterative equation as P n+1 = 1.00P n d n, then d 0 = 1, d 1 =, d = 4 =, d 3 = 8 = 3,. Therefore d n = n and b) $100, $00, $100, $00, $100,. P n+1 = 1.00P n n, P 0 = By using the same idea, if we denote the general iteration as P n+1 = 1.00P n d n, then d 0 = 100, d 1 = 00, d 3 = 100, d 4 = 00,. We are able to describe d n as d n = ) n+1 0. Then P n+1 = 1.00P n ) n+1 0) = 1.00P n 10 1) n+1 0. Thus P n+1 = 1.00P n 10 1) n+1 0, P 0 = is the model describing the remaining balance. 4

5 .3.6. If P 0 = 1, construct an iterative equation for computing the partial products P n, identify which N would make P N equal the entire product, and compute P 1,, P for 1 1 ) 1 + ) 1 3 ) ) ) If we define a sequence then a formula for the n-th term is Then a 1 = 1 1, a = 1 + 4, a 3 = 1 3 8,, P n = a n = 1 + 1) n n n. n a n = n 1 + 1) n n n ), the product of the first n-term has the iteration P n+1 = a n+1 P n = 1 + 1) n+1 n + 1 ) n+1 P n, with P 0 = 1. Also P 0 is the product we want to compute. Finally,.3.8. For P = P 3 = P 4 = P = P 1 = 1 1 ) P 0 = 1, 1 + ) P 1 = ) P = ) P 3 = ) P 4 = x n+1 = n + n + 1 x n, = 3 4, 4 = 1 3, 3 = 7 18, 7 18 = the solution x n with x 0 = 1 is a product that telescopes to a relatively simple expression. Find that expression.

6 For a homogeneous equation x n+1 = a n x n, the closed formula is So n 1 x n = x 0 k=0 a k. n k n + 1 x n = = k 1 3 n = n + 1 n + 1 = = n + 1. n Find a formula for the exact solution x n for x n+1 = x n /3, x 0 =. Because x n+1 = 3 x n with x 0 =, x n = x 0 3) n = ) n Suppose that an investment of $1000 grows to $100 in years getting interest that is compounded monthly. a) What is the interest rate? Suppose that r is the annual interest rate. Then i = r/1, because it is compounded monthly. The total value follows the compound interest model P n+1 = 1 + i)p n, which is an autonomous homogeneous equation. From the condition given in the problem, after 4 months = years), P 0 = 1000 becomes 100. So Thus 100 = P 4 = P i) 4 = i) i) 4 = = i = 1.) 1 4 i = 1.) r = 1i = Therefore the annual interest rate is approximately 0.4%. b) How much interest in dollars) does the investment earn during the first year? The total interest in the first year can be computed by P 1 P 0. P 1 P 0 = P i) 1 P 0 = ) So the total interest is approximately $4.0. 6

7 .3.. Suppose that when a certain radioactive substance decays, its mass M n on day n satisfies M n+1 = am n. Assuming its mass is measured to be 0 grams initially and 100 grams on day 7: a) Find the formula for the mass M n. The iterative equation is autonomous homogeneous. So we know that M n = M 0 a n. Also from the assumption, M 0 = 0 and M 7 = 100. So 100 = M 7 = M 0 a 7 = 0a 7 a 7 = = a = ) 1 7. Therefore M n = 0 a n = 0 ) 1 ) n ) n 7 7 = 0. b) What is the approximate half-life of the substance, i.e., the time its takes to lose half its mass? We want to find n such that M n = M 0 /. M n = M ) n = ) n 7 1 = n 7 log n = 7 log ) 1 log ).9 ) = log So approximately it takes.3 days the answer days is also ok). ) Suppose that when a certain pendulum is set in motion, it swings in such a way that the greatest positive or negative) angle it makes on one side of the vertical is always 9% of the greatest negative or positive) angle it previously made on the other side of the vertical, which always occurs 3 seconds earlier. If the initial angle it makes with the vertical when let go is 0 : a) How many times will the pendulum cross the vertical before the magnitude of the angle it achieves is 1 or less? Suppose that A n is the angle from the vertical axis. Then from the assumption, A n+1 = 0.9A n. Note that in each step, the sign does change because the pendulum moves to the opposite side. Then A n = A 0 0.9) n = 0 0.9) n. We want to find the smallest n such that A n 1, because we are interested in the magnitude of the angle, not its direction. A n = 0 0.9) n = 00.9) n A n ) n n 1 0 7

8 ) 1 n log 0.9 log n log ) log Note that at the last step, the direction of the inequality does change because log 0.9 is a negative number.) Because n is an integer, the smallest n with the property is 9. b) Approximately how long will it take for this to happen? Although the swing distance decreases, a swing always takes 3 seconds. So the answer is 9 3 = 177 seconds. 8

Inverse Functions. Definition 1. The exponential function f with base a is denoted by. f(x) = a x

Inverse Functions. Definition 1. The exponential function f with base a is denoted by. f(x) = a x Inverse Functions Definition 1. The exponential function f with base a is denoted by f(x) = a x where a > 0, a 1, and x is any real number. Example 1. In the same coordinate plane, sketch the graph of

More information

Sec. 4.2 Logarithmic Functions

Sec. 4.2 Logarithmic Functions Sec. 4.2 Logarithmic Functions The Logarithmic Function with Base a has domain all positive real numbers and is defined by Where and is the inverse function of So and Logarithms are inverses of Exponential

More information

COLLEGE ALGEBRA. Practice Problems Exponential and Logarithm Functions. Paul Dawkins

COLLEGE ALGEBRA. Practice Problems Exponential and Logarithm Functions. Paul Dawkins COLLEGE ALGEBRA Practice Problems Eponential and Logarithm Functions Paul Dawkins Table of Contents Preface... ii Eponential and Logarithm Functions... Introduction... Eponential Functions... Logarithm

More information

Exponential Functions

Exponential Functions Exponential Functions MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: recognize and evaluate exponential functions with base a,

More information

Problem Sheet 1.1 First order linear equations;

Problem Sheet 1.1 First order linear equations; Problem Sheet 1 First order linear equations; In each of Problems 1 through 8 find the solution of the given initial value problem 5 6 7 8 In each of Problems 9 and 10: (a) Let be the value of for which

More information

Write each expression as a sum or difference of logarithms. All variables are positive. 4) log ( ) 843 6) Solve for x: 8 2x+3 = 467

Write each expression as a sum or difference of logarithms. All variables are positive. 4) log ( ) 843 6) Solve for x: 8 2x+3 = 467 Write each expression as a single logarithm: 10 Name Period 1) 2 log 6 - ½ log 9 + log 5 2) 4 ln 2 - ¾ ln 16 Write each expression as a sum or difference of logarithms. All variables are positive. 3) ln

More information

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products 8.1 Apply Exponent Properties Involving Products Learning Outcome To use properties of exponents involving products Product of Powers Property Let a be a real number, and let m and n be positive integers.

More information

Homework 3. (33-40) The graph of an exponential function is given. Match each graph to one of the following functions.

Homework 3. (33-40) The graph of an exponential function is given. Match each graph to one of the following functions. Homework Section 4. (-40) The graph of an exponential function is given. Match each graph to one of the following functions. (a)y = x (b)y = x (c)y = x (d)y = x (e)y = x (f)y = x (g)y = x (h)y = x (46,

More information

MCF3M1 Exam Review. 1. Which relation is not a function? a. c. b. d. 2. What is the range of the function?

MCF3M1 Exam Review. 1. Which relation is not a function? a. c. b. d. 2. What is the range of the function? MCF3M1 Exam Review 1. Which relation is not a function? 2. What is the range of the function? a. R = {1, 5, 4, 7} c. R = {1, 2, 3, 4, 5, 6, 7} b. R = {1, 2, 3, 6} d. R = {2, 5, 4, 7} 3. Which function

More information

Chapter 2 Functions and Graphs

Chapter 2 Functions and Graphs Chapter 2 Functions and Graphs Section 5 Exponential Functions Objectives for Section 2.5 Exponential Functions The student will be able to graph and identify the properties of exponential functions. The

More information

Number of People Contacted

Number of People Contacted Section 7.2 Problem Solving Using Exponential Functions (Exponential Growth and Decay) Key Words: exponential, growth, decay, critical mass Key Concepts: exponential growth, exponential decay, simple interest,

More information

Part 4: Exponential and Logarithmic Functions

Part 4: Exponential and Logarithmic Functions Part 4: Exponential and Logarithmic Functions Chapter 5 I. Exponential Functions (5.1) II. The Natural Exponential Function (5.2) III. Logarithmic Functions (5.3) IV. Properties of Logarithms (5.4) V.

More information

Logarithmic, Exponential, and Other Transcendental Functions. Copyright Cengage Learning. All rights reserved.

Logarithmic, Exponential, and Other Transcendental Functions. Copyright Cengage Learning. All rights reserved. 5 Logarithmic, Exponential, and Other Transcendental Functions Copyright Cengage Learning. All rights reserved. 5.5 Bases Other Than e and Applications Copyright Cengage Learning. All rights reserved.

More information

Lesson 26: Problem Set Sample Solutions

Lesson 26: Problem Set Sample Solutions Problem Set Sample Solutions Problems and 2 provide students with more practice converting arithmetic and geometric sequences between explicit and recursive forms. Fluency with geometric sequences is required

More information

1.3 Exponential Functions

1.3 Exponential Functions Section. Eponential Functions. Eponential Functions You will be to model eponential growth and decay with functions of the form y = k a and recognize eponential growth and decay in algebraic, numerical,

More information

notes.notebook April 08, 2014

notes.notebook April 08, 2014 Chapter 7: Exponential Functions graphs solving equations word problems Graphs (Section 7.1 & 7.2): c is the common ratio (can not be 0,1 or a negative) if c > 1, growth curve (graph will be increasing)

More information

1.3 Exponential Functions

1.3 Exponential Functions 22 Chapter 1 Prerequisites for Calculus 1.3 Exponential Functions What you will learn about... Exponential Growth Exponential Decay Applications The Number e and why... Exponential functions model many

More information

17 Exponential and Logarithmic Functions

17 Exponential and Logarithmic Functions 17 Exponential and Logarithmic Functions Concepts: Exponential Functions Power Functions vs. Exponential Functions The Definition of an Exponential Function Graphing Exponential Functions Exponential Growth

More information

Physical Science: Find the following function which represents the map, as shown in figure cos sin

Physical Science: Find the following function which represents the map, as shown in figure cos sin 24 www.mathbunch.com FUNCTIONS FORMING USING THE GRAPHS OF DIFFERENT FUNCTIONS: The graphs of many different functions are given. To form a design using some graphs a function can be formed combining these

More information

x y

x y (a) The curve y = ax n, where a and n are constants, passes through the points (2.25, 27), (4, 64) and (6.25, p). Calculate the value of a, of n and of p. [5] (b) The mass, m grams, of a radioactive substance

More information

Page Points Score Total: 100

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

More information

HW#1. Unit 4B Logarithmic Functions HW #1. 1) Which of the following is equivalent to y=log7 x? (1) y =x 7 (3) x = 7 y (2) x =y 7 (4) y =x 1/7

HW#1. Unit 4B Logarithmic Functions HW #1. 1) Which of the following is equivalent to y=log7 x? (1) y =x 7 (3) x = 7 y (2) x =y 7 (4) y =x 1/7 HW#1 Name Unit 4B Logarithmic Functions HW #1 Algebra II Mrs. Dailey 1) Which of the following is equivalent to y=log7 x? (1) y =x 7 (3) x = 7 y (2) x =y 7 (4) y =x 1/7 2) If the graph of y =6 x is reflected

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

Math 101 Final Exam Review Solutions. Eric Schmutz

Math 101 Final Exam Review Solutions. Eric Schmutz Math 101 Final Exam Review Solutions Eric Schmutz Problem 1. Write an equation of the line passing through (,7) and (-1,1). Let (x 1, y 1 ) = (, 7) and (x, y ) = ( 1, 1). The slope is m = y y 1 x x 1 =

More information

Mathematics. Pre-Leaving Certificate Examination, Paper 1 Higher Level Time: 2 hours, 30 minutes. 300 marks L.17 NAME SCHOOL TEACHER

Mathematics. Pre-Leaving Certificate Examination, Paper 1 Higher Level Time: 2 hours, 30 minutes. 300 marks L.17 NAME SCHOOL TEACHER L.7 NAME SCHOOL TEACHER Pre-Leaving Certificate Examination, 205 Name/v Printed Checke To: Update Name/v Comple Paper Higher Level Time: 2 hours, 30 minutes 300 marks For examiner Question 2 School stamp

More information

2017 LCHL Paper 1 Table of Contents

2017 LCHL Paper 1 Table of Contents 3 7 10 2 2017 PAPER 1 INSTRUCTIONS There are two sections in this examination paper. Section A Concepts and Skills 150 marks 6 questions Section B Contexts and Applications 150 marks 3 questions Answer

More information

Write the equation of the given line in slope-intercept form and match with the correct alternate form. 10. A

Write the equation of the given line in slope-intercept form and match with the correct alternate form. 10. A Slope & y-intercept Class Work Identify the slope and y-intercept for each equation 1. y = 3x 4 2. y = 2x 3. y = 7 4. x = 5 5. y = 0 6. y 3 = 4(x + 6) 7. y + 2 = 1 (x + 6) 8. 2x + 3y = 9 9. 4x 7y = 14

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3)

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3) M60(Precalculus) Evaluate the factorial expression. 9! ) 7!! ch practice test ) Write out the first five terms of the sequence. ) {sn} = (-)n - n + n - ) The given pattern continues. Write down the nth

More information

Math 137 Exam #3 Review Guide

Math 137 Exam #3 Review Guide Math 7 Exam # Review Guide The third exam will cover Sections.-.6, 4.-4.7. The problems on this review guide are representative of the type of problems worked on homework and during class time. Do not

More information

Assignment #3; Exponential Functions

Assignment #3; Exponential Functions AP Calculus Assignment #3; Exponential Functions Name: The equation identifies a family of functions called exponential functions. Notice that the ratio of consecutive amounts of outputs always stay the

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations CHAPTER 7 7.1 7.2 SEPARABLE DIFFERENTIAL 7.3 DIRECTION FIELDS AND EULER S METHOD 7.4 SYSTEMS OF FIRST ORDER DIFFERENTIAL Slide 1 Exponential Growth The table indicates

More information

Modeling with Exponential Functions

Modeling with Exponential Functions CHAPTER Modeling with Exponential Functions A nautilus is a sea creature that lives in a shell. The cross-section of a nautilus s shell, with its spiral of ever-smaller chambers, is a natural example of

More information

MA Lesson 14 Notes Summer 2016 Exponential Functions

MA Lesson 14 Notes Summer 2016 Exponential Functions Solving Eponential Equations: There are two strategies used for solving an eponential equation. The first strategy, if possible, is to write each side of the equation using the same base. 3 E : Solve:

More information

Objectives 1. Understand and use terminology and notation involved in sequences

Objectives 1. Understand and use terminology and notation involved in sequences Go over Exp/Log and Transformations Quizzes 1. Understand and use terminology and notation involved in sequences A number sequence is any list of numbers with a recognizable pattern. The members of a sequence

More information

EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: MEMORIZE: General Form of an Exponential Function y = a b x-h + k

EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: MEMORIZE: General Form of an Exponential Function y = a b x-h + k EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: o Recognizing Eponential Functions from Equations, Graphs, and Tables o Graphing Eponential Functions Using a Table of Values o Identifying

More information

Write the equation of the given line in slope-intercept form and match with the correct alternate form. 10. A

Write the equation of the given line in slope-intercept form and match with the correct alternate form. 10. A Slope & y-intercept Class Work Identify the slope and y-intercept for each equation 1. y = 3x 4 2. y = 2x 3. y = 7 m = 3 b = 4 m = 2 b = 0 m = 0 b = 7 4. x = 5 5. y = 0 6. y 3 = 4(x + 6) m = undef b =

More information

Exponential Growth. b.) What will the population be in 3 years?

Exponential Growth. b.) What will the population be in 3 years? 0 Eponential Growth y = a b a b Suppose your school has 4512 students this year. The student population is growing 2.5% each year. a.) Write an equation to model the student population. b.) What will the

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

3. If 4x = 0, the roots of the equation are (1) 25 and 25 (2) 25, only (3) 5 and 5 (4) 5, only 3

3. If 4x = 0, the roots of the equation are (1) 25 and 25 (2) 25, only (3) 5 and 5 (4) 5, only 3 ALGEBRA 1 Part I Answer all 24 questions in this part. Each correct answer will receive 2 credits. No partial credit will be allowed. For each statement or question, choose the word or expression that,

More information

Unit 5 Exponential Functions. I know the laws of exponents and can apply them to simplify expressions that use powers with the same base.

Unit 5 Exponential Functions. I know the laws of exponents and can apply them to simplify expressions that use powers with the same base. Unit 5 Exponential Functions Topic : Goal : powers I know the laws of exponents and can apply them to simplify expressions that use powers with the same base. 5.1 The Exponent Rules Multiplying Powers

More information

Skills Practice Skills Practice for Lesson 8.1

Skills Practice Skills Practice for Lesson 8.1 Skills Practice Skills Practice for Lesson.1 Name Logs, Exponents, and More Solving Exponential and Logarithmic Equations Date Problem Set Solve each logarithmic equation by first converting to an exponential

More information

Do you know how to find the distance between two points?

Do you know how to find the distance between two points? Some notation to understand: is the line through points A and B is the ray starting at point A and extending (infinitely) through B is the line segment connecting points A and B is the length of the line

More information

Honors Pre Calculus Worksheet 3.1. A. Find the exponential equation for the given points, and then sketch an accurate graph (no calculator). 2.

Honors Pre Calculus Worksheet 3.1. A. Find the exponential equation for the given points, and then sketch an accurate graph (no calculator). 2. Honors Pre Calculus Worksheet 3.1 A. Find the eponential equation for the given points, and then sketch an accurate graph (no calculator). 1., 3, 9 1,. ( 1, ),, 9 1 1 1 8 8 B. Sketch a graph the following

More information

P.4 Lines in the Plane PreCalculus

P.4 Lines in the Plane PreCalculus P.4 Lines in the Plane PreCalculus P.4 LINES IN THE PLANE Learning Targets for P.4 1. Calculate Average Rate of Change between 2 points 2. Write the equation of a line in any form (point-slope, slope intercept

More information

ALGEBRA I SEMESTER EXAMS PRACTICE MATERIALS SEMESTER Use the diagram below. 9.3 cm. A = (9.3 cm) (6.2 cm) = cm 2. 6.

ALGEBRA I SEMESTER EXAMS PRACTICE MATERIALS SEMESTER Use the diagram below. 9.3 cm. A = (9.3 cm) (6.2 cm) = cm 2. 6. 1. Use the diagram below. 9.3 cm A = (9.3 cm) (6.2 cm) = 57.66 cm 2 6.2 cm A rectangle s sides are measured to be 6.2 cm and 9.3 cm. What is the rectangle s area rounded to the correct number of significant

More information

CHAPTER 6. Exponential Functions

CHAPTER 6. Exponential Functions CHAPTER 6 Eponential Functions 6.1 EXPLORING THE CHARACTERISTICS OF EXPONENTIAL FUNCTIONS Chapter 6 EXPONENTIAL FUNCTIONS An eponential function is a function that has an in the eponent. Standard form:

More information

UNIVERSITY OF KWA-ZULU NATAL

UNIVERSITY OF KWA-ZULU NATAL UNIVERSITY OF KWA-ZULU NATAL EXAMINATIONS: June 006 Solutions Subject, course and code: Mathematics 34 MATH34P Multiple Choice Answers. B. B 3. E 4. E 5. C 6. A 7. A 8. C 9. A 0. D. C. A 3. D 4. E 5. B

More information

in terms of p, q and r.

in terms of p, q and r. Logarithms and Exponents 1. Let ln a = p, ln b = q. Write the following expressions in terms of p and q. ln a 3 b ln a b 2. Let log 10 P = x, log 10 Q = y and log 10 R = z. Express P log 10 QR 3 2 in terms

More information

Parklands College of Education. June Examinations - Autumn Quarter 2015

Parklands College of Education. June Examinations - Autumn Quarter 2015 Parklands College of Education June Examinations - Autumn Quarter 2015 Subject : Mathematics Paper : 1 Grade : 12 Marks : 150 Examiners : F.A. du Preez ; B. Malan ; Time : 3 hours F.Bredell ; S.Joubert

More information

Name Date Per. Ms. Williams/Mrs. Hertel

Name Date Per. Ms. Williams/Mrs. Hertel Name Date Per. Ms. Williams/Mrs. Hertel Day 7: Solving Exponential Word Problems involving Logarithms Warm Up Exponential growth occurs when a quantity increases by the same rate r in each period t. When

More information

MCF 3M Practice Exam. A7. For the quadratic function y = (x - 4)(x - 8), the coordinates of the vertex are: a. (4, 8) b. (6, 0) c. (6, 22) d.

MCF 3M Practice Exam. A7. For the quadratic function y = (x - 4)(x - 8), the coordinates of the vertex are: a. (4, 8) b. (6, 0) c. (6, 22) d. MCF 3M Practice Exam This is a practice exam. It does not cover all the material in this course and should not be the only review that you do in preparation for your final exam. Your exam may contain questions

More information

1. Does each pair of formulas described below represent the same sequence? Justify your reasoning.

1. Does each pair of formulas described below represent the same sequence? Justify your reasoning. Lesson Summary To model exponential data as a function of time: Examine the data to see if there appears to be a constant growth or decay factor. Determine a growth factor and a point in time to correspond

More information

Math 3201 Chapter 6 Review Name:

Math 3201 Chapter 6 Review Name: Math 01 Chapter 6 Review Name: Multiple Choice 1. Which of the following is an exponential function? A. f(x) = x B. g(x) = ( 1) x C. h(x) = 17 x D. j(x) = x. Match the following graph with its function.

More information

Do you know how to find the distance between two points?

Do you know how to find the distance between two points? Some notation to understand: is the line through points A and B is the ray starting at point A and extending (infinitely) through B is the line segment connecting points A and B is the length of the line

More information

Honors Advanced Algebra Chapter 8 Exponential and Logarithmic Functions and Relations Target Goals

Honors Advanced Algebra Chapter 8 Exponential and Logarithmic Functions and Relations Target Goals Honors Advanced Algebra Chapter 8 Exponential and Logarithmic Functions and Relations Target Goals By the end of this chapter, you should be able to Graph exponential growth functions. (8.1) Graph exponential

More information

Review of Exponential Relations

Review of Exponential Relations Review of Exponential Relations Integrated Math 2 1 Concepts to Know From Video Notes/ HW & Lesson Notes Zero and Integer Exponents Exponent Laws Scientific Notation Analyzing Data Sets (M&M Lab & HW/video

More information

O5C1: Graphing Exponential Functions

O5C1: Graphing Exponential Functions Name: Class Period: Date: Algebra 2 Honors O5C1-4 REVIEW O5C1: Graphing Exponential Functions Graph the exponential function and fill in the table to the right. You will need to draw in the x- and y- axis.

More information

Precalculus Lesson 5.7: Financial Models Mrs. Snow, Instructor

Precalculus Lesson 5.7: Financial Models Mrs. Snow, Instructor Precalculus Lesson 5.7: Financial Models Mrs. Snow, Instructor Interest is the money paid for the use of money. Money borrowed is called principal. When you borrow money there is a rate of interest, expressed

More information

Topic 33: One-to-One Functions. Are the following functions one-to-one over their domains?

Topic 33: One-to-One Functions. Are the following functions one-to-one over their domains? Topic 33: One-to-One Functions Definition: A function f is said to be one-to-one if for every value f(x) in the range of f there is exactly one corresponding x-value in the domain of f. Ex. Are the following

More information

Finite Math - Fall Section Present Value of an Annuity; Amortization

Finite Math - Fall Section Present Value of an Annuity; Amortization Finite Math - Fall 016 Lecture Notes - 9/1/016 Section 3. - Present Value of an Annuity; Amortization Amortization Schedules. Suppose you are amortizing a debt by making equal payments, but then decided

More information

1)Write the integer that represents the opposite of each real-world. situation. In words, write the meaning of the opposite.

1)Write the integer that represents the opposite of each real-world. situation. In words, write the meaning of the opposite. 1) Write the integer that represents the opposite of each real-world situation. In words, write the meaning of the opposite. a. Example: An atom s positive charge of 7 Opposite: An atom s negative charge

More information

Math Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests. Previous lecture

Math Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests. Previous lecture Math 1311 Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests Previous lecture Section 2.4: Solving Nonlinear Equations Equations that involve powers (other than one),

More information

MAC Module 9 Exponential and Logarithmic Functions II. Rev.S08

MAC Module 9 Exponential and Logarithmic Functions II. Rev.S08 MAC 1105 Module 9 Exponential and Logarithmic Functions II Learning Objective Upon completing this module, you should be able to: 1. Learn and apply the basic properties of logarithms. 2. Use the change

More information

Algebra 1R/H Regents Review 7. x 1, for which value of x is

Algebra 1R/H Regents Review 7. x 1, for which value of x is Algebra 1R/H Regents Review 7 NAME Date ( ) = x 2 2x 8 and g ( x) = 1 4 f ( x) = g ( x)? (Use 2 nd calc intersect on the graph.) 152) If f x (1) 1.75 and 1.438 (3) 1.438 and 0 (2) 1.75 and 4 (4) 4 and

More information

Functions. Contents. fx ( ) 2 x with the graph of gx ( ) 3 x x 1

Functions. Contents. fx ( ) 2 x with the graph of gx ( ) 3 x x 1 Functions Contents WS07.0 Applications of Sequences and Series... Task Investigating Compound Interest... Task Reducing Balance... WS07.0 Eponential Functions... 4 Section A Activity : The Eponential Function,

More information

MATH NUMBER SENSE 7 Performance Objective Task Analysis Benchmarks/Assessment Students:

MATH NUMBER SENSE 7 Performance Objective Task Analysis Benchmarks/Assessment Students: Students: 1. Students know the properties of and 1. Read, write and compare rational compute with rational numbers numbers in scientific notation (positive expressed in a variety of forms. and negative

More information

MATH Section 4.1

MATH Section 4.1 MATH 1311 Section 4.1 Exponential Growth and Decay As we saw in the previous chapter, functions are linear if adding or subtracting the same value will get you to different coordinate points. Exponential

More information

Name Advanced Math Functions & Statistics. Non- Graphing Calculator Section A. B. C.

Name Advanced Math Functions & Statistics. Non- Graphing Calculator Section A. B. C. 1. Compare and contrast the following graphs. Non- Graphing Calculator Section A. B. C. 2. For R, S, and T as defined below, which of the following products is undefined? A. RT B. TR C. TS D. ST E. RS

More information

PLC Papers Created For:

PLC Papers Created For: PLC Papers Created For: Daniel Inequalities Inequalities on number lines 1 Grade 4 Objective: Represent the solution of a linear inequality on a number line. Question 1 Draw diagrams to represent these

More information

Recurrence Relations

Recurrence Relations Recurrence Relations Recurrence Relations Reading (Epp s textbook) 5.6 5.8 1 Recurrence Relations A recurrence relation for a sequence aa 0, aa 1, aa 2, ({a n }) is a formula that relates each term a k

More information

NATIONAL SENIOR CERTIFICATE GRADE 10

NATIONAL SENIOR CERTIFICATE GRADE 10 NATIONAL SENIOR CERTIFICATE GRADE 10 TECHNICAL MATHEMATICS P1 EXEMPLAR 2016 MARKS: 100 TIME: 2 hours This question paper consists of 7 pages and 1 diagram sheet. Technical Mathematics/P1 2 DBE/2016 INSTRUCTIONS

More information

Exponential and Logarithmic Functions. Exponential Functions. Example. Example

Exponential and Logarithmic Functions. Exponential Functions. Example. Example Eponential and Logarithmic Functions Math 1404 Precalculus Eponential and 1 Eample Eample Suppose you are a salaried employee, that is, you are paid a fied sum each pay period no matter how many hours

More information

Lesson 3.notebook May 17, Lesson 2 Problem Set Solutions

Lesson 3.notebook May 17, Lesson 2 Problem Set Solutions Lesson 2 Problem Set Solutions Student Outcomes Lesson 3: Analyzing a Verbal Description > Students make sense of a contextual situation that can be modeled with linear, quadratic, and exponential functions

More information

Chapter 11 Logarithms

Chapter 11 Logarithms Chapter 11 Logarithms Lesson 1: Introduction to Logs Lesson 2: Graphs of Logs Lesson 3: The Natural Log Lesson 4: Log Laws Lesson 5: Equations of Logs using Log Laws Lesson 6: Exponential Equations using

More information

7.1 Exponential Functions

7.1 Exponential Functions 7.1 Exponential Functions 1. What is 16 3/2? Definition of Exponential Functions Question. What is 2 2? Theorem. To evaluate a b, when b is irrational (so b is not a fraction of integers), we approximate

More information

College Algebra and College Algebra with Review Final Review

College Algebra and College Algebra with Review Final Review The final exam comprises 30 questions. Each of the 20 multiple choice questions is worth 3 points and each of the 10 open-ended questions is worth 4 points. Instructions for the Actual Final Exam: Work

More information

Math Released Item Algebra 2. Radioactive Element Equations VH147862

Math Released Item Algebra 2. Radioactive Element Equations VH147862 Math Released Item 2018 Algebra 2 Radioactive Element Equations VH147862 Anchor Set A1 A9 With Annotations Prompt Score Description VH147862 Rubric Part A 1 Student response includes the following element.

More information

Methods of Calculus (MAC 2233) Spring 2010 Sample Final Exam

Methods of Calculus (MAC 2233) Spring 2010 Sample Final Exam Methods of Calculus (MAC ) Spring 1 Sample Final Eam The following questions are meant to check your readiness for the final eam, as well as to give you an idea of its level of difficulty. There may be

More information

Concept Category 2. Exponential and Log Functions

Concept Category 2. Exponential and Log Functions Concept Category 2 Exponential and Log Functions Concept Category 2 Check List *Find the inverse and composition of functions *Identify an exponential from a table, graph and equation *Identify the difference

More information

C. HECKMAN TEST 1A SOLUTIONS 170

C. HECKMAN TEST 1A SOLUTIONS 170 C. HECKMAN TEST 1A SOLUTIONS 170 1) Thornley s Bank of Atlanta offers savings accounts which earn 4.5% per year. You have $00, which you want to invest. a) [10 points] If the bank compounds the interest

More information

Summer MA Lesson 20 Section 2.7 (part 2), Section 4.1

Summer MA Lesson 20 Section 2.7 (part 2), Section 4.1 Summer MA 500 Lesson 0 Section.7 (part ), Section 4. Definition of the Inverse of a Function: Let f and g be two functions such that f ( g ( )) for every in the domain of g and g( f( )) for every in the

More information

Math 180 Chapter 4 Lecture Notes. Professor Miguel Ornelas

Math 180 Chapter 4 Lecture Notes. Professor Miguel Ornelas Math 80 Chapter 4 Lecture Notes Professor Miguel Ornelas M. Ornelas Math 80 Lecture Notes Section 4. Section 4. Inverse Functions Definition of One-to-One Function A function f with domain D and range

More information

Introduction to Exponential Functions (plus Exponential Models)

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

More information

MAT 111 Final Exam A Fall 2015 Name:

MAT 111 Final Exam A Fall 2015 Name: MAT 111 Final Exam A Fall 2015 Name: Show all work on test to receive credit. Draw a box around your answer. If solving algebraically, show all steps. If solving graphically, sketch a graph and label the

More information

Complete Week 18 Package

Complete Week 18 Package Complete Week 18 Package Jeanette Stein Table of Contents Unit 4 Pacing Chart -------------------------------------------------------------------------------------------- 1 Day 86 Bellringer --------------------------------------------------------------------------------------------

More information

Chapter 8 Prerequisite Skills

Chapter 8 Prerequisite Skills Chapter 8 Prerequisite Skills BLM 8. How are 9 and 7 the same? How are they different?. Between which two consecutive whole numbers does the value of each root fall? Which number is it closer to? a) 8

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions C H A P T ER Exponential and Logarithmic Functions Scarlet macaws are native to the jungles of Southern Mexico and Central America, and can live up to 75 years. However, macaws and other birds are threatened

More information

Foundations of Math II Unit 5: Solving Equations

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

More information

Example. Determine the inverse of the given function (if it exists). f(x) = 3

Example. Determine the inverse of the given function (if it exists). f(x) = 3 Example. Determine the inverse of the given function (if it exists). f(x) = g(x) = p x + x We know want to look at two di erent types of functions, called logarithmic functions and exponential functions.

More information

Solving Exponential Equations (Applied Problems) Class Work

Solving Exponential Equations (Applied Problems) Class Work Solving Exponential Equations (Applied Problems) Class Work Objective: You will be able to solve problems involving exponential situations. Quick Review: Solve each equation for the variable. A. 2 = 4e

More information

Notes for exponential functions The week of March 6. Math 140

Notes for exponential functions The week of March 6. Math 140 Notes for exponential functions The week of March 6 Math 140 Exponential functions: formulas An exponential function has the formula f (t) = ab t, where b is a positive constant; a is the initial value

More information

1. How many x-intercepts does the exponential function f(x) = 2(10) x have? B. 1 C. 2 D. 3

1. How many x-intercepts does the exponential function f(x) = 2(10) x have? B. 1 C. 2 D. 3 Multiple Choice 1. How many x-intercepts does the exponential function f(x) = 2(10) x have? A. 0 B. 1 C. 2 D. 3 2. How many y-intercepts does the exponential function f(x) = (5) x have? A. 0 B. 1 C. 2

More information

Calculator Inactive Write your answers in the spaces provided. Present clear, concise solutions

Calculator Inactive Write your answers in the spaces provided. Present clear, concise solutions 11/3/09 Chapter 8 Exponential & Logarithmic Functions Page 1 of 8 Calculator Inactive Write your answers in the spaces provided. Present clear, concise solutions 1. Convert 3 x 2 8 into log form: (1M)

More information

Exponents and Logarithms Exam

Exponents and Logarithms Exam Name: Class: Date: Exponents and Logarithms Exam Multiple Choice Identify the choice that best completes the statement or answers the question.. The decay of a mass of a radioactive sample can be represented

More information

Mathematics 5 SN. Exponential Functions

Mathematics 5 SN. Exponential Functions Mathematics 5 SN Exponential Functions 1 The following formula calculates the total amount f(t) of money in an account into which $1000 was deposited with compound interest for t years at a rate of interest

More information

Algebra 2 Honors. Logs Test Review

Algebra 2 Honors. Logs Test Review Algebra 2 Honors Logs Test Review Name Date Let ( ) = ( ) = ( ) =. Perform the indicated operation and state the domain when necessary. 1. ( (6)) 2. ( ( 3)) 3. ( (6)) 4. ( ( )) 5. ( ( )) 6. ( ( )) 7. (

More information

Lesson 4. Exit Ticket Sample Solutions. explicit formula. b. for and

Lesson 4. Exit Ticket Sample Solutions. explicit formula. b. for and Exit icket Sample Solutions. Write the first three terms in the following geometric sequences. hen write the explicit formula. a. for and,, b. for and,, or,,.. Write an explicit formula for the geometric

More information