MHB Julia's question at Yahoo Answers regarding a linear recurrence

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Linear Recurrence
AI Thread Summary
The discussion centers on a linear recurrence problem involving a tree farm with 10,000 Douglas fir trees in 2010, where 10% of the trees are harvested annually, and 750 new saplings are planted. The recursive formula established is T_{n+1} = 0.9T_n + 750, with T_0 = 10,000. Calculations for subsequent years yield approximately 9,750 trees in 2011, 9,525 in 2012, 9,323 in 2013, and 9,140 in 2014. The limit as n approaches infinity shows that the number of trees stabilizes at 7,500. The discussion encourages further inquiries into linear recurrence problems.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Pre Calculus homework help please!?

A tree farm in the year 2010 has 10,000 Douglas fir trees on its property. Each year thereafter 10% of the fir trees are harvested and 750 new fir saplings are then planted in their place.

a) Write a recursive sequence that gives the current number t"sub"n of fir trees on the farm in the year n, with n=0 corresponding to 2010.

b) Use the recursive formula from part a to find the numbers of fir trees for n=1, 2, 3, and 4. Interpret the values in context.

c) Use a graphing utility to find the number of fir trees as time passes infinitely. Explain your result.***Please show work and explain how you got the answers because I have no idea what to do! Thanks so much!

Here is a link to the question:

Pre Calculus homework help please!? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Mathematics news on Phys.org
Hello Julia,

a) Let $T_n$ denote the number of trees present in year $n$. Each year, 10% of the trees are removed (leaving 90%) and 750 trees are added, and at time $n=0$ we have 10000 trees, hence we may state the linear inhomogeneous recurrence:

$$T_{n+1}=0.9T_{n}+750$$ where $$T_0=10000$$

b) Using the result from part a), we may state:

$$T_{1}=0.9T_{0}+750=0.9\cdot10000+750=9750$$ (This is the number of trees in 2011).

$$T_{2}=0.9T_{1}+750=0.9\cdot9750+750=9525$$ (This is the number of trees in 2012).

$$T_{3}=0.9T_{2}+750=0.9\cdot9525+750=9322.5 \approx9323$$ (This is the number of trees in 2013).

$$T_{4}=0.9T_{3}+750=0.9\cdot9322.5+750=9140.25 \approx9140$$ (This is the number of trees in 2014).

c) To find the value of $$\lim_{n\to\infty}T_{n}$$, let's find the closed form.

(1) $$T_{n+1}=0.9T_{n}+750$$

(2) $$T_{n+2}=0.9T_{n+1}+750$$

Subtracting (1) from (2), using symbolic differencing, we obtain the linear homogeneous recurrence:

$$T_{n+2}=1.9T_{n+1}-0.9T_{n}$$

The characteristic roots are:

$$\lambda=0.9,1$$ hence:

$$T_n=k_1+k_2(0.9)^n$$

Using the initial values, we may determine the parameters $k_i$:

$$T_0=k_1+k_2(0.9)^0=k_1+k_2=10000$$

$$T_1=k_1+k_2(0.9)^1=k_1+0.9k_2=9750$$

Solving this system, we find $$k_1=7500,\,k_2=2500$$ and so we have:

$$T_n=7500+2500(0.9)^n$$ and low it is easy to see that:

$$\lim_{n\to\infty}T_{n}=7500$$

Here is a plot of the recurrence:

https://www.physicsforums.com/attachments/823._xfImport

To Julia and any other guests viewing this topic, I invite and encourage you to post other linear recurrence questions here in our http://www.mathhelpboards.com/f15/ forum.

Best Regards,

Mark.
 

Attachments

  • julia2.jpg
    julia2.jpg
    23.9 KB · Views: 75
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top