If f:[0,1] -> R is a continuous function, describe f.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
irresistible
Messages
15
Reaction score
0

Homework Statement


f:[0,1] [tex]\rightarrow[/tex] R is a continuous function such that
[tex]\int[/tex]f(t)dt (from 0 to x) = [tex]\int[/tex] f(t)dt( from x to 1) for all x[tex]\in[/tex][0,1] .
Describe f.




Homework Equations


integral represents area



The Attempt at a Solution



what ever the function is, I know that the area under the graph from 0 to x is equal to the area under the graph from x to 1.
But how else can I describe f?
 
Physics news on Phys.org
Note that the integral is a signed area, so areas under the x-axis are negatively signed. If you draw a picture of a function that is entirely on one side of the axis (positive or negative) and start integrating from 0 to small x, it implies the remaining curve must take a nose-dive in order to account for the small amount of area between 0 and x. On the other hand, if we place x close to 1, it implies the small region between x and 1 must be higher than the previous region in order to account for the larger area, which doesn't agree with the previous scenario (or the function is the 0 function).
This implies that the function must cross the x-axis between 0 and 1 (or be the 0 function). Can you continue from there?
Another less geometric and more algebraic approach is to use the fundamental theorem of calculus to note that there exists some function F on [0,1] such that the first integral is F(x) - F(0) and the second integral is F(1) - F(x), which leads to the same conclusion.
 
I think so,Thank you