I have an optimization problem:
$$f(x)=\frac{\sqrt{\pi}}{\varphi \cosh (x \pi \sqrt{2}) \exp \left(x \mathbb{1}_{\{x>0.5\}}\right)+0.625}+0.05\left|\sin \left(\pi^3(x+0.1)^{1.1}\right) \exp (-\pi|0.8-x|)\right|$$
where $\varphi = \frac{1+\sqrt{5}}{2}$.
My problem is to optimize $f(x)\cdot x$, my thought was to use the derivative: $f'(x)\cdot x + f(x)$, however, I noticed the indicator in the exponential-function, making the function probably not continuous, and then not differentiable. (The use of absolute value is problematic for differentiability)
I have tried to insert the function in Desmos, and found this
However, I need to find the result without using any CAS-software. Is there any hints or somewhat that can get me in the right direction?
