View Single Post
  #2  
Old December 25th, 2008, 02:31 PM
Danny's Avatar
Danny Danny is offline
MHF Contributor

 
Join Date: Dec 2008
Location: Conway AR
Posts: 1,393
Country:
Thanks: 43
Thanked 619 Times in 577 Posts
Danny is a splendid one to beholdDanny is a splendid one to beholdDanny is a splendid one to beholdDanny is a splendid one to beholdDanny is a splendid one to beholdDanny is a splendid one to behold
Default

Quote:
Originally Posted by Winding Function View Post
Can someone explain what average velocity is? I know that it's change in position/change in time = \frac{\Delta s}{\Delta t}=\frac{f(t+\Delta t)-f(t)}{\Delta t}=v_\text{avg}, but exactly does this mean. Also, how is this different from instantaneous velocity? How is this different from a body's velocity at an exact instant?

Thanks in advance!
The difference between average velocity and instanteous velocity is in your \Delta t. For average velocity, \Delta t is some fixed amount, like \Delta t = 1 or \Delta t = 5 whereas for instanteous velocity, \Delta t \rightarrow 0. For example, suppose you are given the postion function.

s(t) = 16 t^2 \;ft

Then the average velocity going from 1 to 2 sec is

\frac{s(2)-s(1)}{2-1} = \frac{16(2)^2- 16(1)^2}{2-1} = 48 ft/s

However, if you were to find the velocity at the instant that t = 1 then you would calculate

\lim_{\Delta t \rightarrow 0 }\; \frac{s(1+\Delta t) - s(1)}{t + \Delta t - t} = \lim_{\Delta t \rightarrow 0 }\; \frac{16(1+\Delta t)^2 - 16}{\Delta t} = 16 \lim_{\Delta t \rightarrow 0 }\; \frac{\Delta t^2 + 2 \Delta t }{\Delta t}

and after cancelation, we obtain

16 \lim_{\Delta t \rightarrow 0 }\; \Delta t + 2 = 32 ft/s

Have you had Calculus yet?
Reply With Quote