A water tank shaped like a cone pointing downwards is $10$ metres high. $2$ metres above the tip the radius is $1$ metre. Water is pouring from the tank into a cylindrical barrel with vertical axis and a diameter of $8$ metres. Assume that the height of the water in the tank is $4$ metres, and is decreasing at a rate of $0.2$ metres per second. How fast is the height of the water in the barrel changing?
Made a function for the volume of water that drains from the cone: $\frac {16 \pi} 3 - \frac \pi 3 \frac {(4 - 0,2 t)^3} 4$. And the volume of the cylinder is: $\pi r^2 h$.
Where do I go from here?