Interpretation of power rule for integration applied to 1/x

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
daviddoria
Messages
96
Reaction score
0
We all know
[itex] \int \frac{1}{x} dx = ln(x) + c[/itex]

but if you try to apply the power rule for integration:
[itex] \int x^n dx = \frac{x^{n+1}}{n+1} + c[/itex]

you get
[itex] \int x^{-1} dx = \frac{x^0}{0}[/itex]

What can you learn from this/what does this mean?

David
 
on Phys.org
Well, I suppose we could just write
[tex]\int x^{-1+h} \mbox{d}x=\frac{x^h}{h}-C[/tex]
and take C = 1/h. Then
[tex]\int x^{-1+h} \mbox{d}x=\frac{x^h-1}{h}\rightarrow\log x[/tex]
(the limit as h -> 0). It's just a random thing that popped to my mind, but I liked it and decided to share.
 
daviddoria said:
We all know
[itex] \int \frac{1}{x} dx = ln(x) + c[/itex]

but if you try to apply the power rule for integration:
[itex] \int x^n dx = \frac{x^{n+1}}{n+1} + c[/itex]

you get
[itex] \int x^{-1} dx = \frac{x^0}{0}[/itex]

What can you learn from this/what does this mean?

David
Since you cannot divide by 0, you learn that the power rule- [itex]\int x^n dx= x^{n+1}/(n+1)+ C[/itex]- does not apply to the case n= -1. And I think you will find that stated in any textbook that gives the power rule for integration.