I am working with this exercise, which should be pretty easy, as a similar one is exemplified in the book.
- A spherical balloon is increasing in volume. If, when its radius is r feet, its volume is increasing at the rate of 4 cubic feet per second, at what rate is its surface then increasing?
This is what i did: the formula for the volume of a sphere is $\ \frac43^3\;$.
Rate of change of volume with respect to time is 4, so $$\frac{dv}{dr}\cdot\frac{dr}{dt} = 4\implies 4r^2\cdot\frac{ dr}{dt} = 4$$, and $$\frac{dr}{dt} = \frac{1}{r^2}.$$
As what is being asked is rate of change of surface area, I need to calculate now $\dfrac{dS}{dr} \cdot\dfrac{ dr}{dt}$. Surface area of a sphere is $4r^2$, its derivative with respect to $r$ is $8r$, and multiplied with the previously found $\dfrac{dr}{dt} = \dfrac{1}{r^2}$, it gives a result of $\dfrac{8}{r}$.
When I check the solutions of the book -rather bare, with no steps- it says the answer should be 8 times the square root of .
What have I done wrong?