
Gary L. answered 10/16/20
Mathematics, VBA/Excel, Engineering Numerical Methods
The square's Area as a function of time = A(t) = x(t)2
where x(t) is the value of x @ time t.
When A(t) = 81 sq cm, the square's side length (x) is equal to 9 cm.
At any given time, each side of the square is increasing at the rate of 4 cm / s (= dx / dt).
Apply the Calculus to determine the rate of change in area when A(t) = 81 and dx/dt = 4 cm / s:
Recall, A(t) = x(t)2
Area rate of change = dA / dt = d[x(t)2] / dt = 2 * x(t) * dx / dt (The Chain Rule)
At time t, A = 81 and x = 9; therefore,
dA / dt = 2 * 9(cm) * 4(cm / s) = 72 cm2 / s
I hope this helps you.
Gary