Unknown integration tricks in a book

  • Context: Undergrad 
  • Thread starter Thread starter Pollywoggy
  • Start date Start date
  • Tags Tags
    Book Integration
Click For Summary

Discussion Overview

The discussion revolves around integration techniques mentioned in a physics textbook, specifically the variable change from x to -x and the reversal of integration limits. Participants explore whether these techniques are standard and seek clarification on their validity and application in calculus.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant notes an example in a physics book where the integration variable is changed from x to -x, questioning its presence in standard calculus texts.
  • Another participant suggests that reversing the limits of integration changes the sign of the integral, referencing a property of definite integrals.
  • Some participants discuss whether changing the variable requires multiplying by a negative sign and how this interacts with reversing limits.
  • There is mention of the Riemann definition of the integral and how it relates to the properties of integration, including the implications of reversing limits.
  • Several participants express uncertainty about the terminology and whether certain integration techniques are merely notational or have deeper mathematical significance.
  • One participant emphasizes that defining negative Riemann sums is necessary for rigorously proving the properties of integrals when limits are reversed.
  • Another participant shares their experience of finding explanations in calculus books and expresses satisfaction with the learning process.

Areas of Agreement / Disagreement

Participants exhibit a mix of agreement and disagreement regarding the nature of the integration techniques discussed. While some find the techniques familiar and supported by their readings, others challenge the clarity and definitions surrounding these concepts, indicating that the discussion remains unresolved.

Contextual Notes

Some participants note that the definitions and properties of integrals, particularly regarding negative limits and Riemann sums, may not be uniformly covered across different calculus texts, leading to varying interpretations and understandings.

Who May Find This Useful

This discussion may be of interest to students and educators in mathematics and physics, particularly those exploring integration techniques and their applications in different contexts.

Pollywoggy
Messages
53
Reaction score
0
unknown integration "tricks" in a book

I have a physics book (Serway & Jewett, Physics for Scientists and Engineers, 6th Ed, Thomson 2004) and on p. 1326 there is an example in which the integration variable is changed from x to -x as in 'dx' to '-dx' but I have never seen this in a calculus textbook (I have Protter and Protter and also Stewart). They also reverse the order of the limits of integration and this changes the sign in front of the integral to positive. I have also never seen this in a calculus textbook. Can anyone enlighten me or point me to a book or website where I might find an explanation?
 
Physics news on Phys.org
you mean
[tex]\int_a^bdx=-\int_b^adx[/tex] ?

It should be covered in Stewarts I can't remember the specific page though but I know it's covered.

when they changed the variable of integration was it like multiply inside/outside by - sign? or they just had x and then they replaced x by -x? it would need to be multiplied by a -sign on the outside which could be canceled by reversing the order of integration.
 
bob1182006 said:
you mean
[tex]\int_a^bdx=-\int_b^adx[/tex] ?

It should be covered in Stewarts I can't remember the specific page though but I know it's covered.

when they changed the variable of integration was it like multiply inside/outside by - sign? or they just had x and then they replaced x by -x? it would need to be multiplied by a -sign on the outside which could be canceled by reversing the order of integration.

Yes that is the second of the two tricks, which seems vaguely familiar but I could not find an example of it in one of my calculus books. I will check Stewart again.

thanks
 
Pollywoggy said:
Yes that is the second of the two tricks, which seems vaguely familiar but I could not find an example of it in one of my calculus books. I will check Stewart again.

thanks

I found it in Stewart and my memory of this one is returning. Perhaps I can find the other trick in this book as well.
 
where's the trick? flipping the limits of integration?
 
If F is the antiderivative of a function f, then we have [itex]F(x)=\int f(x)dx[/itex]. Then, if we put in the limits, we have [itex]\int^a_b f(x)dx=F(a)-F(b)[/itex]. If we reverse the limits, then [itex]\int^b_a f(x) dx=F(b)-F(a)=-(-F(b)+F(a))=-\int^a_b f(x)dx[/itex]
 
Yes, I did not remember the "trick" and could not find it in a book, but I found it now.
I think I found the other trick too but the book just glosses over it, where the 'dx' in an integral is changed to '-dx'. I don't think it is as big a deal as I thought it was, sort of like the substitutions involved in integration by parts. It just looked like a big deal when I first saw it.
 
cristo said:
If F is the antiderivative of a function f, then we have [itex]F(x)=\int f(x)dx[/itex]. Then, if we put in the limits, we have [itex]\int^a_b f(x)dx=F(a)-F(b)[/itex]. If we reverse the limits, then [itex]\int^b_a f(x) dx=F(b)-F(a)=-(-F(b)+F(a))=-\int^a_b f(x)dx[/itex]

Thanks for explaining it.
 
Pollywoggy said:
Yes, I did not remember the "trick" and could not find it in a book, but I found it now.
I think I found the other trick too but the book just glosses over it, where the 'dx' in an integral is changed to '-dx'. I don't think it is as big a deal as I thought it was, sort of like the substitutions involved in integration by parts. It just looked like a big deal when I first saw it.

I can't really comment without seeing the exact example that you're talking about. It's probably nothing more sinister than noting that (-1)(-1)=1.

Thanks for explaining it.
You're welcome.
 
  • #10
Could be worth pointing out... Integration is typically defined on [a,b], where a <= b. Flipping the signs is notation [tex], \ not \ a \ theorem[/tex]. Given a < b, you define [tex]\int_b^a f(x)dx = - \int_a^b f(x)dx[/tex], whereas the right side is defined in the definition of the integral. One finds it simplifies notation a lot, especially in the theorem that if f is continuous and g is differentiable on [a,b], then
[tex]\int_a^b f(g(x))g'(x)dx = \int_{g(a)}^{g(b)} f(s) ds[/tex].
Without the above notation, the right hand side would technically not make sense for g(a) > g(b).
 
  • #11
That is actually not true. It's not just a notation, its a derivable result from the Riemann Definition of the integral, Courant does it in pg 81 of Volume 1.
 
  • #12
Gib Z said:
That is actually not true. It's not just a notation, its a derivable result from the Riemann Definition of the integral, Courant does it in pg 81 of Volume 1.

Thanks, the library has that and I will have a look.
 
  • #13
It's not actually a very complicated observation... Just look up the Riemann definition of the integral. Now think, for [itex] \int^b_a f(x) dx[/itex], the sum runs from a to b, it takes certain function values in between, and there are the incremental changes. If the bounds are reversed, then the sum runs from b to a, and order of summation does not change the result. Function values takes the same values, but in the reversed order. But the incremental changes are negative instead of positive.
 
  • #14
Gib Z said:
It's not actually a very complicated observation... Just look up the Riemann definition of the integral. Now think, for [itex] \int^b_a f(x) dx[/itex], the sum runs from a to b, it takes certain function values in between, and there are the incremental changes. If the bounds are reversed, then the sum runs from b to a, and order of summation does not change the result. Function values takes the same values, but in the reversed order. But the incremental changes are negative instead of positive.

I got the book and it has an interesting explanation of integration by parts, I had not seen it explained this way before and it would have helped if I had.
 
  • #15
Correction noted.. it can be derived but you have to define the notion of an upper/lower sum, say [tex]U_b^a(f,P)[/tex]...

It amounts to defining the integral from b to a, when a < b, by taking partitions
P = {b = x0 > x1 > ... > xn = a}. I.e, you are changing the order of the "i index" in a typical partition of [a,b]. You get [tex]U_b^a(f,P) = -U_a^b(f,P)[/tex], and [tex]L_b^a(f,P) = -L_a^b(f,P)[/tex]. The issue that comes up is that when P' is a refinement of P, these sums go in the opposite direction as the original definition: [tex]U_b^a(f,P) \leq U_b^a(f,P') \leq L_b^a(f,P') \leq L_b^a(f,P)[/tex].

So when f is integrable on [a,b], you get [tex]\int_b^a f(x)dx = sup U_b^a(f,P) = inf L_b^a(f,P) = - sup L_a^b(f,P) = - \int_a^b f(x) dx[/tex], etc...

You can look one example up in the wiki calculus book (you have to scroll midway through): http://en.wikibooks.org/wiki/Calculus/Integration.

The calc book above uses a "1/n - mesh" in the definition of integral, which works for continuous functions, but not all Riemann integrable functions.
 
Last edited:
  • #16
Integral = Maple = Solution

That's my trick. :smile:
 
  • #17
i am so happy that some of you are reading courant. you will be very glad. notice that already you are having the experience of being able to answer others questions.
 
  • #18
so courant or apostol?
 
  • #19
Gib Z said:
It's not actually a very complicated observation... Just look up the Riemann definition of the integral.

Of course it's a very complicated observation when the Riemann integral from b to a is not defined when b > a. And I believe the reason most sources (such as Rudin, but I would also like to include Wiki as such a source too) don't define "negative Riemann sums" is because it's redundant.

The only thing tricky about the question is the fact that the notion of "negative Riemann sums" is not defined, let alone a "Riemann integral" from b to a. As you mentioned, evidently it is defined rigorously in Courant's book.

If you do sit down and define them rigorously, what you find is that you do have to "prove" the above claim, it's not just an observation. Once you have defined the terms rigorously, it apparently amounts to proving: f is "integrable from b to a" if and only if f is "integrable from a to b", in which case [itex]\int_b^a f(x)dx = - \int_a^b f(x)dx[/itex]. Not a hard proof, albeit impossible without defining the relavent terms.

I would just like to add, that with all the above discussion in awareness, there seems to me to be no loss in generality, and no measurable loss in rigor by just defining [tex]\int_b^a f(x)dx = - \int_a^b f(x)dx[/tex].

For example, in Rudin's Real and Complex Analysis, the Lebesgue integral of a complex function f is defined as [tex]\int u^+ - \int u^- + i(\int v^+ - \int v^-)[/tex], etc without worries of starting from scratch with a definition of a complex.. etc.

Pity we discussed so much about the philosophy of flipping the limits- NOT ROCKET SCIENCE, when the potential for discussing "tricks" might have been more productive. Anyways, just thoughts.
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 26 ·
Replies
26
Views
7K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 57 ·
2
Replies
57
Views
10K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K