Given is the function $\frac{1}{4}x^4-x^3+2x$, the task is to find the the turning points and then the tangent line to the left-most turning point.
Deriving the functin we get $x^3 -3x^2 + 2x$ and with $x^3 -3x^2 + 2x = (x-1)(x^2-2x-2)$ the solutions to $(x-1)(x^2-2x-2) = 0$ are $x_1 =1$, $x_2 = 1 + \sqrt{3}$ and $x_3 = 1 - \sqrt{3}$. The leftmost turning point is $x_3$. Regarding the tangentline at this point: As far as I understand, the slope of the tangent corresponds to the slope of the original function at this point, which would be zero here since at a minima the function has slope zero. Is hence the equation for tangent simply $-1 = 0*(1-\sqrt{3})-1$?