We have f:RR->RR;f(a)=int_0^1abs(x-a)dx.What is minimum value of the function f?

2 Answers
May 13, 2017

Please see the other correct answer by Cesareo.

Explanation:

May 13, 2017

f(1/2)=1/4

Explanation:

With a change of variable y = x-a

int_0^1 abs(x-a)dx equiv int_(-a)^(1-a) abs y dy = 1/2((1-a)^2"sign"(1-a)-a^2"sign"(-a)) = 1/2((1-a)^2"sign"(1-a)+a^2 "sign"(a))

The minimum is located at a=1/2 and f(1/2)=1/4

Attached a plot of f(a)

enter image source here