I know this question was asked already, but I would really like to resolve some problems I still have with it.
An area element in cylindrical coordinate is $\quad rd \theta dz \quad $ and $ \quad r = R(1- \frac{z}{h}) $
So why can't I write
$$ S = \int_{0}^{2 \pi} \int_{0}^{h} r(z) d\theta dz = \quad \int_{0}^{2 \pi} \int_{0}^{h} R(1- \frac{z}{h}) d\theta dz = \quad \pi Rh $$
If I divide the cone into small rings with radius $ r_i $, then the area of each ring is
$$ 2\pi r_i \Delta z$$
Taking the sum of all rings, $$ \sum_{i=0}^{N} 2\pi r_i \Delta z$$ And in the limit $N \to \infty $ : $$ 2 \pi \int_{0}^{h} r(z) dz$$
What's wrong about it? I understand that the problem is in the infinitesimal area that was used, that I didn't take into account the slant of the cone.
But, when we integrate $ y = x $ we also don't consider the slant, because for smaller and smaller $\Delta x's$ the area aproaches the correct area. Why is it not the case when dividing the cone into slantless rings?
Setting $y = x$ into $ \int ydx$ is taking into account the slope, the different height in each place, then why is it not enough to set $ r = R(1- \frac{z}{h})$ into the integral? what is the difference between those to examples?
I would really like some intuitive explnation to understand the differences.