Mister Exam

Other calculators

Integral of x^(2*n) dx

Limits of integration:

from to
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
  1        
  /        
 |         
 |   2*n   
 |  x    dx
 |         
/          
0          
$$\int\limits_{0}^{1} x^{2 n}\, dx$$
Integral(x^(2*n), (x, 0, 1))
Detail solution
  1. The integral of is when :

  2. Now simplify:

  3. Add the constant of integration:


The answer is:

The answer (Indefinite) [src]
  /              // 1 + 2*n               \
 |               ||x                      |
 |  2*n          ||--------  for 2*n != -1|
 | x    dx = C + |<1 + 2*n                |
 |               ||                       |
/                || log(x)     otherwise  |
                 \\                       /
$$\int x^{2 n}\, dx = C + \begin{cases} \frac{x^{2 n + 1}}{2 n + 1} & \text{for}\: 2 n \neq -1 \\\log{\left(x \right)} & \text{otherwise} \end{cases}$$
The answer [src]
/           1 + 2*n                                     
|   1      0                                            
|------- - --------  for And(n > -oo, n < oo, n != -1/2)
<1 + 2*n   1 + 2*n                                      
|                                                       
|        oo                       otherwise             
\                                                       
$$\begin{cases} - \frac{0^{2 n + 1}}{2 n + 1} + \frac{1}{2 n + 1} & \text{for}\: n > -\infty \wedge n < \infty \wedge n \neq - \frac{1}{2} \\\infty & \text{otherwise} \end{cases}$$
=
=
/           1 + 2*n                                     
|   1      0                                            
|------- - --------  for And(n > -oo, n < oo, n != -1/2)
<1 + 2*n   1 + 2*n                                      
|                                                       
|        oo                       otherwise             
\                                                       
$$\begin{cases} - \frac{0^{2 n + 1}}{2 n + 1} + \frac{1}{2 n + 1} & \text{for}\: n > -\infty \wedge n < \infty \wedge n \neq - \frac{1}{2} \\\infty & \text{otherwise} \end{cases}$$
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.