Something weird with the fundamental theorem of calculus

AxiomOfChoice
Messages
531
Reaction score
1
Suppose I know my function G is infinitely differentiable on the closed interval [a,b] and that all derivatives of G (including G itself) vanish at b. For any z in [a,b], I have by the FTC that

<br /> \int_z^b G&#039;(w) dw = G(b) - G(z).<br />

Or, switching limits,

<br /> \int_b^z G&#039;(w) dw = G(z) - G(b).<br />

One can integrate by parts on the left-hand side and obtain (this is basically what the integral remainder form of Taylor's theorem tells you)

<br /> G(z) - G(b) = G&#039;(b)(z-b) + \int_b^z (z-w)G&#039;&#039;(w)dw,<br />

or G(z) = \int_b^z (z-w)G&#039;&#039;(w)dw when you drop the terms that are zero (i.e., G(b) and G'(b)). Now, I want to take absolute values of both sides and do some estimating. I get

<br /> |G(z)| \leq \int_b^z |z-w||G&#039;&#039;(w)|dw \leq C \int_b^z |z-w|dw,<br />

since we are assuming G is C^\infty and therefore has bounded second derivative on [z,b]. But on this interval, w > z, so |z-w| = w-z, so we have

<br /> |G(z)| \leq C \int_b^z (w-z) dw,<br />

which evaluates to

<br /> |G(z)| \leq - \frac 12 C (z-b)^2,<br />

which is telling me that a positive quantity is less than, or equal to, a negative number! What on Earth have I done wrong here?
 
Physics news on Phys.org
AxiomOfChoice said:
One can integrate by parts on the left-hand side and obtain (this is basically what the integral remainder form of Taylor's theorem tells you)

<br /> G(z) - G(b) = G&#039;(b)(z-b) + \int_b^z (z-w)G&#039;&#039;(w)dw,<br />

I don't see this. I come up with
G&#039;(z)z - \int_b^z G&#039;&#039;(\omega)\omega \mathrm{d}\omega
 
AxiomOfChoice said:
Suppose I know my function G is infinitely differentiable on the closed interval [a,b] and that all derivatives of G (including G itself) vanish at b. For any z in [a,b], I have by the FTC that

<br /> \int_z^b G&#039;(w) dw = G(b) - G(z).<br />

Or, switching limits,

<br /> \int_b^z G&#039;(w) dw = G(z) - G(b).<br />

One can integrate by parts on the left-hand side and obtain (this is basically what the integral remainder form of Taylor's theorem tells you)

<br /> G(z) - G(b) = G&#039;(b)(z-b) + \int_b^z (z-w)G&#039;&#039;(w)dw,<br />



Here: putting \,\,u = G&#039;\Longrightarrow u&#039;=G&#039;&#039;\,\,,\,\,v&#039;=1\Longrightarrow v=w\,\, , integrating by parts gives wG&#039;(w)\left.\right]_b^z-\int_b^zwG&#039;&#039;(w)dw I don't understand why you got \,(z-w)\, in the right integral and also \,G&#039;(b)(z-b)\, instead of

\,zG&#039;(z)-bG&#039;(b)...?



or G(z) = \int_b^z (z-w)G&#039;&#039;(w)dw when you drop the terms that are zero (i.e., G(b) and G'(b)). Now, I want to take absolute values of both sides and do some estimating. I get

<br /> |G(z)| \leq \int_b^z |z-w||G&#039;&#039;(w)|dw \leq C \int_b^z |z-w|dw,<br />

since we are assuming G is C^\infty and therefore has bounded second derivative on [z,b]. But on this interval, w > z, so |z-w| = w-z, so we have

<br /> |G(z)| \leq C \int_b^z (w-z) dw,<br />

which evaluates to

<br /> |G(z)| \leq - \frac 12 C (z-b)^2,<br />

which is telling me that a positive quantity is less than, or equal to, a negative number! What on Earth have I done wrong here?

DonAntonio
 
AxiomOfChoice said:
What on Earth have I done wrong here?

The estimate that \left\vert \int_{a}^{b} f(x)\ \mathrm{d}x\right\vert \leq \int_{a}^{b} \vert f(x) \vert \ \mathrm{d}x only applies when a<b. You applied it to an integral where the lower limit is greater than the upper limit.
 
Last edited:
Citan Uzuki said:
The estimate that \int_{a}^{b} f(x)\ \mathrm{d}x \leq \int_{a}^{b} \vert f(x) \vert \ \mathrm{d}x only applies when a<b. You applied it to an integral where the lower limit is greater than the upper limit.


He didn't do this: he applied absolute value to both sides...

DonAntonio
 
Sorry, that was a typo. Should be fixed now.
 
Citan Uzuki said:
Sorry, that was a typo. Should be fixed now.


I see, but it still is correct, as (assuming the function \,f\, is positive on [a,b] , \,a&lt;b\, ) : \left|\int_b^a fdx\right|=\left|-\int_a^bfdx\right|=\int_a^bfdx= \int_a^b|f|dx and if the function's negative on that interval then \left|\int_b^a fdx\right|=\left|-\int_a^bfdx\right|=\left|\int_a^b(-f)dx\right|= \int_a^b(-f)dx=\int_a^b|f|dx so for a general function with changes of sign in [a,b] we have the same inequality.

DonAntonio
 
theorem4.5.9 said:
I don't see this. I come up with
G&#039;(z)z - \int_b^z G&#039;&#039;(\omega)\omega \mathrm{d}\omega

If one let's v = w - z, you still get dv = dw as desired, but you also get what I wrote out. I'm allowed to do this, right?
 
Citan Uzuki said:
The estimate that \left\vert \int_{a}^{b} f(x)\ \mathrm{d}x\right\vert \leq \int_{a}^{b} \vert f(x) \vert \ \mathrm{d}x only applies when a<b. You applied it to an integral where the lower limit is greater than the upper limit.

This makes a lot of sense to me. I'm still trying to hash out DonAntonio's objection to this statement, but it seems right.
 
  • #10
DonAntonio said:
I see, but it still is correct, as (assuming the function \,f\, is positive on [a,b] , \,a&lt;b\, ) : \left|\int_b^a fdx\right|=\left|-\int_a^bfdx\right|=\int_a^bfdx= \int_a^b|f|dx and if the function's negative on that interval then \left|\int_b^a fdx\right|=\left|-\int_a^bfdx\right|=\left|\int_a^b(-f)dx\right|= \int_a^b(-f)dx=\int_a^b|f|dx so for a general function with changes of sign in [a,b] we have the same inequality.

DonAntonio

I don't think this is true. Consider f(x) = 1 on the interval [0,1]. We have

<br /> \left| \int_1^0 1 \cdot dx \right| = | 0 - 1| = 1.<br />

Whereas

<br /> \int_1^0 |1| dx = 0 - 1 = -1 \not \geq 1.<br />

So I think Citan is right.
 
  • #11
His objection was that Citan Uzuki had originally written
\int_a^b f(x)dx\le \int_a^b |f(x)|dx
rather than
\left|\int_a^b f(x)dx\right| \le \int_a^b |f(x)|dx
to which he changed it after DonAntonio's post.
 
  • #12
AxiomOfChoice said:
If one let's v = w - z, you still get dv = dw as desired, but you also get what I wrote out. I'm allowed to do this, right?

Choosing an additional constant doesn't change the integration by parts, as it will cancel out. I illustrate with the constant z but it's true for any constant.

\int_b^z G&#039;(w)dw = G&#039;(w)(w-z)|_b^z - \int_b^z G&#039;&#039;(w)(w-z) = 0 - \int_b^z G&#039;&#039;(w)wdw + z\int_b^z G&#039;&#039;(w) = zG&#039;(w)_b^z - \int_b^z G&#039;&#039;(w)wdw = zG&#039;(z) - \int_b^z G&#039;&#039;(w)wdw
 
  • #13
I think you're both right (theorem4.5.9 and AxiomOfChoice). Both results seem to be true, but the OP chose to write it with (w-z) in the integral (so he integrated by parts with z-b instead of just z). theorem's result doesn't contradict Axiom's answer, it simply doesn't lead to the same place as he wants. The mistake is what Citan mentioned: when he took absolute value of both sides, he didn't switch the bounds (from b--->z to z---->b), which of course gave a negative number.

(Just out of curiosity, what happens if we continue this integration by parts process as many times as we want? Won't it tell us that g(x) = 0 since each derivative vanishes as b and therefore the u(x)v(x) part will always cancel and we'll remain only with the integrals each time...? I know this is wrong but has anyone tried?)
 
  • #14
Boorglar said:
I think you're both right (theorem4.5.9 and AxiomOfChoice). Both results seem to be true, but the OP chose to write it with (w-z) in the integral (so he integrated by parts with z-b instead of just z). theorem's result doesn't contradict Axiom's answer, it simply doesn't lead to the same place as he wants. The mistake is what Citan mentioned: when he took absolute value of both sides, he didn't switch the bounds (from b--->z to z---->b), which of course gave a negative number.

I wasn't sure how axiom arrived at his integration by parts, though he cleared that up. My point was to show the equivalence of the two. The answer to his question had already been shared at that point.

Boorglar said:
(Just out of curiosity, what happens if we continue this integration by parts process as many times as we want? Won't it tell us that g(x) = 0 since each derivative vanishes as b and therefore the u(x)v(x) part will always cancel and we'll remain only with the integrals each time...? I know this is wrong but has anyone tried?)

You're right that the ##u(x)v(x)## is always zero, but the integral never goes away. Furthermore, there are not any precise bounds on the derivatives of ##G##, so we cannot make the integral small.
 
Back
Top