Question 1057331
.
f(x) = 2x^3 - 4x^2 +3x - 5
for which x values is the graph concave down?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


</pre>
The first derivative of f(x) is f'(x) = {{{6x^2 - 8x + 3}}}.


The second derivative of f(x) is f''(x) = 12x-8.


The graph is concave down  &nbsp;<----->&nbsp;  &nbsp;f''(x) < 0,  &nbsp;&nbsp;i.e.


12x - 8 < 0  <--->  x < {{{8/12}}} = {{{2/3}}}.
</pre>

{{{graph( 330, 330, -3.5, 3.5, -10.5, 6.5,
          2x^3 - 4x^2 +3x - 5
)}}}


Plot y = {{{2x^3 - 4x^2 +3x - 5}}}