JG89
- 724
- 1
Homework Statement
Prove that if f(x) is continuous and f(x) = \int_0^x f(x) dx, then f(x) = 0.
Homework Equations
The Attempt at a Solution
If f(x) = \int_0^x f(x) dx, then by integrating by the FTC we have f'(x) = f(x). Thus the only solution to this equation will have the form f(x) = ce^x for some constant c. Now, f(x) = \int_0^x f(x) dx = f(x) - f(0), implying that f(0 = 0. So since we know the solution to the equation will be f(x) = ce^x then we have 0 = f(0) = ce^0 = c, implying that c = 0. Thus f(x) = 0. QED
Is this correct?