Calculating Average Water Flow Rate with f(t) Function

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
4 replies · 2K views
fiziksfun
Messages
77
Reaction score
0
the rate at which water is sprayed is given by the function f(t)

during the time interval 0<t<4, what is the average rate of water flow??

I'm confused whether to use the formula

f(4)-f(0) / (4-0)

OR

[tex]\frac{1}{4}[/tex][tex]\int[/tex]f(t) evaluated from 0 to 4.

help!
 
Physics news on Phys.org
i'm kind of slow, so i still don't understand :[
can you help me more??
 
Sure! :smile:

If f(t) = C, a constant, then obviously the average of f(t) is C.

But f(4)-f(0) / (4-0) = (C - C)/4 = 0, which obviously is wrong. :frown:

And ∫f(t)/4 = ∫C/4 (evaluated from t = 0 to 4) = C, which equally obviously is right! :smile:

This works for any f(t), because f(t) is the rate of water, so ∫f(t) is the total water.

And so the average rate of water = total/time = ∫f(t)/4. :smile:
 
ah, i think i understand, thank you!