Question 1201004
<pre>
In this problem, you have values that are changing with respect to time and values that are changing with respect to the side of the cube.  You must be careful to treat them appropriately.

You are given  {{{ dx/dt = 4 (cm/s) }}}

From the properties of a cube, you have  {{{ V = x^3}}}  where V is the volume of the cube in {{{cm^3}}}


a.  Using the chain rule, one can write  {{{ dV/dt = (dV/dx)*(dx/dt) }}}

     Since V = {{{ x^3}}},  dV/dx = {{{3x^2}}}

Putting the pieces together:  dV/dt = {{{(3x^2)(4)}}} = {{{12 x^2}}}  (cm^3/s)

   dV/dt at x=5 is:  {{{ 12*(5^2) }}} =  300 {{{cm^3/s}}}


b.  Here you can write S = {{{6*x^2}}}  where S is the total surface area of the cube.   Follow the same procedure as above (i.e. find dS/dx and multiply by the rate of change of the sides with respect to time, i.e. 4 cm/s.  Finally, evaluate the expression at x=7.  
336