How to Find Minimum Of the below function using Calculus Method?
$$f(x)=(x-2)e^{x-2}-(x+3)^2$$
After Differentiating Once, the equation turns out to be:
$$f '(x)= -2e^{x-2} + 2x.e^{x-2} - 2x -6.$$
From this step to find the minimum, we need to find the zeros of $f '(x)$. But how to find the zeros of the equation $f '(x)$ with exponentials and polynomial combined together? Should I Use Logarithm to find zeros of such equations?
Though we can find the minimum using Numerical methods, I am interested in Knowing the Calculus way of solving This.