afcwestwarrior said:
i know the formula s(T)-S(T)/time elapsed, but i plug in the numbers and i can't figure out s, and s is 4.9m per second, but that's only for m/s problems, i have the answers for this problem, but i don't understand this problem
Do you understand what that formula says? It doesn't do you any good to memorize formulas if you don't understand what they are saying. "s(T)" in the formula is the position at time T. Here, you are throwing a ball up so s(T) is the HEIGHT at time T. You said "height in feet after t seconds is given by y=40t-16tsq." by which I think you mean 40t+ 16t^2 (in ASCII) or
40t- 16t
2. Starting at t= 2 seconds and "lasting .5 second" means from t= 2 to t= 2.5. "lasting .1 seconds" means from t= 2 to t= 2.1", etc.
Now: y(2)= 40(2)- 16(2)
2
y(2.5)= 40(2.5)- 16(2.5)
2= what?
y(2.1)= 40(2.1)- 16(2.1)
2= what?
y(2.05)= 40(2.05)- 16(2.05)
2= what?
y(2.01)= 40(2.01)- 16(2.01)
2= what?
afcwestwarrior said:
here's what i did i plugged 2 into the height formula and got 16 and i used that for seconds, then i did this 16(.5)sq.-16(2)sq./1.5 and i don't get the 1st answer which is 32 feet per second, i get
Okay, you "plugged 2 into the height formula" and got 16
feet. That's height, not time- you can't "use that for seconds!" Is the "16" in "16(.5)^2- 16(2)^2/1.5 that 16? Where did you get THAT formula? Since you are told that y= 40t- 16t^2 your "s(T)-s(t)/time elapsed" should be y(T)-y(t)/time elapsed= (40T-16T^2-(40t-16t^2))/time elapsed- although it is easier to do what I suggested above- calculate the postions at each of those times and subtract y(2) from each rather that doing y(2) over and over again.
Finally, the ".5", ".1", ".05", and ".01"
are "time elapsed", not specific times (the problem said "lasting"). The specific ending times of each interval, starting at t= 2 and "lasting" those periods, are 2.5, 2.1, 2.05, and 2.01