document.write( "Question 202796: find the absolute maximum and minimum values on the closed interval [-1,8] for the function below.
\n" ); document.write( "f(x)=x^(2/3)+5\r
\n" ); document.write( "\n" ); document.write( "not sure how to due
\n" ); document.write( "thanks
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #152965 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Unfortunately Algebra.com's graphing software will not graph this functino. So I will have to describe the solution. (If you have access to a graphing calculator (or some other device that will graph function), use it to see what the the graph of this functino look like. It will help make sense of my explanation.)

\n" ); document.write( "In general, to find absolute maximum and absolute minimum values you
  1. Find the values of the function
    • At each of the endpoints of the interval
    • at \"bumps\" and \"pointed-parts\" in between the endpoints
  2. Compare all these values and identify the maximum and minimum values.

\n" ); document.write( "Before we start, I am going to rewrite the function without the fractional exponent because it will help us as we proceed:
\n" ); document.write( "\"f%28x%29+=+x%5E%282%2F3%29+%2B+5+=+%28root%283%2C+x%29%29%5E2+%2B+5\"
\n" ); document.write( "Now we'll find the values of the functions at the endpoints:
\n" ); document.write( "\"f%28-1%29+=+%28root%283%2C+-1%29%29%5E2+%2B+5\"
\n" ); document.write( "Since \"root%283%2C+-1%29+=+-1\" we get
\n" ); document.write( "\"f%28-1%29+=+%28-1%29%5E2+%2B+5+=+1+%2B+5+=+6\"

\n" ); document.write( "\"f%288%29+=+%28root%283%2C+8%29%29%5E2+%2B+5\"
\n" ); document.write( "Since \"root%283%2C+8%29+=+2\" we get
\n" ); document.write( "\"f%288%29+=+%282%29%5E2+%2B+5+=+4+%2B+5+=+9\"

\n" ); document.write( "To find \"bumps\" and \"pointed-parts\" of a graph one would usually use Calculus and find where the first derivative is zero (a \"bump\") or where it does not exist (a \"pointed-part\"). The first derivative of f(x) is: \"2%2F%283root%283%2C+x%29%29\". Since the numerator is 2 (and cannot become 0), the fraction as a while can never be 0. (Think about it.) On the other hand, if x = 0 then the denominator would end up being 0. But we cannot let this happen. This means the first derivative does not exist when x = 0. (In other words, the graph has a \"pointed-part\" at x = 0.) So this is one of the points we should check when we are looking for absolute maximum and minimum values of a function.

\n" ); document.write( "\"f%280%29+=+%28root%283%2C+0%29%29%5E2+%2B+5+=+0+%2B+5+=+5\"

\n" ); document.write( "So the absolute maxmum and minimum values must come from these three:
\n" ); document.write( "f(-1) = 6
\n" ); document.write( "f(0) = 5
\n" ); document.write( "f(8) = 9
\n" ); document.write( "So the absolute maximum value is 9 (when x = 8) and the absolute minimum value is 5 (when x = 0).
\n" ); document.write( "
\n" );