Alex F. answered 04/25/19
Mechanical Engineering Undergraduate and High Level Math Tutor
First things first we need to create a function for volume. The volume function for cones is normally:
V=(1/3)*H*R2*pi
However in this problem H=3*R so we must adjust the formula:
V= (1/3)*3*R*R2*pi = pi*R3
Now we need to derive this function, but with instead of deriving it based on R, like we normally would, we will derive in terms of T. While this sounds complicated all it does to our problem is gives us a variable that represents our change in radius.
So instead of:
dV= 3*pi*R2
We get:
dV= 3*pi*R2*dR
We can then rearrange the problem so we can get dR (the rate of change of the radius):
dR= dV/(3*pi*R2)
Finally we plug in our variable
dR= 30/(3*3.14*(5/3)2)=1.15