Note: This fact can be used to create otherwise unsolveable exercises (especially on tests).
For instance, you might be given that int[a,b][f(x)]dx = A and that int[c,a][f(x)]dx = B; then you might be asked to find int[b,c][f(x)]dx. They wouldn't give you f(x), nor any values for a, b, or c. But you can answer the question:
. . . . .int[b,c][f(x)]dx
. . . . .= int[a,c][f(x)]dx - int[a,b][f(x)]dx
. . . . .= -int[c,a][f(x)]dx - int[a,b][f(x)]dx
. . . . .= -B - A
And this symbolic answer would be what they were looking for.
Just FYI... :wink:
Eliz.