Related Rates: Rectangle Area
The length of a rectangle is increasing at a constant rate of 8 cm/s and its width is decreasing at a constant rate of 3 cm/s. How fast, in cm²/s, is the area of the rectangle increasing at the moment when the length is 20 cm and the width is 10 cm?
- A. 140
- B. 130
- C. 40
- D. 24
- E. 20
- x: length
- y: width
\[ \frac{dx}{dt} = 8 \]
\[ \frac{dy}{dt} = -3 \]
\[ \frac{dA}{dt} \text{ when } x=20, y=10 \]
\[ A = xy \]
both \( x \) and \( y \) are functions of \( t \) (time)
\[ \frac{d}{dt} A = \frac{d}{dt} (xy) = x \frac{dy}{dt} + y \frac{dx}{dt} \]
\[ = x(-3) + y(8) \]
\[ = -3x + 8y \]
at the moment when \( x=20, y=10 \)
\[ \frac{dA}{dt} = -60 + 80 = \boxed{20} \]
increasing at 20 cm²/s