document.write( "Question 862900: Find the point of inflexion(x,y), if f(x) = 2x^3-24x+x^2+5 \n" ); document.write( "
Algebra.Com's Answer #520042 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the point of inflexion(x,y), if f(x) = 2x^3-24x+x^2+5 \n" ); document.write( "------------ \n" ); document.write( "f(x) = 2x^3-24x+x^2+5 \n" ); document.write( "f'(x) = 6x^2 + 2x - 24 \n" ); document.write( "f''(x) = 12x + 2 \n" ); document.write( "f''(x) = 0 --> x = -1/6 \n" ); document.write( "f(-1/6) = -2/216 + 24/6 + 1/36 + 5 = (-2 + 864 + 6 + 1080)/216 = 1948/216 \n" ); document.write( "Inflection at (-1/6,487/216) \n" ); document.write( " |