4

Here is a simple calculus problem: The width of a rectangle is increasing at a rate of $\frac{1 \:cm} {min}$ and the height is decreasing at the rate $\frac{2 \:cm} {min}$. What is the rate of change of the area of a rectangle when it's width is $25cm$ and height is $15\:cm$ So, if $w$ is the width, $h$ is the height, $S$ is the area, the $\frac {dS}{dt}=dw\cdot h+dh \cdot w$= $1 \cdot 15+(-2) \cdot 25=15-50=-35$ The funny thing is that multiple choice for answers is as follows:

  • a)-2
  • b)-5
  • c)-1
  • d) 2

What am I doing wrong?... Thanks for looking.

Sumo
  • 198

1 Answers1

1

Trust your mathematics.

You have a function of the area in terms of time given by

$$S(t)=h(t)w(t)$$

then you differentiate and obtain

$$S'(t)=h'(t)w(t)+h(t)w'(t)$$

using the suggestion of Vladimir Vargas for $h=15−2t$ and $w=25+t$. You obtain $$S'(0)=-35$$ .

yess
  • 1,002