Solving a Growing Tree Problem with dy/dx=x/10

  • Thread starter Thread starter noslen
  • Start date Start date
  • Tags Tags
    Tree
Click For Summary

Homework Help Overview

The discussion revolves around a problem involving the growth of a tree, specifically how its height changes over time given a growth rate of 1/10 of its current height. Participants explore different mathematical approaches to model this growth, including differential equations and exponential functions.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss setting up the problem using different methods, including differential equations and discrete growth models. Some question the correct interpretation of the growth rate and whether it should be modeled continuously or discretely.

Discussion Status

There is an ongoing exploration of different mathematical interpretations and setups. Some participants have provided guidance on clarifying variable definitions and the correct form of the growth equation, while others express confusion about the initial setup.

Contextual Notes

Participants note the importance of clearly defining variables and the implications of the growth rate being a fraction of the height. There is also mention of the need to distinguish between continuous and discrete growth models.

noslen
Messages
26
Reaction score
0
Can't seem to set this problem up

Suppose a tree grows at a yearly rate equal to 1/10 of its height. If the tree is 10 ft tall now, how tall will it be in 5 years?

dy/dx=x/10

y=(x^2)/20+c
Im almost guessing this is right so far, if so will the 10ft be my constant?
 
Physics news on Phys.org
Since the tree is growing (not shrinking), then each year, the tree is 110% of what its height was the previous year.
if it starts out at 10 ft tall, then after the first year it would be 11 ft, since
10 * 110% = 11

If the tree continues at this rate each year,
y = 10*1.1^x
where y is the height of the tree and x is the number of years that have elapsed, and 10 is the original (constant) height of the tree.

Agree?
 
Yes but I am trying to solve it using differentials which is what I am struggling with
 
This question deals with exponential growth. The whole issue is whether the growth is considered to be discrete, in which case, the approach outlined by mrjeffys is correct (this is how compound interest works), or the growth is continuous, in which case, a first order linear differential equation must be solved.

Since the tree grows continuously, the latter case is expected. The equation of this set-up is :

[tex]\frac{dh}{dt} = \frac{h}{10}[/tex]

where h is the height in feet and t is the time in years.

Solve it by separation of variables :

[tex]\frac{dh}{h} = \frac{dt}{10}[/tex]

[tex]\int_{h_0}^{h}\frac{1}{h}dh = \int_0^t\frac{1}{10}dt[/tex]

[tex]\ln{\frac{h}{h_0}} = \frac{t}{10}[/tex]

[tex]h = h_0e^{\frac{t}{10}}[/tex]

Hence the answer is [itex]10*e^{\frac{1}{2}} = 16.5[/itex] feet (approx)
 
Last edited:
mrjeffy321 said:
Since the tree is growing (not shrinking), then each year, the tree is 110% of what its height was the previous year.
if it starts out at 10 ft tall, then after the first year it would be 11 ft, since
10 * 110% = 11

If the tree continues at this rate each year,
y = 10*1.1^x
where y is the height of the tree and x is the number of years that have elapsed, and 10 is the original (constant) height of the tree.

Agree?

No, the problem said the rate of growth was 1/10 the height, not the added height.
 
noslen said:
Can't seem to set this problem up

Suppose a tree grows at a yearly rate equal to 1/10 of its height. If the tree is 10 ft tall now, how tall will it be in 5 years?

dy/dx=x/10

y=(x^2)/20+c
Im almost guessing this is right so far, if so will the 10ft be my constant?

This is an example of why it is a good idea to write out explicitely what your variables mean.

Since dy/dx is the rate of growth, y must be the height of the tree and x the time. Since the rate of grown is 1/10 the height your equation should be dy/dx= y/10, not dy/dx= x/10!

Curious3141 went ahead and used h for "h"eight and t for "t"ime. Good idea!
 
I now understand thanks so much hall.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K