Average Velocity over intervals

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
step1536
Messages
19
Reaction score
0


An arrow is shoot up in the air at 50m/s. Its height in meters after t sec. is h=50t-0.36t^2. Find the average velocity over interval [1,1.03], four decimal places.
 
Physics news on Phys.org
I think this is a simple secant problem where you find the average rate of change between the two points (1, h(1)) and (1.03, h(1.03)) and not the average value of the function.
 
Thanks a lot. I knew that but I wanted to make sure.