0
$\begingroup$

If $0\leq f(x)\leq g(x)$, and $\int^{\infty}_{a}g(x)dx$ diverges, so does $\int_a^\infty f(x)\,dx$?

I need to find a counterexample for this statement since it is False.


The divergent theorem is actually the other way around, if $\int_a^\infty f(x)\,dx$ diverges, then $\int_a^\infty g(x)\,dx$ diverges. Thus, the statement in the question is False. I cannot think of any counterexamples. How should I proceed?

  • 0
    Don't use “$f(x)$ diverges” as shorthand for “$\int_a^\infty f(x)\,dx$ diverges.” The second statement is about an improper integral, but the first is about a function.2017-02-23
  • 0
    @MatthewLeingang thanks, deleted it2017-02-23

2 Answers 2

1

L. Lhier's second answer ($g(x) = 1$ and $f(x) = 0$) is probably the minimal one. But you could look at $p$-integrals too. Let $f(x) = \frac{1}{x^2}$ and $g(x) = \frac{1}{x}$. Then $0 \leq f(x) \leq g(x)$ for all $x \geq 1$, and $\int_1^\infty g(x)\,dx$ diverges, but $\int_1^\infty f(x)\,dx$ converges.

Intuitively speaking, an improper integral (at least for a nonnegative function) is attempting to measure the area of an infinite region: the region under the graph, above the $x$-axis, and to the right of $x=a$. If $0 \leq f(x) \leq g(x)$, the region below the graph of $f$ is contained in the region below the graph of $g$. Therefore, if the region below the graph of $g$ has finite area (the integral converges), the region below the graph of $f$ must also have finite area. Contrapositively, if the region below the graph of $f$ has infinite area (the integral diverges), the region below the graph of $g$ must have infinite area. But if the region below the graph of $g$ has infinite area, the region below the graph of $f$ could have finite or infinite area.

  • 0
    While I agree with your statement, $f(x)$ diverges if $a = 0$2017-02-23
  • 0
    Do you mean $\int_a^\infty f(x)\,dx$? (See my comment to your question). In my example $a=1$. If your task is to mimic the statement of the comparison test, then you don't need to find $f$ and $g$ that satisfy the conditions *for all $a$*; you just need to find one value of $a$.2017-02-24
1

For $a \geq 1$ take $g(x)=1$ and $f(x)=e^{-x}$. Or should $a$ be arbitrary?

  • 1
    Simply a must be a real number, so I dont think this works2017-02-23
  • 2
    Ok, then take $g(x)=1$ and $f(x)=0$.2017-02-23