A tree, initially tall, is planted. The height of the tree is increasing at a rate metres per month .
When the tree is tall, the rate the tree is growing is per year . How many years does it take for the tree to reach its maximum height?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's first solve for the growth constant k : at h ( 0 ) = 1 , d t d h = 0 . 4 m/yr = 0 . 0 3 3 3 m/mo. Solving for k gives:
0 . 0 3 3 3 = k ⋅ ( 9 − 1 ) 1 / 3 ⇒ k = 0 . 0 1 6 7 = 6 0 1
The tree's maximum height occurs when d t d h = 0 ⇒ h = 9 . Solving the original differential equation (via Wolfram) produces:
h ( t ) = 2 7 0 t ⋅ 3 6 − 1 0 t − 3 2 ⋅ 1 4 4 − 5 2 t + 9
The required time T to reach this maximum height h ( T ) = 9 computes to:
9 = 2 7 0 T ⋅ 3 6 − 1 0 T − 3 2 ⋅ 1 4 4 − 5 2 T + 9 ;
or 2 7 0 T ⋅ 3 6 − 1 0 T − 3 2 ⋅ 1 4 4 − 5 2 T = 0 ;
or 7 2 9 0 0 0 3 6 0 T 2 − T 3 = 4 5 2 8 8 0 − 8 T ;
or 4 5 ( T + 3 6 0 ) ( T − 3 6 0 ) 2 = 0 ;
T = 3 6 0 months = 3 0 years.