1 / | | 2*n | x dx | / 0
Integral(x^(2*n), (x, 0, 1))
The integral of is when :
Now simplify:
Add the constant of integration:
The answer is:
/ // 1 + 2*n \
| ||x |
| 2*n ||-------- for 2*n != -1|
| x dx = C + |<1 + 2*n |
| || |
/ || log(x) otherwise |
\\ /
/ 1 + 2*n | 1 0 |------- - -------- for And(n > -oo, n < oo, n != -1/2) <1 + 2*n 1 + 2*n | | oo otherwise \
=
/ 1 + 2*n | 1 0 |------- - -------- for And(n > -oo, n < oo, n != -1/2) <1 + 2*n 1 + 2*n | | oo otherwise \
Piecewise((1/(1 + 2*n) - 0^(1 + 2*n)/(1 + 2*n), (n > -oo)∧(n < oo)∧(Ne(n, -1/2))), (oo, True))
Use the examples entering the upper and lower limits of integration.