Dynamics101 said:
let's say I want to find the area of a disk, I would integrate area with respect to radius? A(r) ?
Delta² said:
In that case the variable of integration is implied
I disagree with this. The variable of integration is not implied. There is no rule that requires us to find the area of the disk as the sum of the infinitesimal areas of a bunch of concentric rings. We could equally well find it as the sum of the infinitesimal areas of a bunch of side-by-side isosceles triangles with each of their tips at the center of the disk. Or we could find it as the sum of the area of a bunch of side by side vertical strips running from top to bottom of the disk.
Let us work the problem. We have a disk of radius r and we want to compute its total area.
First the concentric ring approach. We want to add up the areas of a bunch of thin rings. Each ring is at a radius x from the center of the disk and is of infinitesimal width, "dx". If we unroll one of these rings to a rectangle, its area is its length (##2 \pi x##) times its width (##dx##). So our formula is
A = \int_0^r 2 \pi x \, dx
The ##2pi## term is a constant. We can take that out of the integrand and get
A = 2 \pi \int_0^r x \, dx
That integral is easy to evaluate. ##\int x \, dx = \frac{x^2}{2}##. We are evaluating a definite integral (the bottom and top of the evaluation range are specified). The limits of integration are 0 and r, so the formula becomes:
A = 2 \pi ( \frac{r^2}{2} - \frac{0^2}{2} )
This obviously reduces to
A = \pi r^2
Now the triangle approach. We want to add up the areas of a bunch of narrow isosceles triangles. Each triangle has one vertex at the center of the disk and its other two vertices on the rim of the disk separated by an infinitesimal distance dx and at a distance x from an arbitrary starting point. [Think about measuring x along the rim of the disk with a flexible measuring tape]. Each of these triangles has an area of one half base (##dx##) times height (r). We want to add up triangles until the distance measured on the rim gets back to the starting point, a distance ##2 \pi r## away. So our formula is
A = \int_0^{2 \pi r}\frac{r}{2} \, dx
Our variable of integration is x. ##\frac{r}{2}## does not depend on x. It behaves like a constant. We can pull it out of the integrand and get
A = \frac{r}{2} \int_0^{2 \pi r}1 \, dx
That's a trivial integral. It reduces to the difference between the upper limit of integration and the lower. So our formula becomes
A = \frac{r}{2} ( 2 \pi r - 0 )
Which simplifies to
A = \pi r^2