Integral involving population density

Andrusko
Messages
42
Reaction score
0

Homework Statement



Hey all I've got a problem to do with population density. It asks for you to show the number of people living between arbitrary points a and b from the centre of the town is equal to:

P(a,b)=2\pi\int^{b}_{a}rf(r)dr

Where f(r) is the population density. Note that a is not the centre of the town, but a distance out from it, with a < b.

So I have stated that the number of people living in this area will be the population density multiplied by area. Easy enough. I have then partitioned up the large ring in between a and b into small rings.

Here's what I have so far:

Area_{i} = \pi(r^{2}_{i}-r^{2}_{i-1})

and

\Delta r_{i} = r_{i}-r_{i-1}

and it follows that

Population \approx \sum^{n}_{i=1}f(r^{i}_{*})\pi(r^{2}_{i}-r^{2}_{i-1})

My question is, how do I convert this to an integral if there's no \Delta r involved?

I do realize that as the rings get really small they can be approximated as circumferences but this still doesn't help me get the term I need.

Thanks for any help.
 
Physics news on Phys.org
Welcome to PF!

Andrusko said:
Hey all I've got a problem to do with population density. It asks for you to show the number of people living between arbitrary points a and b from the centre of the town is equal to:

P(a,b)=2\pi\int^{b}_{a}rf(r)dr

Where f(r) is the population density. Note that a is not the centre of the town, but a distance out from it, with a < b.

Area_{i} = \pi(r^{2}_{i}-r^{2}_{i-1})

Hi Andrusko! Welcome to PF! :smile:

(I assume you mean the number of people living between arbitrary distances a and b from the centre of the town? :smile:)

No, using \text{Area}_{i} = \pi(r^{2}_{i}-r^{2}_{i-1}) is just a nuisance, and it doesn't incorporate d-anything.

You have correctly sliced up the area … in this case, into rings.

ok, call the thickness of each ring dr …

then its area (to first order of magnitude) is … ?

and so the total area is ∫ … dr ? :smile:
 
Ah, so I should treat it like a rectangle and go:

Area_{i} = 2\pi r^{*}_{i} \Delta r_{i}

Then the Riemann sum becomes:

Population \approx \sum^{n}_{i=1} f(r^{*}_{i})2\pi r^{*}_{i} \Delta r_{i}

Which in the limit as \Delta r_{i} \rightarrow 0 becomes:

Population = \int^{b}_{a} f(r)2\pi rdr
Population = 2\pi\int^{b}_{a} rf(r)dr

This seems to have solved it. Thankyou for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top