Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What is the integral of 1/x^n?
I know the integral of 1/x is. According to my calculus teacher, the integral of 1/x is ln(x).
My question is, how does the answer differ if the x is risen to a power? What is the integral of 1/x^2 or 1/x^5?
2 Answers
- Anonymous1 decade agoFavorite Answer
You can think of 1/(x^n) as just x^(-n). So the integral would just be:
(1 / (-n+1)) x^(-n+1) + C
For example, the integral of 1 / x^5 is the integral of x^(-5), or
-(1/4) x^(-4) + C
1/x is just a special case where the power rule doesn't apply, because you can't say the integral of x^-1 is 0*x^(0).
- ComoLv 71 decade ago
I = ∫ x^(- n) dx
I = x^(- n + 1) / (- n + 1) + C
I = x^(1 - n) / (1 - n) + C
Also
∫ 1 / (x ² ) dx = ∫ x^(- 2) dx = x^(-1) / (- 1) + C = - 1 / x + C
and
∫ 1/ x^5 dx = ∫ x^(- 5) dx = x^(- 4) / (- 4) + C = - 1 / (4 x^4) + C