Chapter 7 - Modelling growth and decay using recursion

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

flashcard set

Earn XP

Description and Tags

Modelling growth and decay using recursion - Chapter 7 Key Terms

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Sequence

A list of numbers written in succession (order) or progression.

2
New cards

Random Sequence

A sequence where numbers are not related by a rule.

3
New cards

Rule - Based Sequence

A sequence where numbers are related by a rule.

4
New cards

Terms

Numbers in a sequence.

5
New cards

Successive Terms

Next term in the sequence.

6
New cards

Previous Term

Terms that were before.

7
New cards

Term Numbers

*Most will be denoted as v in the exam

u0 - Initial Term of Sequence (usually provided by the question, MUST INCLUDE)

u1 - First Term of Sequence

u2 - Second Term of Sequence

un - nth Term of Sequence

Previous Term of un: un-1

Successive Term of un: un+1

8
New cards

Recurrence Relation

A mathematical rule (equation) that can be used to generate a sequence. Generates one term at a time. Links successive terms.

9
New cards

Recurrence Relations Symbols

10
New cards

Linear Growth

When a quantity increases at regular intervals by the same amount each time. (E.g. Simple Interest)

11
New cards

Linear Decay

When a quantity decreases at regular intervals by the same amount each time. (E.g Unit cost depreciation and flat rate depreciation).

12
New cards

Simple Interest Formula

I = Prt/100

Where P = Amount invested or borrowed IN YEARS (i.e. loan), r = interest rate per annum, t = time in ALWAYS YEARS

Need to convert into years when using this formula!

13
New cards

Principal

The starting amount borrowed for a loan or the starting amount invested in an investment.

14
New cards

Interest

Monthly charge for borrowing money, typically expressed as an annual percentage rate.

15
New cards

Recurrence Relation for Simple Interest

16
New cards

Amount of Investment

17
New cards

Depreciation

The decrease or loss of the value of an item over time.

Depreciation (D) = unit cost x n → n = value of units produced.

18
New cards

Future Value

The likely value of an item at some point in time.

19
New cards

Scrap Value

The value of an item when it is sold off or disposed of. When this happens, the item is written off, meaning it is no longer available.

20
New cards

Flat-Rate Depreciation

NOTE: D = r/100c * V0

Recurrence Relation: V0=…, Vn+1 = Vn-D

RULE: Vn = V0-nD

21
New cards

Unit-Cost Depreciation

When the future value of an item decreases based upon use rather than the age of the item.

Recurrece Relation:

NOTE: D = Depreciation per Output

Recurrence Relation: V0=…, Vn+1 = Vn-D

RULE: Vn = V0-nD

22
New cards

Length of Time in Use (t)

23
New cards

Annual Interest Rate (r)

r = A-P/P*t, A = Final Amount, P = Principal, t = time

24
New cards

Book Value (V)

Book value (V) = Purchase price – (unit cost x n)

25
New cards

Unit Cost

26
New cards

Geometric Sequence

An ordered set of numbers that progresses by multiplying or dividing each term by a common ratio. NON-LINEAR, EXPONENTIAL.

27
New cards

Recurrence Relation for Geometric Sequence

28
New cards

Recurrence Relations for Compound Interest

29
New cards

Compounding Period

13 FORTNIGHTS IN 6 MONTHS!

30
New cards

Reducing Balance Depreciation RR

THE ONLY ONE THAT HAS R<1!

31
New cards

Explicit Rule for Geometric Growth / Decay

Vn = Rn*V0 (multiplying R repeatedly)

32
New cards

Compound Interest Loans and Investments

33
New cards

Reducing-balance depreciation Rule

34
New cards

Interest for Geometric Growth or Decay

Interest = V0 - Vn for decay

Interest = Vn-V0 for growth.

Negative since the book value of an item is decreasing

35
New cards

Nominal Interest Rate

Compound interest rates are usually quoted as annual rates, or interest rates per annum. This annual interest rate is nominal interest rate (名义上银行给你的).

36
New cards

Effective Interest Rate

The actual amount of interest earned as a percentage of the initial amount over one year.

MORE Compounding period, HIGHER Effective Rate (more money earnt)

37
New cards

Exam Tips

  • ‘After’: interest = Vn-V0

  • ‘In’: interest = Vn-Vn-1

  • R > 1: (R - 1) * 100 * C

  • R < 1: (1 - R) * 100 * C

  • Perpetuity Amortization: Interest earned = (r / 100 C) V₀

  • Rounding: 300.09 rounds to 301, 300.0001 rounds to 300, 299.87 rounds to 300

  • Decimal Places: Use 2 decimal places unless specified.

  • INCLUDE BRACKETS!


  • Refer to picture on right:

  • Use Vn-1/V0 to find growth factor;

  • Multiply growth factor by Vn-1

<ul><li><p><strong>‘After’:</strong> interest = Vn-V0</p></li><li><p><strong>‘In’: </strong>interest = Vn-Vn-1</p></li><li><p><strong>R &gt; 1:</strong> (R - 1) *<em> 100 </em>*<em> C</em></p></li><li><p><strong><em>R &lt; 1:</em></strong><em> (1 - R) * 100 </em>* C</p></li><li><p><strong>Perpetuity Amortization:</strong> Interest earned = (r / 100 C) <em>V₀</em></p></li><li><p>Rounding: 300.09 rounds to 301, 300.0001 rounds to 300, 299.87 rounds to 300</p></li><li><p><strong>Decimal Places:</strong> Use 2 decimal places unless specified.</p></li><li><p><strong>INCLUDE BRACKETS!</strong></p><div data-type="horizontalRule"><hr></div></li><li><p>Refer to picture on right:</p></li><li><p><strong>Use V<sub>n-1</sub>/V<sub>0</sub> to find growth factor;</strong></p></li><li><p><strong>Multiply growth factor by V<sub>n-1</sub></strong></p></li></ul><p></p>