All integrable functions are continuous?

Skomatth
Messages
100
Reaction score
0
I have a couple of true and false questions I'm looking at in order to review for my final next Friday (not tomorrow). First, when someone says that a function is continuous does that mean continuous on its domain or continuous at all reals? For example, tan(x) is continuous on its domain but not continuous at all reals so is tan(x) a continuous function?

1. All differentiable functions are integrable.
True because all differentiable functions are continuous and by FTC all continuous functions are integrable.

2. All integrable functions are continuous.
This doesn't follow from the FTC, but I'm having trouble thinking of a counter-example. I looked around on the web and saw a couple people say that this is false, but never explain why. Can you integrate piecewise functions? If so then I can think of an easy counter-example. We've never talked about doing so in class.

3. All integrable functions are differentiable.
Even though 1 is true this doesn't follow from it. Same difficulty as 2.
 
Physics news on Phys.org
A continuous function is continuous on its domain. Your intuition is right about 2 (not all integrable functions are continuous). Go back to the definitions to confirm this. By 1 and 2, the answer to 3 follows.
 
you can integrate piecewise functions by splitting the integral. ie

$\begin{array}{l}<br /> f\left( x \right) = \left\{ \begin{array}{l}<br /> 5 \Leftarrow x &lt; 0 \\ <br /> - 5 \Leftarrow x \ge 0 \\ <br /> \end{array} \right. \\ <br /> \int_{ - 1}^1 {f\left( x \right)dx} = \int_{ - 1}^0 {f\left( x \right)dx} + \int_0^1 {f\left( x \right)dx} = \left[ { - 5x} \right]_{ - 1}^0 + \left[ {5x} \right]_0^1 = 0 \\ <br /> \end{array}$<br />
 
Are all functions that can be differentiated, integratable? It makes sense to think this, but what about something like y = x^x, you can diffentiate implictly, using logs.
lny = xlnx
then diffentiate this, but can y = x^x be integrated. I can't see how but I might be wrong.
 
Are all functions that can be differentiated, integratable?

See section 1 in the original post.
 
Are you talking in the generality of riemann sums?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top