Find the smallest value of $c$ such that $(1-x)\ln(1-x)+(1+x)\ln(1+x)\leq c x^2$ holds for $0<x<1$.
I saw the curve and realized this is true for $c=2$. How can I prove it? What is the smallest $c$ that still makes the inequality valid?
I think we should use the Taylor expansions of the $\ln$s.
To find the smallest value of $c$, use the following method:
Assume $(1-x)\ln (1-x) + (1+x)\ln (1+x) = cx^2$. You have a function in two variables. You can (if it makes it easier for your to visualize), replace $c$ with $y$. Now, you have $y(x)$. Use techniques of calculus to maximize the function.
$$\dfrac{(1-x)\ln (1-x) + (1+x) \ln (1+x)}{x^2} = c$$
With a little calculus, you will find that the derivative has no roots in the reals. So, you need to look at limits.
$$\lim_{x \to 0} \dfrac{(1-x)\ln (1-x) + (1+x) \ln (1+x)}{x^2} = 1$$
$$\lim_{x \to 1} \dfrac{(1-x)\ln (1-x) + (1+x) \ln (1+x)}{x^2} = \ln (4) \approx 1.386$$
That would be our minimum value for $c$.
$$c\ge \ln(4)$$