I want to find when this function equals to $0$:
$$f'(x)=(2x-3)(2^x-4)+(x^2-3x+2)(2^x\cdot\log2)=0$$
This is the derivative of $(x^2-3x+2)(2^x-4)$ and I set it equal to $0$ so I can get the "critical points" of the derivative.
However it's not entirely clear to me how I would have to get the solutions. I developed it this way:
$$2x\cdot2^x-8x-3\cdot2^x+12+(x^2\cdot2^x\cdot\log2-3x\cdot2^x\cdot\log2+2^{x+1}\cdot\log2)=0$$
I understand this should be an exponential equation because there's $2^x$ in there although I'm not exactly sure what I need to group (maybe $2^x$). Any hints?
Exponentials do not play nice with polynomials. You might be able to see that $x=2$ is a root. It is a zero of both $2^x-4$ and $x^2-3x+2$. There is another one near $x=1.35792$ but Alpha does not give an exact form, so found it numerically.