flyingpig
- 2,574
- 1
Homework Statement
I will try to word it the best I can...
True or False? If True explain why. If False, provide a counterexample to explain why it is wrong, DO NOT CORRECT THE STATEMENT
Suppose f(x) is an odd function and then \int_{-a}^{a} f(x) dx = 0
The Attempt at a Solution
This is true, I wrote down, but my proof was wrong...I think. I checked the textbook and they did it differently. My textbook splited the integral from -a to 0 and 0 to a and did a substitution.
Here is how I did it
Let f(x) be odd
f(-x) = -f(x)
\int_{-a}^{a} f(-x) dx = \int_{-a}^{a} -f(x) dx
By the Fundamental Theorem of Calculus
F(-a) - F(+a) = -\left [ F(a)- F(-a)) \right ]
F(-a) - F(+a) = -F(a) + F(-a))
F(-a) - F(+a) = F(-a) - F(a)
0 = 0
Did I "prove" anything...?