5

This is the given:

One can extend the definition of the average value of a continuous function $f(x)$ to the interval $[a,\infty)$ of infinite length as follows: $$f_{\text{ave}}=\lim_{t\rightarrow\infty}\frac1{t-a}\int_a^tf(x)dx$$

Suppose that $f(x)$ is an arbitrary continuous function. Assume that $f(x) \ge 0$ in the interval $[a,\infty)$ and that the integral $\int_0^{\infty}f(x) \ dx$ is divergent. Prove that $f_{ave}=\lim_{x\rightarrow\infty}f(x)$ if this limit exists.


My work:

$$f_{\text{ave}}=\lim_{t\rightarrow\infty}\frac1{t-a}\int_a^tf(x)dx = \lim_{t\rightarrow\infty}\frac{F(t)-F(a)}{t-a},~~~ \text{F is an antiderivative of}\ f$$

After this, I'm sort of stuck.

What I'm thinking is: $f(x) \ge 0 \Rightarrow F(x)$ is increasing. So we can continue like so:

$$ = \lim_{t\rightarrow\infty}(f(t)-f(a))$$

by L'Hospital. It seems close but there's still $f(a)$ which leads me to believe that I made a wrong assumption/calculation somewhere. Can someone point me to the right direction?

gt6989b
  • 54,422
James
  • 51
  • +1 for showing some work on the problem. $f(a)$ is a constant, so don't worry about it, as is $F(a)$. Your$ =\lim$ that involves $f$ is not correct. You are really looking at $\frac {F(t)}t$ because the terms in $a$ disappear as $t \to \infty$ Does this help? – Ross Millikan Jul 04 '13 at 05:24
  • As can be seen from wj32's answer the conditions like $f(x) \geq 0$ and divergence of $\int_{0}^{\infty}f(x),dx $ are not needed. – Paramanand Singh Nov 20 '13 at 06:22

2 Answers2

6

Certainly the limit $$ \lim_{t \to \infty} \frac{F(t)-F(a)}{t-a} $$ is of type $\frac{\infty}{\infty}$ since $a$ is fixed (so $t-a \to \infty$) and $F(t) = F(0) + \int_0^t f(s)ds$, which diverges as $t \to \infty$, so L'Hospital's Rule applies. Differentiating the top we get $F'(t) = f(t)$ (since derivative of the constant $F(a)$ is 0) and the bottom differentiates to $1$, so the limit converges to $$ \lim_{t \to \infty} \frac{F(t)-F(a)}{t-a} = \lim_{t \to \infty} f(t) $$ as desired.

gt6989b
  • 54,422
6

Let $L=\lim_{x\to\infty}f(x)$ and let $\varepsilon>0$. Choose $M>a$ such that $|f(x)-L|<\varepsilon$ for all $x>M$. If $t>M$, then \begin{align} \left\vert \frac{1}{t-a}\int_a^t f(x)\,dx -L \right\vert &= \left\vert \frac{1}{t-a}\int_a^t (f(x)-L)\,dx \right\vert \\ &\le \left\vert \frac{1}{t-a}\int_a^M (f(x)-L)\,dx + \frac{1}{t-a}\int_M^t (f(x)-L)\,dx \right\vert \\ &\le \frac{M-a}{t-a}\sup_{x\in[a,M]}|f(x)-L| + \frac{t-M}{t-a}\varepsilon. \end{align} It should be easy to see that for sufficiently large $t$, the last expression is less than $2\varepsilon$.

wj32
  • 4,236