Area of a ring using calculus

  • #1
497
2
Hello!
This is probably a really asinine question.
I was trying to identify an area of a ring, namely a really small ring such that its near enough the circumference of a circle. I thought I could approach it in two ways.
The first was to subtract a smaller circle of radius r1 form a circle of larger radius r2:
[tex]\pi r_{2}^{2} - \pi r_{1}^{2} = \pi (r_{2}^{2} - r_{1}^{2})[/tex]

Using the limit r1 tends to r2, this should be a ring with an area equal to that which I could obtain from using the circumference of a circle of radius r2 multiplied by a tiny amount (essentially giving it some thickness:
This is only approximately a ring:
[tex]2\pi r_{2} (r_{2}-r_{1})[/tex]

But in the limit it would be a ring:
[tex]2\pi r_{2} \left dr[/tex]

Are the two equal? Conceptually, it seems they should be.
This was my reasoning:
[tex]\pi r_{2}^{2} - \pi r_{1}^{2} = \pi (r_{2}^{2} - r_{1}^{2}) = \pi (r_{2} + r_{1})(r_{2} - r_{1})[/tex]

In the limit:
[tex]r_{2} - r_{1}[/tex] Approaches 0, but is some infinitesimally small difference dr, which is explicitly non-zero.
The summation component:
[tex]r_{2} + r_{1}[/tex] Seems to approach 2.

So we have:
[tex]\lim \pi (r_{2} + r_{1})(r_{2} - r_{1}) = \pi(2r_{2}}{dr}[/tex]

Is it considered to equal 2 or is it explicitly not 2 as the difference component is explicitly not 0?
I am confused, is there an error in my reasoning?
Any help appreciated as this is very frustrating!
Thanks in advance,
Nobahar
 

Answers and Replies

  • #2
Well your area would be A=2πrt where t is the thickness.

If you consider the ring with thickness 'dr', the area is 2πr*dr, so the area is A=∫2πr*dr from r1 to r2 which gives the same thing.
 
  • #3
hello nobahar! :smile:

isn't this begging the question?

you want to prove that the area of a circle is πr2,

and you're trying to prove it by using the area of a ring which assumes the formula you're trying to prove

instead, just say that the circumference of the tiny ring is 2πr (that's the definition of π :wink:), and its width is dr, so its area is 2πrdr … and then integrate that! :smile:
 
  • #4
Hello!
Thanks for the responses! I apologise for not replying sooner as I have had exams recently (damn exams, always interfering with my studies!).
Anyway, I was trying to obtain a ring, a ring of the most minutest size. Essentially the circumference of a circle.
It related to adding up the force all exerted on an object. The forces all emanate from a ring, and the object which expreiences the forces is susended above the centre of the ring. The horizontal components attributed to each point on the ring cancel, and the vertical component is all that remains. Lots of these rings are then added up to give a total flat surface area, its just easoer to do the calculation using rings.
With this in mind. I needed the force exerted from a ring of very small thickness, dr. I was confused, as I thought I could approach it from either direction. First, using the equation for the circumference of a circle and extending it to a thickness of dr. Alternatively, by using two circles, and subtracting one from the other; making the second, subtracted circle almost exactly the same size as the first. Differing in radius by an amount dr.
Conceptually, I don't see why the shoudl not arrive at the same conclusion.
Thanks for your input tiny and rock.
 
  • #5
Hello!
This is probably a really asinine question.
I was trying to identify an area of a ring, namely a really small ring such that its near enough the circumference of a circle. I thought I could approach it in two ways.
The first was to subtract a smaller circle of radius r1 form a circle of larger radius r2:
[tex]\pi r_{2}^{2} - \pi r_{1}^{2} = \pi (r_{2}^{2} - r_{1}^{2})[/tex]
Yes,this is correct.

And, now, you want to assume that [itex]r_2[/itex] and [itex]r_1[/itex] are very close: that [itex]r_2= r_1+ dr[/itex] for some very small "dr". Then [itex]r_2^2= (r_1+ dr)^2= r_1^2+ 2rdr+ (dr)^2[/itex]. Since dr is very small, its square is much smaller and, comparatively, we can ignore it: approximately, at least, [itex]r_2^2= r_1^2+ 2rdr[/itex] and so [itex]r_2^2- r-1^2= 2rdr[/itex]. Using that, your area is [itex]\pi(r_2^2- r_1^2)~ \pi(2r dr)= (2\pi r)dr[/itex].

[itex]2\pi r[/itex] is the circumference of the ring so that is the formula you want: circumference times thickness. That also says, by the way, that you could "cut" the ring at one point, the "straighten it out" to get the area as a rectangle- the length (circumference) time the width (thickness).

Using the limit r1 tends to r2, this should be a ring with an area equal to that which I could obtain from using the circumference of a circle of radius r2 multiplied by a tiny amount (essentially giving it some thickness:
This is only approximately a ring:
[tex]2\pi r_{2} (r_{2}-r_{1})[/tex]

But in the limit it would be a ring:
[tex]2\pi r_{2} \left dr[/tex]

Are the two equal? Conceptually, it seems they should be.
This was my reasoning:
[tex]\pi r_{2}^{2} - \pi r_{1}^{2} = \pi (r_{2}^{2} - r_{1}^{2}) = \pi (r_{2} + r_{1})(r_{2} - r_{1})[/tex]

In the limit:
[tex]r_{2} - r_{1}[/tex] Approaches 0, but is some infinitesimally small difference dr, which is explicitly non-zero.
The summation component:
[tex]r_{2} + r_{1}[/tex] Seems to approach 2.
As I said before, writing [itex]r_2= r_1+ dr[/itex] where dr is an "imfinitesmal" (a very technical term which I did not use before but use here because you did) we have [itex](r_2- r_1)^2= r_1^2+ 2r_1dr+ (dr)^2- r_1^2= 2r_1dr+ (dr)^2[/itex][itex]= 2r_1dr+ (dr)^2= 2r_1dr[/itex] because, while an infinitesmal is not 0, its square can treated as 0 in comparison with an infinitesmal.

So we have:
[tex]\lim \pi (r_{2} + r_{1})(r_{2} - r_{1}) = \pi(2r_{2}}{dr}[/tex]

Is it considered to equal 2 or is it explicitly not 2 as the difference component is explicitly not 0?
I am confused, is there an error in my reasoning?
Any help appreciated as this is very frustrating!
Thanks in advance,
Nobahar
 
Last edited by a moderator:
  • #6
Thanks for the response Halls.
Does my understanding of infintesimals appear accurate, even if not complete (I have often wondered on certain uses of infintesimals)? I hope if I can pursue differentials in the future my understanding will be improved; but does it at least appear to be 'along the correct lines'? I ask as you're reference to my use of infinitesimals seemed critical.
Many thanks, Nobahar.
 

Suggested for: Area of a ring using calculus

Replies
12
Views
797
Replies
6
Views
475
Replies
10
Views
839
Replies
7
Views
320
Replies
6
Views
258
Replies
6
Views
239
Replies
9
Views
268
Replies
12
Views
870
Replies
5
Views
510
Back
Top