I needed help with this question:
The diameter and altitude of a can in the shape of a right circular cylinder are measured 4cm and 6cm respectively. The possible error in each measurement is 0.1cm.Find approximately the maximum possible error in values computer for the volume.
My try:
$V=24π$
$$ V= \pi r^2 h $$
$$ dV= \frac {dV}{dr} dr + \frac {dV}{dh} dh$$ $$ = (2\pi rh) dr + (\pi r^2)dh$$
$$ \frac {dV}{V} = 2(dr/r)+ (dh/h) = 2(0.1)+ (0.1) = 0.3 $$
$dV=0.3X 24π=7.2π cc$
But the answer is $1.6πcc$ . What I did wrong?