What is the Rate of Movement of a Glacier after 20 Days?

  • Thread starter Thread starter thomasrules
  • Start date Start date
  • Tags Tags
    Movement Rate
AI Thread Summary
The discussion centers on calculating the rate of movement of a glacier using the function d(t)=0.01t^2+0.5t, where d represents the distance moved in meters after t days. A participant initially calculated the rate as 8.5 m/day but later realized the correct answer is 0.9 m/day as per the book. The conversation highlights the importance of correctly applying limits in calculus to find the derivative of the function. A correction was made regarding the expansion of (20+h)^2, clarifying a misunderstanding in the calculations. The participant ultimately grasped the concept after receiving assistance and expressed gratitude for the help.
thomasrules
Messages
243
Reaction score
0
The movement of a certain glacier can be modeled by d(t)=0.01t^2+0.5t where d is the distance in metres that a stake on the glaciers has moved, relative to a fixed position, t days after measurements began. Find the rate at which the glacier is moving after 20 days.

What is the question asking for?

I got an answer by using: lim_h-0 f(a+h)-f(a)/h

and I got a final answer of 8.5 but the answer is 0.9m/day in the book !
 
Physics news on Phys.org
We could help you if you showed your work.
 
d(t)=(0.01)t^2+0.5t, P(a,f(a))=(20,14)\\\lim_{h\rightarrow 0} \frac{(0.01(400-800h+h^2)+0.5(20+h)-14)}{h}\\<br /> \lim_{h\rightarrow 0} \frac{(0.01h^2+8.5h)}{h}=8.5<br /> <br />
 
Last edited:
I think it'll be simpler if you avoid the actual numbers till the last step.
<br /> \lim_{\Delta t\rightarrow 0} \frac{\left(0.01\left(t + \Delta t\right)^2 + 0.5\left(t+\Delta t\right) \right) - \left(0.01t^2 + 0.5t\right)}{\Delta t}

Put t = 20 after you evaluate the limit.
 
thomasrules said:
d(t)=(0.01)t^2+0.5t, P(a,f(a))=(20,14)\\\lim_{h\rightarrow 0} \frac{(0.01(400-800h+h^2)+0.5(20+h)-14)}{h}\\<br /> \lim_{h\rightarrow 0} \frac{(0.01h^2+8.5h)}{h}=8.5<br /> <br />
You're not going to like this!

(20+ h)^2= 400+ 2(20)h+ h^2= 400+ 40h+ h^2, not 800h!
(You also have a "-" that should be there but that's obviously a typo since it didn't affect your final answer.)
 
LMAO hallsofivy!

Right now I'm laughing my ass off LMAO

God damnit!

thanks...lol I GOT IT

btw how do you put spaces in between tex stuff,,,...it says its \\ but it doesn't work...look at my tex
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top