document.write( "Question 203074This question is from textbook
\n" );
document.write( ": Find the maximum or minimum value of the function.\r
\n" );
document.write( "\n" );
document.write( "f(x) = 2x^2 + 3x + 1\r
\n" );
document.write( "\n" );
document.write( "Can you please show me how to figure this problem out? I would greatly appreciate it. Thank you very much for you time and your help. \r
\n" );
document.write( "\n" );
document.write( "Brenda \n" );
document.write( "
Algebra.Com's Answer #153198 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Functions of the form: g(x) = ax^2 + bx + c are (vertically oriented) parabolas. And I hope you know what parabolas look like. They are somewhat u-shaped (or upside-down u-shaped). \n" ); document.write( "Your function is of this form, with a = 2, b = 3 and c = 1. So your function is a parabola. \n" ); document.write( "The bottom of the \"U\" (or, for the upside-down ones, the top of the \"U\") is called the vertex. The vertex of a parabola with be the maximum or minimum value, depending on whether the \"U\" is right-side up or upside-down. \n" ); document.write( "So the problem you have is to:
\n" ); document.write( "1. Find the vertex. The vertex of the parabola will be when the x-value is -b/(2a). Your b is 3 and your a is 2 so the x-value of the vertex will be \n" ); document.write( "2. Determine if the parabola is right-side up or upside-down. If a > 0 then the parabola is right-side up. If a < 0 then the parabola is upside-down. Your a is 2 so your parabola is right-side up. \n" ); document.write( "3. Determine if the vertex is a maximum or a minimum value. Since the parabola is right-side up, the vertex is the bottom of the \"U\". So the vertex is a minimum value. \n" ); document.write( "The minimum value for f(x) is -1/8 (when x = -3/4). \n" ); document.write( " |