bobdylan wrote:For which of the following functions f is f(x)= f(1-x) for all x?
a) f(x)=1-x
b) f(x)=1-x^2
c) f(x)=x^2-(1-x)^2
d) f(x)= x^2(1-x)^2
e) f(x)= x/1-x
Let us look at each of the options:
(A) f(x) = 1-x
f(1-x) = 1 - (1-x) = x; FALSE
(B) f(x) = 1-x^2
f(1-x) = 1 - (1-x)^2 = 1 - (1 - 2x + x^2) = 2x - x^2; FALSE
(C) f(x) = x^2 - (1-x)^2
f(1-x) = (1-x)^2 - (1 - (1-x))^2 = 1 - 2x + x^2 - (x)^2 = 1 - 2x; FALSE
(D) f(x) = x^2 * (1-x)^2
f(1-x) = (1 - x)^2 * (1 - (1 - x))^2 = (1 - x)^2 * (x)^2; TRUE
(E) f(x) = x/(1-x)
so f(1-x) = (1-x)/(1-(1-x)) = (1-x)/x; FALSE
The correct answer is D.












