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

  • Thread starter noslen
  • Start date
  • Tags
    Tree
In summary, the conversation discusses the problem of determining the height of a tree that grows at a rate equal to 1/10 of its current height each year. The participants share different approaches to solving the problem, including using differential equations and considering discrete or continuous growth. Ultimately, it is clarified that the correct equation is dy/dx= y/10, with y representing the height and x representing time.
  • #1
noslen
26
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
  • #2
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?
 
  • #3
Yes but I am trying to solve it using differentials which is what I am struggling with
 
  • #4
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:
  • #5
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.
 
  • #6
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!
 
  • #7
I now understand thanks so much hall.
 

1. How do you solve a growing tree problem with dy/dx=x/10?

The first step in solving this type of problem is to understand what dy/dx represents. In this situation, dy/dx represents the rate of change of the tree's height (y) with respect to time (x). This means that for every 10 units of time that pass, the tree's height will increase by 1 unit. This relationship is also known as the growth rate.

2. What is the general formula for solving a growing tree problem with dy/dx=x/10?

The general formula for solving this type of problem is y = (x/10)^2 + C, where C is the constant of integration. This formula can be derived by integrating the original equation, dy/dx = x/10, with respect to x.

3. Can you provide an example of solving a growing tree problem with dy/dx=x/10?

Sure, let's say we have a tree that is 6 feet tall and it is growing at a rate of 0.5 feet per year. Using the formula y = (x/10)^2 + C, we can plug in the known values to solve for C. This would look like 6 = (0.5/10)^2 + C, which simplifies to 6 = 1/400 + C. Solving for C, we get C = 2399/400. Therefore, the equation for this particular tree would be y = (x/10)^2 + 2399/400.

4. How can I use the formula y = (x/10)^2 + C to predict the height of the tree at a future time?

To predict the height of the tree at a future time, you would plug in the value of x (time) into the equation and solve for y (height). For example, if we wanted to predict the height of the tree after 10 years, we would plug in x = 10 into the equation y = (x/10)^2 + 2399/400. This would give us the predicted height of the tree after 10 years.

5. Are there any limitations to using the formula y = (x/10)^2 + C for solving growing tree problems?

Yes, there are some limitations to this formula. It assumes that the growth rate remains constant over time and does not take into account any external factors that may affect the tree's growth. Additionally, this formula may not be applicable to all types of trees and may need to be adjusted for different growth rates or factors. It is important to carefully consider the assumptions and limitations before using this formula to solve a growing tree problem.

Similar threads

Replies
19
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
1K
Replies
8
Views
3K
Replies
7
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
3K
  • Introductory Physics Homework Help
Replies
4
Views
766
  • Introductory Physics Homework Help
Replies
3
Views
1K
Replies
14
Views
9K
  • Introductory Physics Homework Help
Replies
3
Views
1K
Back
Top