0
$\begingroup$

Maybe I am just bugging out, but I need a sanity check

The question:

If $\int_0^4 f(x)dx = C$, what is the average value of $f(x)$?

The question does not include a body for $f(x)$ or a table of values/graph for the output of f(x), so can this question be answered?

I know that: $\int_a^b f(x)\,dx = F(b)-F(a),$ will evaluate the integral across a given interval, but the question is asking what the average value of f(x) is, not its integral.

If I take the derivative of the above integral, I can get the function itself, but what do I need to do about the interval $[0, 4]$?

If I take the derivative of the integral, will I be left with $f(x) = 0$ (since the constant will disappear).

Am I thinking too hard about this?

Thanks for the help.

  • 0
    For $f(x)\ge 0$, the area under the curve from $0$ to $4$ is, as you know, $\int_a^b f(x)\,dx$. Imagine that area is flattened out to form$a$*rectangle* of base the interval from $a$ to $b$. Then the average value of $f(x)$ is the *height* of that rectangle. Therefore the average value is $\frac{1}{b-a}\int_a^b f(x)\,dx$. the same formula also works when $f(x)$ is not necessarily $\ge 0$, but the geometry is less clear.2011-10-28

4 Answers 4

7

Remember that if $f(x)$ is continuous on $[a,b]$, then the average value of $f(x)$ on $[a,b]$ is defined to be $\text{average value of }f\text{ on }[a,b] = \frac{1}{b-a}\int_a^b f(x)\,dx.$

So if you need to know the average value of $f(x)$ on $[0,4]$ (as opposed to "the value of $f(x)$"), then just use that formula.

  • 2
    @Dylan: Indeed, it does not make sense. But "does not make sense" does not seem to be a ba$r$ for the occasional student to say something, so better to make sure.2011-10-28
1

Consider that average speed over the course of a journey is given by distance travelled divided by time elapsed; if the journey took place from time $t=a$ to time $t=b$, and if s(t) is your odometer reading at time $t$, then ${\rm average\ speed}={s(b)-s(a)\over b-a}$ Now your speed $v(t)$ is the rate of change of your position, so v(t)=s'(t), making $s(t)$ an antiderivative of $v(t)$. Thus, the numerator in that displayed equation is just $\int_a^bv(t)\,dt$. And so we get ${\rm average\ of\ }v(t)={1\over b-a}\int_a^bv(t)\,dt$ (without writing down any Riemann sums or other things that tend to scare 1st-year Calculus students) (and, yes, I am aware that I am not being careful to distinguish speed from velocity; sue me).

Well, speed is just a function; what works for $v(t)$ should work for any function (since $v(t)$ could be any function). And that (I maintain) is how to get to the formula Arturo gives in his answer.

0

A good proof of how the average is derived can be found in here:

Average value of a function

-3

The $\int_0^4f(x).dx$ gives you the area, which is the same thing as the sum of all the values of f from 0 to 4, multiplied by the dx (the horizontal distance between the values):

$\int_0^4f(x).dx$ = F(4)-F(0) = $[f(0)+f(.00000...1)+f(.00000...2)+...f(3.999...9)+f(4)]dx$

divide this number by dx multiplied by the number of f's and you get the mean value.

$\frac{[f(0)+f(.00000...1)+f(.00000...2)+...f(3.999...9)+f(4)]dx}{(ndx)}$ where n is the number of f's (or points)

Remember, dx is just the (horizontal) length of the area you're integrating, divided by the number of points (as the number of points goes to infinity). So, ndx=n(horizontal length)/n is just the horizontal length of the area you're integrating over.

Simplifying the previous thing, you get $[f(0)+f(.00000...1)+f(.00000...2)+...f(3.999...9)+f(4)]dx/(ndx) = [F(4)-F(0)]/\text{(horizontal length)}= [F(4)-F(0)]/(4-0) = C/4$

  • 0
    A common sense representation used in answering a basic question. And no, I'm not going to delete the best answer to this question.2011-10-28