I've got this function: $\frac{x^2}{x^2+(1-x)^2}$ ; it gives me this blue graph (in zero - one range):

Could you help me find function to achieve graph close to red one?
I've got this function: $\frac{x^2}{x^2+(1-x)^2}$ ; it gives me this blue graph (in zero - one range):

Could you help me find function to achieve graph close to red one?
Try replacing $x$ everywhere by $\sqrt{x}$ (or other power of $x$ less than the first power). When I graphed your function $f(x)$ along with $$g(x)=\frac{x}{x+(1-\sqrt{x})^2}$$ on the interval $[0,1]$ the $f(x)$ graph looked like your blue graph, while the $g(x)$ graph looked much like your red graph.