FritoTaco
- 132
- 23
Homework Statement
If a ball is thrown into the air with a velocity of 48 ft/s, its height in feet t seconds later is given by y = 48t − 16t2.
(a) Find the average velocity for the time period beginning when t = 2 and lasting for each of the following.
(i) 0.5 seconds
(ii) 0.1 seconds
(iii) 0.05 seconds
(iv) 0.01 seconds
(b) Estimate the instantaneous velocity when t = 2.
Homework Equations
Average Velocity =\dfrac{\triangle y}{\triangle t} (Change in position over change in time)
m=\dfrac{y_{2}-y_{1}}{x_{2}-x_{1}}
The Attempt at a Solution
Set: t = 2 and t = 2 + h (let h be the time difference) \ne 0
t = 2 is y_{1},x_{1} and t = 2 + h is y_{2},x_{2}
Average Velocity = \dfrac{y(2+h)-y(2)}{(2+h)-2}
Now with y=48t-16t^2, we will replace t with 2 and 2 + h.
\dfrac{48(2+h)-16(2+h)^2-[48(2)-16(2)^2)]}{h}
\dfrac{96+48h-16(4+4h+h^2)-96+64}{h}
\dfrac{48h-64-64h-16h^2+64}{h}
\dfrac{-16h^2-16h}{h}
\dfrac{h(-16h-16)}{h}
Average Velocity =-16h-16
Then I plug in (i) 0.5 into the equation like this: -16(0.5)-16=24
I do this for the rest of them and get correct answers according to the online "WebAssign" website. Now I'm stuck on (b) "Estimate the instantaneous velocity when t = 2." You can look at my picture, I tried plugging in values near 2 like 2.1 and 2.01, etc, into y=48t-16t^2 What am I doing wrong? So as I get closer to 2 I get closer to the slope of 31.999 which then you make an educated guess (by rounding) and get 32. But this is wrong. I don't know why? Also, I heard there is another method for finding average velocity, my book doesn't have it--anyone know it? Much appreciation.