Robert D. answered 11/04/16
Tutor
4.9
(88)
Math/MATLAB/Electrical Engineering Tutor
Volume of square pyramidis V = pi*(x^2)*h/3
x is the side of base. h is the height.Here the simple logic behind the probelm is V,x,h are functions of t the time.
dx/dt=-0.002 mts/yr dh/dt=0.0005 mts/yr V=V = (pi/3)*(x^2)*h/3
/3
use product rule to determine the derivative of Volume V w.r.t to t.Remember x, h are function of t
dV/dt=(pi/3)i*[2*x*h*(dx/dt)+(x^2(*(dh/dt)].The subtitute the values dx/dt and dh/dt.These values are constant for this problem.If they also can function of t or x or h.
=-(pi/3)*[0.004xh+0.001x^2]
Just substitute the values x, h to get the dV/dt
Thank you