Financial mathematics-recurrence relations

  • Thread starter Thread starter 99butterfly
  • Start date Start date
  • Tags Tags
    Relations
Click For Summary
SUMMARY

The discussion focuses on a financial mathematics problem involving a grain mountain of 30,000 tonnes, where 5% is lost annually due to mice. The recurrence relation established is x_n = 0.95 x_{n-1} + N, where N represents the tonnes added each year. The goal is to determine the maximum value of N that allows the grain mountain to decrease in size. Participants emphasize the importance of correctly formatting the recurrence relation and suggest calculating initial values to identify patterns.

PREREQUISITES
  • Understanding of recurrence relations in mathematics
  • Basic knowledge of percentage calculations
  • Familiarity with mathematical notation and functions
  • Ability to analyze sequences and series
NEXT STEPS
  • Explore the derivation of recurrence relations in financial mathematics
  • Study the impact of varying N on the stability of the grain mountain
  • Learn about the convergence of sequences and their implications
  • Investigate real-world applications of recurrence relations in resource management
USEFUL FOR

Mathematicians, financial analysts, and anyone interested in resource management and mathematical modeling of diminishing returns.

99butterfly
Messages
4
Reaction score
0
A person has inherited a surplus grain mountain of 30000 tonnes held in a warehouse.each year 5% of the grain is eaten by mice.The person is obliged to add N tonnes each year.find the maximum of N such that mountain will decrease in size.


This is what I have understood the problem.

Initial amount=30000 Tonnes
Each year 5% loss implies remaining amount is 95%.
N tonnes is added each yer.

So I can form the recurrence relation as x_n=0.95 x_n-1+N

But how an I find the maximum of N?


The Attempt at a Solution

 
Physics news on Phys.org
99butterfly said:
A person has inherited a surplus grain mountain of 30000 tonnes held in a warehouse.each year 5% of the grain is eaten by mice.The person is obliged to add N tonnes each year.find the maximum of N such that mountain will decrease in size.


This is what I have understood the problem.

Initial amount=30000 Tonnes
Each year 5% loss implies remaining amount is 95%.
N tonnes is added each yer.

So I can form the recurrence relation as x_n=0.95 x_n-1+N

But how an I find the maximum of N?


The Attempt at a Solution


First: please write the recurrence correctly. What you have written means
x_n = 0.95 x_n - 1 + N, but maybe you really mean
x_n = 0.95 x_{n-1} + N. If that is the case, use parentheses:
x_n = 0.95 x_(n-1) + N.

Anyway, What is x_0 (assuming time 0 is the beginning of the first year). What is x_1? (Just write it down in detail). Then, what is x_2? Continue for one or two more steps until you see the pattern.

RGV
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 14 ·
Replies
14
Views
6K
  • · Replies 67 ·
3
Replies
67
Views
16K
  • · Replies 21 ·
Replies
21
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K