I had the following question on a an assignment last week:
A rectangles width is increasing at 9cm/s and its length is decreasing at 9cm/s. $w=10$ and $l=15$. Find the rate of change of the Area, Perimeter and Diagonals of the rectangle and whether they are increasing, decreasing or constant.
I understand that to find the area for example (fyi I am not sure what the symbol for area is so I will just use $A$;
$A=l*w \space $
$\therefore \space \Delta A = \frac{d}{dA}[l*w] $
$\frac{dl}{dA}*w+\frac{dw}{dA}*l=(9)(10)+(-9)(15)=-45\text{cm/s}^2$
I want to know how this is an implicit differentiation problem as applies to the perimeter and the diagonals because whenever I try to work it I get a rate of change for the perimeter that $\neq 0$ which is incorrect.