Sr Examen

Otras calculadoras

Integral de lnx/x^n dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
 oo          
  /          
 |           
 |  log(x)   
 |  ------ dx
 |     n     
 |    x      
 |           
/            
1            
$$\int\limits_{1}^{\infty} \frac{\log{\left(x \right)}}{x^{n}}\, dx$$
Integral(log(x)/x^n, (x, 1, oo))
Solución detallada
  1. Usamos la integración por partes:

    que y que .

    Entonces .

    Para buscar :

    1. Integral es when :

    Ahora resolvemos podintegral.

  2. No puedo encontrar los pasos en la búsqueda de esta integral.

    Pero la integral

  3. Ahora simplificar:

  4. Añadimos la constante de integración:


Respuesta:

Respuesta (Indefinida) [src]
                   ///    -x                                                   \                               
                   |||-----------  for n != 1                                  |                               
                   |||   n      n                                              |                               
                   ||<- x  + n*x                                               |                               
  /                |||                                                         |   // 1 - n            \       
 |                 |||  log(x)     otherwise                                   |   ||x                 |       
 | log(x)          ||\                                                         |   ||------  for n != 1|       
 | ------ dx = C - |<------------------------  for And(n > -oo, n < oo, n != 1)| + |<1 - n             |*log(x)
 |    n            ||         1 - n                                            |   ||                  |       
 |   x             ||                                                          |   ||log(x)  otherwise |       
 |                 ||           2                                              |   \\                  /       
/                  ||        log (x)                                           |                               
                   ||        -------                      otherwise            |                               
                   ||           2                                              |                               
                   \\                                                          /                               
$$\int \frac{\log{\left(x \right)}}{x^{n}}\, dx = C + \left(\begin{cases} \frac{x^{1 - n}}{1 - n} & \text{for}\: n \neq 1 \\\log{\left(x \right)} & \text{otherwise} \end{cases}\right) \log{\left(x \right)} - \begin{cases} \frac{\begin{cases} - \frac{x}{n x^{n} - x^{n}} & \text{for}\: n \neq 1 \\\log{\left(x \right)} & \text{otherwise} \end{cases}}{1 - n} & \text{for}\: n > -\infty \wedge n < \infty \wedge n \neq 1 \\\frac{\log{\left(x \right)}^{2}}{2} & \text{otherwise} \end{cases}$$
Respuesta [src]
/        1                       
|    ---------      for re(n) > 1
|            2                   
|    (-1 + n)                    
|                                
| oo                             
<  /                             
| |                              
| |   -n                         
| |  x  *log(x) dx    otherwise  
| |                              
|/                               
\1                               
$$\begin{cases} \frac{1}{\left(n - 1\right)^{2}} & \text{for}\: \operatorname{re}{\left(n\right)} > 1 \\\int\limits_{1}^{\infty} x^{- n} \log{\left(x \right)}\, dx & \text{otherwise} \end{cases}$$
=
=
/        1                       
|    ---------      for re(n) > 1
|            2                   
|    (-1 + n)                    
|                                
| oo                             
<  /                             
| |                              
| |   -n                         
| |  x  *log(x) dx    otherwise  
| |                              
|/                               
\1                               
$$\begin{cases} \frac{1}{\left(n - 1\right)^{2}} & \text{for}\: \operatorname{re}{\left(n\right)} > 1 \\\int\limits_{1}^{\infty} x^{- n} \log{\left(x \right)}\, dx & \text{otherwise} \end{cases}$$
Piecewise(((-1 + n)^(-2), re(n) > 1), (Integral(x^(-n)*log(x), (x, 1, oo)), True))

    Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.