Finding the Sum of Consecutive Terms of a Sequence

Size: px
Start display at page:

Download "Finding the Sum of Consecutive Terms of a Sequence"

Transcription

1 Mathematics 451 Finding the Sum of Consecutive Terms of a Sequence In a previous handout we saw that an arithmetic sequence starts with an initial term b, and then each term is obtained by adding a common difference d to the previous term, so that the nth term is obtained by starting with the initial term and adding the common difference (n - 1) times. This is symbolized by: The Explicit Rule of an Arithmetic Sequence is given by f(n) = (initial term) + (n - 1)(common difference) or f(n) = b + (n - 1)d, where b is the initial term and d is the common difference. Suppose we want to add up the first few terms of such an arithmetic sequence. (Such a sum is called a finite arithmetic series.) A good problem solving strategy is to look at a simple case. The simplest sum of an arithmetic sequence is T(n) = n, which gives the nth triangular number; here b = 1 and d = 1. We can find a formula for T(n) by noticing that by pairing the first and last term we get a pair whose sum is n + 1; by pairing the second and next-to-last terms we get a pair whose sum is n + 1, and so on, working from the outside in. (This idea supposedly goes back to Gauss in the 1700s.) This strategy can be visualized by the diagram below, which shows the paired terms (n-2)+(n-1)+n Since there are n terms, this leads to n/2 pairs, with each pair adding up to n + 1. Thus the entire sum is T(n) = n = (n/2)(n + 1) which is usually rewritten as T(n) = (n)(n+1)/2 This same strategy will work to find the sum of any arithmetic sequence. Suppose A = (recursive: A n = 2 + A n-1 ) Sum of first and last terms of A: Sum of second and next-to-last terms of A: Sum of third and third-from-last terms of A: This leads us to: A can be grouped into pairs, each of which add up to. How many such pairs are there? Half the number of original terms! How many terms are there? You must first find the explicit description of the sequence. The common difference is d = 2, so the sequence is A(n) = 2(n - 1) + 1 = 2n - 1. What n gives 99? Set 99 = 2n - 1 and solve: 100 = 2n, so n = 50. Since A = it is the sum of the first 50 terms of our sequence, so there are 50/2 = 25 pairs. Each pair sums to 100, so The sum = 25 x 100 = In general this can be remembered as : Sum of an arithmetic sequence = (number of terms) x (sum of first and last terms) 2 Mathematics 451 Sums of Sequences Page 1

2 Let s see how this can be applied =? The sum of the first and last terms are = 103, that s easy. But how many terms are there? We need to know what term number 101 is in the sequence. To determine this we must work out the formula for the nth term of the sequence. We know a = 2 and d = 3 in this sequence, so the general formula in the box at the top of page 1 says that 101 = a + (n - 1) x d = 2 + (n - 1)x3 for this sequence. We solve this for n: 101 = 2 + 3n = 3n = 3n 34 = n There are 34 terms in our series, which we group into 17 pairs, each with sum = 103. Thus the value (sum) of our series is = 17 x 103 = 1751 Now you try a couple: =? (recursive: next term = 5 + previous term) a) How many terms are there? b) Properly grouped, the sum of each pair of terms is c) So the sum of the series is 3. An auditorium has rows of seats, with 20 seats in the first row, 23 in the second row, 26 in the third, and so on in this arithmetic pattern to the last row which has 68 seats. a) How many rows are there in the auditorium? b) How many total seats are there in the auditorium? Recursive description: next row = a) Find the number of rows: b) Find the total number of seats: Mathematics 451 Sums of Sequences Page 2

3 Geometric Sequences Recall that to get the n th term of an geometric sequence, you start with the initial term and multiply the common ratio (n - 1) times. (The common ratio is often called the growth factor.) This is often stated as: The Explicit Rule for a Geometric Sequence is given by f(n) = (initial term) x (common ratio) (n - 1) or f(n) = b x r (n - 1), or an = b x r (n - 1) where b is the initial term and r is the common ratio (growth factor) An example of a geometric sequence is 2, 6, 18, 54, 162,..., where b = 2 and r = 3, whose rule is f(n) = 2x3 (n-1). When r is large compared to 1, as in this case, the size of the terms can grow quickly, in which case a term like the 10th might be very large. For the sequence just listed, f(10) = 2x3 9 = 39,366. (!) So finding the sum of the first 10 terms of this sequence would involve very large numbers! Consider the case is when r < 1, such as in the sequence 2, 2/3, 2/9, 2/27, 2/81,.. where a = 2 but now r = 1/3. The terms are getting smaller, but that will help keep the sum manageable. For this sequence, f(n) = 2x(1/3) (n-1) = 2/(3 (n-1) ) and f(10) = 2/(3 9 ) = This means the sum of the first 9 terms will be almost the same as the sum of the first 10 terms, for their difference is f(10), which here is the small decimal shown above. In general, a finite geometric series is the sum of a collection of consecutive terms from a geometric sequence. Its general form is S = b + br + br 2 + br br (n-1) (**) where b is the initial term and r the common ratio How can we find a formula for this sum? Here is the standard trick : 1. Multiply both sides of (**) by r (raises the exponent on each r by 1), and subtract (**) from the result: r(**): rs = br + br 2 + br 3 + br br (n) -(**): - S = -b - br - br 2 - br br (n-1) Subtract: rs - S = -b + br (n) Notice that all but two of the terms on the right cancel, because all but two appear in both S and rs. 2. Now solve for S: Factor S out of the left hand side: S(r - 1) = br n -b Divide by (r - 1): S = Mathematics 451 Sums of Sequences Page 3

4 We conclude: If f(n) = br (n-1) gives the nth term of a geometric sequence, then the sum of the first n terms of the sequence is called a finite geometric series, and the value of this sum may be calculated as S = b + br + br br (n-1) = = (term after last term) - (first term) r -1 Let s see how this can be applied =? (recursive description: next term = 2 x previous term) This is a geometric series. It is the sum of the first few terms in the geometric sequence 1, 2, 4, 8, 16,... This geometric sequence has common ratio (growth factor) r = 2 and first term b = 1. The next term in the sequence would be 2x1024 = 2048, so = = Notes: (a) We do not need to determine which term 1024 is in the sequence we are summing. That is, we do not need to solve for n. (b) Consider the sequence of partial sums : 1, 1+2, 1+2+4, , , etc. This sequence of partial sums is 1, 3, 7, 15, 31,... (We ve seen this sequence before.) Its recursive description is: next term = (next power of 2) + previous term. The result 2047 above is the 10th term in this sequence of partial sums. Now you try a couple: = S =? (Note: 38 = 6561, 2 8 = 256) Here r = and the next term is So S = 3. If you invest $1,000 per year at 6% annual compound interest for 40 years, what will be the total value of your investments? When a principal P is invested at an annual compound interest rate i for t years, the value of that single investment will be F(t) = P(1 + i) t Your first $1000 will earn interest for t = 40 years, so its value will be F(40) =1000(1+.06) 40 Your second $1000 will earn interest for t = 39 years, so its value will be F(39) =1000(1.06) 39 Your third $1000 will earn interest for t = 38 years, so its value will be F(38) =1000(1.06) 38 and so on. Your last $1000 will earn interest for t = 1 year, so its value will be F(1) =1000(1.06) 1 So the total value of your investments is S = 1000(1.06) (1.06) (1.06) (1.06) (1.06) 40 This is a geometric series with ratio r = between terms, so the total value may be calculated as S = (term after last term) - (first term) r -1 = Mathematics 451 Sums of Sequences Page 4

5 4. (a) Recall Leaping Leonora s contract #1, where she received a geometric sequence of salaries: $10,000, $20,000,..., $2,048,000 over ten years. Use the above method to quickly find her total payments over the 10 years: (b) Recall Leaping Leonora s contract #2, where she received a arithmetic sequence of salaries: $500,000, $1,000,000, $1,500, $5,000,000 Find her total payments using our technique for the sum of an arithmetic sequence: 5. Recall the meaning of a repeating decimal. For example, what does 0.7 mean? It means = This last expression is the sum of an infinite geometric series. Its value is the limit of the sums of the finite geometric sequences 0.7 = 7 10, 0.77 = , = , etc. In these finite sequences 3 10 the growth factor is r = 0.1 and the initial term is 0.7, so their values are 0.7(0.1) n 0.7 for n = 1, 2, 3,... What is the limit of as n? Determine this limit, and you will find out the fraction that 0.7 represents. = 0.7(0.1)n This method may be used to convert any repeating decimal to a fraction. Mathematics 451 Sums of Sequences Page 5

12.3 Geometric Series

12.3 Geometric Series Name Class Date 12.3 Geometric Series Essential Question: How do you find the sum of a finite geometric series? Explore 1 Investigating a Geometric Series A series is the expression formed by adding the

More information

(2/3) 3 ((1 7/8) 2 + 1/2) = (2/3) 3 ((8/8 7/8) 2 + 1/2) (Work from inner parentheses outward) = (2/3) 3 ((1/8) 2 + 1/2) = (8/27) (1/64 + 1/2)

(2/3) 3 ((1 7/8) 2 + 1/2) = (2/3) 3 ((8/8 7/8) 2 + 1/2) (Work from inner parentheses outward) = (2/3) 3 ((1/8) 2 + 1/2) = (8/27) (1/64 + 1/2) Exponents Problem: Show that 5. Solution: Remember, using our rules of exponents, 5 5, 5. Problems to Do: 1. Simplify each to a single fraction or number: (a) ( 1 ) 5 ( ) 5. And, since (b) + 9 + 1 5 /

More information

Sequences, Series, and Probability Part I

Sequences, Series, and Probability Part I Name Chapter 8 Sequences, Series, and Probability Part I Section 8.1 Sequences and Series Objective: In this lesson you learned how to use sequence, factorial, and summation notation to write the terms

More information

Chapter 8 Sequences, Series, and the Binomial Theorem

Chapter 8 Sequences, Series, and the Binomial Theorem Chapter 8 Sequences, Series, and the Binomial Theorem Section 1 Section 2 Section 3 Section 4 Sequences and Series Arithmetic Sequences and Partial Sums Geometric Sequences and Series The Binomial Theorem

More information

Chapter 12. Sequences and Series

Chapter 12. Sequences and Series Chapter 12 Sequences and Series Lesson 1: Sequences Lesson 2: Arithmetic Sequences Lesson 3: Geometry Sequences Lesson 4: Summation Notation Lesson 5: Arithmetic Series Lesson 6: Geometric Series Lesson

More information

CH 39 CREATING THE EQUATION OF A LINE

CH 39 CREATING THE EQUATION OF A LINE 9 CH 9 CREATING THE EQUATION OF A LINE Introduction S ome chapters back we played around with straight lines. We graphed a few, and we learned how to find their intercepts and slopes. Now we re ready to

More information

MAC Learning Objectives. Learning Objectives (Cont.)

MAC Learning Objectives. Learning Objectives (Cont.) MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction Learning Objectives Upon completing this module, you should be able to 1. represent sequences. 2.

More information

7-4. Compound Interest. Vocabulary. Interest Compounded Annually. Lesson. Mental Math

7-4. Compound Interest. Vocabulary. Interest Compounded Annually. Lesson. Mental Math Lesson 7-4 Compound Interest BIG IDEA If money grows at a constant interest rate r in a single time period, then after n time periods the value of the original investment has been multiplied by (1 + r)

More information

5.6 Special Products of Polynomials

5.6 Special Products of Polynomials 5.6 Special Products of Polynomials Learning Objectives Find the square of a binomial Find the product of binomials using sum and difference formula Solve problems using special products of polynomials

More information

Finance 197. Simple One-time Interest

Finance 197. Simple One-time Interest Finance 197 Finance We have to work with money every day. While balancing your checkbook or calculating your monthly expenditures on espresso requires only arithmetic, when we start saving, planning for

More information

The Monthly Payment. ( ) ( ) n. P r M = r 12. k r. 12C, which must be rounded up to the next integer.

The Monthly Payment. ( ) ( ) n. P r M = r 12. k r. 12C, which must be rounded up to the next integer. MATH 116 Amortization One of the most useful arithmetic formulas in mathematics is the monthly payment for an amortized loan. Here are some standard questions that apply whenever you borrow money to buy

More information

Developmental Math An Open Program Unit 12 Factoring First Edition

Developmental Math An Open Program Unit 12 Factoring First Edition Developmental Math An Open Program Unit 12 Factoring First Edition Lesson 1 Introduction to Factoring TOPICS 12.1.1 Greatest Common Factor 1 Find the greatest common factor (GCF) of monomials. 2 Factor

More information

troduction to Algebra

troduction to Algebra Chapter Six Percent Percents, Decimals, and Fractions Understanding Percent The word percent comes from the Latin phrase per centum,, which means per 100. Percent means per one hundred. The % symbol is

More information

4.2 Therapeutic Concentration Levels (BC)

4.2 Therapeutic Concentration Levels (BC) 4.2 Therapeutic Concentration Levels (BC) Introduction to Series Many important sequences are generated through the process of addition. In Investigation 1, you see a particular example of a special type

More information

Sequences, Series, and Limits; the Economics of Finance

Sequences, Series, and Limits; the Economics of Finance CHAPTER 3 Sequences, Series, and Limits; the Economics of Finance If you have done A-level maths you will have studied Sequences and Series in particular Arithmetic and Geometric ones) before; if not you

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

. Write the series, substituting the appropriate values for t 1. t 2. t 1. t 3

. Write the series, substituting the appropriate values for t 1. t 2. t 1. t 3 Geometric Series 2.3 A large telemarketing call centre will be closed on Monday due to an ice storm, and the employees are notified on Sunday. The company has already set up an emergency phone tree. The

More information

MATH THAT MAKES ENTS

MATH THAT MAKES ENTS On December 31, 2012, Curtis and Bill each had $1000 to start saving for retirement. The two men had different ideas about the best way to save, though. Curtis, who doesn t trust banks, put his money in

More information

Pre-Calculus. Slide 1 / 145. Slide 2 / 145. Slide 3 / 145. Sequences and Series. Table of Contents

Pre-Calculus. Slide 1 / 145. Slide 2 / 145. Slide 3 / 145. Sequences and Series. Table of Contents Slide 1 / 145 Pre-Calculus Slide 2 / 145 Sequences and Series 2015-03-24 www.njctl.org Table of Contents s Arithmetic Series Geometric Sequences Geometric Series Infinite Geometric Series Special Sequences

More information

Arithmetic. Mathematics Help Sheet. The University of Sydney Business School

Arithmetic. Mathematics Help Sheet. The University of Sydney Business School Arithmetic Mathematics Help Sheet The University of Sydney Business School Common Arithmetic Symbols is not equal to is approximately equal to is identically equal to infinity, which is a non-finite number

More information

Sequences (Part 3) Supplemental Material Not Found in You Text

Sequences (Part 3) Supplemental Material Not Found in You Text Motivating Examples Math 34: Spring 2016 Sequences (Part 3) Supplemental Material Not Found in You Text Geometric Sequences will help us answer the following: An interest-free loan of $12, 000 requires

More information

(Refer Slide Time: 00:55)

(Refer Slide Time: 00:55) Engineering Economic Analysis Professor Dr. Pradeep K Jha Department of Mechanical and Industrial Engineering Indian Institute of Technology Roorkee Lecture 11 Economic Equivalence: Meaning and Principles

More information

Survey of Math Chapter 21: Savings Models Handout Page 1

Survey of Math Chapter 21: Savings Models Handout Page 1 Chapter 21: Savings Models Handout Page 1 Growth of Savings: Simple Interest Simple interest pays interest only on the principal, not on any interest which has accumulated. Simple interest is rarely used

More information

PreCalc 11 Chapter 1 Review Pack v1 Answer Section

PreCalc 11 Chapter 1 Review Pack v1 Answer Section PreCalc 11 Chapter 1 Review Pack v1 Answer Section MULTIPLE CHOICE 1. ANS: A PTS: 1 DIF: Easy REF: 1.1 Arithmetic Sequences. ANS: A PTS: 1 DIF: Easy REF: 1.1 Arithmetic Sequences 3. ANS: B PTS: 1 DIF:

More information

The Geometric Mean. I have become all things to all people so that by all possible means I might save some. 1 Corinthians 9:22

The Geometric Mean. I have become all things to all people so that by all possible means I might save some. 1 Corinthians 9:22 The Geometric Mean I have become all things to all people so that by all possible means I might save some. 1 Corinthians 9:22 Instructions Read everything carefully, and follow all instructions. Do the

More information

tj= =n+6 U7D1 SEQUENCES AND SERIES Introduction A function can be used to generate a sequence of numbers Example: 1(x) = x2 generates

tj= =n+6 U7D1 SEQUENCES AND SERIES Introduction A function can be used to generate a sequence of numbers Example: 1(x) = x2 generates U7D1 SEQUENCES AND SERIES Introduction A function can be used to generate a sequence of numbers Example: 1(x) = x2 generates We have the sequence 1, 4, 9, 16 Thus a sequence is the set of numbers generated

More information

Things to Learn (Key words, Notation & Formulae)

Things to Learn (Key words, Notation & Formulae) Things to Learn (Key words, Notation & Formulae) Key words: Percentage This means per 100 or out of 100 Equivalent Equivalent fractions, decimals and percentages have the same value. Example words Rise,

More information

Valuation and Tax Policy

Valuation and Tax Policy Valuation and Tax Policy Lakehead University Winter 2005 Formula Approach for Valuing Companies Let EBIT t Earnings before interest and taxes at time t T Corporate tax rate I t Firm s investments at time

More information

Arithmetic and Geometric Sequence Word Problems

Arithmetic and Geometric Sequence Word Problems Name Date 6-11 Arithmetic and Geometric Series Word Problems Arithmetic and Geometric Sequence Word Problems How do you determine if a word problem is referring to an arithmetic sequence or a geometric

More information

The Next Step. Mathematics Applications for Adults. Book Percents

The Next Step. Mathematics Applications for Adults. Book Percents The Next Step Mathematics Applications for Adults Book 14016 Percents OUTLINE Mathematics - Book 14016 Percents Understanding and Comparing Percents demonstrate an ability to visualize percent. compare

More information

Interest Rates: Credit Cards and Annuities

Interest Rates: Credit Cards and Annuities Interest Rates: Credit Cards and Annuities 25 April 2014 Interest Rates: Credit Cards and Annuities 25 April 2014 1/25 Last Time Last time we discussed loans and saw how big an effect interest rates were

More information

MAT103: Fundamentals of Mathematics I Final Exam Review Packet

MAT103: Fundamentals of Mathematics I Final Exam Review Packet MAT103: Fundamentals of Mathematics I Final Exam Review Packet A. Using the information below, write the appropriate numerical value in each region of the Venn diagram provided and answer the questions

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

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions YEAR 12 Trial Exam Paper 2018 FURTHER MATHEMATICS Written examination 1 Worked solutions This book presents: worked solutions explanatory notes tips on how to approach the exam. This trial examination

More information

Math 1324 Finite Mathematics Chapter 4 Finance

Math 1324 Finite Mathematics Chapter 4 Finance Math 1324 Finite Mathematics Chapter 4 Finance Simple Interest: Situation where interest is calculated on the original principal only. A = P(1 + rt) where A is I = Prt Ex: A bank pays simple interest at

More information

Lesson 4: Why do Banks Pay YOU to Provide Their Services?

Lesson 4: Why do Banks Pay YOU to Provide Their Services? Student Outcomes Students compare the rate of change for simple and compound interest and recognize situations in which a quantity grows by a constant percent rate per unit interval. Classwork Opening

More information

Pre-Algebra, Unit 7: Percents Notes

Pre-Algebra, Unit 7: Percents Notes Pre-Algebra, Unit 7: Percents Notes Percents are special fractions whose denominators are 100. The number in front of the percent symbol (%) is the numerator. The denominator is not written, but understood

More information

Algebra I Module 3 Lessons 1 7

Algebra I Module 3 Lessons 1 7 Eureka Math 2015 2016 Algebra I Module 3 Lessons 1 7 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

The Binomial Theorem. Step 1 Expand the binomials in column 1 on a CAS and record the results in column 2 of a table like the one below.

The Binomial Theorem. Step 1 Expand the binomials in column 1 on a CAS and record the results in column 2 of a table like the one below. Lesson 13-6 Lesson 13-6 The Binomial Theorem Vocabulary binomial coeffi cients BIG IDEA The nth row of Pascal s Triangle contains the coeffi cients of the terms of (a + b) n. You have seen patterns involving

More information

The Binomial Theorem 5.4

The Binomial Theorem 5.4 54 The Binomial Theorem Recall that a binomial is a polynomial with just two terms, so it has the form a + b Expanding (a + b) n becomes very laborious as n increases This section introduces a method for

More information

1. FRACTIONAL AND DECIMAL EQUIVALENTS OF PERCENTS

1. FRACTIONAL AND DECIMAL EQUIVALENTS OF PERCENTS Percent 7. FRACTIONAL AND DECIMAL EQUIVALENTS OF PERCENTS Percent means out of 00. If you understand this concept, it then becomes very easy to change a percent to an equivalent decimal or fraction. %

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

January 29. Annuities

January 29. Annuities January 29 Annuities An annuity is a repeating payment, typically of a fixed amount, over a period of time. An annuity is like a loan in reverse; rather than paying a loan company, a bank or investment

More information

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Minnesota K-12 Academic Standards in Mathematics, 9/2008 (Grade 7)

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Minnesota K-12 Academic Standards in Mathematics, 9/2008 (Grade 7) 7.1.1.1 Know that every rational number can be written as the ratio of two integers or as a terminating or repeating decimal. Recognize that π is not rational, but that it can be approximated by rational

More information

IB SL EXAM REVIEW and PRACTICE

IB SL EXAM REVIEW and PRACTICE IB SL EXM REVIEW and PRCTICE Topic: Sequence and Series; Binomial Expansion Look through Chapter 2(Sequence and Series) and Chapter 7(Binomial Expansion). The self tutor on your CD-Rom may be helpful.

More information

Using Series to Analyze Financial Situations: Future Value

Using Series to Analyze Financial Situations: Future Value Using Series to Analyze Financial Situations: Future Value 2.7 In section 2.5, you represented the future value of an ordinary simple annuity by finding the new balance after each payment and then adding

More information

The Time Value of Money

The Time Value of Money Chapter 2 The Time Value of Money Time Discounting One of the basic concepts of business economics and managerial decision making is that the value of an amount of money to be received in the future depends

More information

MA162: Finite mathematics

MA162: Finite mathematics MA162: Finite mathematics Paul Koester University of Kentucky December 4, 2013 Schedule: Web Assign assignment (Chapter 5.1) due on Friday, December 6 by 6:00 pm. Web Assign assignment (Chapter 5.2) due

More information

Lesson 21: Comparing Linear and Exponential Functions Again

Lesson 21: Comparing Linear and Exponential Functions Again : Comparing Linear and Exponential Functions Again Student Outcomes Students create models and understand the differences between linear and exponential models that are represented in different ways. Lesson

More information

Integer Exponents. Examples: 5 3 = = 125, Powers You Should Know

Integer Exponents. Examples: 5 3 = = 125, Powers You Should Know Algebra of Exponents Mastery of the laws of exponents is essential to succee in Calculus. We begin with the simplest case: 200 Doug MacLean Integer Exponents Suppose n is a positive integer. Then a n is

More information

6.1 Simple Interest page 243

6.1 Simple Interest page 243 page 242 6 Students learn about finance as it applies to their daily lives. Two of the most important types of financial decisions for many people involve either buying a house or saving for retirement.

More information

Exponential functions: week 13 Business

Exponential functions: week 13 Business Boise State, 4 Eponential functions: week 3 Business As we have seen, eponential functions describe events that grow (or decline) at a constant percent rate, such as placing capitol in a savings account.

More information

MATH 111 Worksheet 21 Replacement Partial Compounding Periods

MATH 111 Worksheet 21 Replacement Partial Compounding Periods MATH 111 Worksheet 1 Replacement Partial Compounding Periods Key Questions: I. XYZ Corporation issues promissory notes in $1,000 denominations under the following terms. You give them $1,000 now, and eight

More information

These terms are the same whether you are the borrower or the lender, but I describe the words by thinking about borrowing the money.

These terms are the same whether you are the borrower or the lender, but I describe the words by thinking about borrowing the money. Simple and compound interest NAME: These terms are the same whether you are the borrower or the lender, but I describe the words by thinking about borrowing the money. Principal: initial amount you borrow;

More information

Chapter 9, Mathematics of Finance from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University,

Chapter 9, Mathematics of Finance from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, Chapter 9, Mathematics of Finance from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used

More information

Economics 307: Intermediate Macroeconomic Theory A Brief Mathematical Primer

Economics 307: Intermediate Macroeconomic Theory A Brief Mathematical Primer Economics 07: Intermediate Macroeconomic Theory A Brief Mathematical Primer Calculus: Much of economics is based upon mathematical models that attempt to describe various economic relationships. You have

More information

1. Geometric sequences can be modeled by exponential functions using the common ratio and the initial term.

1. Geometric sequences can be modeled by exponential functions using the common ratio and the initial term. 1 Geometric sequences can be modeled by exponential functions using the common ratio and the initial term Exponential growth and exponential decay functions can be used to model situations where a quantity

More information

Mathematics for Economists

Mathematics for Economists Department of Economics Mathematics for Economists Chapter 4 Mathematics of Finance Econ 506 Dr. Mohammad Zainal 4 Mathematics of Finance Compound Interest Annuities Amortization and Sinking Funds Arithmetic

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Spring 2018 Instructor: Dr. Sateesh Mane. September 16, 2018

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Spring 2018 Instructor: Dr. Sateesh Mane. September 16, 2018 Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Spring 208 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 208 2 Lecture 2 September 6, 208 2. Bond: more general

More information

Interest Formulas. Simple Interest

Interest Formulas. Simple Interest Interest Formulas You have $1000 that you wish to invest in a bank. You are curious how much you will have in your account after 3 years since banks typically give you back some interest. You have several

More information

ACCUPLACER Elementary Algebra Assessment Preparation Guide

ACCUPLACER Elementary Algebra Assessment Preparation Guide ACCUPLACER Elementary Algebra Assessment Preparation Guide Please note that the guide is for reference only and that it does not represent an exact match with the assessment content. The Assessment Centre

More information

MGT201 Lecture No. 11

MGT201 Lecture No. 11 MGT201 Lecture No. 11 Learning Objectives: In this lecture, we will discuss some special areas of capital budgeting in which the calculation of NPV & IRR is a bit more difficult. These concepts will be

More information

Page Points Score Total: 100

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

More information

Unit 7 Exponential Functions. Name: Period:

Unit 7 Exponential Functions. Name: Period: Unit 7 Exponential Functions Name: Period: 1 AIM: YWBAT evaluate and graph exponential functions. Do Now: Your soccer team wants to practice a drill for a certain amount of time each day. Which plan will

More information

Finite Math APY and Annuities 20 February / 15

Finite Math APY and Annuities 20 February / 15 APY and Annuities Finite Math 20 February 2017 Finite Math APY and Annuities 20 February 2017 1 / 15 Quiz If some amount of money is deposited into a savings account with interest compounded biweekly,

More information

3.1 Simple Interest. Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time

3.1 Simple Interest. Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time 3.1 Simple Interest Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time An example: Find the interest on a boat loan of $5,000 at 16% for

More information

Learning Plan 3 Chapter 3

Learning Plan 3 Chapter 3 Learning Plan 3 Chapter 3 Questions 1 and 2 (page 82) To convert a decimal into a percent, you must move the decimal point two places to the right. 0.72 = 72% 5.46 = 546% 3.0842 = 308.42% Question 3 Write

More information

LESSON 2 INTEREST FORMULAS AND THEIR APPLICATIONS. Overview of Interest Formulas and Their Applications. Symbols Used in Engineering Economy

LESSON 2 INTEREST FORMULAS AND THEIR APPLICATIONS. Overview of Interest Formulas and Their Applications. Symbols Used in Engineering Economy Lesson Two: Interest Formulas and Their Applications from Understanding Engineering Economy: A Practical Approach LESSON 2 INTEREST FORMULAS AND THEIR APPLICATIONS Overview of Interest Formulas and Their

More information

The present value of a single payment of B dollars in year T when the interest rate is R is given by the formula:

The present value of a single payment of B dollars in year T when the interest rate is R is given by the formula: Notes on Present Value Page 1 Web Notes > Microeconomics HE MAXWELL SCHOOL SYACUSE UNIVESIY Here are the key equations for doing present value calculations. A single payment he present value of a single

More information

SAMPLE SOLUTIONS FOR DERIVATIVES MARKETS

SAMPLE SOLUTIONS FOR DERIVATIVES MARKETS SAMPLE SOLUTIONS FOR DERIVATIVES MARKETS Question #1 If the call is at-the-money, the put option with the same cost will have a higher strike price. A purchased collar requires that the put have a lower

More information

Chapter 3 Mathematics of Finance

Chapter 3 Mathematics of Finance Chapter 3 Mathematics of Finance Section 2 Compound and Continuous Interest Learning Objectives for Section 3.2 Compound and Continuous Compound Interest The student will be able to compute compound and

More information

Functions - Compound Interest

Functions - Compound Interest 10.6 Functions - Compound Interest Objective: Calculate final account balances using the formulas for compound and continuous interest. An application of exponential functions is compound interest. When

More information

MATHEMATICS AND STATISTICS 1.1

MATHEMATICS AND STATISTICS 1.1 MATHEMATICS AND STATISTICS. Apply numeric reasoning in solving problems Internally assessed credits Factors, multiples and primes The set of whole numbers is infinite (continues without end). 0,, 2,,,

More information

College Prep Mathematics Mrs. Barnett

College Prep Mathematics Mrs. Barnett College Prep Mathematics Mrs. Barnett 3-1 Percent and Number Equivalents Goals: Write any number as a percent equivalent Write any percent as a numerical equivalent Writing numbers as percents Remember

More information

Math 147 Section 6.2. Application Example

Math 147 Section 6.2. Application Example Math 147 Section 6.2 Annual Percentage Yield Doubling Time Geometric Sequences 1 Application Example Mary Stahley invested $2500 in a 36-month certificate of deposit (CD) that earned 9.5% annual simple

More information

fig 3.2 promissory note

fig 3.2 promissory note Chapter 4. FIXED INCOME SECURITIES Objectives: To set the price of securities at the specified moment of time. To simulate mathematical and real content situations, where the values of securities need

More information

Algebra 2 Final Exam

Algebra 2 Final Exam Algebra 2 Final Exam Name: Read the directions below. You may lose points if you do not follow these instructions. The exam consists of 30 Multiple Choice questions worth 1 point each and 5 Short Answer

More information

Mathematics 102 Fall Exponential functions

Mathematics 102 Fall Exponential functions Mathematics 102 Fall 1999 Exponential functions The mathematics of uncontrolled growth are frightening. A single cell of the bacterium E. coli would, under ideal circumstances, divide about every twenty

More information

Chapter 10: The Mathematics of Money

Chapter 10: The Mathematics of Money Chapter 10: The Mathematics of Money Percent Increases and Decreases If a shirt is marked down 20% and it now costs $32, how much was it originally? Simple Interest If you invest a principle of $5000 and

More information

Algebra I Block Unit #2: Sequences & Exponential Functions Lesson #5: The Power of Exponential Growth

Algebra I Block Unit #2: Sequences & Exponential Functions Lesson #5: The Power of Exponential Growth Algebra I Block Unit #2: Sequences & Exponential Functions Lesson #5: The Power of Exponential Growth Name Period Date DAY #1 Ex #1: Two equipment rental companies have different penalty policies for returning

More information

5.9: The Binomial Theorem

5.9: The Binomial Theorem 5.9: The Binomial Theorem Pascal s Triangle 1. Show that zz = 1 + ii is a solution to the fourth degree polynomial equation zz 4 zz 3 + 3zz 2 4zz + 6 = 0. 2. Show that zz = 1 ii is a solution to the fourth

More information

AS Mathematics Assignment 7 Due Date: Friday 14 th February 2014

AS Mathematics Assignment 7 Due Date: Friday 14 th February 2014 AS Mathematics Assignment 7 Due Date: Friday 14 th February 2014 NAME. GROUP: MECHANICS/STATS Instructions to Students All questions must be attempted. You should present your solutions on file paper and

More information

ARITHMETIC CLAST MATHEMATICS COMPETENCIES. Solve real-world problems which do not require the use of variables and do

ARITHMETIC CLAST MATHEMATICS COMPETENCIES. Solve real-world problems which do not require the use of variables and do ARITHMETIC CLAST MATHEMATICS COMPETENCIES IAa IAb: IA2a: IA2b: IA3: IA4: IIA: IIA2: IIA3: IIA4: IIA5: IIIA: IVA: IVA2: IVA3: Add and subtract rational numbers Multiply and divide rational numbers Add and

More information

Time value of money-concepts and Calculations Prof. Bikash Mohanty Department of Chemical Engineering Indian Institute of Technology, Roorkee

Time value of money-concepts and Calculations Prof. Bikash Mohanty Department of Chemical Engineering Indian Institute of Technology, Roorkee Time value of money-concepts and Calculations Prof. Bikash Mohanty Department of Chemical Engineering Indian Institute of Technology, Roorkee Lecture 09 Future Value Welcome to the lecture series on Time

More information

Interest Compounded Annually. Table 3.27 Interest Computed Annually

Interest Compounded Annually. Table 3.27 Interest Computed Annually 33 CHAPTER 3 Exponential, Logistic, and Logarithmic Functions 3.6 Mathematics of Finance What you ll learn about Interest Compounded Annually Interest Compounded k Times per Year Interest Compounded Continuously

More information

Lesson 16: Saving for a Rainy Day

Lesson 16: Saving for a Rainy Day Opening Exercise Mr. Scherer wanted to show his students a visual display of simple and compound interest using Skittles TM. 1. Two scenes of his video (at https://www.youtube.com/watch?v=dqp9l4f3zyc)

More information

Help with fractions, percentages and decimals! 1 Numerator 2 Denominator

Help with fractions, percentages and decimals! 1 Numerator 2 Denominator Help with fractions, percentages and decimals! 1 Numerator 2 Denominator Finding a fraction of an amount To find a fraction of an amount we divide the number by the denominator and then multiply our answer

More information

Engineering Economy Chapter 4 More Interest Formulas

Engineering Economy Chapter 4 More Interest Formulas Engineering Economy Chapter 4 More Interest Formulas 1. Uniform Series Factors Used to Move Money Find F, Given A (i.e., F/A) Find A, Given F (i.e., A/F) Find P, Given A (i.e., P/A) Find A, Given P (i.e.,

More information

Section 7C Finding the Equation of a Line

Section 7C Finding the Equation of a Line Section 7C Finding the Equation of a Line When we discover a linear relationship between two variables, we often try to discover a formula that relates the two variables and allows us to use one variable

More information

Chapter 9: Consumer Mathematics. To convert a percent to a fraction, drop %, use percent as numerator and 100 as denominator.

Chapter 9: Consumer Mathematics. To convert a percent to a fraction, drop %, use percent as numerator and 100 as denominator. Chapter 9: Consumer Mathematics Definition: Percent To convert a percent to a decimal, drop % and move the decimal two places left. Examples: To convert a percent to a fraction, drop %, use percent as

More information

Math116Chap10MathOfMoneyPart2Done.notebook March 01, 2012

Math116Chap10MathOfMoneyPart2Done.notebook March 01, 2012 Chapter 10: The Mathematics of Money PART 2 Percent Increases and Decreases If a shirt is marked down 20% and it now costs $32, how much was it originally? Simple Interest If you invest a principle of

More information

Exponents Unit Notebook v2.notebook. November 09, Exponents. Table Of Contents. Section 1: Zero and Integer Exponents Objective: Nov 1-10:06 AM

Exponents Unit Notebook v2.notebook. November 09, Exponents. Table Of Contents. Section 1: Zero and Integer Exponents Objective: Nov 1-10:06 AM Exponents Nov 1-10:06 AM Table Of Contents Section 1: Zero and Integer Exponents Section 2: Section 3: Multiplication Properties of Exponents Section 4: Division Properties of Exponents Section 5: Geometric

More information

Chapter 6. Percents and their Applications

Chapter 6. Percents and their Applications Chapter 6 Percents and their Applications What is a percent? A percent is 1 one hundredth of a number. For instance, a penny is 1/100 of a dollar. Each one hundredth is 1% A nickel is 5/100 of a dollar

More information

Probability Notes: Binomial Probabilities

Probability Notes: Binomial Probabilities Probability Notes: Binomial Probabilities A Binomial Probability is a type of discrete probability with only two outcomes (tea or coffee, win or lose, have disease or don t have disease). The category

More information

1, are not real numbers.

1, are not real numbers. SUBAREA I. NUMBER SENSE AND OPERATIONS Competency 000 Understand the structure of numeration systems and ways of representing numbers. A. Natural numbers--the counting numbers, 23,,,... B. Whole numbers--the

More information

Variance, Standard Deviation Counting Techniques

Variance, Standard Deviation Counting Techniques Variance, Standard Deviation Counting Techniques Section 1.3 & 2.1 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston 1 / 52 Outline 1 Quartiles 2 The 1.5IQR Rule 3 Understanding

More information

3.4.1 Convert Percents, Decimals, and Fractions

3.4.1 Convert Percents, Decimals, and Fractions 3.4.1 Convert Percents, Decimals, and Fractions Learning Objective(s) 1 Describe the meaning of percent. 2 Represent a number as a decimal, percent, and fraction. Introduction Three common formats for

More information

Activity 1.1 Compound Interest and Accumulated Value

Activity 1.1 Compound Interest and Accumulated Value Activity 1.1 Compound Interest and Accumulated Value Remember that time is money. Ben Franklin, 1748 Reprinted by permission: Tribune Media Services Broom Hilda has discovered too late the power of compound

More information

Computational Mathematics/Information Technology

Computational Mathematics/Information Technology Computational Mathematics/Information Technology 2009 10 Financial Functions in Excel This lecture starts to develop the background for the financial functions in Excel that deal with, for example, loan

More information

Business Mathematics Lecture Note #9 Chapter 5

Business Mathematics Lecture Note #9 Chapter 5 1 Business Mathematics Lecture Note #9 Chapter 5 Financial Mathematics 1. Arithmetic and Geometric Sequences and Series 2. Simple Interest, Compound Interest and Annual Percentage Rates 3. Depreciation

More information