Why does (dr)^2 equal 0 in the differential element equation?

Apphysicist
Messages
108
Reaction score
0
This is not a homework problem in itself. In my physics homework, I wanted to write the difference of two areas (thus yielding a differential disk) as:

Pi*(r+dr)2-Pi*r2

It reduces to

2*Pi*r*dr+Pi*(dr)2

Now, I seem to recall from a prior class that a quick hand-waving made (dr)2 = 0.
I would like to know why this is or is not the case. It'd be of great use to let it equal 0, but right now, I'm not seeing it (other than it's really really small).
 
Physics news on Phys.org
(dr)^2 isn't zero unless dr=0. But it's vanishingly small compared with dr as dr->0. Which is the limit you do when you are integrating or differentiating. So, sure, you can ignore it.
 
Dick said:
(dr)^2 isn't zero unless dr=0. But it's vanishingly small compared with dr as dr->0. Which is the limit you do when you are integrating or differentiating. So, sure, you can ignore it.

I guess it's partly the weird idea of integration with such a thing.

The actual problem involves a cylinder with circular cross-sectional area, inner radius a, outer radius b. I am working on the inside of the cylinder (a<r<b) and so that's why I'm doing this.

I want to integrate from a to r to find the total area enclosed as a function of r, so I'm thinking that I would have integral from a to r of 2*Pi*r*dr+Pi*(dr)2. Since it is most definitely a single integral, that's why lim->inf (dr^2) =0 ?
 
Factor the 2*pi*r*dr out. So you've got 2*pi*r*dr*(1+dr/(2*r)). As dr->0 the second term becomes 1, yes?
 
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