Question

Timber Regrowth. A problem in timber management is to determine how much of an area to...

Timber Regrowth. A problem in timber management is to determine how much of an area to leave uncut so that the harvested area is reforest in a certain period of time. It is assumed that reforestation takes place at a known rate per year, depending on climate and soil conditions. A reforestation equation expresses this growth as a function of the amount of timber standing and the reforestation rate. For example, if 100 acres are left standing after harvesting and the reforestation rate is 0.05, then 105 acres forested at the end of the first year. At the end of the second year, the number of acres forested is 110.25 acres. if year0 is the acreage forested, then year1= year0 + rate*year0= year0*(1+rate) year2= year1 + rate*year1= year1*(1+rate)= year0*(1+rate)*(1+rate)=year0*(1+rate)^2 year3= year2 +rate*year2 = year2*(1+rate)= year0*(1+rate)^3 yearn = year0*(1+rate)^n a) Assume that there are 14000 acres total, with 2500 uncut acres and that the reforested rate is 0.02. Print a table showing the number of acres reforested at the end of each year for a total of 20 years. Your should also present your results in a bar grapg, labeled appropriatyly. b) Modify the program developed in part (a) so that the user can enter the number of year to be used for the table. c)Modify the program developed in part (a) so tht the user can enter a number of acres, and the program will determine how many years are required for the number of acres to be forested. (you'll need a loop for this one) using c++ asap!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Matlab Program

% Timber Regrowth Problem
clc; clear all;close all;
TL=2500; % Number of trees left uncut
R=0.02; % Reforestation Rate
A=input('Enter the number of acres to be forested :');
N= log(A/TL) / log(1+R) ;
fprintf('The number of years required will be = %0.2f years\n',N);

Sample Output

MATLAB 7.10.0 (R2010a) File Edit Debug ParallelDesktop Window Help ?? d6 E??~??? How to Add Current Folder C:Users\home\Desktop Shortcuts Whats New Enter the number of acres to be forested :2653.02 The number of years required will be = 3.00 years fx >>



answered by: ANURANJAN SARSAM
Add a comment
Know the answer?
Add Answer to:
Timber Regrowth. A problem in timber management is to determine how much of an area to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • One problem in timber management is to determine how much of an area to leave uncut...

    One problem in timber management is to determine how much of an area to leave uncut so that the harvested area is reforested in a certain period of time. It is assumed that reforestation takes place at a known rate per year, depending on climate and soil conditions. A reforestation equation expresses this growth as a function of the amount of timber standing and the reforestation rate. For example, if 100 m2 are left standing after harvesting and the reforestation...

  • 1, write an m file to determine the sum of the infinite series converges to π2 /6. Do this by com...

    please write matlab code for these questions in matlabplatform 1, write an m file to determine the sum of the infinite series converges to π2 /6. Do this by computing the sum for a) n-100, b) n-1000 and c) n 10000. Do this by assigning n values using logspace command 2. Write an m-file to evaluate the following algebraic formula log( -a f i>a log) sa where t is a number that a user enters and a 100 3. A...

  • Write in format where user enters the values in correct underlined formats and write code to...

    Write in format where user enters the values in correct underlined formats and write code to match format in example. Answer quickly and correctly for thumbs up!! thanks! (4 points) One unrealistic assumption made by our example on compound interest with annual contributions was that the extra amount contributed per year is constant throughout the per- son's entire career. A more realistic model would be to have this extra contribution start out low and slowly increase each year as the...

  • code in python I. Problem Statement According to a recent TV commercial, Americans consumed so much...

    code in python I. Problem Statement According to a recent TV commercial, Americans consumed so much bottled water last year that the bottles – if laid end-to-end – would circle the Earth 190 times at the Equator! One can only imagine how disruptive this would be for folks actually living at the Equator! Anyway, approximately how many bottles is that, and what is the average amount of water consumed by each American? Let’s write a program to find out! Better...

  • As you know from your pre-class work, W.T. needs to determine how much he'l charge the...

    As you know from your pre-class work, W.T. needs to determine how much he'l charge the Customers of My Assistant. Keep in mind that he'll need to (1) cover costs and (2) earn a profit so he can be paid. Part 1 We've already done quite a bit of work on projected costs for My Assistant, so pull out your notes from Class #2. To recap, W.T.'s planning on the following: Newspaper ad Social media manager Payment collection Gas $120...

  • Posting this again because day limit has run out. Again I really need help with this....

    Posting this again because day limit has run out. Again I really need help with this. This is for my Advanced Java Programming class. The book we use is Murach's Java Servlet's and JSP 3rd Edition. The program used is NetBeans IDE 8.2. I need help modifying or adding some code. I will post the code I was told to open that needs to be modified below. Exercise 9-3     Use JSTL to add a table to the Future Value application. In...

  • 9. If the stable developers such as HRI have a total debt-to-total assets ratio in the range of 48-55 percent, how much flexibility for future financing will HRI have if is issued at present? Cas...

    9. If the stable developers such as HRI have a total debt-to-total assets ratio in the range of 48-55 percent, how much flexibility for future financing will HRI have if is issued at present? Case 31 The Debt versus Equity Financing Alternative High Rock Industries Kathleen Crawford, president and CEO of High Rock Industries, reflected upon the company's growth since its inception in 1975. That growth, indicative of the activity in land development in the mid-Atlantic region of the United...

  • //include the three classes we created and //vector for storing the new data #include #include #include...

    //include the three classes we created and //vector for storing the new data #include #include #include "Division.h" #include "Artifact.h" #include "Service.h" #include "Item.h" using namespace std; int main() {//use new operator to dynamically create objects of primitive    //create three new Devisions    Division* d1 = new Division();    Division* d2 = new Division();    Division* d3 = new Division();    //create three new Artifact    Artifact* a1 = new Artifact();    Artifact* a2 = new Artifact();    Artifact* a3...

  • Risk management in Information Security today Everyday information security professionals are bombarded with marketing messages around...

    Risk management in Information Security today Everyday information security professionals are bombarded with marketing messages around risk and threat management, fostering an environment in which objectives seem clear: manage risk, manage threat, stop attacks, identify attackers. These objectives aren't wrong, but they are fundamentally misleading.In this session we'll examine the state of the information security industry in order to understand how the current climate fails to address the true needs of the business. We'll use those lessons as a foundation...

  • How can we assess whether a project is a success or a failure? This case presents...

    How can we assess whether a project is a success or a failure? This case presents two phases of a large business transformation project involving the implementation of an ERP system with the aim of creating an integrated company. The case illustrates some of the challenges associated with integration. It also presents the obstacles facing companies that undertake projects involving large information technology projects. Bombardier and Its Environment Joseph-Armand Bombardier was 15 years old when he built his first snowmobile...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT